0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server
Harry Wolff 37b2fd93d8 This commit removes a lot of code from ghost.js, including:
Move helper functions registerThemeHelper and registerAsyncThemeHelper
to the helpers module.
Also update the app proxy object to reflect this new code location,
and the tests to reflect that as well

Create ./sore/server/filters which houses all filter related behavior.
Was previously on the ghost singleton.
Also create the filters_spec file for testing
and update all code and tests to use new code location.

Create ./sore/server/helpers/template which houses all template related behavior.
Was previously on the ghost singleton.
Also create the helpers_template_spec file for testing
and update all code and tests to use new code location.

Move ghost.mail instance onto the mail module directly
and update related code and tests to use new location

Move Polyglot instance onto require module directly

Move ghost.availablePlugins to plugins module directly
2013-11-28 09:21:53 -05:00
..
api Replace cookieSession with session 2013-11-24 15:29:36 +01:00
config More verbose error message for invalid JSON in config.js 2013-11-28 13:58:28 +00:00
controllers This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
data Fix failing migration.reset for Postgres. 2013-11-26 23:10:31 +00:00
helpers This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
middleware Merge pull request #1577 from halfdan/527-subdir-admin 2013-11-28 05:14:23 -08:00
models Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
permissions Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
plugins This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
routes Remove cookie from Frontend 2013-11-26 10:38:54 +01:00
storage image upload controller refactor 2013-11-11 16:10:57 +00:00
views Subdir support for admin interface 2013-11-27 09:57:38 +00:00
bookshelf-session.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
errorHandling.js Fix wrong error message 2013-11-15 15:27:06 +01:00
filters.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
index.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
mail.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
require-tree.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00