0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/controllers/frontend
Hannah Wolfe 27ee1dc7b8 Implement custom errors 2.0 (#8148)
closes #8079

- add a new view type of defaultViews, as this is NOTHING to do with the admin!
- rename user-error.hbs to error.hbs, because this can be for any sort of error
- reimplement custom errors, but with a stack like channels & single templates
- change ghost_head to only not output on 500+ server errors, rather than 400+ user errors
- add coverage for the new template functions
2017-03-14 10:06:42 +01:00
..
channel-config.js 🎨 add urlFor('admin') and increase usage of urlFor helper (#7935) 2017-02-02 18:51:35 +00:00
channels.js 💄 Improve URL consistency, Part 1: urlJoin (#7668) 2016-11-14 14:38:55 +00:00
context.js 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
error.js
fetch-data.js 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
format-response.js Switch frontend controller to use new filter param 2015-10-26 09:40:19 +00:00
index.js Reimplement custom theme templates (#8147) 2017-03-14 00:15:50 +01:00
post-lookup.js 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
render-channel.js Reimplement custom theme templates (#8147) 2017-03-14 00:15:50 +01:00
secure.js
templates.js Implement custom errors 2.0 (#8148) 2017-03-14 10:06:42 +01:00