psychobunny
b42e57bfdd
removing leveldb from our dbal
...
a) It isn't being maintained, especially not by me
b) I haven't seen anybody actually interested in this db software so
there's no real point in supporting it unless we have a few people who
are interested
If you ARE interested though - please contact me and we can figure
something out in future :)
2014-10-09 00:33:09 -04:00
Julian Lam
c4a5af3b1b
fixed issue where a missing config.json would end up suggesting 'undefined' as a base_url
2014-10-08 23:27:31 -04:00
barisusakli
a505896185
forgot db require
2014-09-29 18:36:14 -04:00
barisusakli
18cfdd9dde
possible fix to travis
2014-09-29 18:32:09 -04:00
Julian Lam
b0323e4d3b
closed #2150
2014-09-25 10:57:37 -04:00
barisusakli
95c839579e
closes #2007
2014-08-22 19:10:26 -04:00
psychobunny
e77491fcbb
closes #1956
2014-08-07 16:02:25 -04:00
barisusakli
3ff91b8c50
closes #1912
2014-07-31 08:23:07 -04:00
barisusakli
5c57ed5ea0
install db dependencies in upgrade script
2014-07-23 13:30:12 -04:00
barisusakli
586aeaf53f
added error checking to install.js for categories
2014-07-02 21:55:05 -04:00
barisusakli
24ebf20d7e
first commit
2014-07-02 16:13:25 -04:00
Julian Lam
ffd2ddc3e7
Revert "moved meta up"
...
This reverts commit 8c9feb85a4 .
2014-06-30 14:55:23 -04:00
barisusakli
8c9feb85a4
moved meta up
2014-06-29 14:30:51 -04:00
barisusakli
82a1215128
setOnEmpty
2014-06-29 14:29:32 -04:00
Julian Lam
b1faca3614
saving portless hostNAME into server config, not the host! Argh. closed #1713
2014-06-18 19:34:33 -04:00
Julian Lam
8587dd11d8
closed #1653 -- removed that spinner thing npm uses now.
2014-06-06 15:44:14 -04:00
barisusakli
48aba5fc64
category widget changes
2014-05-27 12:44:28 -04:00
psychobunny
4cd86affae
update all files with new url
2014-05-23 15:21:51 -04:00
Julian Lam
9bb13a0d29
closed #1552
2014-05-20 14:45:04 -04:00
psychobunny
14431f7913
closes #1486
2014-05-05 15:19:37 -04:00
psychobunny
45195aa59a
for https://github.com/designcreateplay/NodeBB/issues/1393
2014-04-28 19:00:29 -04:00
Julian Lam
a796940064
closed #1421 use --no-daemon flag to... not daemonize. Also, install script can be canceled without throwing errors.
2014-04-23 08:54:31 -04:00
psychobunny
549f87132d
fixes for dual database; moved dependency definitions into the database object
2014-04-15 12:40:30 -04:00
psychobunny
79d5142693
fixed leveldb installation; console.log
2014-04-15 12:23:17 -04:00
Julian Lam
5782a382be
hardcoding connect-redis version
2014-04-15 12:14:46 -04:00
Julian Lam
4f7810090a
first pass #1384
2014-04-15 12:14:46 -04:00
Julian Lam
cbca9a4faf
adding soundpack to list of default-activated plugins
2014-04-15 12:14:46 -04:00
psychobunny
3c0c3a9649
renaming install function properly
2014-04-15 02:02:03 -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
psychobunny
98b112bb36
use_port only accepts string but saves as boolean, accept both now
...
previously, if you re-feed your config back in, it breaks
2014-04-14 15:28:41 -04:00
psychobunny
8496bdcff6
fixed automated setup bug
2014-04-14 15:26:42 -04:00
psychobunny
ae1ecb490f
whitespace
2014-04-14 15:06:25 -04:00
psychobunny
7df7df09dd
moved database specific questions into install/databases.js
2014-04-14 15:03:11 -04:00
psychobunny
75f19262ef
no need for comments detailing what a function does anymore
2014-04-14 14:12:12 -04:00
psychobunny
0a94cf7c95
refactored out giant async.series
2014-04-14 14:10:57 -04:00
psychobunny
be83157de2
install.js minor refactor - moved questions into their own modules; don't need to export installation questions
2014-04-14 13:54:11 -04:00
psychobunny
d5b5dd6fa5
hide secondary_database option behind "advanced" setup flag
2014-04-14 13:29:21 -04:00
psychobunny
ffe9afc3c4
configure secondary db modules
2014-04-14 13:09:54 -04:00
psychobunny
98270bf500
linting
2014-04-14 12:54:11 -04:00
psychobunny
8f71a4ebfe
moved installation defaults into install/data/defaults.json
2014-04-14 12:53:03 -04:00
psychobunny
901a64ae14
got optional secondary_database questions working
2014-04-14 12:48:59 -04:00
psychobunny
4353adb914
forgot to add levelQuestions here
2014-04-14 11:45:16 -04:00
psychobunny
5950b162b9
reverting attempt
2014-04-14 11:39:13 -04:00
psychobunny
49bbbe3682
secondary_database attempt
2014-04-11 17:35:43 -04:00
psychobunny
4d429aa6d6
linting install.js
2014-04-11 17:19:40 -04:00
psychobunny
4877e4a9d1
fixed allQuestions property
2014-04-11 15:50:06 -04:00
psychobunny
c506a2ce1d
LevelDB installation questions
2014-04-11 01:38:28 -04:00
Micheil Smith
3e82cab398
Add missing new lines at end of files.
2014-04-10 20:56:53 +01: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
barisusakli
2195b20385
closes #1263
2014-04-08 15:29:56 -04:00