Ghost/core/server/controllers/frontend
Hannah Wolfe aa7f3dd5fd 🐛 Fixed pagination w/ letters duplicating content (#8796)
refs #8700

- if you used a url e.g. /page/2abc/ ghost would interpret the 2 as /page/2/
- these urls should have returned 404, but instead were responding correctly
- this effectively creates duplicate pages
- added a test, but needed a dirty hack to get it to work 😞
- TODO: update casper fixture and use it in channel tests!
2017-08-02 12:25:41 +04:00
..
channel-config.js 🙅🏽 Admin server split (#8142) 2017-03-14 17:03:30 +01:00
channels.js 🐛 Fixed pagination w/ letters duplicating content (#8796) 2017-08-02 12:25:41 +04:00
context.js 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
error.js Split helper functions from frontend controller 2015-10-22 18:46:58 +01:00
fetch-data.js Posts per page as theme-config (#8149) 2017-03-14 18:03:36 +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 Split helper functions from frontend controller 2015-10-22 18:46:58 +01:00
templates.js Implement custom errors 2.0 (#8148) 2017-03-14 10:06:42 +01:00