Mr.Lee
3e2f36fc29
Make the description more clear.
...
The same description in mongo.js and install.js are ambiguous.
2016-04-16 23:34:57 +08:00
barisusakli
6cc08f3868
fix indent
2016-04-14 18:44:44 +03:00
barisusakli
e564260650
moved groupTitle from user settings to user profile/edit
2016-04-14 18:41:52 +03:00
Julian Lam
2ddcaa9ce1
added new hook for hotswap preparation
2016-04-14 11:16:12 -04:00
Julian Lam
3390b7d7f6
closes #4516
2016-04-13 11:58:14 -04:00
barisusakli
229326acd6
another tab
2016-04-13 10:32:59 +03:00
barisusakli
f43be13f87
fix indent
2016-04-13 10:32:31 +03:00
barisusakli
bec688cea0
relative path fix
2016-04-13 10:31:59 +03:00
barisusakli
f7ac1d89ff
fix undefined next
2016-04-11 14:41:04 +03:00
Raphael Beer
006496efe3
Add pid to teaser ajaxify data
2016-04-10 14:09:33 +02:00
pichalite
e23377580d
fixes #4506
2016-04-08 23:55:10 +00:00
barisusakli
a81285befa
dont crash if category doesn't exist
2016-04-08 18:09:46 +03:00
Julian Lam
e481ed21eb
Using pid as discriminator for mergeId
...
... for favourite and upvote notifications.
2016-04-07 21:22:56 -04:00
Julian Lam
0449e014f6
updated some help text
2016-04-07 17:47:20 -04:00
psychobunny
c88ed66312
closes #4502
2016-04-07 16:55:53 -04:00
Julian Lam
a9f966f23c
closes #4503 , /cc @BenLubar
2016-04-07 11:32:18 -04:00
Julian Lam
ba44db5b5b
updated dependency check logic to better handle missing dependencies
2016-04-07 10:47:13 -04:00
Julian Lam
7bc4ea18f4
Merge remote-tracking branch 'origin/master' into fix-vendors
2016-04-06 21:43:19 -04:00
Julian Lam
930c2b7472
Merge branch 'master' into fix-vendors
2016-04-06 21:42:37 -04:00
Ole R
5023935baf
Enable nodebb-plugin-emoji-one by default
2016-04-06 23:58:48 +02:00
Barış Soner Uşaklı
04fb7d5acc
enable emoji-apple on install
2016-04-05 21:01:13 +03:00
Julian Lam
b6a10c7729
removed console log
2016-04-04 21:26:49 -04:00
Julian Lam
94a505a6bb
removed symlink logic and using route bridging instead.
...
Also allowed plugins to define modules from their plugin.json
2016-04-04 20:43:21 -04:00
Julian Lam
f91f705f90
Merge branch 'master' into fix-vendors
2016-04-04 18:46:24 -04:00
Julian Lam
1aaf65e9be
fixes #4438
2016-04-01 16:10:23 -04:00
barisusakli
07af4d10e7
closes #4488
2016-04-01 15:12:01 +03:00
barisusakli
b948e031f6
closes #2779
2016-04-01 15:02:22 +03:00
psychobunny
12ed4d2af5
remove PostCSS log
2016-03-30 16:55:54 -04:00
psychobunny
359b1fbe1a
cleanup
2016-03-30 16:05:11 -04:00
psychobunny
e2bc5f241a
optimizing process.send for js minification
2016-03-30 15:54:45 -04:00
psychobunny
acd24d856f
run tasks in series to speed up startup time
2016-03-30 14:37:00 -04:00
psychobunny
e134689324
we were accidentally including client-side LESS on the ACP
2016-03-30 14:19:00 -04:00
psychobunny
fc65b144b1
running less compilation in series
2016-03-30 13:25:19 -04:00
barisusakli
d92fde9824
filter out registered users
2016-03-30 18:19:15 +03:00
barisusakli
cb2ea163a0
closes #4486
2016-03-30 18:13:34 +03:00
psychobunny
3d0db5b397
closes #4481
2016-03-29 17:52:50 -04:00
Barış Soner Uşaklı
99ae0eb378
closes #4468
2016-03-29 11:26:28 +03:00
Julian Lam
5e3a114b17
added LRU cache to registration queue data
2016-03-28 19:55:40 -04:00
Julian Lam
3e2231d2cb
Fixing viewport shuffling due to image load
...
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0
@BenLubar @boomzillawtf
2016-03-27 15:56:49 -04:00
Julian Lam
5705681aa0
tweaked registration queue logic a bit
...
- encoding inputs during url construction
- limiting maximum # of parallel requests to 20
- using map instead of forEach
2016-03-26 14:04:35 -04:00
Julian Lam
8013f124da
fixes #4471
2016-03-25 19:54:22 -04:00
Julian Lam
22f73a8f68
fixes #4463
2016-03-25 13:24:40 -04:00
barisusakli
ae8c40f8a8
dont pass non strings to validator.js #4462
2016-03-24 21:12:53 +02:00
psychobunny
f277c66089
closes #4459
2016-03-24 15:10:25 -04:00
barisusakli
a9cc12c667
retry failed upserts closes #4467
2016-03-24 21:01:20 +02:00
barisusakli
52cec92df8
some cleanup, dont send ip on newpost
2016-03-24 20:55:17 +02:00
psychobunny
000d5b61c7
fix for retrieving css cache
2016-03-24 13:29:50 -04:00
psychobunny
baeed22f20
grunt: only compile ACP less if that was changed, and vice versa with theme/plugin less
2016-03-24 12:37:17 -04:00
barisusakli
78f4cbc9e4
fix indents
2016-03-24 16:50:00 +02:00
barisusakli
0f959c341b
closes #4466
2016-03-24 16:48:20 +02:00