405 Commits (8dce99250b3fd28a02061399d1d1cc9bc266e532)

Author SHA1 Message Date
barisusakli 0362c1a3b0 show day/week/month/year popular topics 11 years ago
barisusakli 24aa166ed5 dont error when no teaser data 11 years ago
barisusakli d57f183f42 privileges.posts.get takes an array of pids now 11 years ago
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
11 years ago
barisusakli 9af12819e3 closes #1731 11 years ago
barisusakli 7c84680b06 closes #1709 11 years ago
barisusakli 9d4f1e18e1 #1688 removed length check 11 years ago
barisusakli cd5c24efe3 possible fix for #1688 11 years ago
barisusakli 4c2765a79c closes #1679 11 years ago
barisusakli 311a7ad5b9 #1281 topic purge 11 years ago
barisusakli a65d612907 #1281 post purge 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 55dbc5c823 closes #1612
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
barisusakli b8b482e287 closes #1555 11 years ago
barisusakli 3f43db090b return topics tags #1557 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 472e6b5206 privilege cleanup 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 34b522f36d missed a bunch of "editable" checks 11 years ago
Julian Lam 87f4566e06 more fixed to privs, and ACP modal 11 years ago
Julian Lam 7c8b442dcd more updates to privileges revamp 11 years ago
barisusakli 8afcf44732 gravatars will be generated on demand
changing the setting in ACP will affect all default gravatars now.
11 years ago
barisusakli 6f40393b99 added err check 11 years ago
barisusakli d05920ec78 refactor of thread tools 11 years ago
barisusakli 2ad715ead3 closes #1412 11 years ago
barisusakli bca2755c3e possible fix for #1410 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
barisusakli 1f77df794a added lots of error keys 11 years ago
barisusakli 3f44f4bb3a closes #1319 11 years ago
barisusakli a3404d3d4f closes #1253 11 years ago
barisusakli ca0dbf84be no need for exists check
if topic doesnt exist topicData will be null
11 years ago
barisusakli 7a1037dc11 moved posts and recent to new files 11 years ago
barisusakli 38733ef94b moved reply post create to topics/create.js 11 years ago
barisusakli 478429af3a moved fork to new file 11 years ago
barisusakli bac3cf03cb moved unread to new file 11 years ago
barisusakli f83b7ee972 renamed event 11 years ago
barisusakli 8efc33d6a1 closes #976 11 years ago
barisusakli 1354739d19 user deletion #746
user deletion NOT SKALABLE
11 years ago
psychobunny 9de21995c4 added category bgColor and color to topics api 11 years ago
barisusakli 3f5c51174d refactored user.js
took out notifications, email and reset code to separate files
11 years ago
barisusakli a0222b69bb closes #1200 11 years ago
barisusakli 6e6c5688d9 more cleanup 11 years ago
Julian Lam b259c3d422 categoryData should return better topics (non-anon uid passed in now) 11 years ago
barisusakli 6496b91c29 closes #1180 11 years ago
barisusakli ec86aafb48 return user object 11 years ago
barisusakli b4b9ed1841 optimized getTopicsByTids, single db call to get topicData, added cache for privilege/category/user data 11 years ago
Baris Soner Usakli be70b3de57 closes #1090 11 years ago
Baris Soner Usakli fb691b23b4 moved topic locked check to topic.reply 11 years ago
Baris Soner Usakli 091723a8c5 closes #1101 11 years ago