Ghost/core/server/api
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
..
authentication.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
configuration.js Remove permissions from configuration API 2014-09-02 15:48:32 +00:00
db.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
index.js Implements new Configuration API 2014-08-31 20:54:17 +00:00
mail.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
notifications.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
posts.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
roles.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
settings.js Removes config.theme and restructures how theme variables are cached 2014-09-02 23:15:15 -04:00
slugs.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
tags.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
themes.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
upload.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
users.js Delete tokens before deleting a user 2014-08-23 20:13:17 +01:00
utils.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00