5 Commits (01f983e29c2cd8edb59692668c95a267b0458e62)

Author SHA1 Message Date
barisusakli ca90afd544 #1992
(drunk) not even done yet
11 years ago
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
psychobunny 281aa0049c init, attempt to increase cold load speed 11 years ago
barisusakli ff2bad635c infinite scroll refactor 11 years ago