0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client/tests
Kevin Ansfield 92123e427f Use tag slugs in URLs for tag management and add front-end edit redirect
refs #5845
- adds custom adapter for tags so that `store.queryRecord('tag', {slug: 'tag-slug'})` hits the `/tags/slug/tag-slug` endpoint instead of `/tags/?slug=tag-slug`
- updates tag management screens to use tag slugs instead of IDs
- adds `/tag/:slug/edit` redirect to front-end
2015-11-02 14:56:59 +00:00
..
acceptance/settings Use tag slugs in URLs for tag management and add front-end edit redirect 2015-11-02 14:56:59 +00:00
fixtures Routable tags 2015-10-27 12:48:41 +00:00
helpers
integration/components Mobile fixes for tag management UI 2015-11-02 13:18:10 +00:00
unit Minor tag settings validation updates & fixes 2015-10-19 10:45:41 +01:00
.jshintrc Fix unsaved nav settings persisting across transitions 2015-10-07 15:57:14 +01:00
index.html Routable tags 2015-10-27 12:48:41 +00:00
test-helper.js Increase timeout in ember tests 2015-10-20 16:00:16 +01:00