0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/config
Sebastian Gierlinger 078f464197 remove ghost.settings and ghost.notifications
covers 90% of #755
- moved ghost.settings to api.settings
- moved ghost.notifications to api.notifications
- split up api/index.js to notifications.js, posts.js, settings.js,
tags.js and users.js
- added instance.globals as temp workaround for blogglobals (Known
issue: blog title and blog description are updated after restart only)
- added webroot to config() to remove `var root = ...`
- changed `e` and `url` helper to async
- updated tests
2013-12-06 09:51:35 +01:00
..
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
loader.js More verbose error message for invalid JSON in config.js 2013-11-28 13:58:28 +00:00
paths.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00