0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test
Hannah Wolfe 13b65cecb9 Redirect feed -> rss
closes #2261

- reserved 'feed' in the list of reserved keywords for slugs
- added a 301 redirect from /feed/ to /rss/
- added a route test, and realised that standard express redirects don't get the right headers
- fixed the headers across all 301 redirects & added tests for the admin redirects
- removed the redirect from /ghost/login/ to /ghost/signin/ as this happens automatically if you're logged out, and isn't very useful if you're logged in as it just redirects again to /ghost/
2014-03-24 09:46:39 +00:00
..
functional Redirect feed -> rss 2014-03-24 09:46:39 +00:00
integration Fixes random pg failures. 2014-03-17 10:54:31 +00:00
unit Replace spaces in uploaded filenames with hyphens 2014-03-23 20:56:02 +00:00
utils Fixes random pg failures. 2014-03-17 10:54:31 +00:00
blanket_coverage.js