Commit Graph

59 Commits (9bcecf73fabd850f6fc781f9e474f9f29f0e6f0a)

Author SHA1 Message Date
psychobunny e37cbca977 closes
psychobunny a0a98e64b7 closes
barisusakli 2b5f9d075b closes
barisusakli 7ad90b4ef6 closes
barisusakli 687d29a44b closes
barisusakli 738b17cae6 closes
Julian Lam 65396000d2 Updated modal to not be .confirm() but .dialog()
Also updated composer code to actually send a link back
to the other topic...

Closes 
barisusakli 47e2dd9478 closes
Julian Lam 95129a1b40 closes
psychobunny be28d7db98 changing bookmark alert to be more accurate to what it actually does
barisusakli b292aeea72 closes
also dont allow loading posts of a topic if its deleted via
topics.loadMore
Julian Lam 711dff1dd0 added language strings for
barisusakli a77a761433 closes
Julian Lam b97c9e4467 shorter language string for composer guest handle placeholder,
Julian Lam 7dc309fc16 template in composer
barisusakli 1a04d8f07d removed duped banned, its in user:banned
psychobunny 61b8c7f673 moar typos
barisusakli 5f55cc947c watch unwatch
update on toggle, moved isFollowing to api return and template
barisusakli 6f3cb55709 closes
barisusakli ce0fdc201a closes
barisusakli f49c95c16f closes
barisusakli 9ddff0ec4a fix language string
barisusakli c3e4d11f69 closes
barisusakli 0d0af7ba96 closes
barisusakli 311a7ad5b9 topic purge
barisusakli a65d612907 post purge
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 3c96857123 closes
fixed disabled category grey out, added plural move topics string
barisusakli cf94a71499 closes
flag and chat buttons are hidden on self posts, updated in vanilla and
lavender
barisusakli 1000df09ff replaced hardcoded english string
barisusakli 3c11030929 closes
barisusakli 21e30cc0c7 new language string
barisusakli 2ad715ead3 closes
barisusakli 254267e577 removed 2 titles
barisusakli d431c94ed8 added variable to replying to string
barisusakli 255115745f new language keys closes
barisusakli a091e06fe3 more work for
barisusakli 95972209f4 favourite changes
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
Julian Lam ef47fc78eb fixed up translation strings, closed
Julian Lam 339d0e5495 flag post translations
barisusakli 70f415446b added watch title language string
Julian Lam e2fb3dacca pushing new language fallbacks
Julian Lam dfd13fac0d Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 44ac7ec262 added new hooks for rendering help messages in composer, removed markdown text from translation
Baris Soner Usakli 0ca6c58ded closes
Baris Soner Usakli d87034b131 use alert for bookmark
Baris Soner Usakli 6c6c57f45f closes
akhoury 63c9269240 merged composer and some other files with master
akhoury 25207852e8 added topics thumbnails support
Baris Soner Usakli e1f016c075 closes