0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
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
..
client@fb316a9f92 Updated Ghost-Admin to 1.3.0 2017-08-01 17:29:48 +04:00
server 🐛 Fixed pagination w/ letters duplicating content (#8796) 2017-08-02 12:25:41 +04:00
test 🐛 Fixed pagination w/ letters duplicating content (#8796) 2017-08-02 12:25:41 +04:00
index.js