Commit Graph

5675 Commits

Author SHA1 Message Date
psychobunny
8496bdcff6 fixed automated setup bug 2014-04-14 15:26:42 -04:00
psychobunny
8a1f6eb43e forgot to export helpers as well for secondary db 2014-04-14 15:15:21 -04:00
psychobunny
290e348851 move database helpers into their own files 2014-04-14 15:09:57 -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
f3fe79ab60 initialize / shutdown dbs simultaneously 2014-04-14 13:52:14 -04:00
psychobunny
bba3df6802 moving db.close into the parent module 2014-04-14 13:51:45 -04:00
psychobunny
df5f3d185a don't attempt to initialize db until we attempt to initialize 2014-04-14 13:41:33 -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
74674c8494 Merge remote-tracking branch 'origin/master' into secondary_database
Conflicts:
	src/database/level/main.js
2014-04-14 11:43:54 -04:00
psychobunny
5950b162b9 reverting attempt 2014-04-14 11:39:13 -04:00
barisusakli
beb7313138 added err to next 2014-04-13 22:32:51 -04:00
barisusakli
9125292b0e removed get and mget 2014-04-13 22:24:21 -04:00
barisusakli
8aa4f053e8 converted translator.get to translator.translate 2014-04-13 22:16:43 -04:00
barisusakli
fb43282a9c removed for in loop 2014-04-13 22:04:08 -04:00
Julian Lam
ef4972f66b added sounds folder to gitignore 2014-04-13 21:34:58 -04:00
Julian Lam
d69b0953a2 latest translations 2014-04-13 21:09:49 -04:00
Julian Lam
78538ddb28 added American English to languages 2014-04-13 18:40:57 -04:00
barisusakli
557426c1c9 translator refactor
no longer loads all language files on startup
2014-04-13 16:24:12 -04:00
barisusakli
90540f64cf removed some unused translator requires 2014-04-13 15:05:17 -04:00
barisusakli
fc8e97448c load sounds on demand, refactored sounds 2014-04-12 19:19:57 -04:00
Julian Lam
5e279e067f Merge branch 'plugin-sounds' 2014-04-12 18:36:38 -04:00
Julian Lam
df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
2014-04-12 18:36:23 -04:00
Julian Lam
c9a2724bfd allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
2014-04-12 18:33:52 -04:00
barisusakli
f8a6ab5cf4 if no icon is selected for a category icon will be empty string 2014-04-12 17:36:52 -04:00
Julian Lam
29ec14efa0 fixed #1365 2014-04-12 17:05:22 -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
barisusakli
a091e06fe3 more work for #1368 2014-04-11 17:01:27 -04:00
barisusakli
06dddccf8e more refactor 2014-04-11 15:53:57 -04:00
psychobunny
4877e4a9d1 fixed allQuestions property 2014-04-11 15:50:06 -04:00
psychobunny
a7582e2cca organized level helpers ala mongo driver 2014-04-11 15:47:49 -04:00
barisusakli
252e757185 some more language strings and account.js refactor 2014-04-11 15:44:57 -04:00
psychobunny
46b6a93e98 organizing mongo driver 2014-04-11 15:44:53 -04:00
psychobunny
9ad7ce9ca8 organizing redis driver 2014-04-11 15:29:01 -04:00
psychobunny
2ba767b499 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Conflicts:
	tests/database.js
2014-04-11 15:26:42 -04:00
psychobunny
e09b156d13 removing unnecessary return 2014-04-11 15:25:20 -04:00
psychobunny
e442fed40a fixed getSortedSetRevRangeByScore test 2014-04-11 15:22:37 -04:00
Julian Lam
b12b2f13ea closed #1375 2014-04-11 13:24:44 -04:00
barisusakli
828fd6b978 fixed sortedSetRevRangeByScore test 2014-04-11 12:49:57 -04:00
psychobunny
c28308ee97 added instructions for adding a test database for Level DB #1373 2014-04-11 12:45:22 -04:00
psychobunny
c86635b4ce making changes for compatibility with 9d405812cb 2014-04-11 02:32:43 -04:00