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 3e21940b18 Add promise to ghost startup process to allow
hooking into when ghost has finished loading

addresses item 9 in #2078
and makes progress on #2182

- has files that startup ghost return a promise
 that is resolved once ghost has finished loading
- moves getSocket into config file
- removes models.reset() as it's not used anywhere
- update functions in server startup
- remove unused version hash variable
2014-03-11 11:41:45 -04:00
..
api Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
apps Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
config Add promise to ghost startup process to allow 2014-03-11 11:41:45 -04:00
controllers Merge pull request #2321 from polygonix/2320-detect-tag-hbs 2014-03-05 19:49:29 +00:00
data Change validation for posts 'page' attribute. 2014-03-04 17:59:00 -03:30
helpers jsHint fixes 2014-03-04 20:32:04 +00:00
middleware Switch to bower for client assets. 2014-03-04 20:09:26 +00:00
models Add promise to ghost startup process to allow 2014-03-11 11:41:45 -04:00
permissions Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
routes Add JSON API tests & cleanup 2014-02-28 22:26:03 +00:00
storage Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
views Replace SASS with assets from Ghost-UI 2014-03-09 22:50:37 +01:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
bookshelf-session.js Improvements for models 2014-02-19 14:57:26 +01:00
errorHandling.js Do not cache 404 pages 2014-03-06 20:06:07 -05:00
filters.js Add JSON API tests & cleanup 2014-02-28 22:26:03 +00:00
index.js Add promise to ghost startup process to allow 2014-03-11 11:41:45 -04:00
mail.js Update system emails to come from ghost@blog.url 2014-03-06 12:03:00 +01:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Refactor require-tree to not share messages 2014-02-28 14:13:45 -06:00
update-check.js Fix problems from importing 0.4.0 file 2014-02-25 20:15:32 +01:00