barisusakli
1a753bf64d
fixes forking
...
if there are no tags just return
2014-05-24 06:29:44 -04:00
barisusakli
e505a9a6ac
changed order of cleanup
2014-05-23 19:07:39 -04:00
barisusakli
dbf07f786d
closes #1565
2014-05-23 15:01:54 -04:00
barisusakli
b8b482e287
closes #1555
2014-05-22 14:56:15 -04:00
barisusakli
fa1275c03a
closes #1557
2014-05-22 14:41:11 -04:00
barisusakli
746df87d89
upgrade tags to sorted set
2014-05-22 13:06:19 -04:00
barisusakli
87fe5bf1bb
delete tag if it has no topics left
2014-05-21 20:25:35 -04:00
barisusakli
56f442f283
remove punctuation and limit tag length
2014-05-21 20:20:44 -04:00
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
barisusakli
472e6b5206
privilege cleanup
2014-05-17 18:59:34 -04:00
barisusakli
b1aae05a08
closes #1518
2014-05-15 20:49:47 -04:00
barisusakli
3e86bdb38f
more work on #1518
...
still needs more work, category is next
2014-05-15 10:38:02 -04:00
barisusakli
4234057821
first pass for #1518
...
this only handles postTools privileges, topic and category will follow
2014-05-14 17:53:27 -04:00
barisusakli
f29dda4b92
fixed 1 more
2014-05-14 14:59:35 -04:00
Julian Lam
66225237a0
view_deleted fix for privs
2014-05-13 21:22:06 -04:00
Julian Lam
34b522f36d
missed a bunch of "editable" checks
2014-05-13 21:21:24 -04:00
Julian Lam
b5d4e62e70
fixed bug in privileges system, thanks TravisCI!
2014-05-13 18:18:08 -04:00
Julian Lam
87f4566e06
more fixed to privs, and ACP modal
2014-05-13 17:06:58 -04:00
Julian Lam
7c8b442dcd
more updates to privileges revamp
2014-05-13 17:06:58 -04:00
barisusakli
af6a40e23c
use thumb directly
2014-04-30 14:48:48 -04:00
barisusakli
75824c0d81
dont send notifications for guests
2014-04-30 14:21:52 -04:00
barisusakli
cd3bb77a7f
added reqFromSocket to topic posting
...
new filter topic.post
2014-04-27 00:47:08 -04:00
Aziz Khoury
65ff72b0e3
its 3am
2014-04-26 03:19:56 -04:00
Aziz Khoury
c7bd27fb3f
spaces vs tabs ugh
2014-04-26 03:16:07 -04:00
Aziz Khoury
fa7db423c6
adding hook filter:topic.reply for antispam
2014-04-26 03:00:56 -04:00
barisusakli
d05920ec78
refactor of thread tools
2014-04-24 20:05:05 -04:00
barisusakli
6f2ea3eafc
closes #1439
2014-04-24 15:53:41 -04:00
barisusakli
adf6f34e42
closes #1436
2014-04-24 15:29:05 -04:00
barisusakli
cf94a71499
closes #1427
...
flag and chat buttons are hidden on self posts, updated in vanilla and
lavender
2014-04-23 21:47:51 -04:00
barisusakli
1000df09ff
replaced hardcoded english string
2014-04-21 15:15:38 -04:00
psychobunny
e5486db1ae
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
...
Conflicts:
src/database.js
2014-04-14 17:36:10 -04:00
barisusakli
9d405812cb
changed sortedSetRangeByScore
2014-04-10 20:59:17 -04:00
Micheil Smith
3e82cab398
Add missing new lines at end of files.
2014-04-10 20:56:53 +01:00
barisusakli
1f77df794a
added lots of error keys
2014-04-09 22:26:23 -04:00
barisusakli
e2d0d4db5c
added error and success language files
...
removed some code from server side that was emitting alerts
2014-04-09 14:12:50 -04:00
barisusakli
e5cf44d398
closes #1353
...
mark all read will mark everything read, can also select topics and mark
them read, can mark specific categories read too
2014-04-07 17:09:59 -04:00
barisusakli
bdefebeea0
reverting some of my code and fixed #1322 properly
2014-04-02 13:58:10 -04:00
Julian Lam
90616c6e7b
closed #1322
2014-04-02 11:11:01 -04:00
barisusakli
e4fbb31e68
some cleanup
2014-03-25 13:24:51 -04:00
barisusakli
038a833125
check to see if there are topics
2014-03-24 21:53:14 -04:00
barisusakli
04e0c58b84
fixes realtime update of home
2014-03-21 22:16:30 -04:00
barisusakli
ca0dbf84be
no need for exists check
...
if topic doesnt exist topicData will be null
2014-03-21 18:20:06 -04:00
barisusakli
db3632557e
moved notification push out of markAsRead
2014-03-21 17:48:32 -04:00
barisusakli
7a1037dc11
moved posts and recent to new files
2014-03-21 17:04:15 -04:00
barisusakli
38733ef94b
moved reply post create to topics/create.js
2014-03-21 15:55:03 -04:00
barisusakli
478429af3a
moved fork to new file
2014-03-21 15:47:46 -04:00
barisusakli
bac3cf03cb
moved unread to new file
2014-03-21 15:40:37 -04:00