0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Hannah Wolfe 63723aa36a 🎨 Move settings cache & cleanup settings API (#8057)
closes #8037

🔥 Remove API-level default settings population
- This is a relic!
- We ALWAYS populate defaults on server start therefore this code could never run.
- This was a lot of complicated code that wasn't even needed!!

🎨 Move settings cache
- Move settings cache to be its own thing
- Update all references
- Adds TODOs for further cleanup

🎨 Create settings initialisation step
- Create new settings library, which will eventually house more code
- Unify the interface for initialising settings (will be more useful later)
- Reduce number of calls to updateSettingsCache
2017-02-27 16:53:04 +01:00
..
admin Miscellaneous code cleanup (#8031) 2017-02-21 10:39:09 +01:00
api 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
apps 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
auth ghost auth: sync email (#8027) 2017-02-23 18:04:24 +00:00
blog 🎨 rename redirects middleware to custom-redirects 2017-02-07 20:05:50 +01:00
config Updates for alpha.13 (#8026) 2017-02-18 17:23:35 +01:00
controllers/frontend 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
data 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
events post-scheduling 2016-06-14 10:52:13 +02:00
helpers 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
mail 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
middleware 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
models 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
permissions 🐛 fix invite permissions for editor (#7889) 2017-01-25 12:07:31 +00:00
scheduling Shows help message for broken require in scheduler adapter (#7706) 2017-01-16 21:49:41 +01:00
settings 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
storage 🔥 remove imageRelPath (#7927) 2017-02-03 14:42:05 +00:00
themes 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
translations Add email validation in case of profile update (#7928) 2017-02-08 10:50:43 +01:00
utils 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
views Switch to new native system font stack (#7219) 2016-08-18 20:29:46 +01:00
app.js 🎨 logging improvements (#7597) 2016-10-25 12:17:43 +01:00
errors.js 🛠 use Ignition for logging/errors (#7869) 2017-01-23 11:04:01 +00:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
i18n.js improvement: general fixes 2016-06-01 07:07:20 +02:00
index.js 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
logging.js 🐛 forward missing logging config: rotation 2017-02-17 18:24:14 +01:00
overrides.js 🛠 update lodash,knex and bookshelf to latest versions 2016-09-26 10:20:55 +02:00
update-check.js 🎨 send LTS parameter if requesting the update check service (#7954) 2017-02-07 19:51:19 +01:00