0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server
Jason Williams 35e2387541 Run import run operations in order.
Closes #1977, Refs #3473
- Ensure that import operations are run in sequence.
  Previously the operations were started in order but subsequent
  ops were allowed to begin before the previous finished, which would
  result in out-of-order execution.
- Fix bug in attach() where a model property was being passed in
  instead of a transaction object.  If the call was made when a
  transaction was in process, it could cause bookshelf/knex to
  hang and never finish the transaction.
2014-08-28 00:21:13 +00:00
..
api Delete tokens before deleting a user 2014-08-23 20:13:17 +01:00
apps Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
config Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
controllers Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
data Run import run operations in order. 2014-08-28 00:21:13 +00:00
email-templates Implementing HTML emails 2014-07-29 00:55:14 -04:00
errors Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
helpers Merge pull request #3861 from cobbspur/metas 2014-08-24 18:58:23 +01:00
middleware Uncapitalise middleware should not affect tokens 2014-08-26 22:30:33 +01:00
models Run import run operations in order. 2014-08-28 00:21:13 +00:00
permissions Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
routes Redirect uppercase routes to lowercase version 2014-08-23 17:59:58 +01:00
storage Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
utils Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
views Center default user-error (404, etc.) 2014-08-18 16:45:03 -04:00
api.js
filters.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
GhostServer.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
index.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
mail.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
middleware.js
require-tree.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
update-check.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
xmlrpc.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00