0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client
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
..
app Use tag slugs in URLs for tag management and add front-end edit redirect 2015-11-02 14:56:59 +00:00
config deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
lib
public/assets
tests Use tag slugs in URLs for tag management and add front-end edit redirect 2015-11-02 14:56:59 +00:00
.ember-cli
.gitignore
.jshintrc
.watchmanconfig
bower.json deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
ember-cli-build.js
package.json deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
testem.json Fix random ember test failures 2015-10-14 11:26:21 +01:00