Ghost/core/client/models
David Arvelo 6020702462 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
..
base.js Add ghostPaths util and initializer 2014-05-24 08:52:47 +02:00
post.js Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
settings.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
slug-generator.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
tag.js Make exports consitent. 2014-06-09 13:58:35 -04:00
user.js Merge pull request #2922 from lholmquist/user_model 2014-06-09 20:14:53 +02:00