0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
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
..
client@0f46d214e0 Updated Ghost-Admin to 1.0.0-alpha.14 2017-02-24 19:53:36 +00:00
server 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
shared Find favicon in Ghost (#7713) 2017-01-23 10:13:52 +01:00
test 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
index.js