0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server
Hannah Wolfe 0ffc5e6d47 Improve importer error messaging
closes #3274

- Ensure that validation errors are always handled by moving them into the
  importer
- Ensure that db errors are handled consistently across sqlite and mysql
- Change the errors to be output in a table, with a short failure notification
- Add tests for 003 importing bad files
2014-07-29 12:02:18 +01:00
..
api Improve importer error messaging 2014-07-29 12:02:18 +01:00
apps This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
config This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
controllers Fix author page 2014-07-23 09:39:51 +02:00
data Improve importer error messaging 2014-07-29 12:02:18 +01:00
email-templates Implementing HTML emails 2014-07-29 00:55:14 -04:00
errors Improve importer error messaging 2014-07-29 12:02:18 +01:00
helpers Add plural handlebars helper 2014-07-29 11:40:31 +01:00
middleware Change refresh token expiry 2014-07-28 15:19:49 +02:00
models Improve importer error messaging 2014-07-29 12:02:18 +01:00
permissions Permissions Improvements 2014-07-28 06:29:59 +01:00
routes Change refresh token expiry 2014-07-28 15:19:49 +02:00
storage Change refresh token expiry 2014-07-28 15:19:49 +02:00
utils Change refresh token expiry 2014-07-28 15:19:49 +02:00
views Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
api.js
filters.js
index.js Merge pull request #3367 from jaswilli/issue-3161 2014-07-23 04:47:19 +01:00
mail.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
middleware.js
require-tree.js
update-check.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
xmlrpc.js