0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
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
..
functional Use tag slugs in URLs for tag management and add front-end edit redirect 2015-11-02 14:56:59 +00:00
integration Merge pull request #5999 from delgermurun/api-db-refactor 2015-11-02 13:16:07 +00:00
unit Merge pull request #6030 from ErisDS/mini-refactor 2015-11-02 14:14:59 +01:00
utils Switch frontend controller to use new filter param 2015-10-26 09:40:19 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00