0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/integration/model
Zach Schneider fa7bd62857 Fixed issue with adding multiple new tags to a post
Fixes #1907

Refactored `updateTags` to correct a loop issue where the `insert`
method was mistakingly being passed rather than `update`, triggering a
duplicate PK SQL error.
2014-01-13 09:29:40 -05:00
..
model_permissions_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
model_posts_spec.js Add rss to the list of reserved post titles/slugs. 2014-01-07 17:30:53 -07:00
model_roles_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
model_settings_spec.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
model_tags_spec.js Fixed issue with adding multiple new tags to a post 2014-01-13 09:29:40 -05:00
model_users_spec.js Improved Password Reset Tool 2013-11-22 10:46:19 -06:00