0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/controllers
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
..
editor More autosave improvements 2014-10-18 17:27:05 +02:00
modals Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
posts Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
settings Tags management api hookup 2014-11-21 16:24:28 -07:00
application.js Update Ember to 1.8.0. 2014-10-30 06:01:22 +00:00
debug.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
error.js Change Ember function.property() to Ember.computed 2014-08-19 10:01:17 -06:00
forgotten.js Miscellaneous client cleanup 2014-11-29 02:42:08 +00:00
post-settings-menu.js Prevent silent failures and recover after error. 2014-11-30 20:38:24 +00:00
post-tags-input.js Fix post tags input. 2014-11-15 04:45:36 +00:00
posts.js Go between post list / post content with keyboard 2014-10-27 09:41:13 -06:00
reset.js Miscellaneous client cleanup 2014-11-29 02:42:08 +00:00
settings.js Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
setup.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
signin.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
signup.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00