0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
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
..
client Scoping tag styling to the tag control 2013-11-28 19:09:25 +00:00
server remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
shared Create the config module, initially used 2013-11-25 16:35:16 -05:00
test remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
ghost.js remove ghost.settings and ghost.notifications 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