0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration/model
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
..
model_app-fields_spec.js Naming cleanup 2014-09-20 21:09:16 +02:00
model_app-settings_spec.js Naming cleanup 2014-09-20 21:09:16 +02:00
model_apps_spec.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
model_permissions_spec.js Upgrade grunt-jscs to fix whitespace linting. 2015-04-30 16:14:19 -05:00
model_posts_spec.js Add event handling to pagination plugin 2015-06-26 22:56:03 +01:00
model_roles_spec.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
model_settings_spec.js Don't rely on order of updates when editing multiple settings 2015-07-21 12:41:56 +02:00
model_tags_spec.js Maintain tag order for posts 2015-09-02 16:39:34 +01:00
model_users_spec.js Refactor changePassword and resetPassword 2015-07-07 22:03:17 +02:00