Julian Lam
4b9eab6dc0
fixes #3329
10 years ago
Julian Lam
b2a69758ee
added back multi-line support for translator
10 years ago
Julian Lam
eaa35c8057
making translator regex stricter, so it doesn't match language strings that won't ever exist
10 years ago
Julian Lam
2c62bafdc7
fixed ajaxify for pagination blocks
10 years ago
Julian Lam
305c54a727
fixed bug where an extra space was added to new replies
10 years ago
Julian Lam
e25d2fa6e6
closed #2811
10 years ago
Julian Lam
d712dcdce1
fixed issue where ajaxify couldn't handle urls with "#" href if the currently address already had a hash value present.
10 years ago
barisusakli
daf1a388eb
closes #3039
10 years ago
Julian Lam
2cb70ceccc
added auto-ajaxify on reconnect 😎
10 years ago
Julian Lam
f9a29186c4
updated ajaxify 5xx handling code to work even if nginx is used as a proxy (as it serves back 502, not 500)
10 years ago
barisusakli
81eeab42ed
category filter on /unread
10 years ago
Julian Lam
835750f36f
fixed checkbox behaviour in widgets page... @psychobunny, did I do this right?
10 years ago
Julian Lam
534b13e089
fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.
10 years ago
Julian Lam
140b8be161
updated ACP checkbox module so that it hides the checkbox via js instead of blanket CSS hiding
10 years ago
psychobunny
a4ace48469
closes #3310
10 years ago
psychobunny
541fd474b3
fixes checkboxes for both settingsv1 and settingsv2
10 years ago
Barış Soner Uşaklı
4fc4a0ff3e
dont escape group.name, use displayName in tpls instead
10 years ago
Barış Soner Uşaklı
d225951027
fix group name
10 years ago
Barış Soner Uşaklı
a12ecbc230
admin/manage/groups pagination
10 years ago
Julian Lam
b4e39374bb
firing 'change' event for all checkboxes after settingsv2 load
10 years ago
psychobunny
6b6bae7cc5
font awesome checkboxes for acp
10 years ago
psychobunny
b73a26f7a6
fixes reload button and probably a bunch of other things in ACP
10 years ago
Julian Lam
74f2f7caef
fixes #3307
10 years ago
psychobunny
b69ea4564a
fix user presence graph
...
if nobody's using your forum at all, this thing stopped working
altogether
10 years ago
psychobunny
c01f06214e
don't re-render graph if data is stale
10 years ago
psychobunny
c6713177d3
realtime mode toggle for dashboard
10 years ago
barisusakli
2b493964d0
closes #3296
10 years ago
barisusakli
ffd22f50ff
closes #1999
10 years ago
barisusakli
52f7e13a5c
closes #3289
10 years ago
Julian Lam
ceb4de653d
fixed #3295
10 years ago
barisusakli
619251143d
reset inf scroll on search
10 years ago
Julian Lam
48af82659e
removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288
10 years ago
barisusakli
491d376fb4
closes #2605
10 years ago
psychobunny
a285e0734d
closes #3274
10 years ago
barisusakli
5ee1951245
closes #3271
10 years ago
barisusakli
57c2418157
closes #1306
10 years ago
barisusakli
a31178ebd8
closes #3258
10 years ago
barisusakli
2b0b2ea858
fix search by ip
10 years ago
psychobunny
5ff9a7f9a9
allow multiline support for translator
...
see: https://github.com/psychobunny/templates.js/issues/36
10 years ago
barisusakli
b89b4d066a
max chars
10 years ago
barisusakli
38b838d462
closes #2754
...
moved group edit from modal to its own page
added hidden/private to group edit in acp, they were only in the client
groups page
moved add users above member list
10 years ago
barisusakli
1d72a8f0ee
fix composer redirect on home page
10 years ago
barisusakli
9d562a8708
closes #3245
10 years ago
barisusakli
0ef2ccc130
closes #3240
10 years ago
barisusakli
536c443c1e
closes #3231
10 years ago
barisusakli
1bbce82c23
duh #3192
10 years ago
barisusakli
8ff7ba82c2
closes #3192
10 years ago
barisusakli
6d0d74a6e9
moved topic search end to topics.js
10 years ago
barisusakli
2880a77a9f
closes #3130
10 years ago
barisusakli
387a5e36b2
search fix, moved topic search to topic.js
10 years ago
psychobunny
28e1ae46c7
woops, committed some testing code by accident
10 years ago
psychobunny
7564881298
don't minify files in /client
...
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
10 years ago
psychobunny
97d1ab2e35
console.log
10 years ago
psychobunny
f8b3282295
closes #3141
10 years ago
psychobunny
548d39fac5
lint
10 years ago
psychobunny
ac2811be75
instance.restart
10 years ago
psychobunny
6c607bca1e
closes #3212
10 years ago
psychobunny
6ae64ca884
fixed skin revert message
10 years ago
barisusakli
3a36ae5c13
wait for loadScript & widgets.render to emit action:ajaxify.end
10 years ago
Julian Lam
17ff083cc6
passing in available composer data into the composer.loaded client-side hook
10 years ago
Julian Lam
6fedcca4ee
changed a bunch of whitespace back into tabs, and fixed issue where categories without a parentCid were not showing up at all in the ACP
10 years ago
Julian Lam
478850ac05
rewrote a bit of the code so that templates.js is called asynchronously, and moved indentation levels to CSS instead of inlined styling.
10 years ago
Julian Lam
394497c9d5
Merge branch 'categories-parent-acp' of https://github.com/NicolasSiver/NodeBB into NicolasSiver-categories-parent-acp
10 years ago
psychobunny
f1f028b89c
Merge pull request #3161 from yariplus/patch-1
...
Fix specificity on ACP widget panel heading.
10 years ago
psychobunny
2dfb9837a7
log
10 years ago
Barış Soner Uşaklı
507fb225a2
removed console.log
10 years ago
Barış Soner Uşaklı
4420e7a9fc
closes #3188 , closes #3170
10 years ago
psychobunny
05c5196965
closes #3194
10 years ago
Nicolas Siver
a17c65ee9f
move item template to file
10 years ago
Barış Soner Uşaklı
b717da0229
Merge pull request #3110 from pitaj/master
...
Fixed translator backwards compatibility issue
10 years ago
barisusakli
045d9df81f
closes #3203
10 years ago
Nicolas Siver
1bfb41bccb
sorting tree
10 years ago
Nicolas Siver
46ce3aae9f
tree view
10 years ago
psychobunny
a355fbfc81
closes #2769
10 years ago
psychobunny
d51407834d
closes #3166
10 years ago
psychobunny
b96018b0f5
closes #3187
10 years ago
Julian Lam
f9053c077d
updated groups ACP styling and template to use a table, like categories
...
Conflicts:
src/views/admin/manage/groups.tpl
10 years ago
Barış Soner Uşaklı
7bed4c40d6
closes #3179
10 years ago
Julian Lam
8f7416d1cb
updated acp category privilege settings so that not all groups are shown in privilege table, closes #3036
10 years ago
psychobunny
f698d28dfb
one last fix for #3169
10 years ago
psychobunny
7b81c5db9f
#3169
10 years ago
psychobunny
79fd5a4d8e
closes #3169
10 years ago
psychobunny
63a2a20fd3
remove the old history.pushState hack for mobile composer
10 years ago
psychobunny
55bed3464e
if mobile, go to /compose route #3090
10 years ago
Julian Lam
f6181e6481
fixes #3148
10 years ago
Ole R.
22e227a6cd
fixed error-report within translator.js
...
reported by [rex-huang](https://community.nodebb.org/user/rex-huang ), see https://community.nodebb.org/topic/4520/error-handling-is-wrong-in-translator-js
10 years ago
Timothy Fike
8414e31730
Fix specificity on panel heading.
...
Needs to be specific so I can put an accordion inside. 😎
10 years ago
barisusakli
4f37d268b6
removed sort by username
10 years ago
barisusakli
5f23f04423
Merge remote-tracking branch 'origin/master' into user-search
10 years ago
barisusakli
fbdae8fe1d
return time and matchcount on page switch
10 years ago
barisusakli
aa577f4adc
part 1
...
no upgrade script yet
10 years ago
psychobunny
60f9fc17ae
#2928
10 years ago
barisusakli
30a9b66b31
fix room enter
10 years ago
barisusakli
10de7a92e4
dont let joining other uid rooms
10 years ago
psychobunny
a88ad903af
action:ajaxify.dataLoaded
10 years ago
barisusakli
b292aeea72
closes #3120
...
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
barisusakli
be1865da2d
closes #3127
10 years ago
barisusakli
0083d4ff1c
return user settings in api
10 years ago
barisusakli
ffac8eb41d
closes #3118
10 years ago
Barış Soner Uşaklı
b08774763a
added tpl to ajaxify.content-loaded
10 years ago