Ghost/ghost/admin
Adam Howard d2663b668a 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
..
assets Add post tagging functionality 2013-08-30 16:20:22 +01:00
helpers rename helpers paginate -> pagination, dateFormat -> date 2013-08-22 20:42:54 +01:00
models Add post tagging functionality 2013-08-30 16:20:22 +01:00
tpl content management preview pane displays post title 2013-08-22 22:48:33 +01:00
views Add post tagging functionality 2013-08-30 16:20:22 +01:00
init.js Improvements to settings pane switching 2013-08-22 08:08:43 +01:00
markdown-actions.js Dropping !image[] & other regex fixes 2013-08-20 21:22:41 +01:00
mobile-interactions.js
router.js Rename /logout/ to /signout/ and /login/ to /signin/ 2013-08-24 22:38:48 -05:00
toggle.js