0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Harry Wolff 2bb1b14ebd Removes config.theme and restructures how theme variables are cached
resolves #1789

- removes config/theme.js
- moves caching of theme variables to api/settings.js which is where the
rest of the settings cache occurs.  this removes the requirement of having
to push changes to cache, now it simply occurs alongside when settings
are changed.
- updates relevant tests.
2014-09-02 23:15:15 -04:00
..
api Removes config.theme and restructures how theme variables are cached 2014-09-02 23:15:15 -04:00
apps Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
config Removes config.theme and restructures how theme variables are cached 2014-09-02 23:15:15 -04:00
controllers Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
data Merge pull request #3912 from halfdan/3909-config-api 2014-09-02 20:29:09 +01:00
email-templates Implementing HTML emails 2014-07-29 00:55:14 -04:00
errors Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00
helpers Removes config.theme and restructures how theme variables are cached 2014-09-02 23:15:15 -04:00
middleware Removes config.theme and restructures how theme variables are cached 2014-09-02 23:15:15 -04:00
models Run import run operations in order. 2014-08-28 00:21:13 +00:00
permissions Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
routes Implements new Configuration API 2014-08-31 20:54:17 +00:00
storage Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
utils Return leading image for {{content words="0"}} 2014-08-28 09:51:00 -07:00
views Adding Grunt tasks for Sass 2014-08-31 14:16:58 +01:00
filters.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
GhostServer.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
index.js Removes config.theme and restructures how theme variables are cached 2014-09-02 23:15:15 -04:00
mail.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
require-tree.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
update-check.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
xmlrpc.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00