Ghost/core/client/controllers
David Arvelo 78affdedb1 Better handling of validation errors + more documentation
closes #3153
- this is all about the validation engine
- add a option, `opts.model`, to use a passed-in model directly if needed
- handle validators that return an array of strings, array of objects, or both
- ajax util returns either an array of errors or a single concat'd string
- remove formatErrors function from the mixin and make it private
- allow validation options to be passed into `.save()` since ember-data doesn't take params on `.save()` anyway
- streamline control flow
2014-06-30 22:35:03 -04:00
..
editor Fix warning about transitionTo being deprecated 2014-06-23 12:14:41 +01:00
modals Change text on leave modal cancel button 2014-06-26 09:04:52 +01:00
posts Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
settings Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
application.js oAuth 2014-06-30 14:58:10 +02:00
debug.js Finish Debug screen for Ember admin 2014-06-25 04:36:17 +00:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Made ember version of reset password work 2014-06-30 14:37:49 +01:00
post-settings-menu.js Fix promise rejection 2014-06-22 14:49:09 -04:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
reset.js Made ember version of reset password work 2014-06-30 14:37:49 +01:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js Signin after Signup 2014-06-30 15:34:36 +02:00
signin.js oAuth 2014-06-30 14:58:10 +02:00
signup.js Signin after Signup 2014-06-30 15:34:36 +02:00