Ghost/core/server
Harry Wolff 058b82bba1 Update config.theme() after every settings edit
fixes #1645

- removes server.get('ghost root') as it is only an alias
to config.paths().path, and adds unnecessary indirection
- removes config.theme().path as its just an alias to
config.paths().path, updated all relevant references
- update config.theme.update to only require the api/settings object,
and no longer need the config object
- modify api/settings.edit to call config.theme.update so that
the themeObject is ready for next rendering of template
2013-12-12 08:25:08 -05:00
..
api Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
config Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
controllers Fix loading of static pages in frontend controller 2013-12-09 22:38:25 -05:00
data Fix failing migration.reset for Postgres. 2013-11-26 23:10:31 +00:00
helpers Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
middleware Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
models Adds login limiter 2013-11-29 01:24:25 +00:00
permissions Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
plugins Remove ghost.js 2013-12-07 10:10:02 -05:00
routes Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
storage image upload controller refactor 2013-11-11 16:10:57 +00:00
views Subdir support for admin interface 2013-11-27 09:57:38 +00:00
bookshelf-session.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
errorHandling.js Fix wrong error message 2013-11-15 15:27:06 +01:00
filters.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
index.js Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
mail.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
require-tree.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00