Ghost/core/test/unit
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
..
fixtures Allow theme partials to override helper templates 2013-08-02 13:36:37 -05:00
api_permissions_spec.js Patch to prevent timeouts in unit tests 2013-08-24 16:07:15 -05:00
api_posts_spec.js Patch to prevent timeouts in unit tests 2013-08-24 16:07:15 -05:00
api_settings_spec.js Patch to prevent timeouts in unit tests 2013-08-24 16:07:15 -05:00
api_tags_spec.js Add post tagging functionality 2013-08-30 16:20:22 +01:00
api_users_spec.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
client_ghostdown_spec.js Adding Github Flavored Markdown support 2013-08-29 14:32:09 +01:00
client_showdown_int_spec.js Adding Github Flavored Markdown support 2013-08-29 14:32:09 +01:00
errorHandling_spec.js Added functional tests for Ghost Admin UI using Casperjs 2013-07-31 08:33:28 +01:00
export_spec.js Data models import, export, and reset for 002 2013-08-05 13:56:30 +01:00
ghost_spec.js Initial Plugin API Implementation 2013-08-05 11:15:17 -05:00
helpers.js Patch to prevent timeouts in unit tests 2013-08-24 16:07:15 -05:00
import_spec.js Data models import, export, and reset for 002 2013-08-05 13:56:30 +01:00
permissions_spec.js Patch to prevent timeouts in unit tests 2013-08-24 16:07:15 -05:00
plugins_spec.js Patch to prevent timeouts in unit tests 2013-08-24 16:07:15 -05:00
server_helpers_index_spec.js Pagination unit test updates 2013-08-29 17:04:42 +01:00
shared_gfm_spec.js Adding Github Flavored Markdown support 2013-08-29 14:32:09 +01:00