barisusakli
a65d612907
#1281 post purge
2014-06-10 14:24:56 -04:00
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.
2014-06-06 22:12:19 -04:00
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
2014-06-02 17:31:14 -04:00
barisusakli
b8b482e287
closes #1555
2014-05-22 14:56:15 -04:00
barisusakli
3f43db090b
return topics tags #1557
2014-05-21 21:15:11 -04:00
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
2014-05-21 16:13:51 -04:00
barisusakli
472e6b5206
privilege cleanup
2014-05-17 18:59:34 -04:00
barisusakli
b1aae05a08
closes #1518
2014-05-15 20:49:47 -04:00
barisusakli
3e86bdb38f
more work on #1518
...
still needs more work, category is next
2014-05-15 10:38:02 -04:00
Julian Lam
34b522f36d
missed a bunch of "editable" checks
2014-05-13 21:21:24 -04:00
Julian Lam
87f4566e06
more fixed to privs, and ACP modal
2014-05-13 17:06:58 -04:00
Julian Lam
7c8b442dcd
more updates to privileges revamp
2014-05-13 17:06:58 -04:00
barisusakli
8afcf44732
gravatars will be generated on demand
...
changing the setting in ACP will affect all default gravatars now.
2014-05-04 17:27:00 -04:00
barisusakli
6f40393b99
added err check
2014-05-04 14:33:12 -04:00
barisusakli
d05920ec78
refactor of thread tools
2014-04-24 20:05:05 -04:00
barisusakli
2ad715ead3
closes #1412
2014-04-20 15:07:53 -04:00
barisusakli
bca2755c3e
possible fix for #1410
2014-04-20 01:31:17 -04:00
Micheil Smith
3e82cab398
Add missing new lines at end of files.
2014-04-10 20:56:53 +01:00
barisusakli
1f77df794a
added lots of error keys
2014-04-09 22:26:23 -04:00
barisusakli
3f44f4bb3a
closes #1319
2014-04-02 16:55:01 -04:00
barisusakli
a3404d3d4f
closes #1253
2014-03-23 14:25:16 -04:00
barisusakli
ca0dbf84be
no need for exists check
...
if topic doesnt exist topicData will be null
2014-03-21 18:20:06 -04:00
barisusakli
7a1037dc11
moved posts and recent to new files
2014-03-21 17:04:15 -04:00
barisusakli
38733ef94b
moved reply post create to topics/create.js
2014-03-21 15:55:03 -04:00
barisusakli
478429af3a
moved fork to new file
2014-03-21 15:47:46 -04:00
barisusakli
bac3cf03cb
moved unread to new file
2014-03-21 15:40:37 -04:00
barisusakli
f83b7ee972
renamed event
2014-03-17 17:38:47 -04:00
barisusakli
8efc33d6a1
closes #976
2014-03-17 17:27:47 -04:00
barisusakli
1354739d19
user deletion #746
...
user deletion NOT SKALABLE
2014-03-14 19:07:50 -04:00
psychobunny
9de21995c4
added category bgColor and color to topics api
2014-03-13 15:46:19 -04:00
barisusakli
3f5c51174d
refactored user.js
...
took out notifications, email and reset code to separate files
2014-03-12 18:00:33 -04:00
barisusakli
a0222b69bb
closes #1200
2014-03-12 00:45:15 -04:00
barisusakli
6e6c5688d9
more cleanup
2014-03-11 22:31:09 -04:00
Julian Lam
b259c3d422
categoryData should return better topics (non-anon uid passed in now)
2014-03-11 15:48:29 -04:00
barisusakli
6496b91c29
closes #1180
2014-03-09 14:02:30 -04:00
barisusakli
ec86aafb48
return user object
2014-03-09 00:20:29 -05:00
barisusakli
b4b9ed1841
optimized getTopicsByTids, single db call to get topicData, added cache for privilege/category/user data
2014-03-09 00:16:05 -05:00
Baris Soner Usakli
be70b3de57
closes #1090
2014-03-03 15:26:15 -05:00
Baris Soner Usakli
fb691b23b4
moved topic locked check to topic.reply
2014-03-01 22:03:21 -05:00
Baris Soner Usakli
091723a8c5
closes #1101
2014-02-27 23:45:12 -05:00
Baris Soner Usakli
6a962655e4
jshint for topics.js
2014-02-26 20:38:49 -05:00
Baris Soner Usakli
99bf882a1c
removed cid from getTopicsByTids
2014-02-26 19:55:28 -05:00
Baris Soner Usakli
56bbeb9950
use disableSocialButtons from config
2014-02-26 17:16:55 -05:00
Baris Soner Usakli
ea6cf3bbd5
more cleanup and changes to topics
2014-02-26 16:43:21 -05:00
Baris Soner Usakli
8da7a6f2f3
cleanup
2014-02-26 15:32:32 -05:00
Baris Soner Usakli
7c1a46f25d
misc cleanup
2014-02-25 14:41:14 -05:00
Baris Soner Usakli
fd8e7327f0
removed console.log
2014-02-25 14:05:14 -05:00
Baris Soner Usakli
7e5a7c53bd
changes to templates
2014-02-25 14:03:47 -05:00
Baris Soner Usakli
bbc2df11e1
fixed updateTopicCount
2014-02-24 16:24:21 -05:00
Baris Soner Usakli
8feac114c3
closes #1022
2014-02-24 16:23:11 -05:00