Ghost/core/test/unit
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
..
admin_spec.js Further grunt & test cleanup 2013-11-11 21:38:52 +00:00
client_ghostdown_spec.js add test for allowing 4 underscores in markdown 2013-11-24 17:38:12 +01:00
client_showdown_int_spec.js Allow newline when quotes are used at start of a sentence 2013-11-21 13:56:43 +00:00
errorHandling_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
export_spec.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
filters_spec.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
frontend_spec.js Further grunt & test cleanup 2013-11-11 21:38:52 +00:00
ghost_spec.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
helpers_template_spec.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
import_spec.js bumping to knex 0.5 and bookshelf 0.6.1 2013-11-26 23:10:31 +00:00
mail_spec.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
middleware_spec.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
permissions_spec.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
plugin_proxy_spec.js Direct api access for app proxy 2013-11-29 16:26:56 +00:00
server_helpers_index_spec.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
server_spec.js Test bug fix 2013-11-28 12:33:02 +00:00
shared_gfm_spec.js Test file cleanup on accoutn of OCD 2013-11-11 10:37:09 +00:00
storage_localfilesystem_spec.js image upload controller refactor 2013-11-11 16:10:57 +00:00