barisusakli
9af12819e3
closes #1731
11 years ago
barisusakli
4c2765a79c
closes #1679
11 years ago
barisusakli
3b1e373e7b
group titles
11 years ago
barisusakli
e8b89513d4
some cleanup in addUserInfoToPost
11 years ago
barisusakli
833aa0f738
derp
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
1e68974f50
small refactor
11 years ago
barisusakli
472e6b5206
privilege cleanup
11 years ago
barisusakli
4234057821
first pass for #1518
...
this only handles postTools privileges, topic and category will follow
11 years ago
barisusakli
3643fbc212
fixes 2 privilege issues
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
b88df6420d
check err
11 years ago
barisusakli
fa8cdce748
closes #1448
11 years ago
barisusakli
c9551abc5d
closes #1432
...
ability to select a default gravatar image (default, identicon,
mystery-man, monsterid, wavatar, retro) or upload a custom image to use
as default gravatar image
11 years ago
barisusakli
844923d538
added guest language string
11 years ago
barisusakli
2ad715ead3
closes #1412
11 years ago
barisusakli
9d405812cb
changed sortedSetRangeByScore
11 years ago
barisusakli
1f77df794a
added lots of error keys
11 years ago
barisusakli
d61e632c59
closes #1366
11 years ago
barisusakli
640686f031
added back paragraph tags
11 years ago
Julian Lam
b9aa0d2121
stripping paragraph tags from post summaries in an effort to collapse it all into one paragraph block.
11 years ago
barisusakli
36dc086470
no need to get signature and custom profile info
11 years ago
barisusakli
b2a837d283
getPostSummary change
11 years ago
barisusakli
f83b7ee972
renamed event
11 years ago
barisusakli
8efc33d6a1
closes #976
11 years ago
barisusakli
a0e784a612
closes #1138
11 years ago
barisusakli
bddc270033
changed addUserInfoToPost to add a user object
11 years ago
barisusakli
6e6c5688d9
more cleanup
11 years ago
barisusakli
813b3d6fcc
changes for live streaming of posts
11 years ago
Baris Soner Usakli
c9c25bd174
added getRecentPost
11 years ago
Baris Soner Usakli
976744480f
post summary change
11 years ago
Baris Soner Usakli
fb691b23b4
moved topic locked check to topic.reply
11 years ago
Baris Soner Usakli
b6d97281d3
closes #1015
11 years ago
Baris Soner Usakli
24b669bd39
some fixes for search plugin
11 years ago
Baris Soner Usakli
9b4ca12dc1
fixed missing var, posts.js cleanup
11 years ago
Baris Soner Usakli
6e5a6b8784
upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
11 years ago
Baris Soner Usakli
d6d9776cde
added toPid to posts
11 years ago
Baris Soner Usakli
60905b2e21
getPidPage fix, pids are strings
11 years ago
Baris Soner Usakli
29ba015d69
fixed topic thumbs
11 years ago
akhoury
63c9269240
merged composer and some other files with master
11 years ago
akhoury
25207852e8
added topics thumbnails support
11 years ago
Julian Lam
42d33f8338
first pass #899
11 years ago
Julian Lam
f50d77bca0
resolved #1060
11 years ago
Baris Soner Usakli
21367a1847
reverse infinite loading
11 years ago
Baris Soner Usakli
8c14a59f93
added new sorted set posts:pid
11 years ago
Baris Soner Usakli
bdc93409a7
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
11 years ago
Baris Soner Usakli
075c6c01f2
upload changes, show progres in composer
11 years ago
psychobunny
fe2e86da81
added optional 'reverse' parameter to Posts.getPostsByTid and Topics.getTopicPosts (incoming signature adjustment for 0.4x)
11 years ago
Baris Soner Usakli
d0452dcc80
small pagination fix
11 years ago