barisusakli
b2fad172e5
closes #2966
10 years ago
Barış Soner Uşaklı
5fda8422c5
fix focus
10 years ago
barisusakli
0d515803e4
fix post edit
10 years ago
barisusakli
9d026919ac
closes #2953
10 years ago
Barış Soner Uşaklı
dadbda98b7
closes https://github.com/NodeBB/nodebb-theme-persona/issues/52
10 years ago
barisusakli
5f2271e4e0
closes #2903
10 years ago
barisusakli
0d839bdb2c
parantheses
10 years ago
psychobunny
7563e9aba1
added localStorage for preview toggled state
10 years ago
psychobunny
e1ff3deaf0
move preview toggle function into composer/preview.js
10 years ago
psychobunny
bc4e5371d7
Merge pull request #2907 from MegaGM/fixcategory.images
...
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny
232d1aae31
helpers.getBookmarkFromIndex
10 years ago
Julian Lam
47a7ab15be
refactored translator system to be a require.js module, and not a global
10 years ago
Julian Lam
16c6578bdb
updated components to be a require.js module, not a global (:rage2:)
10 years ago
Julian Lam
c706638b5d
updating groups access control so:
...
1. Guests can no longer receive the moderate bit
2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
3. A lock icon is present next to all private groups
10 years ago
barisusakli
d27ec057c5
closes #2910
10 years ago
Julian Lam
d249a46fae
fixed around event handling for composer submit button, and upped vanilla minver
10 years ago
barisusakli
65bdeba385
helpers.js fix maybe
10 years ago
Mega
8b48a1e3af
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny
7c7b43d295
semicolon
10 years ago
psychobunny
789418f987
stripTags and escape template helpers
...
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
10 years ago
Julian Lam
d95f5a9ae0
added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463
10 years ago
Julian Lam
9b84a887d3
a huge frickin' number of changes for #2887 . This is part of #2463
10 years ago
Julian Lam
a1621145d5
Merge branch 'master' into categories_revamp
...
Conflicts:
public/less/admin/admin.less
public/src/admin/manage/categories.js
src/controllers/admin.js
src/views/admin/manage/categories.tpl
src/views/config.json
10 years ago
psychobunny
d39c2924e4
found a rogue topic class selector
10 years ago
barisusakli
4c31535c4b
closes #2799
10 years ago
psychobunny
4ca6364dd4
removed .category-item selectors
10 years ago
psychobunny
10eb617c6d
category and category/topic components; removed #topic-container selectors
10 years ago
Barış Soner Uşaklı
0cc900bdcf
closes #2878
10 years ago
barisusakli
5bc2e7dac2
closes #2309
10 years ago
psychobunny
51745568df
removed the rest of the .post-row selectors in favour for components system
10 years ago
psychobunny
567d171d2f
jshint
10 years ago
psychobunny
6439147586
updated core to point #post_container and .post-row to its respective components
10 years ago
psychobunny
eba0f32913
post/anchor component
10 years ago
psychobunny
e08f34e79d
function.generateTopicClass
10 years ago
psychobunny
412c5360a6
allow timeago to be cast on other elements as well, ex. small
10 years ago
psychobunny
82ac542f55
helpers.generateCategoryBackground
10 years ago
psychobunny
f7f048f06a
when toggling composer preview, autofocus on composer
10 years ago
barisusakli
2f688136d1
closes #2852
10 years ago
barisusakli
b37bcc6dfe
closes #2853
10 years ago
psychobunny
dfe48fffb1
composer fixes when resizing window horizontally
10 years ago
psychobunny
2f05ec7de0
closes #2839 and #2840
10 years ago
psychobunny
8d313d2f16
return composing state to normal after discard/posting
10 years ago
psychobunny
9262c8b9f6
after selecting a category in composer, auto-select the next field
10 years ago
psychobunny
83f89e9537
made action bar button less restrictive
10 years ago
psychobunny
31368ac974
on mobile, resize composer textarea as you type so it doesn't constrain the editable view
10 years ago
psychobunny
7227dfd704
add composing mobile classes if composing on mobile
10 years ago
psychobunny
7282bbafb2
removing composer-mobile.tpl
...
was totally a bad idea.
10 years ago
Barış Soner Uşaklı
940c33c426
fix js error removed dupe code
10 years ago
psychobunny
eb733fdb6f
toggle preview button on composer
10 years ago
psychobunny
daf9999a29
prevent composer from going too low
10 years ago
psychobunny
6059165a54
if composer:resizePercentage hasn't been set, default to half the page
10 years ago
psychobunny
0913dbbade
added a border effect on max'd composer
10 years ago
psychobunny
49a173bdf0
last bit of fixes to composer
10 years ago
psychobunny
bc9d7f2922
fix so that mouse is always on the handle
10 years ago
psychobunny
5b56157403
composer refactor part 1
...
removed lots of hardcoded values; used translate 3d instead of height
for smoother dragging; various optimizations; snap to top functionality
10 years ago
psychobunny
bd99124fb9
refactored write preview code
10 years ago
psychobunny
da758c429a
remove hardcoded z-index; give composer a "maximized" class if maximized
10 years ago
psychobunny
b56e862838
removed hardcoded fa-chevron icons from client js
10 years ago
psychobunny
1ec1c5a366
fixes composer maximizing
10 years ago
psychobunny
fcc8093fa6
#1642 show discard prompt
10 years ago
psychobunny
e47c375e69
closes #1642
10 years ago
Julian Lam
4360069859
fixing buttons on mobile composer, and updating format so tags button only appears on mobile
10 years ago
barisusakli
2a8437f08f
removed templates config and mapping 🐑
10 years ago
yariplus
1102f40873
Add object setting plugin
...
Allows objects to be added to a plugin's settings using a tag with a JSON-like syntax in data-attributes.
A complex object can be created by using an array or another object as a parent, the object will be added to the parent array or the parent object's declared property instead of as it's own data-key.
10 years ago
psychobunny
9bf55c96d2
closes #2818
10 years ago
barisusakli
01b012d89d
#1642
10 years ago
psychobunny
a59b932020
displayUsersLink deprecated
10 years ago
barisusakli
f7f453f8cd
closes #2794
10 years ago
Julian Lam
6a32a0f399
closes #2775
10 years ago
Julian Lam
a3bc5d2037
fixing bug where the nav dropdown didn't close when a chat was opened
10 years ago
Julian Lam
5173fd7138
#2796
10 years ago
Julian Lam
a2c6f58782
fixed issue where an updated alert didn't contain changes to the clickfn, closes #2798
10 years ago
Julian Lam
339619fc9d
#2799
10 years ago
Julian Lam
00f3084b8e
closes #2792 , closes #2791 , closes #2788 , closes #2787 , closes #2786 , closes #2785 , closes #2784 , closes #2783
...
Squashed commit of the following:
commit ca5064a4effa3904ce936b521b169bba8d24f1a1
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:19:32 2015 -0500
Revert "added ajaxify popstate cache, so back/forward will just put back the already loaded page"
This reverts commit 77d154bb8b
.
commit ae07fc56c156074de8048bb627f5d9be849c8ad1
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:19:24 2015 -0500
Revert "on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues"
This reverts commit d8c9ec0d40
.
Conflicts:
public/src/client/unread.js
commit 96ee3631d7e4e1fc2c1b7632d86684fecd1e430f
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:18:25 2015 -0500
Revert "actually fixed isPopState error"
This reverts commit e6701c5a1f
.
10 years ago
psychobunny
241f5b0224
linted client side modules
10 years ago
barisusakli
a0c3ddc555
fix navigator
10 years ago
psychobunny
b1f835b053
Merge remote-tracking branch 'origin/master' into sortable-menu
10 years ago
psychobunny
2ff59278c9
navigation cleanup
10 years ago
Julian Lam
f00589c8ba
removing 'see all chats' from chats list, as it is in menu.tpl now
10 years ago
psychobunny
a9f175a2bb
ability to sort navigation
10 years ago
psychobunny
a2e3179ea4
nav - enable / disable
10 years ago
Julian Lam
e6701c5a1f
actually fixed isPopState error
10 years ago
Julian Lam
d8c9ec0d40
on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues
10 years ago
Julian Lam
77d154bb8b
added ajaxify popstate cache, so back/forward will just put back the already loaded page
10 years ago
psychobunny
40008a9e85
Merge remote-tracking branch 'origin/master' into sortable-menu
10 years ago
psychobunny
6cea047518
loading navigation, complete
10 years ago
Julian Lam
3202a52a61
refactored notif dropdown, #2771
10 years ago
psychobunny
ecad9d54ed
tjs 0.1.19 for undefined key cleanups
10 years ago
psychobunny
6dacaf6bb5
helpers.displayMenuItem
10 years ago
Julian Lam
29873f1c5c
removed unused .getAll method, and sorting notifications client-side so that unread notifs don't all appear at the top, #2772
10 years ago
Julian Lam
948cd22e9c
triggering full-screen composer on short viewports as well as narrow, #2763
10 years ago
Julian Lam
03e39f7b9b
isInvited mechanic for #2758
10 years ago
Julian Lam
58094d2b3b
removed console logs, and requiring markdown 1.0.0 plugin
10 years ago
Julian Lam
ceb18fe73d
added new hook and method for plugins to introduce their own formatting options, #2743
10 years ago
Barış Soner Uşaklı
743cd20441
closes #2267
10 years ago
Julian Lam
350acde379
ability to mark a notification read/unread from dropdown list, made styling less bootstrap-locked, using FA icon in theme instead of hardcoded in template
10 years ago
barisusakli
aa94dafac1
closes #725
10 years ago
barisusakli
60efeb8561
fix nid
10 years ago
barisusakli
31a44a9982
dont use fa icon
10 years ago
Barış Soner Uşaklı
276cd51836
closes #2467
10 years ago
Barış Soner Uşaklı
0421b6ef06
closes #2639
10 years ago
Barış Soner Uşaklı
d20628a8d4
closes #2539
10 years ago
Barış Soner Uşaklı
c98720ee4c
show results as WIP
10 years ago
barisusakli
eff1256dfb
search sort, search in posts, titles, posts& titles
10 years ago
Julian Lam
957415463f
Merge branch '0.7.0'
...
Conflicts:
package.json
src/search.js
10 years ago
barisusakli
38dd3d4281
search newer/older than and better pagination
10 years ago
barisusakli
161b934827
reply count filter atleast/atmost
10 years ago
barisusakli
def600e927
search in categories and children
10 years ago
barisusakli
255f50343c
closes #2685
10 years ago
Julian Lam
8bc2d97352
stringify helper for t.js
10 years ago
barisusakli
ddee93beab
Merge remote-tracking branch 'origin/master' into 0.7.0
10 years ago
Julian Lam
a3cadff1d3
updated settings module (v2) to fix multiple selects and checkboxes using name instead of id, which isn't always guaranteed to be set.
10 years ago
Julian Lam
d096a639d6
fixed #2657 -- there's a slight chance this might break other ACP pages, but my limited testing tells me it is ok so far
10 years ago
Julian Lam
093e499bf8
defining module name in iconSelect module
10 years ago
Julian Lam
56200b0fdf
defining module name in iconSelect module
10 years ago
barisusakli
ea3d7d610a
Merge remote-tracking branch 'origin/master' into 0.7.0
10 years ago
Julian Lam
99dc37bd9c
removed relativeTime util method, utils.js better be a C now.
10 years ago
barisusakli
b333653464
prevent js crash if responseJSON is undefined
10 years ago
Julian Lam
50ac813388
Merge branch 'private-groups', closed #2588
10 years ago
barisusakli
02dbce57fb
relative path fix missing ;
10 years ago
barisusakli
200f74f1c7
closes #2592
10 years ago
barisusakli
456b844e61
closes #2596
10 years ago
Julian Lam
612b8f01b6
Merge remote-tracking branch 'origin/master' into private-groups
10 years ago
Julian Lam
69ed8ac45d
icon selection interface -- moved iconSelect module out of admin space, #2588
10 years ago
barisusakli
0305ad989c
match uploader return
10 years ago
barisusakli
f74383bba4
changed userPhoto to files[]
10 years ago
Julian Lam
71b41239ac
attempting to join a private group causes the join to be pending, #2588
10 years ago
barisusakli
a77a761433
closes #1917
10 years ago
barisusakli
ce9c17f8e5
ability to search posts by user
10 years ago
Julian Lam
b685194dae
updated helper loading so it loads all helpers in helpers local var
10 years ago
Julian Lam
aa62c52580
closed #2583
10 years ago
barisusakli
60f1b9679a
search filters
10 years ago
Julian Lam
9b8cc9fe6c
partial revert of 659d0f68cb
, #2417
10 years ago
Julian Lam
835886998b
having composer/resize call findBootstrapEnvironment only on the first resize method call, and not right when library is required, #2417
10 years ago
Julian Lam
659d0f68cb
possibly fixing issue where mobile composer textarea is not properly sized when initially opened. Sort of related to #2417
10 years ago
Julian Lam
23b9b21cdd
better handling of guest handles in frontend, #2569
10 years ago
Julian Lam
9befa6aca7
proper handling of post editing, integration with ACP toggle, #2569
10 years ago
Julian Lam
325815a78d
showing guest handles in frontend UI #2569
10 years ago
Julian Lam
7dc309fc16
template in composer #2569
10 years ago
barisusakli
3bdb98e747
closes #2530
10 years ago
barisusakli
81a5a4cfe0
removed global var
10 years ago
barisusakli
7ae7c50f56
app.user
10 years ago
Julian Lam
0b58e2fea3
minor tweaks to in-topic searching UI, #2442
10 years ago
Julian Lam
067d1ae404
adding client-side hook whenever composer renders a preview
10 years ago
Julian Lam
b06ff89e02
adding missing file, re: #2424
10 years ago
Julian Lam
deac12c540
closed #2424
10 years ago
barisusakli
32e08ba419
closes #2070
10 years ago
psychobunny
2a88e08977
and one last derp
10 years ago
psychobunny
556d817cc5
forgot to return
10 years ago
psychobunny
458ee7cca8
acute ocd attack
10 years ago
psychobunny
bfaeee2531
linting
10 years ago
psychobunny
b511bc37fb
don't initialize taskbar until dom is ready
10 years ago
Barış Soner Uşaklı
36ac6f849f
Merge pull request #2397 from joe1chen/bug-fix-topic-search
...
Bug fix - Topic search broken due to encodeURIComponent being called too early
10 years ago
psychobunny
b480bff3fd
moved taskbar markup out of JS and into modules/taskbar.tpl
10 years ago
barisusakli
d9d44aee2b
#2334
10 years ago
barisusakli
b3544f644a
relative path upload fixes #2403
10 years ago
Joseph Chen
f02fd88eaf
Bug fix - Topic search broken due to encodeURIComponent being called too early.
10 years ago
barisusakli
2e1a098cfa
fix multi selection if category has sub categories
10 years ago
Julian Lam
74630b3a79
closed #2360
10 years ago
Julian Lam
93f414892b
closed #2361
10 years ago
Julian Lam
e0436d73c3
#2361
10 years ago
Julian Lam
8e0e2a04be
restored the toolbar on mobile composer, #2293
10 years ago
Julian Lam
dfc7c7aa7f
#2350 :shipit:
10 years ago
Julian Lam
0e9fdc9a09
fixed #2350 -- chat modal now opens, but input is disabled
10 years ago
barisusakli
e09328c74d
#2346
...
dont bring modal to front if u receive a message
10 years ago
barisusakli
38874345b7
closes #2346
10 years ago
barisusakli
6353ed57a9
duh fixing my fail from last night
10 years ago
barisusakli
e97bfc139b
#1848
10 years ago
Julian Lam
adfb89a2ad
closed #2321
10 years ago
barisusakli
433769eb36
closes #2146
...
first tab (recent) shows last 50 messages instead of just last 24 hours
10 years ago
barisusakli
1b268c94c0
if there is no postData.tid dont notify, ie topic post
10 years ago
barisusakli
4c90c9a759
closes #2291
10 years ago
barisusakli
f295083a08
fix upload error messages
10 years ago
psychobunny
a24dde863b
moved src/client/modules/admin/selectable to src/admin/modules/selectable #2250
11 years ago
barisusakli
e95c68e7d6
fix bookmark
11 years ago
psychobunny
8abf2835a5
removed modules/admin and moved mousetrap + keybindings out of client #2245
11 years ago
barisusakli
e1f67052d0
closes #2244
11 years ago
psychobunny
7396c363d7
press / to highlight search input box
11 years ago
psychobunny
ba4392cda0
selectable - shift clicking deselects items in a group
11 years ago
psychobunny
eb5630caa7
refactored selectable to use 'selected' instead of 'dropped'; fixed position relative bug
11 years ago
psychobunny
7a2ccf6031
hardcoded parentElement by accident
...
so that's why it doesn't work on other pages. derp
11 years ago
psychobunny
9c67d5742e
added event callbacks for onSelected and onUnselected
11 years ago
psychobunny
13c9da6bff
selectable - click/shiftclick to select as well
11 years ago
psychobunny
bcdb87f488
fixed selectable
11 years ago
psychobunny
2db93c9219
created selectable module for selecting / grouping elements
11 years ago
barisusakli
6a996bd718
closes #2210
11 years ago
Julian Lam
1eb9016a77
fixed #2207
11 years ago
barisusakli
b8df95da98
check message
11 years ago
Schamper
883422760d
Fix settings save message
11 years ago
Julian Lam
625247611b
closed #1959
11 years ago
barisusakli
cd99654477
closes #2046
11 years ago
psychobunny
d081ecf368
fixed chatModal centering
11 years ago
psychobunny
da0eff6a4e
double click the chat header to maximize
11 years ago
barisusakli
48c3619028
lowered chat zindex
11 years ago
barisusakli
8c600ae15d
stop tag autocomplete ajaxify
11 years ago
Julian Lam
aee8b87385
composer tweaks, hiding navbar when mobile composer is open
11 years ago
barisusakli
f377868764
closes #2064
11 years ago
barisusakli
63a7766ac1
closes #2027
11 years ago
barisusakli
0f258859a7
closes #2067
11 years ago
barisusakli
4066607388
closes #2052
11 years ago
Julian Lam
8bac0bf361
Merge branch 'csrf-excision' into hashtalk
11 years ago
Julian Lam
a061079995
fixed all POST routes to use new csrf middleware
11 years ago
psychobunny
ca7f35dd5e
trimming alert title/message
11 years ago
barisusakli
9a96458f79
closes #2053
11 years ago
barisusakli
493d0dea1e
part 1 of notif refactor
11 years ago
Julian Lam
40e5ad075f
started work on #2082
11 years ago
barisusakli
273db693e7
closes #2051
11 years ago
barisusakli
b7ee875b12
user.isOnline fix
...
wont hit db on every user socket connect or user disconnect
11 years ago
barisusakli
6b39e328f5
chat fix
11 years ago
barisusakli
e495db3065
dont make a copy of chat message
11 years ago
barisusakli
625766ba85
dont send typing notif on each keyup
11 years ago
barisusakli
171f02101d
closes #2035 , closes #2036
11 years ago
barisusakli
ae6d5e72f4
closes #2015
11 years ago
Julian Lam
1f06e4f5a2
added secret key bindings for admins to reload and restart their NodeBBs :shipit:
11 years ago
Julian Lam
063a4e5628
finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed #1800
11 years ago
Julian Lam
5d22806ded
more topic searching work (working example, needs UX tie-in)
11 years ago
Julian Lam
cd10248226
basic topic searching via search bar working
11 years ago
barisusakli
fdf19f9025
closes #2022
11 years ago
barisusakli
69ce425ae5
closes #2021
11 years ago
Julian Lam
e497290dbc
removed commented-out code
11 years ago
Julian Lam
fcbdc5e271
added recompilation of templates to NodeBB Reloading - #2010
11 years ago
barisusakli
c57b0a2199
closes #2013
11 years ago
barisusakli
ca90afd544
#1992
...
(drunk) not even done yet
11 years ago
barisusakli
d852f284da
closes #1948
11 years ago
barisusakli
1cf5c3145a
doing it properly this time
...
mainPost always has index 0
11 years ago
barisusakli
41ed52a414
moved newlines from language file to core
11 years ago
psychobunny
eb297d7eab
client side hooks: action:composer.topics.post, action:composer.posts.reply, action:composer.posts.edit
11 years ago
Filips Alpe
378fd095eb
Leave the chat window within the screen
...
On smaller screens, the top of the chat window can appear so high that it is outside the screen, this fixes that.
11 years ago
Julian Lam
77e0cb170f
removed console.log
11 years ago
barisusakli
da780cdee7
closes #1920
11 years ago
barisusakli
6e335ff29a
removed debug
11 years ago
barisusakli
f71bd41408
more fixes
11 years ago
barisusakli
d7520508e3
#1375 part1
11 years ago
barisusakli
297f523f18
closes #1899
11 years ago
barisusakli
e961e3c552
reduced hightlight duration by 2 seconds
11 years ago
Barış Soner Uşaklı
485f14ef7f
Merge pull request #1873 from frissdiegurke/patch-2
...
[Settings] fixed data-empty usage within checkboxes
11 years ago
barisusakli
89bb11a58c
closes #1880
11 years ago
frissdiegurke
021e5bfcc5
[Settings] fixed data-empty usage within checkboxes
11 years ago
barisusakli
a4975cab33
closes #1825 , closes #1674
11 years ago
Julian Lam
bf2cba028d
fixed #1851
11 years ago
barisusakli
8ff34e4dc2
parseint tid
11 years ago
barisusakli
161069c390
closes #1840
11 years ago
barisusakli
6d8cc5648c
some tag hooks/filters
11 years ago
Julian Lam
23c4b8ca35
only showing ACP setting saved alert if no callback is passed in
11 years ago
Julian Lam
cac3ebc9e5
vertically centering modal when opened
11 years ago
Julian Lam
c259e0407e
closed #1807
11 years ago
Julian Lam
4404387218
Merge branch 'master' into chat-route
11 years ago
barisusakli
bb9caa7228
removed dupe
11 years ago
Julian Lam
95102f7e74
jshinting
11 years ago
Julian Lam
71916f0691
marathon bugfixing with @barisusakli re: #1788
11 years ago
Julian Lam
55afa17651
getting chats working between both page and modal, yay #1788
11 years ago
Julian Lam
a031bc2721
highlighting of the user with whom you are currently chatting with #1788
11 years ago
Julian Lam
07a82ec12c
more WIP
11 years ago
barisusakli
c5ccf4333b
translate helpers
11 years ago
barisusakli
dcbed4e935
closes #1763
...
show alert if email not confirmed, clicking alert will send confirmation
email
11 years ago
barisusakli
684f858415
closes #1772
11 years ago
barisusakli
64f680a0a3
action:chat.loaded hook
11 years ago
barisusakli
1b31f5b2ca
single arrows wont go all the way to bottom
11 years ago
barisusakli
c9c68f8cbe
move cursor to end
11 years ago
barisusakli
105acc0197
not used
11 years ago
barisusakli
56830d773e
cleaned up resizeStop
11 years ago
Julian Lam
b338ac2a4c
fixing space-indentation, modifying behaviour a little bit so that the maximized position is not saved, and minimizing can return back to the previous saved position
11 years ago
Julian Lam
517c70951f
Merge branch 'patch-3' of github.com:mani95lisa/NodeBB into mani95lisa-patch-3
11 years ago
barisusakli
a9e5e82431
closes #1758
11 years ago
Mani Wang
1050efbe65
make expand postContainer more easier
...
If user don't know drag to expand and move 0 after down, then think user clicked and toggle postContainer's height between max and default 400.
11 years ago
barisusakli
1cabf885a2
closes #1730
...
postCount != lastPostIndex unfortunately, that will need some rethinking
11 years ago
barisusakli
b822e8babc
render preview on image upload
11 years ago
barisusakli
67186edda7
fix drag drop
11 years ago
barisusakli
9240f65f20
moved resize code, removed old tab code
11 years ago
barisusakli
c3e4d11f69
closes #1719
11 years ago
barisusakli
1296cd58b9
closes #1723
11 years ago
barisusakli
c296aaeb8a
discard language string
11 years ago
barisusakli
36ed21ad72
closes #1739
11 years ago
barisusakli
35d1aacc45
no success alert on posting and editing #1721
11 years ago
barisusakli
7d1ba0eb7c
closes #1718
11 years ago
barisusakli
6303ac4a90
closes #1716 , #1717
11 years ago
Julian Lam
c41bb05711
final pass #1720 , closed #1720
11 years ago
barisusakli
9151040250
side by side preview
11 years ago
barisusakli
13854e8774
closes #1603
11 years ago
barisusakli
bf18e70d66
small fix to title escape
11 years ago
barisusakli
4c2765a79c
closes #1679
11 years ago
barisusakli
ce1934e566
closes #1684
11 years ago
barisusakli
b9139ef263
some escaping and fixed uploads in progress
11 years ago
barisusakli
3f9fa0137c
taskbar text incase <script> is title
11 years ago
psychobunny
b43602f5b6
closes https://github.com/NodeBB/NodeBB/issues/1631
11 years ago
psychobunny
35e72dbb37
load composer-mobile.tpl if in xs/sm environment, for https://github.com/NodeBB/NodeBB/issues/1657
11 years ago
barisusakli
b9c30aa42d
possible fix to #1660
...
modified the tagsinput source to use keypress instead of keydown for the
confirmKeys
11 years ago
barisusakli
178f567659
closes #1655
11 years ago
barisusakli
6bd4524a79
fixed share for category
11 years ago
barisusakli
573cb4b4d7
fixed share links
11 years ago
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
barisusakli
aa0b9f9029
semicolon
11 years ago
barisusakli
09d4f4b47b
leaving tags box will create tag
11 years ago
psychobunny
3ba51b05f7
fixing the minified version of string.js instead
11 years ago
psychobunny
65f3fa1bbc
fixing string.js compatibility
11 years ago
psychobunny
281aa0049c
init, attempt to increase cold load speed
11 years ago
barisusakli
e1ad2537b6
fixes navigator progress bar
11 years ago
barisusakli
dbf07f786d
closes #1565
11 years ago
barisusakli
66701afdaa
closes #1559
...
fixes the notification image too, the property was called image not
picture
11 years ago
barisusakli
fa1275c03a
closes #1557
11 years ago
barisusakli
90cea84af9
max 5 tags per topic
...
asdasd
11 years ago
barisusakli
df73ceaeb7
closes #1556
...
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
11 years ago
barisusakli
b30dee2601
no need to store titleEl
11 years ago
barisusakli
9ba0dc3363
closes #1539
11 years ago
barisusakli
20a707e6c1
uploads cleanup
11 years ago
barisusakli
e869a6a15a
composer refactor
11 years ago
Julian Lam
b1534b7798
removing allowGuestPosting logic in NodeBB
11 years ago
barisusakli
629648bc7d
closes #1535
11 years ago
Julian Lam
7dffc2a2e9
moving chat timestamp to top of message, not end
11 years ago
barisusakli
c5d9a68b4b
closes #1445
11 years ago
psychobunny
240932dd80
add cursor: pointer if alert's clickfn is defined
11 years ago
psychobunny
f2a692add7
some linting of settings.js
11 years ago
psychobunny
c3e4c7dea1
using var instead of const for < IE10 compatibility
...
@frissdiegurke
11 years ago
psychobunny
2b4da7ebcd
Merge pull request #1514 from frissdiegurke/master
...
added number-type to settings framework. persist expanded object on serv...
11 years ago
Julian Lam
65dd79c84e
socket logic for #1149 -- handling of help tab in ACP
11 years ago
psychobunny
f7fe0aa680
moved documentation out of alerts
11 years ago
barisusakli
d0be73a4d4
closes #1503
11 years ago
FrissDieGurke
ab2c0cfa9f
added number-type to settings framework. persist expanded object on server-side sync if changed
11 years ago
barisusakli
8ee866fc9d
closes #1513
11 years ago
barisusakli
4c28de659c
closes #1504
11 years ago
barisusakli
d304bab4f1
dont change height if sizing horizontally #1508
11 years ago
psychobunny
2ba2ef5320
closes #1498
11 years ago
psychobunny
a0fcdfe629
closes #1502
11 years ago
barisusakli
933aa5dfcb
#1501
11 years ago
FrissDieGurke
c4606e7009
minified settings-framework wrapper-length
11 years ago
FrissDieGurke
c23df60e1b
removed unnecessary method + doc within Settings Framework
11 years ago
barisusakli
ab15dba0de
closes #1472
11 years ago
barisusakli
f3d0d70867
closes #1471
11 years ago
psychobunny
6f0e749b60
Merge pull request #1462 from frissdiegurke/master
...
added new settings-system
11 years ago
psychobunny
882589acae
moved findBootstrapEnvironment into utils
11 years ago
Ole Reglitzki
4da8121827
jsbeautify
11 years ago
Ole Reglitzki
d76ba519d4
added new settings-system
11 years ago
psychobunny
4b18403fa6
moving controls object into its own module
11 years ago
psychobunny
775e6ec8ce
comopser bugfix
11 years ago
psychobunny
090ecaffd1
closes #1444
11 years ago
barisusakli
caa0c45a11
closes #1441
11 years ago
barisusakli
6f2ea3eafc
closes #1439
11 years ago
Julian Lam
46c281db3d
Merge pull request #1409 from miksago/formatting-dispatch-table
...
Composer: Implement formatting bar dispatch table
11 years ago
psychobunny
ad8239aa31
alerts - parse globals before translating
11 years ago
Micheil Smith
ae9f675b80
Composer: Use formatting dispatch table for inserting uploads and pictures
11 years ago
Micheil Smith
bf7de0d051
Composer: Switch to using a dispatch table for buttons
...
Note: for now, it looks a little messy, but once I merge wrapSelectionInTextareaWith and insertIntoTextarea, it won't be. Promise.
11 years ago
barisusakli
d431c94ed8
added variable to replying to string
11 years ago
barisusakli
e12beccc09
closes #1371
...
adds a dropdown to category view to move/pin/lock/delete multiple topics
11 years ago
barisusakli
f9897daad1
all notifications are translated now closes #1388
11 years ago
barisusakli
04488a9a14
closes #1139
11 years ago
barisusakli
d832a6f805
closes #1381
11 years ago
psychobunny
3c711d72fb
regex - no need to escape special characters inside []
11 years ago
psychobunny
e5486db1ae
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
...
Conflicts:
src/database.js
11 years ago
barisusakli
8aa4f053e8
converted translator.get to translator.translate
11 years ago
barisusakli
fc8e97448c
load sounds on demand, refactored sounds
11 years ago