barisusakli
01f983e29c
markAsRead improvement
...
takes in an array of tids instead of marking topics read 1 by 1
same for the category.markAsRead function
11 years ago
barisusakli
0574022e02
fixes to infinitescroll
11 years ago
psychobunny
281aa0049c
init, attempt to increase cold load speed
11 years ago
barisusakli
48aba5fc64
category widget changes
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
ff2bad635c
infinite scroll refactor
11 years ago
barisusakli
d43d363a7a
refactored topics.js
...
removed ajaxify.register_events using removeListener now
11 years ago
barisusakli
e12beccc09
closes #1371
...
adds a dropdown to category view to move/pin/lock/delete multiple topics
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
f8a6ab5cf4
if no icon is selected for a category icon will be empty string
11 years ago
barisusakli
a091e06fe3
more work for #1368
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
barisusakli
54ba2d2ac3
removed console.log
11 years ago
barisusakli
d1ec101248
fixed infinite load and select
11 years ago
barisusakli
e5cf44d398
closes #1353
...
mark all read will mark everything read, can also select topics and mark
them read, can mark specific categories read too
11 years ago
Baris Soner Usakli
be70b3de57
closes #1090
11 years ago
Baris Soner Usakli
bae76ebd70
fixed the redis error when going to unread/recent if nextStart is missing
11 years ago
Baris Soner Usakli
f33256d628
fixes error alerts if scroll is triggered during transitions
11 years ago
Baris Soner Usakli
25442a89ca
closes #878
11 years ago
Baris Soner Usakli
2560704839
recent unread cleanup
11 years ago
Baris Soner Usakli
3793ddc2e8
fixes user tooltips on infinit load
11 years ago
Baris Soner Usakli
044382047d
removed commented out section
11 years ago
Baris Soner Usakli
46fb6377ee
fixed topic reply if title was 255, better notif text in unread and recent,removed console.log
11 years ago
Baris Soner Usakli
ae76bb3928
lots of err first fixeS
11 years ago
Baris Soner Usakli
426d3e871f
more fixes
11 years ago
Baris Soner Usakli
67799eac95
removed api: from client side socket calls
11 years ago
Julian Lam
442c543d27
fixed #776
11 years ago
Baris Soner Usakli
fbb4998999
closes #676
11 years ago
psychobunny
6c9e28232f
added translation method to recent's infinite loader
11 years ago
psychobunny
ceac8e2dc9
added translation to unread infinite loader
11 years ago
Baris Usakli
9ee250b597
fixes humanreadable numbers in infinite scrolling
12 years ago
Baris Usakli
1660d75205
stricter selector for human readable numbers
12 years ago
Baris Usakli
7198110b57
closes #573
12 years ago
Baris Usakli
7d7ead3f47
fixed js error in recent.js, remove content assignment
12 years ago
Baris Soner Usakli
3a8dca6fb9
closes #560
12 years ago
Baris Usakli
ccf4ed1235
topics and posts counters will update for everyone
12 years ago
Baris Soner Usakli
78a3dd68ea
hide the no topics warning when a new topic is posted on /unread
12 years ago
Baris Soner Usakli
afc0e25b26
closes #463
12 years ago
Baris Usakli
04ee1d137d
fixed unread and recent new post/topic notifications
12 years ago
Julian Lam
038e04dee6
revamped client side scripts so that they are loaded using Require.js instead.
12 years ago
psychobunny
221b9bc149
formatting - template associated js
12 years ago
Baris Soner Usakli
3f793ae902
changed document.body.offsetHeight to .height()
12 years ago
Baris Soner Usakli
ac56f3a30a
change document.body.scrollTop to .scrollTop()
12 years ago
psychobunny
f1547a7b1f
added badge to header for unread topics count
12 years ago
Baris Usakli
0e9a3c3a9f
hide load more button if not topics are left
12 years ago
Baris Usakli
41263f0332
closes #178
12 years ago
Baris Soner Usakli
ded0200355
upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
12 years ago
Baris Soner Usakli
50c34e4f33
added infinite scrolling to unread page, issue #141
12 years ago