0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/unit
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
..
middleware Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
server_helpers Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
api_utils_spec.js Adding 'fields' param for browse requests 2015-08-28 19:08:22 +01:00
apps_spec.js
config_spec.js Update lodash and cheerio 2015-07-21 19:59:49 +02:00
error_handling_spec.js Fixup broken error page styles 2015-06-08 12:14:58 +01:00
filters_spec.js
frontend_spec.js Fix failing frontend_spec on windows. Don't rely on path matches. 2015-07-14 11:16:41 +02:00
importer_spec.js
mail_spec.js
migration_spec.js Maintain tag order for posts 2015-09-02 16:39:34 +01:00
models_pagination_spec.js Add event handling to pagination plugin 2015-06-26 22:56:03 +01:00
permissions_spec.js Add public API permission handling 2015-08-03 19:30:17 +01:00
rss_spec.js RSS Fix: Do not convert protocol relative URLs 2015-07-21 23:16:04 -05:00
server_helpers_index_spec.js
server_helpers_template_spec.js
server_spec.js
server_utils_spec.js
showdown_client_integrated_spec.js
sitemap_spec.js
storage_local-file-store_spec.js Use extends correctly & consistently 2015-06-25 19:56:27 +01:00
xmlrpc_spec.js