0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/unit
Jacob Gable 507174a00b Plugin API Refactor: Filter and Theme Helpers
issue #769

- Refactor doFilter to allow returning a promise from a filter handler
  and to also return a promise itself
- Move the logic out of the registerThemeHelper calls and into their own methods so
  we could test them in isolation.
- Assign the server to the ghost instance so the initPlugins method can
  get access to it.
2013-10-29 11:27:52 +00:00
..
fixtures
utils
admin_spec.js
api_posts_spec.js
client_ghostdown_spec.js
client_showdown_int_spec.js Avoid filtering markdown code blocks 2013-10-26 12:16:47 -05:00
errorHandling_spec.js
export_spec.js
ghost_spec.js Plugin API Refactor: Filter and Theme Helpers 2013-10-29 11:27:52 +00:00
import_spec.js
mail_spec.js
middleware_spec.js
model_permissions_spec.js
model_posts_spec.js Merge pull request #1164 from halfdan/1162-unpublished-posts 2013-10-25 13:18:39 -07:00
model_roles_spec.js
model_settings_spec.js
model_tags_spec.js Merge pull request #1164 from halfdan/1162-unpublished-posts 2013-10-25 13:18:39 -07:00
model_users_spec.js
permissions_spec.js
plugins_spec.js Plugin API Refactor: Filter and Theme Helpers 2013-10-29 11:27:52 +00:00
server_helpers_index_spec.js Plugin API Refactor: Filter and Theme Helpers 2013-10-29 11:27:52 +00:00
shared_gfm_spec.js
testUtils.js