1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/mixins
David Arvelo adea43f051 Add Validations Layer and Post Validations
closes #2893, issue #2850, issue #2856
- this is a stable, but quick and dirty validations layer for the time constraints
- this could be replaced with a unified server/client layer later. the infrastructure is there.
- create a validation engine mixin to match validators with models
- override the save method in the mixin to perform validations first
- create a post validator
- fixup calls to .save() to make sure they catch errors properly
2014-06-21 00:12:55 -04:00
..
body-event-listener.js Added popover component 2014-05-31 17:23:41 -06:00
editor-base-controller.js Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
editor-base-view.js Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
marker-manager.js Cleanup Misc Ember Code 2014-06-17 14:59:15 -06:00
popover-mixin.js Added popover component 2014-05-31 17:23:41 -06:00
style-body.js Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
validation-engine.js Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00