Julian Lam
3eda04c9e7
updated 'configExists' test to allow usage of NodeBB without a configuration file, closes #4824
2016-07-05 11:37:18 -04:00
Julian Lam
6628d5083a
added logging when --no-dep-check is used
2016-07-05 11:28:27 -04:00
akhoury
46a57f5d5c
rm cls because it's not ready yet
2016-06-24 16:57:58 -04:00
Julian Lam
08cdfd2d60
resolve bug with url path when SSL certificate is handled by NodeBB
2016-06-06 14:35:00 -04:00
Julian Lam
1f9602d472
added --no-dep-check flag to skip dependency checking
2016-06-02 17:00:24 -04:00
Aziz Khoury
d34af3a796
CLS must be required first
...
to avoid issues. see https://gist.github.com/akhoury/acb852798e319b5ede93431e5910d3ef
2016-05-20 13:27:29 -04:00
Julian Lam
ba44db5b5b
updated dependency check logic to better handle missing dependencies
2016-04-07 10:47:13 -04:00
psychobunny
1783583373
js-propagate fix for clustered installs
2016-03-31 13:03:36 -04:00
Julian Lam
4ba667fa61
closes #4303
...
Resolves regression introduced in aa2af345f9
2016-03-03 15:11:42 -05:00
psychobunny
65cadaf8be
another fix for minfile + multiple processes
2016-03-03 00:03:28 -05:00
psychobunny
aa2af345f9
removed unused deps
2016-03-02 23:58:01 -05:00
psychobunny
329a7a1e08
@barisusakli fixing minfile caching for multiple processes
2016-03-02 23:56:47 -05:00
psychobunny
4a12a06745
closes #4252
2016-02-23 12:42:21 -05:00
psychobunny
f702717e61
./nodebb plugins for a list of plugins activated
2015-11-03 11:50:14 -05:00
barisusakli
ca294fc6ec
closes #3663
2015-09-29 18:22:47 -04:00
barisusakli
be2fe14f4d
fix startup msg
2015-09-24 22:32:40 -04:00
barisusakli
63fd1ba9ec
#3639
2015-09-21 14:33:57 -04:00
barisusakli
6363bbc2ba
moved reset out
2015-09-17 21:54:12 -04:00
psychobunny
281c4415cb
--activate fix
2015-09-17 17:17:46 -04:00
psychobunny
19a0e1cf54
adding a log for --activate command
2015-09-17 15:04:32 -04:00
psychobunny
fbc484d3c9
nodebb --activate plugin-name
2015-09-16 19:25:05 -04:00
barisusakli
a64cbbc6df
#3573
2015-09-11 16:18:37 -04:00
psychobunny
25a419e458
Merge branch 'master' into v0.8.x
2015-08-27 13:59:12 -04:00
Julian Lam
9289178a2e
fixed incorrect label
2015-08-24 14:32:27 -04:00
Julian Lam
6f23e4bab1
changing the default base theme to persona, from vanilla
2015-08-19 14:57:49 -04:00
Julian Lam
ac46356cad
Revert "changed base templates path to Persona, from Vanilla."
...
This reverts commit fe7f5402a8 .
2015-08-19 14:54:39 -04:00
psychobunny
275769a801
closes #3435
2015-08-17 14:54:00 -04:00
Julian Lam
a0d01a05ed
Update behaviour so a theme reset sets Persona, not vanilla
2015-08-09 20:17:28 -04:00
Julian Lam
fe7f5402a8
changed base templates path to Persona, from Vanilla.
...
This breaks all themes relying on templates from Vanilla!! See: https://community.nodebb.org/topic/6098/on-changing-the-default-theme-to-persona
2015-07-22 11:30:14 -04:00
Julian Lam
7e6703c18e
more line ending conversion #3343
2015-07-21 11:23:16 -04:00
Julian Lam
c6643082e2
closes #3303
2015-07-06 16:11:20 -04:00
Julian Lam
1069f9c936
some prep work to allow for checking of dependency versions. Also updated upgrade.check behaviour to send back error if schema is out of date, instead of no error and "false".
2015-07-06 15:44:52 -04:00
Fokke Zandbergen
4b1c9ce9a2
Allow Winston's log level to be set via nconf
...
Defaults to `info` for `production` and `verbose` otherwise, like it used to.
2015-07-06 11:58:17 +02:00
psychobunny
93fe660892
woops
2015-06-10 19:20:20 -04:00
psychobunny
15a8ebaeff
only load rjs modules that are required on startup
2015-06-10 19:19:39 -04:00
barisusakli
ed72bacb1f
closes #3220
...
added back base_url
2015-06-08 13:55:14 -04:00
Julian Lam
96526a37a3
fixed #3218
2015-06-05 13:33:58 -04:00
Julian Lam
4a0bc1fb03
finished up executable rewrite, and prettified reset script output
2015-05-25 21:08:05 -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
psychobunny
2fbe7a8190
webserver: only start listening _after_ everything is compiled
2015-04-27 14:46:05 -04:00
psychobunny
948ad5fb44
Merge remote-tracking branch 'origin/master' into web-install
2015-04-22 11:23:10 -04:00
Julian Lam
b604c9d5e1
updated install script to accept environment variables
...
updated upgrade script to execute callback when present
updated install script to not fire upgrades unless necessary
updated install script to write directly to console, and not through winston
if a password is not provided, one is auto-generated
2015-04-22 10:28:03 -04:00
psychobunny
60d655e32b
installer - got the basics in
2015-04-21 14:52:57 -04:00
psychobunny
2dc20e690f
web install init
2015-04-21 14:32:21 -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
ahwayakchih
7ed41a1f60
Set separator for loading environment variables to nconf, as discussed on https://github.com/NodeBB/NodeBB/pull/2778#issuecomment-76209393
2015-02-26 17:39:23 +01:00
psychobunny
eb6754c5eb
nice, I figured out how to speed up grunt watch
2015-02-24 12:56:49 -05:00
Barış Soner Uşaklı
55884220b4
#2749 upgrade plugins:active to zset
2015-02-23 14:57:22 -05:00
Barış Soner Uşaklı
b40b87dd36
dont add relative_path to uploads it is added on the way out
2015-02-10 13:45:29 -05:00
barisusakli
b7602c6e80
removed winston.err
2015-02-03 21:04:31 -05:00