0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/data
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
..
export
fixtures Maintain tag order for posts 2015-09-02 16:39:34 +01:00
import Prevent multiple owner creation via importer 2015-05-15 10:12:30 +01:00
importer
migration Change type for private blog settings 2015-09-02 13:39:23 +01:00
utils
validation API Option Handling 2015-07-14 18:20:27 +01:00
versioning
xml RSS Fix: Do not convert protocol relative URLs 2015-07-21 23:16:04 -05:00
default-settings.json Change type for private blog settings 2015-09-02 13:39:23 +01:00
schema.js Maintain tag order for posts 2015-09-02 16:39:34 +01:00