Ghost/core/server/api
Jacob Gable 0b34ad84cb Fix lazy loading of settings
Closes #3281

- Add the missing return to populateDefault
- Wrap defaultSetting in [] when passing to readSettingsResult
- Populate default value of dbHash in parseDefaultSettings
- Modify migrations.init to only load databaseVersion for export_spec test
- Fix spacing in test util file and null reference error in test
- Uncomment user tests (but add .skip) and remove settings from testUtils.setup()
2014-07-29 10:43:38 -05:00
..
authentication.js Implementing HTML emails 2014-07-29 00:55:14 -04:00
db.js Improve importer error messaging 2014-07-29 12:02:18 +01:00
index.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
mail.js Implementing HTML emails 2014-07-29 00:55:14 -04:00
notifications.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
posts.js Adding and renaming permissions 2014-07-17 12:32:25 +01:00
roles.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
settings.js Fix lazy loading of settings 2014-07-29 10:43:38 -05:00
slugs.js Update slug API to work with additional types 2014-06-04 05:54:03 +00:00
tags.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
themes.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
upload.js Move image upload to API 2014-07-15 12:40:14 +02:00
users.js Implementing HTML emails 2014-07-29 00:55:14 -04:00
utils.js Improving error handling 2014-07-28 06:30:01 +01:00