Ghost/core/client/mixins
Jason Williams 0a7d161822 Prevent silent failures and recover after error.
Refs #4543
- Alway return model out of save handler so sub-classes which
  call this._super() on save have a model on success and failure.
- Always return resolved promise out of post slug generator.
- Test the errors object in the error notification helper to avoid
  throwing an unhandled exception and silently failing.
- Consider a post model "dirty" if it is in an error state.
2014-11-30 20:38:24 +00:00
..
body-event-listener.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
current-user-settings.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
dropdown-mixin.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
editor-base-controller.js Prevent silent failures and recover after error. 2014-11-30 20:38:24 +00:00
editor-base-route.js Fix high latency autosave bug in editor.new 2014-11-16 08:53:02 -07:00
editor-base-view.js Fix editor scroll depending on cursor location 2014-09-14 17:38:32 -06:00
loading-indicator.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
marker-manager.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
nprogress-save.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
pagination-controller.js Tags management api hookup 2014-11-21 16:24:28 -07:00
pagination-route.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
pagination-view-infinite-scroll.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
selective-save.js Add a mixin for saving a subset of a model. 2014-07-27 21:04:35 +00:00
shortcuts-route.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
style-body.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
text-input.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
validation-engine.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00