barisusakli
7610c11cd1
closes #450
...
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.
added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.
the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
11 years ago
barisusakli
0574022e02
fixes to infinitescroll
11 years ago
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
psychobunny
791fde7904
fixing #1587 properly for unread count
11 years ago
psychobunny
fee591e551
fixes #1587
11 years ago
barisusakli
b8b482e287
closes #1555
11 years ago
barisusakli
c7c54560bc
fixes going into deleted topics for admins
11 years ago
barisusakli
b1aae05a08
closes #1518
11 years ago
barisusakli
3e86bdb38f
more work on #1518
...
still needs more work, category is next
11 years ago
Julian Lam
d54ecea506
more privilege changes
11 years ago
psychobunny
bb12ebac48
closes #1442
11 years ago
barisusakli
1d1d677b56
closes #1422
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
barisusakli
0ac58dbee6
more error strings
11 years ago
barisusakli
61ae01543c
fixed to use postsPerPage
11 years ago
barisusakli
6fc3103aef
topic og:image changes
11 years ago
barisusakli
f247c2195e
fixed user picture in og:image
11 years ago
barisusakli
94a589e0e4
#1190
11 years ago
barisusakli
db3632557e
moved notification push out of markAsRead
11 years ago
barisusakli
bac3cf03cb
moved unread to new file
11 years ago
barisusakli
37e8856861
new middleware to add slug to topic and category
11 years ago
barisusakli
611c16b5a6
closes #1126
11 years ago
barisusakli
1354739d19
user deletion #746
...
user deletion NOT SKALABLE
11 years ago
barisusakli
3d68c7c6b6
added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js
11 years ago
barisusakli
974333dbc3
fixed missing currentPage
11 years ago
psychobunny
30cfddda68
fix for topics view count, and marking topics as unread
11 years ago
psychobunny
a99be8e7be
got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit:
11 years ago
psychobunny
cdf92c5cda
fixed a really annoying bug - the original topics route pre-refactor never actually included a privileges object
11 years ago
psychobunny
8df33e65ac
fixing bug in topics causing meta tags to revert on subsequent refresh
11 years ago
psychobunny
dbbbe21883
re-implementing meta and link tags part 1
11 years ago
psychobunny
233e49fd34
topics controller
11 years ago