barisusakli
ce0fdc201a
closes #2086
10 years ago
barisusakli
31eccb8e7f
configurable post delay before first post
10 years ago
barisusakli
e56b18822b
added topic titles to notifs
...
upvote, favourite and flag has topic titles now
11 years ago
Julian Lam
ff24339b38
added back error:no-user
11 years ago
Julian Lam
298d904d45
refactored login process to be a form submit instead of ajax-redirect, implemented error message parsing using req.flash
11 years ago
barisusakli
14fcd36134
closes #2028
11 years ago
barisusakli
603cddc687
closes #1934
11 years ago
barisusakli
197226eea6
closes #1742
11 years ago
Julian Lam
063a4e5628
finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed #1800
11 years ago
barisusakli
ba4b98de0e
email and username checks on profile update
11 years ago
Julian Lam
2d9ca83ae0
better error messaging when js fails to compile when reloading
11 years ago
barisusakli
eef200be10
closes #1284
11 years ago
barisusakli
d91fa5747d
closes #1964
11 years ago
barisusakli
c9c454825e
closes #1369
11 years ago
barisusakli
e909e46786
closes #1989
11 years ago
barisusakli
ac43ff3c3d
closes #1970
11 years ago
barisusakli
41ed52a414
moved newlines from language file to core
11 years ago
psychobunny
c6ced111b5
quotes are better
11 years ago
psychobunny
b1ef42889d
updated site title for tags page to be more user friendly
11 years ago
barisusakli
f49c95c16f
closes #1950
11 years ago
Julian Lam
89a9d4b7f2
logic for #1837
11 years ago
psychobunny
4f868f99c1
closes #1867
11 years ago
barisusakli
c9fb5b3e11
changed user posted notification to include title
...
dont send 2 notifications if you are already following topic
11 years ago
barisusakli
0362c1a3b0
show day/week/month/year popular topics
11 years ago
Julian Lam
cd8c1eeff6
started #1807
11 years ago
Julian Lam
4404387218
Merge branch 'master' into chat-route
11 years ago
barisusakli
64d04f7aa6
closes #1803
11 years ago
Julian Lam
07a82ec12c
more WIP
11 years ago
Julian Lam
1db96dc627
typing notifcation socket implementation for chat page, #1788
11 years ago
Julian Lam
84e046185b
WIP
11 years ago
Julian Lam
4d85df5bae
issue #1788 - start
11 years ago
barisusakli
dcbed4e935
closes #1763
...
show alert if email not confirmed, clicking alert will send confirmation
email
11 years ago
barisusakli
9ddff0ec4a
fix language string
11 years ago
Julian Lam
74be49d46f
new language strings for #1763
11 years ago
Julian Lam
c8e3433fa4
new language strings for outgoing emails, and changing the anchor text to not be an URL, closed #1759 , closed #1760
11 years ago
barisusakli
1cabf885a2
closes #1730
...
postCount != lastPostIndex unfortunately, that will need some rethinking
11 years ago
psychobunny
2e1cda3532
added lang strings for not having enough rep to downvote
11 years ago
barisusakli
c3e4d11f69
closes #1719
11 years ago
barisusakli
0d0af7ba96
closes #1721
11 years ago
barisusakli
1296cd58b9
closes #1723
11 years ago
barisusakli
c296aaeb8a
discard language string
11 years ago
barisusakli
3c3ad7d115
closes #1728
11 years ago
barisusakli
12a51ee2f3
fixed username
11 years ago
barisusakli
1d91ce4c6b
fixed typo in english translation
11 years ago
barisusakli
13854e8774
closes #1603
11 years ago
barisusakli
2479a34c56
closes #1710 , closes #1700
11 years ago
barisusakli
ce1934e566
closes #1684
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