0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server
Seb Gotvitch fef9b4be25 Bug fixes for partial views
closes #1203
- Update express-hbs module to the new version (0.5.2)
- Use two instance of hbs one for the theme and an other for the admin
- Template helpers are register as partial view
- Partial views of the theme are reload when the theme changed

Remove clear partial cache in handlebars

This code will be move in `express-hbs`.
This doesn't cause a problem to remove this line but it is not clean.

Remove unused hbs instance

Resolve conflict
2013-12-12 12:11:02 -05:00
..
api remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
config Remove ghost.js 2013-12-07 10:10:02 -05:00
controllers Fix loading of static pages in frontend controller 2013-12-09 22:38:25 -05:00
data Fix failing migration.reset for Postgres. 2013-11-26 23:10:31 +00:00
helpers Bug fixes for partial views 2013-12-12 12:11:02 -05:00
middleware Bug fixes for partial views 2013-12-12 12:11:02 -05:00
models Adds login limiter 2013-11-29 01:24:25 +00:00
permissions Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
plugins Remove ghost.js 2013-12-07 10:10:02 -05:00
routes Remove ghost.js 2013-12-07 10:10:02 -05: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 Bug fixes for partial views 2013-12-12 12:11:02 -05:00
mail.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
require-tree.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00