Commit Graph

  • 290e348851 move database helpers into their own files psychobunny 2014-04-14 15:09:57 -04:00
  • ae1ecb490f whitespace psychobunny 2014-04-14 15:06:25 -04:00
  • 7df7df09dd moved database specific questions into install/databases.js psychobunny 2014-04-14 15:03:11 -04:00
  • 75f19262ef no need for comments detailing what a function does anymore psychobunny 2014-04-14 14:12:12 -04:00
  • 0a94cf7c95 refactored out giant async.series psychobunny 2014-04-14 14:10:57 -04:00
  • be83157de2 install.js minor refactor - moved questions into their own modules; don't need to export installation questions psychobunny 2014-04-14 13:54:11 -04:00
  • f3fe79ab60 initialize / shutdown dbs simultaneously psychobunny 2014-04-14 13:52:14 -04:00
  • bba3df6802 moving db.close into the parent module psychobunny 2014-04-14 13:51:45 -04:00
  • df5f3d185a don't attempt to initialize db until we attempt to initialize psychobunny 2014-04-14 13:41:33 -04:00
  • d5b5dd6fa5 hide secondary_database option behind "advanced" setup flag psychobunny 2014-04-14 13:29:21 -04:00
  • ffe9afc3c4 configure secondary db modules psychobunny 2014-04-14 13:09:54 -04:00
  • 98270bf500 linting psychobunny 2014-04-14 12:54:11 -04:00
  • 8f71a4ebfe moved installation defaults into install/data/defaults.json psychobunny 2014-04-14 12:53:03 -04:00
  • 901a64ae14 got optional secondary_database questions working psychobunny 2014-04-14 12:48:59 -04:00
  • 4353adb914 forgot to add levelQuestions here psychobunny 2014-04-14 11:45:16 -04:00
  • 74674c8494 Merge remote-tracking branch 'origin/master' into secondary_database psychobunny 2014-04-14 11:43:54 -04:00
  • 5950b162b9 reverting attempt psychobunny 2014-04-14 11:39:13 -04:00
  • beb7313138 added err to next barisusakli 2014-04-13 22:32:51 -04:00
  • 9125292b0e removed get and mget barisusakli 2014-04-13 22:24:21 -04:00
  • 8aa4f053e8 converted translator.get to translator.translate barisusakli 2014-04-13 22:16:43 -04:00
  • fb43282a9c removed for in loop barisusakli 2014-04-13 22:04:04 -04:00
  • ef4972f66b added sounds folder to gitignore Julian Lam 2014-04-13 21:34:58 -04:00
  • d69b0953a2 latest translations Julian Lam 2014-04-13 21:09:49 -04:00
  • 78538ddb28 added American English to languages Julian Lam 2014-04-13 18:30:59 -04:00
  • 557426c1c9 translator refactor barisusakli 2014-04-13 16:24:12 -04:00
  • 90540f64cf removed some unused translator requires barisusakli 2014-04-13 15:05:17 -04:00
  • fc8e97448c load sounds on demand, refactored sounds barisusakli 2014-04-12 19:19:57 -04:00
  • 5e279e067f Merge branch 'plugin-sounds' Julian Lam 2014-04-12 18:36:38 -04:00
  • df8728c785 allowing plugins to define new sounds -- woot. Julian Lam 2014-04-12 18:33:52 -04:00
  • c9a2724bfd allowing plugins to define new sounds -- woot. Julian Lam 2014-04-12 18:33:52 -04:00
  • f8a6ab5cf4 if no icon is selected for a category icon will be empty string barisusakli 2014-04-12 17:36:48 -04:00
  • 29ec14efa0 fixed #1365 Julian Lam 2014-04-12 17:05:22 -04:00
  • 49bbbe3682 secondary_database attempt psychobunny 2014-04-11 17:35:43 -04:00
  • 4d429aa6d6 linting install.js psychobunny 2014-04-11 17:19:40 -04:00
  • a091e06fe3 more work for #1368 barisusakli 2014-04-11 17:01:27 -04:00
  • 06dddccf8e more refactor barisusakli 2014-04-11 15:53:57 -04:00
  • 4877e4a9d1 fixed allQuestions property psychobunny 2014-04-11 15:50:06 -04:00
  • a7582e2cca organized level helpers ala mongo driver psychobunny 2014-04-11 15:47:49 -04:00
  • 252e757185 some more language strings and account.js refactor barisusakli 2014-04-11 15:44:53 -04:00
  • 46b6a93e98 organizing mongo driver psychobunny 2014-04-11 15:44:53 -04:00
  • 9ad7ce9ca8 organizing redis driver psychobunny 2014-04-11 15:29:01 -04:00
  • 2ba767b499 Merge branch 'master' of https://github.com/designcreateplay/NodeBB psychobunny 2014-04-11 15:26:42 -04:00
  • e09b156d13 removing unnecessary return psychobunny 2014-04-11 15:25:20 -04:00
  • e442fed40a fixed getSortedSetRevRangeByScore test psychobunny 2014-04-11 15:22:37 -04:00
  • b12b2f13ea closed #1375 Julian Lam 2014-04-11 13:24:29 -04:00
  • 828fd6b978 fixed sortedSetRevRangeByScore test barisusakli 2014-04-11 12:49:53 -04:00
  • c28308ee97 added instructions for adding a test database for Level DB #1373 psychobunny 2014-04-11 12:45:22 -04:00
  • c86635b4ce making changes for compatibility with 9d405812cb psychobunny 2014-04-11 02:32:43 -04:00
  • 136542f8dd Merge remote-tracking branch 'origin/master' into LevelDB psychobunny 2014-04-11 02:27:15 -04:00
  • f5716de06e forgot to use the passed in fn psychobunny 2014-04-11 02:24:11 -04:00
  • 2acdcd9ba2 more cleanup psychobunny 2014-04-11 02:13:08 -04:00
  • 4d65a51ede LevelDB - organization psychobunny 2014-04-11 02:04:12 -04:00
  • 5bac03a37b removed newline psychobunny 2014-04-11 01:41:56 -04:00
  • cbec5cd3a1 cleanup psychobunny 2014-04-11 01:41:01 -04:00
  • e5674dd5cc not all DB's use a hostname psychobunny 2014-04-11 01:38:47 -04:00
  • c506a2ce1d LevelDB installation questions psychobunny 2014-04-11 01:38:28 -04:00
  • 4892fc81a2 added to database tests psychobunny 2014-04-11 01:38:09 -04:00
  • 21cb2c384e woo, NodeBB actually works on LevelDB psychobunny 2014-04-11 01:37:39 -04:00
  • 7545d55b22 jshint and refactor accountedit barisusakli 2014-04-10 22:01:00 -04:00
  • 1e3b88a7f0 passing array straight to redis barisusakli 2014-04-10 21:13:46 -04:00
  • 9d405812cb changed sortedSetRangeByScore barisusakli 2014-04-10 20:59:17 -04:00
  • 8da45b72a9 Composer: Rework formatting bar logic Micheil Smith 2014-04-10 22:32:34 +01:00
  • 78e1e4fbac Composer: simplify code with early returns Micheil Smith 2014-04-10 22:31:55 +01:00
  • 74ff579412 added startTimer so that repeated errors on startup don't cause the loader to go into an infinite loop Julian Lam 2014-04-10 17:08:34 -04:00
  • b28b837d72 fixed error.json Barış Soner Uşaklı 2014-04-10 16:41:45 -04:00
  • 9dc0a4b115 Admin/Groups: Pass radix argument to parseInt Micheil Smith 2014-04-10 20:34:37 +01:00
  • 3e82cab398 Add missing new lines at end of files. Micheil Smith 2014-04-10 20:31:57 +01:00
  • 66d1f2505f Composer: Pass radix argument to parseInt Micheil Smith 2014-04-10 20:24:51 +01:00
  • 85cab3aec8 Composer: Escape special characters in regex Micheil Smith 2014-04-10 20:24:30 +01:00
  • e860b0dd4c Composer: Remove unused variables Micheil Smith 2014-04-10 20:23:44 +01:00
  • 6e4639496e Improve readability of a selector Micheil Smith 2014-04-09 13:26:40 +01:00
  • 11b6794946 Refactor connection logic Micheil Smith 2014-04-09 13:26:24 +01:00
  • 0bbd29ac42 Reduce DOM queries for Search elements Micheil Smith 2014-04-09 13:25:02 +01:00
  • 01013f5c9d Refactor plugin logic. Micheil Smith 2014-04-08 21:36:18 +01:00
  • 5f6d5cd9a5 Reduce duplication in src/categoryTools.js Micheil Smith 2014-04-08 20:15:40 +01:00
  • 2c2e5de911 Add missing 'global' variable declaration Micheil Smith 2014-04-08 19:57:49 +01:00
  • 14d0081fdf replace 2 error messages with keys barisusakli 2014-04-10 12:47:48 -04:00
  • 129019777f move work on LevelDB psychobunny 2014-04-10 00:36:28 -04:00
  • e79284e75f LevelDB init psychobunny 2014-04-09 23:22:43 -04:00
  • a345302454 really fixed test barisusakli 2014-04-09 22:34:42 -04:00
  • b731d6af3b fixed topic test barisusakli 2014-04-09 22:30:02 -04:00
  • 1f77df794a added lots of error keys barisusakli 2014-04-09 22:26:23 -04:00
  • 0ac58dbee6 more error strings barisusakli 2014-04-09 21:56:30 -04:00
  • fdeaf3a16e user.js error keys barisusakli 2014-04-09 21:44:00 -04:00
  • eaf4be4979 posts.js error keys barisusakli 2014-04-09 21:40:39 -04:00
  • b07efb0085 modules.js error keys barisusakli 2014-04-09 21:36:57 -04:00
  • 7b992e7a20 meta.js error language keys barisusakli 2014-04-09 21:27:20 -04:00
  • 197e61a5d0 admin js language keys barisusakli 2014-04-09 21:26:37 -04:00
  • d366be7967 added error key barisusakli 2014-04-09 21:22:37 -04:00
  • 95972209f4 favourite changes barisusakli 2014-04-09 20:55:49 -04:00
  • e7f16e2b17 latest translations Julian Lam 2014-04-09 20:34:06 -04:00
  • 296d5127c9 update to use error messages barisusakli 2014-04-09 16:51:10 -04:00
  • 34b73e15e6 dont add dupes to widgetLocations barisusakli 2014-04-09 16:35:51 -04:00
  • d61e632c59 closes #1366 barisusakli 2014-04-09 15:49:36 -04:00
  • 3dc1b87f01 removed reply from not logged in error message barisusakli 2014-04-09 15:43:27 -04:00
  • a75baef450 removed socket emits for post errors barisusakli 2014-04-09 15:39:26 -04:00
  • d1a64798b9 removing use of slugs in groups... pending having more time Julian Lam 2014-04-09 14:46:18 -04:00
  • bd2a1a3efa Revert "reverting groups.js to 4701eb1cee1a35b7f059f4362773bd9d67b7370c" Julian Lam 2014-04-09 14:37:16 -04:00
  • 45c62da51c Merge branch 'master' into v0.4.x v0.4.1 Julian Lam 2014-04-09 14:24:40 -04:00
  • e2d0d4db5c added error and success language files barisusakli 2014-04-09 14:12:46 -04:00