barisusakli
8e74d8f4fa
removed parallel
2015-06-15 14:54:28 -04:00
psychobunny
15a8ebaeff
only load rjs modules that are required on startup
2015-06-10 19:19:39 -04:00
psychobunny
0ad1c8afbf
forgot to add pagination to default minified file
2015-06-08 18:08:57 -04:00
psychobunny
b0907b8c3c
minify some modules that are required on cold load
2015-06-08 18:05:21 -04:00
psychobunny
7564881298
don't minify files in /client
...
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
2015-06-08 17:53:55 -04:00
psychobunny
febc359e53
moved sortable to acp only
2015-06-08 17:10:52 -04:00
psychobunny
f8b3282295
closes #3141
2015-06-08 16:58:53 -04:00
psychobunny
ef6c30ad99
removed some unused variables
2015-06-08 16:35:11 -04:00
Julian Lam
394497c9d5
Merge branch 'categories-parent-acp' of https://github.com/NicolasSiver/NodeBB into NicolasSiver-categories-parent-acp
2015-06-03 16:43:28 -04:00
psychobunny
e74f3da89e
fixed sounds on windows
2015-06-02 17:31:17 -04:00
Nicolas Siver
3197a9e47c
register vendor script
2015-05-31 10:48:13 +03:00
Julian Lam
aae3ac6b98
updated title parsing methods to call a new hook: filter:parse.title
2015-05-21 12:07:46 -04:00
psychobunny
c1dd0dd669
fixing nodebb startup on windows
2015-05-06 14:44:13 -04:00
psychobunny
954212fc9f
emit templates:compiled event if skipped
2015-05-06 14:32:19 -04:00
barisusakli
d946a2fcbd
closes #3098
...
wait for templates to compile even if using clustering
fix emitter.all
upgrade.check error first
removed plugins.ready, using callback on plugins.init
removed webserver.init, using webserver.listen
2015-04-27 20:26:02 -04:00
Julian Lam
610d687a96
moved favicon into default link tags, and fixed bug that caused link tags to not show up
2015-04-21 14:32:36 -04:00
Julian Lam
a72501f3b4
closed #3076
2015-04-21 12:30:06 -04:00
Julian Lam
c26f274392
moved meta and link tag parsing out to a new module, meta/tags
2015-04-21 12:30:06 -04:00
Fokke Zandbergen
1eee970ebb
Allow NodeBB version to be set via config to package.json version can be incremented when needed.
2015-04-17 12:20:08 -04:00
barisusakli
7a3b4c08e0
closes #2922
2015-03-31 21:14:36 -04:00
Julian Lam
47a7ab15be
refactored translator system to be a require.js module, and not a global
2015-03-31 15:11:59 -04:00
Julian Lam
9dece4a1db
added some missing files from previous commits, fixed setParent mechanic which broke after I refactored, #2463
2015-03-25 17:21:38 -04:00
barisusakli
810d3be512
closes #2593
2015-03-20 19:36:18 -04:00
psychobunny
54cbbe2844
components system
2015-03-17 12:47:40 -04:00
Barış Soner Uşaklı
eda98a35ea
closes #2862
2015-03-13 15:01:52 -04:00
psychobunny
6d4b658579
using unminified version of autosize
2015-03-11 16:37:31 -04:00
psychobunny
5e3a990f2d
added vendor/autosize
2015-03-11 16:37:23 -04:00
Julian Lam
5d7b46935d
fixing issue where grunt wouldn't read js from file properly if nodebb wasn't run in production mode at least once
2015-03-09 19:14:58 -04:00
psychobunny
0c8e0ca46f
linted /meta
2015-02-25 19:28:43 -05:00
psychobunny
aa12ab9478
think its fairly safe to say this isn't experimental anymore
...
worked every single time I reloaded today, and that'd be about a hundred
thousand times so far
2015-02-24 17:57:18 -05:00
psychobunny
f8663bbfd0
added tpl flag to --from-file
2015-02-24 15:46:37 -05:00
barisusakli
d96a1f0365
closes #2630
2015-01-19 15:12:09 -05:00
Julian Lam
b4731ad47b
added colorpicker to frontend, badge colour changes for groups, #2588
2015-01-09 13:53:11 -05:00
Julian Lam
a2af8105ec
closed #2583
2015-01-07 16:18:38 -05:00
Baris Usakli
8522af504a
closed #2571
2015-01-04 11:37:20 -05:00
barisusakli
936ea5f686
sync config changes over redis pubsub
2014-12-21 20:25:54 -05:00
barisusakli
6b20cf5cff
#2508
2014-12-06 16:05:00 -05:00
barisusakli
64e13df14c
removed node cluster spawn procs on ports
2014-12-03 14:03:41 -05:00
Julian Lam
d16cfb89e0
extra log, #2246
2014-12-01 14:22:53 -05:00
Julian Lam
5cc30ca1a0
more cache hash fixes
2014-12-01 14:21:03 -05:00
Julian Lam
82708d65c6
propagating hash to all workers on css compilation
2014-12-01 14:05:20 -05:00
barisusakli
1abe35092b
cluster socket.io fixes
...
close proxy server on loader.stop
changed handles to object
2014-11-27 15:36:05 -05:00
barisusakli
0674258793
Merge remote-tracking branch 'origin/master' into socket.io1.x
2014-11-26 22:11:31 -05:00
barisusakli
c12d90ddfb
closes #2457
2014-11-26 22:10:38 -05:00
Julian Lam
8de2d1f58d
closed #2459
2014-11-26 21:30:24 -05:00
barisusakli
2ecfcc582f
Merge remote-tracking branch 'origin/master' into socket.io1.x
2014-11-26 17:31:26 -05:00
Julian Lam
23b14b3443
moving nearly all startup messages to verbose type
2014-11-26 13:28:10 -05:00
barisusakli
04175c92d9
Merge remote-tracking branch 'origin/master' into socket.io1.x
2014-11-24 13:29:23 -05:00
barisusakli
80d7ae597b
closes #2451
2014-11-24 13:28:48 -05:00
Julian Lam
fa39b5e46b
closed #2446
2014-11-24 12:20:28 -05:00