Commit Graph

20 Commits (d57f183f420cdafb1fa9ac91bf41b653c3c730e1)

Author SHA1 Message Date
barisusakli d57f183f42 privileges.posts.get takes an array of pids now
barisusakli 6cd29a31a4 removed timing
barisusakli c3a9767bf6 late night optimizations
-isMemberOfSets returns true/false instead of 1/0
-when loading the posts of a topic only get the userdata for each user
once, before this commit if a topic had 10 posts from 2 different users
we were getting the user data for each user 5 times (drunk)
-getVoteStatusByPostIDs and getFavouritesByPostIDs no longer make
pids.length calls to the db, they use isMemberOfSets now
-getUserInfoForPost renamed to getUserInfoForPosts and doesnt make
uids.length calls to db, uses getMultipleUserFields instead
barisusakli bd4722665d closes
removed move button from main post, disable moving main post, fixed
moving posts.
barisusakli 0987aed0e6 callback undefined error
barisusakli e8b89513d4 some cleanup in addUserInfoToPost
barisusakli b7f71ca0b4 fixes removePostFromTopic
remove the pid from the votes set too
barisusakli 7610c11cd1 closes
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.
barisusakli 0574022e02 fixes to infinitescroll
barisusakli 55dbc5c823 closes
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
barisusakli b8b482e287 closes
barisusakli 4234057821 first pass for
this only handles postTools privileges, topic and category will follow
barisusakli f29dda4b92 fixed 1 more
Julian Lam 66225237a0 view_deleted fix for privs
Julian Lam 34b522f36d missed a bunch of "editable" checks
barisusakli d05920ec78 refactor of thread tools
barisusakli cf94a71499 closes
flag and chat buttons are hidden on self posts, updated in vanilla and
lavender
barisusakli 1000df09ff replaced hardcoded english string
barisusakli e4fbb31e68 some cleanup
barisusakli 7a1037dc11 moved posts and recent to new files