Ingo Schommer 969a95eff7 BUGFIX Removed hardcoded field value removals in Form->validate() for creditcard info
ENHANCEMENT Optionally returning JSON data or HTML form representations from Form submissions if Form->validate() fails (if HTTP Accept is set to 'application/json')
ENHANCEMENT Limiting usage of prototype-validation responses in Form->validate() to form instances with $javascriptValidationHandler=='prototype' (which is the default setting). This enables us to return richer JSON data on validation errors without making assumptions about javascript methods on clientside through eval'ed responses (specifically Validator.js->validationError())
API CHANGE Deprecated Validator->getError() and Validator->getCombinedError(), use getErrors() instead

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@72979 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-12 16:47:29 +00:00
2009-03-10 22:08:52 +00:00
2009-02-01 23:49:53 +00:00
2009-03-04 03:44:11 +00:00
2009-03-10 22:08:52 +00:00
2009-01-07 23:00:54 +00:00
2009-03-10 22:17:26 +00:00
2009-03-10 12:43:52 +00:00
2009-02-01 23:49:53 +00:00
2009-02-01 23:49:53 +00:00
2009-03-10 22:08:52 +00:00
2009-02-01 23:49:53 +00:00
2009-03-04 03:44:11 +00:00
2009-02-01 23:49:53 +00:00
2009-03-10 22:08:52 +00:00
2008-11-22 03:33:00 +00:00
2009-02-01 23:49:53 +00:00
2007-12-14 04:35:28 +00:00
Description
No description provided
162 MiB
Languages
PHP 99.4%
Scheme 0.5%