barisusakli
178f567659
closes #1655
11 years ago
barisusakli
b7f71ca0b4
fixes removePostFromTopic
...
remove the pid from the votes set too
11 years ago
barisusakli
bf04749f5e
fixes posttools.ismain
11 years ago
barisusakli
d32dfd98b7
remove main post if page is greater than 1
...
this fixes pagination after the main post change
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
psychobunny
c5b8a7b163
filter:templates.get_virtual for ajaxifying to virtual templates
11 years ago
Julian Lam
b648e84836
latest translations and fallbacks
11 years ago
Julian Lam
57f40e1e1c
Merge pull request #1648 from char101/patch-1
...
Add relative_path to authentication redirects
11 years ago
Julian Lam
b44cbc89ad
Merge branch 'master' of github.com:Fastinyoh/NodeBB into Fastinyoh-master
11 years ago
Julian Lam
8587dd11d8
closed #1653 -- removed that spinner thing npm uses now.
11 years ago
Charles
5f1b1ad2bf
Also add relative_path to destination
...
Because the destination url does not include the relative_path
11 years ago
Charles
ce083573a9
Fix typo
11 years ago
Charles
f26a250b01
Add relative_path to authentication redirects
11 years ago
dhingey
b57dbc37cd
Fix relative path URL bugs in the plugin API.
...
Fixes plugin-related 404 URLs, as well as the plugin directory URL
for installations which use a relative path.
11 years ago
psychobunny
d5c6b6c334
modifying installation instructions as per @a5mith
11 years ago
psychobunny
201a309801
added documentation for the hooks I created yesterday
11 years ago
barisusakli
f609098ca7
moved secondry db config message #1645
11 years ago
barisusakli
8d0c659f08
small fix to redirect
11 years ago
barisusakli
61b79de3e8
closes #1641
11 years ago
psychobunny
a0bdd06a6a
filter:user.custom_fields - ability to add custom fields into userData
11 years ago
psychobunny
013f62cd7d
action:user.verify & filter:user.verify.code - plugins can now override the verification system
11 years ago
psychobunny
31adf7084d
filter:register.complete - plugins can redirect the user elsewhere post-registration
11 years ago
psychobunny
4bb8762746
send in the entire registration form for userData
11 years ago
barisusakli
d1c2c87510
fixed double index in post notification
11 years ago
psychobunny
5ac788565f
eventEmitter.any
11 years ago
barisusakli
e1491e4182
fixed wrong admin tags on admin/user/search
11 years ago
barisusakli
7d0eb9afaa
closes #1463
11 years ago
barisusakli
6b93095204
more link fixes
11 years ago
barisusakli
efe04c12d3
closes #1635
...
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
11 years ago
barisusakli
930f1e4789
default off
11 years ago
barisusakli
65e9f68d73
change requireEmail default to off
11 years ago
barisusakli
4aec62f3eb
#1636
...
👼
11 years ago
psychobunny
87a08c9528
closes #1636
11 years ago
barisusakli
b537666e5c
closes #1592 , closes #1634
11 years ago
psychobunny
d7eb89336d
add logo to windows live tile
11 years ago
psychobunny
cf3f33a23d
closes #1633
11 years ago
barisusakli
b2e48b21a2
pass url to onAjaxError
11 years ago
psychobunny
e88abcc1d9
fixed updated language strings
11 years ago
psychobunny
b881131a65
fixes #1632
11 years ago
barisusakli
6bd4524a79
fixed share for category
11 years ago
barisusakli
573cb4b4d7
fixed share links
11 years ago
barisusakli
123d1e06f1
closes #1578
11 years ago
barisusakli
e20920c536
closes #1630
11 years ago
barisusakli
0574022e02
fixes to infinitescroll
11 years ago
psychobunny
c342e75f6e
Merge branch 'master' of https://github.com/NodeBB/NodeBB
11 years ago
psychobunny
94312cfda8
closes #1595
11 years ago
psychobunny
f6cf36ca29
emit nodebb:ready
11 years ago
psychobunny
646f0f00b3
move "NodeBB Ready" message to when it's actually ready
11 years ago
psychobunny
5891246700
emitter.all
11 years ago
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago