0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/models
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
..
base.js Add rss to the list of reserved post titles/slugs. 2014-01-07 17:30:53 -07:00
index.js New URL helper - URL consistency fixes 2014-01-06 15:15:48 +00:00
permission.js Updating to bookshelf 0.5.7 & knex 0.4.11 2013-10-17 18:23:36 +01:00
post.js Fixed issue with adding multiple new tags to a post 2014-01-13 09:29:40 -05:00
role.js Updating to bookshelf 0.5.7 & knex 0.4.11 2013-10-17 18:23:36 +01:00
session.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
settings.js Disable xss santization 2014-01-06 20:17:20 +00:00
tag.js Extending halfdan’s work for UX settings improvements 2014-01-06 21:33:24 -05:00
user.js Extending halfdan’s work for UX settings improvements 2014-01-06 21:33:24 -05:00