Ghost/core
Hannah Wolfe f8b498d6e7 🔥 No more availableThemes (#8085)
no issue

🎨 Switch themes API to use config.availableThemes
- this gets rid of the only places where settings.availableThemes are used

🔥 Get rid of settings.availableThemes
- this is no longer used anywhere
- also get rid of every related call to updateSettingsCache

🔥 Replace config.availableThemes with theme cache
- Creates a tailor-made in-memory cache for themes inside the theme module
- Add methods for getting & setting items on the cache
- Move all references to config.availableThemes to use the new cache
- This can be abstracted later to support other kinds of caches?

🎨 Start improving theme lib's API
Still TODO: simplifying/clarifying:
- what is the structure of the internal list
- what is the difference between a package list, and a theme list?
- what is the difference between reading a theme and loading it?
- how do we update the theme list (add/remove)
- how do we refresh the theme list? (hot reload?!)
- how do we get from an internal list, to one that is sent as part of the API?
- how are we going to handle theme storage: read/write, such that the path is configurable

🎨 Use themeList consistently
🎨 Update list after storage
2017-03-02 17:53:48 +01:00
..
client@0f46d214e0 Updated Ghost-Admin to 1.0.0-alpha.14 2017-02-24 19:53:36 +00:00
server 🔥 No more availableThemes (#8085) 2017-03-02 17:53:48 +01:00
shared Find favicon in Ghost (#7713) 2017-01-23 10:13:52 +01:00
test 🔥 No more availableThemes (#8085) 2017-03-02 17:53:48 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00