barisusakli
833aa0f738
derp
2014-06-09 12:51:49 -04:00
barisusakli
b81f3552bb
fixed typo
2014-06-09 02:34:21 -04:00
barisusakli
b5071d504f
removed timing #1654
2014-06-09 02:33:07 -04:00
barisusakli
d4b48cd2ac
closes #1654
2014-06-09 02:32:32 -04:00
barisusakli
ee88693448
callback
2014-06-08 16:06:42 -04:00
barisusakli
b7f71ca0b4
fixes removePostFromTopic
...
remove the pid from the votes set too
2014-06-07 13:04:30 -04:00
barisusakli
bf04749f5e
fixes posttools.ismain
2014-06-07 11:38:43 -04:00
barisusakli
d32dfd98b7
remove main post if page is greater than 1
...
this fixes pagination after the main post change
2014-06-06 23:09:05 -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
psychobunny
c5b8a7b163
filter:templates.get_virtual for ajaxifying to virtual templates
2014-06-06 17:30:23 -04:00
Julian Lam
57f40e1e1c
Merge pull request #1648 from char101/patch-1
...
Add relative_path to authentication redirects
2014-06-06 16:27:33 -04:00
Julian Lam
b44cbc89ad
Merge branch 'master' of github.com:Fastinyoh/NodeBB into Fastinyoh-master
2014-06-06 15:47:03 -04:00
Julian Lam
8587dd11d8
closed #1653 -- removed that spinner thing npm uses now.
2014-06-06 15:44:14 -04:00
Charles
5f1b1ad2bf
Also add relative_path to destination
...
Because the destination url does not include the relative_path
2014-06-06 18:36:02 +07:00
Charles
ce083573a9
Fix typo
2014-06-06 18:06:42 +07:00
Charles
f26a250b01
Add relative_path to authentication redirects
2014-06-06 18:05:26 +07:00
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.
2014-06-05 23:12:46 -07:00
barisusakli
8d0c659f08
small fix to redirect
2014-06-04 19:54:29 -04:00
barisusakli
61b79de3e8
closes #1641
2014-06-04 19:35:08 -04:00
psychobunny
a0bdd06a6a
filter:user.custom_fields - ability to add custom fields into userData
2014-06-04 18:55:37 -04:00
psychobunny
013f62cd7d
action:user.verify & filter:user.verify.code - plugins can now override the verification system
2014-06-04 18:55:35 -04:00
psychobunny
31adf7084d
filter:register.complete - plugins can redirect the user elsewhere post-registration
2014-06-04 18:55:34 -04:00
psychobunny
4bb8762746
send in the entire registration form for userData
2014-06-04 18:55:33 -04:00
barisusakli
d1c2c87510
fixed double index in post notification
2014-06-04 16:56:40 -04:00
psychobunny
5ac788565f
eventEmitter.any
2014-06-04 15:57:08 -04:00
barisusakli
e1491e4182
fixed wrong admin tags on admin/user/search
2014-06-04 11:58:05 -04:00
barisusakli
7d0eb9afaa
closes #1463
2014-06-04 11:14:36 -04:00
barisusakli
6b93095204
more link fixes
2014-06-03 18:55:58 -04:00
barisusakli
efe04c12d3
closes #1635
...
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
2014-06-03 18:39:54 -04:00
barisusakli
65e9f68d73
change requireEmail default to off
2014-06-03 17:23:36 -04:00
barisusakli
4aec62f3eb
#1636
...
👼
2014-06-03 16:42:45 -04:00
psychobunny
87a08c9528
closes #1636
2014-06-03 16:34:50 -04:00
barisusakli
b537666e5c
closes #1592 , closes #1634
2014-06-03 16:10:28 -04:00
psychobunny
d7eb89336d
add logo to windows live tile
2014-06-03 15:38:51 -04:00
psychobunny
cf3f33a23d
closes #1633
2014-06-03 15:27:08 -04:00
barisusakli
123d1e06f1
closes #1578
2014-06-03 13:02:44 -04:00
barisusakli
e20920c536
closes #1630
2014-06-03 12:30:36 -04:00
barisusakli
0574022e02
fixes to infinitescroll
2014-06-02 20:41:08 -04:00
psychobunny
c342e75f6e
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2014-06-02 17:42:52 -04:00
psychobunny
94312cfda8
closes #1595
2014-06-02 17:42:29 -04:00
psychobunny
f6cf36ca29
emit nodebb:ready
2014-06-02 17:40:08 -04:00
psychobunny
646f0f00b3
move "NodeBB Ready" message to when it's actually ready
2014-06-02 17:34:13 -04:00
psychobunny
5891246700
emitter.all
2014-06-02 17:33:44 -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
psychobunny
aafbb55572
closes #1616
2014-06-02 16:52:16 -04:00
psychobunny
ee1e869ccb
add loggedIn state to template parsing
2014-06-02 15:57:24 -04:00
barisusakli
4570edb122
closes #1623
2014-06-02 12:44:37 -04:00
barisusakli
364d55938c
if no categories found return empty array
2014-05-31 22:24:22 -04:00
psychobunny
257491801d
optimizing template compilation
2014-05-31 17:08:24 -04:00
psychobunny
c97d6635fc
plugin templates now have higher priority than theme templates
2014-05-31 17:06:27 -04:00