Ghost/core/client/models
Adam Howard d90df55b75 Add post tagging functionality
closes #367
closes #368

- Adds Tag model with a many-to-many relationship with Post
- Adds Tag API to retrieve all previously used Tags (needed for suggestions)
- Allows setting and retrieval of Tags for a post through the Post's existing API endpoints.
- Hooks up the editor's tag suggestion box to the Ghost install's previously used tags
- Tidies the client code for adding tags, and encapsulates the functionality into a Backbone view
2013-08-30 16:20:22 +01:00
..
post.js Add post tagging functionality 2013-08-30 16:20:22 +01:00
settings.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
tag.js Add post tagging functionality 2013-08-30 16:20:22 +01:00
user.js Current user added 2013-08-17 22:02:46 +01:00
widget.js App restructure - closes #245 2013-07-11 20:23:34 +01:00