0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test
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
..
functional Fix login test failure 2013-12-05 15:25:20 +01:00
integration/model Replace cookieSession with session 2013-11-24 15:29:36 +01:00
unit remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
utils Replace cookieSession with session 2013-11-24 15:29:36 +01:00
blanket_coverage.js Coverage report task fix for Windoze 2013-11-11 20:56:36 +00:00