0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
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
..
client Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
clientold User API changes 2014-06-20 11:15:01 +02:00
server Merge pull request #2995 from sebgie/issue#2822 2014-06-20 18:39:33 +01:00
shared Improving the showdown extensions 2014-03-20 17:08:13 +00:00
test Functional tests for Ember 2014-06-20 15:20:59 +01:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00