0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration
Hannah Wolfe a3f107da8e Maintain tag order for posts
refs #5727, #5602

- Add new 'order' column to posts_tags table
- Migrate all existing posts_tags to have a correct value for 'order'
- Rewrite updateTags to not remove all tags, and to correctly maintain order
- Add transaction support for tag operations
- Many tests
2015-09-02 16:39:34 +01:00
..
api Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
model Maintain tag order for posts 2015-09-02 16:39:34 +01:00
export_spec.js Add the needed table columns for client Oauth. 2015-09-02 13:39:21 +01:00
import_spec.js Add the needed table columns for client Oauth. 2015-09-02 13:39:21 +01:00
migration_spec.js Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
update_check_spec.js Apply JSHint to test files. 2014-09-03 20:33:58 +02:00