barisusakli
d8fd29581e
deleting a user will delete topic tags too
2014-05-21 19:39:10 -04:00
barisusakli
df73ceaeb7
closes #1556
...
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
2014-05-21 16:13:51 -04:00
Julian Lam
1d7c293197
added option to remove ephemeralGroups from groups listing
2014-05-21 11:30:32 -04:00
Julian Lam
3849b2d6b3
added pushGroup method to notifications object #1331
2014-05-21 11:30:32 -04:00
barisusakli
dfa1150709
fix missing category data
2014-05-21 00:03:22 -04:00
barisusakli
c7c54560bc
fixes going into deleted topics for admins
2014-05-20 20:21:57 -04:00
barisusakli
1e68974f50
small refactor
2014-05-20 17:46:17 -04:00
Julian Lam
9bb13a0d29
closed #1552
2014-05-20 14:45:04 -04:00
psychobunny
7f7cc8dc62
merging in latest templates.js
2014-05-20 13:52:12 -04:00
barisusakli
b30dee2601
no need to store titleEl
2014-05-20 13:23:09 -04:00
barisusakli
4397b7ab4b
removed meta.scripts.get warning #1544
2014-05-20 12:38:33 -04:00
barisusakli
9ba0dc3363
closes #1539
2014-05-20 12:35:46 -04:00
giorgiochiodi
6d50ae7624
Update ubuntu.rst
2014-05-20 16:34:34 +02:00
barisusakli
05872ad458
closes #1545
2014-05-19 21:28:26 -04:00
barisusakli
cd08a16f77
return post count to with categories
2014-05-19 19:24:06 -04:00
barisusakli
4acc264cb8
added upload error string
2014-05-19 18:42:21 -04:00
barisusakli
20a707e6c1
uploads cleanup
2014-05-19 15:33:41 -04:00
Julian Lam
152a307b51
Merge pull request #1543 from akhoury/patch-1
...
Update hooks.rst
2014-05-19 14:08:02 -04:00
Aziz Khoury
2a333fddeb
Update hooks.rst
2014-05-19 14:01:26 -04:00
Aziz Khoury
a62fe8d4e2
Update hooks.rst
2014-05-19 14:00:29 -04:00
Barış Soner Uşaklı
75d018a35f
Merge pull request #1541 from akhoury/master
...
filter:register.build now returns what it was passed, in order.
2014-05-19 12:38:53 -04:00
Aziz Khoury
8d6a8dc928
filter:register.build now returns what it was passed, in order. fixes #1540 , we seriously need to consider standarizing the hooks arguments, maybe some ideas here #1527
2014-05-19 12:29:52 -04:00
barisusakli
5cf9b0a3bd
fix feed crash
2014-05-18 16:21:34 -04:00
barisusakli
e869a6a15a
composer refactor
2014-05-18 15:09:58 -04:00
Julian Lam
2e49fe9f50
fixed meta property to name, for keywords
2014-05-18 12:09:47 -04:00
Julian Lam
58b6a2e9ea
Merge branch 'master' of github.com:designcreateplay/NodeBB
2014-05-17 22:21:50 -04:00
Julian Lam
e9252ca745
fixing language code for viet and thai
2014-05-17 22:21:43 -04:00
barisusakli
472e6b5206
privilege cleanup
2014-05-17 18:59:34 -04:00
barisusakli
ff2bad635c
infinite scroll refactor
2014-05-17 17:55:55 -04:00
Julian Lam
e43ebb0423
Merge pull request #1533 from akhoury/master
...
captcha support
2014-05-17 16:01:44 -04:00
Julian Lam
6ec36a00ad
Merge branch 'master' of github.com:chiehwen/NodeBB into chiehwen-master
2014-05-17 15:19:07 -04:00
Julian Lam
dfe34cafb8
latest translations for slovak
2014-05-17 15:17:31 -04:00
Chieh-Wen Yang
d56b05bd90
I have translated to zh_TW.
2014-05-18 00:57:00 +08:00
Barış Soner Uşaklı
485c908510
Update README.md
2014-05-16 17:27:27 -04:00
Julian Lam
5f89293301
upgrade script for #1282
2014-05-16 16:48:26 -04:00
Julian Lam
b1534b7798
removing allowGuestPosting logic in NodeBB
2014-05-16 16:29:43 -04:00
Julian Lam
3474cdc5ea
added new privilege "find", added guest meta group, closed #1282
2014-05-16 15:47:04 -04:00
Julian Lam
c297e2f2f8
ephemeral groups - guests
2014-05-16 15:10:06 -04:00
Julian Lam
118723e185
force update translations.
2014-05-16 14:38:51 -04:00
barisusakli
629648bc7d
closes #1535
2014-05-16 13:28:38 -04:00
Aziz Khoury
0e0f66ba9e
minor cleanups.
2014-05-16 09:39:46 -04:00
Aziz Khoury
230b4a0952
now really fix topic/1503
2014-05-16 01:55:13 -04:00
Aziz Khoury
c7734937fb
added a bunch of useful utils functions
2014-05-16 01:38:47 -04:00
Aziz Khoury
611fd380eb
fixes topic/1503
2014-05-16 01:38:20 -04:00
Aziz Khoury
d3a11f7ad8
Merge remote-tracking branch 'upstream/master'
2014-05-16 00:12:14 -04:00
Julian Lam
81bf5e4ad2
updated package.json back to tildes...
2014-05-15 23:37:07 -04:00
barisusakli
b1aae05a08
closes #1518
2014-05-15 20:49:47 -04:00
psychobunny
033364a2a9
move code from footer.js into admin.js
2014-05-15 17:16:24 -04:00
Julian Lam
33601af7cd
Merge branch 'master' of github.com:designcreateplay/NodeBB
2014-05-15 16:33:50 -04:00
Julian Lam
7dffc2a2e9
moving chat timestamp to top of message, not end
2014-05-15 16:33:36 -04:00