Commit Graph

393 Commits (c342e75f6eeb08e4c48342d2faec03c67fc3c712)

Author SHA1 Message Date
barisusakli 55dbc5c823 closes
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
barisusakli b8b482e287 closes
barisusakli 3f43db090b return topics tags
barisusakli df73ceaeb7 closes
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
barisusakli 472e6b5206 privilege cleanup
barisusakli b1aae05a08 closes
barisusakli 3e86bdb38f more work on
still needs more work, category is next
Julian Lam 34b522f36d missed a bunch of "editable" checks
Julian Lam 87f4566e06 more fixed to privs, and ACP modal
Julian Lam 7c8b442dcd more updates to privileges revamp
barisusakli 8afcf44732 gravatars will be generated on demand
changing the setting in ACP will affect all default gravatars now.
barisusakli 6f40393b99 added err check
barisusakli d05920ec78 refactor of thread tools
barisusakli 2ad715ead3 closes
barisusakli bca2755c3e possible fix for
Micheil Smith 3e82cab398 Add missing new lines at end of files.
barisusakli 1f77df794a added lots of error keys
barisusakli 3f44f4bb3a closes
barisusakli a3404d3d4f closes
barisusakli ca0dbf84be no need for exists check
if topic doesnt exist topicData will be null
barisusakli 7a1037dc11 moved posts and recent to new files
barisusakli 38733ef94b moved reply post create to topics/create.js
barisusakli 478429af3a moved fork to new file
barisusakli bac3cf03cb moved unread to new file
barisusakli f83b7ee972 renamed event
barisusakli 8efc33d6a1 closes
barisusakli 1354739d19 user deletion
user deletion NOT SKALABLE
psychobunny 9de21995c4 added category bgColor and color to topics api
barisusakli 3f5c51174d refactored user.js
took out notifications, email and reset code to separate files
barisusakli a0222b69bb closes
barisusakli 6e6c5688d9 more cleanup
Julian Lam b259c3d422 categoryData should return better topics (non-anon uid passed in now)
barisusakli 6496b91c29 closes
barisusakli ec86aafb48 return user object
barisusakli b4b9ed1841 optimized getTopicsByTids, single db call to get topicData, added cache for privilege/category/user data
Baris Soner Usakli be70b3de57 closes
Baris Soner Usakli fb691b23b4 moved topic locked check to topic.reply
Baris Soner Usakli 091723a8c5 closes
Baris Soner Usakli 6a962655e4 jshint for topics.js
Baris Soner Usakli 99bf882a1c removed cid from getTopicsByTids
Baris Soner Usakli 56bbeb9950 use disableSocialButtons from config
Baris Soner Usakli ea6cf3bbd5 more cleanup and changes to topics
Baris Soner Usakli 8da7a6f2f3 cleanup
Baris Soner Usakli 7c1a46f25d misc cleanup
Baris Soner Usakli fd8e7327f0 removed console.log
Baris Soner Usakli 7e5a7c53bd changes to templates
Baris Soner Usakli bbc2df11e1 fixed updateTopicCount
Baris Soner Usakli 8feac114c3 closes
Baris Soner Usakli ed8e76ebce added error check to getTopicDataWithUser
Baris Soner Usakli 6e5a6b8784 upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting