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
Micheil Smith
01013f5c9d
Refactor plugin logic.
...
This relies more heavily on `async` and also makes the loading process more asynchronous. It does remove one warning in the case that a plugin is enabled but not installed.
2014-04-10 20:56:51 +01:00
Micheil Smith
5f6d5cd9a5
Reduce duplication in src/categoryTools.js
2014-04-10 20:56:51 +01:00
psychobunny
129019777f
move work on LevelDB
2014-04-10 00:36:28 -04:00
psychobunny
e79284e75f
LevelDB init
2014-04-09 23:22:43 -04:00
barisusakli
1f77df794a
added lots of error keys
2014-04-09 22:26:23 -04:00
barisusakli
0ac58dbee6
more error strings
2014-04-09 21:56:30 -04:00
barisusakli
fdeaf3a16e
user.js error keys
2014-04-09 21:44:00 -04:00
barisusakli
eaf4be4979
posts.js error keys
2014-04-09 21:40:39 -04:00
barisusakli
b07efb0085
modules.js error keys
2014-04-09 21:36:57 -04:00
barisusakli
7b992e7a20
meta.js error language keys
2014-04-09 21:27:20 -04:00
barisusakli
197e61a5d0
admin js language keys
2014-04-09 21:26:37 -04:00
barisusakli
d366be7967
added error key
2014-04-09 21:22:37 -04:00
barisusakli
95972209f4
favourite changes
...
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
2014-04-09 20:55:53 -04:00
barisusakli
296d5127c9
update to use error messages
2014-04-09 16:51:10 -04:00
barisusakli
d61e632c59
closes #1366
2014-04-09 15:49:36 -04:00
barisusakli
a75baef450
removed socket emits for post errors
2014-04-09 15:39:30 -04:00
Julian Lam
d1a64798b9
removing use of slugs in groups... pending having more time
2014-04-09 14:46:18 -04:00
Julian Lam
bd2a1a3efa
Revert "reverting groups.js to 4701eb1cee1a35b7f059f4362773bd9d67b7370c"
...
This reverts commit d8df9ab3ed .
2014-04-09 14:37:16 -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
psychobunny
d8df9ab3ed
reverting groups.js to 4701eb1cee
2014-04-09 14:11:03 -04:00
Julian Lam
0a35195fc7
an attempt at addressing loader madness... #1364
2014-04-09 13:10:28 -04:00
Julian Lam
2627240d80
changing minimum required version for NodeBB to 0.10, and updated travis config. Allowing new setup option "ci", for TravisCI integration
2014-04-08 21:08:51 -04:00
Julian Lam
49a686af78
fixing groups tests
2014-04-08 17:37:11 -04:00
psychobunny
ff43a619c5
moving utils.js to the top
2014-04-08 17:35:28 -04:00
barisusakli
7a6f7d3e49
fixed 2 tests
2014-04-08 17:21:04 -04:00
psychobunny
2288da4daf
./nodebb reset widgets - global widgets as well
2014-04-08 16:52:52 -04:00
barisusakli
1e96c21cae
removed the span size
2014-04-08 16:48:13 -04:00
barisusakli
2195b20385
closes #1263
2014-04-08 15:29:56 -04:00
psychobunny
015ee701c4
@barisusakli is a stickler and wants to increase registration api call times by 0.0000000001s
2014-04-08 13:51:05 -04:00
psychobunny
5423434b3f
closes #1362
2014-04-08 13:48:26 -04:00
Julian Lam
ee44128c8c
not requiring email any longer for user creation (regression -- closes julianlam/nodebb-plugin-sso-twitter#4 )
2014-04-07 20:19:40 -04:00
barisusakli
67f9c8670a
closes #1355
2014-04-07 18:54:55 -04:00
barisusakli
d2033abf96
fixes unread page
...
if you had more than 20 unread topics it was loading 40 now it will only
load 21 then keep loading with infinite loading
2014-04-07 18:06:03 -04:00
barisusakli
4e71c8328c
closes #1346
2014-04-07 17:38:58 -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
psychobunny
e383524334
fixed a problem with cerulean which duped motd and forced you to toggle themes to deactivate
2014-04-07 15:16:11 -04:00
barisusakli
cb692c27e5
removed 0..n from mongo install questions
2014-04-06 16:58:38 -04:00
Julian Lam
14b9c03199
First pass at #1331 - Groups.search() + Tests
2014-04-05 13:01:31 -04:00
frissdiegurke
993b745f1c
Added svg-support for category pictures
2014-04-05 12:00:23 +02:00
barisusakli
770e0a67c1
send values directly
2014-04-04 13:11:09 -04:00
barisusakli
04b60f4f99
refactored parse
2014-04-04 12:55:44 -04:00
barisusakli
0cd13b7b66
closes #1273
2014-04-04 12:42:41 -04:00
barisusakli
640686f031
added back paragraph tags
2014-04-04 10:02:00 -04:00
Julian Lam
b9aa0d2121
stripping paragraph tags from post summaries in an effort to collapse it all into one paragraph block.
2014-04-04 09:21:17 -04:00
barisusakli
a7c5a5e819
closes #1334
2014-04-03 18:15:09 -04:00
barisusakli
421a25eb56
closes #1288
2014-04-03 17:36:31 -04:00
Julian Lam
b2c663925b
Merge branch 'spawn-minifier'
2014-04-03 17:27:42 -04:00
Julian Lam
7a993eb2ca
closed #1328
2014-04-03 17:27:26 -04:00