Go to file
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
api Merged from branches/2.3 2009-03-10 22:08:52 +00:00
cli Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
conf Merged from 2.3 2009-03-04 03:44:11 +00:00
core MINOR Documentation about database indexes 2009-03-12 11:11:35 +00:00
css BUGFIX Fixed broken CSS rules in TableListField 2009-03-09 05:12:35 +00:00
dev Merged from branches/2.3 2009-03-10 22:08:52 +00:00
email API CHANGE: NOW() replaced with DB-specific version 2009-03-11 21:50:03 +00:00
filesystem API CHANGE: NOW() replaced with DB-specific version 2009-03-11 21:50:03 +00:00
forms BUGFIX Removed hardcoded field value removals in Form->validate() for creditcard info 2009-03-12 16:47:29 +00:00
images MINOR merged from branches/2.3 2009-01-07 23:00:54 +00:00
integration MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
javascript Merged from branches/2.2 2009-03-10 22:17:26 +00:00
lang MINOR Updated translations 2009-03-10 12:43:52 +00:00
parsers Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
profiler Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
search Merged from branches/2.3 2009-03-10 22:08:52 +00:00
security API CHANGE: queries fixed for MSSQL 2009-03-11 23:03:28 +00:00
tasks Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
templates Merged from 2.3 2009-03-04 03:44:11 +00:00
tests BUGFIX: Fixed dates in DateTest so that they don't trip up on timezone quirks, since those are more to do with our buildslave than bugs in SilverStripe 2009-03-09 07:32:51 +00:00
thirdparty MINOR Moved JSON library to thirdparty externals 2008-09-28 13:33:42 +00:00
widgets Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
_config.php Merged from branches/2.3 2009-03-10 22:08:52 +00:00
cli-script.php ENHANCEMENT: Change MySQLDatabase connection to operate in ANSI SQL mode, to ease the transition to DB abstraction 2008-11-22 03:51:04 +00:00
main.php BUGFIX Removed header('Content-Type... from main.php bootstrapping - was defaulting to text/html - an invalid assumption at such an early stage (see #3685) 2009-03-09 20:31:12 +00:00
main.php5 Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Makefile Merged branches/2.3 into trunk 2008-11-22 03:33:00 +00:00
sake Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
silverstripe_version fixed $ 2007-12-14 04:35:28 +00:00