cakephp2-php8/lib/Cake/Model
mark_story f250592fee Fix multi-model validators with deep & atomic.
Apply patch from 'Christian Buffin' to fix validateMany() and
validateAssociated() when atomic=false & deep=true are used in
conjunction. Using Hash to flatten the nested set of validation results
yields the correct results.

Fixes #3352
2012-11-28 21:26:40 -05:00
..
Behavior Merge pull request #959 from ceeram/phpcsw 2012-11-19 15:10:47 -08:00
Datasource Merge pull request #962 from srwebs/feature/empty-bool-operators 2012-11-24 10:14:22 -08:00
Validator Fix rules set being updated with array instead of CakeValidationRule objects. Closes #3367 2012-11-13 22:13:15 +05:30
AclNode.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Aco.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AcoAction.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Aro.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
BehaviorCollection.php Remove all todo from core, create tickets for them 2012-11-14 14:59:51 +01:00
CakeSchema.php Remove unused variables and code 2012-09-05 17:19:13 -07:00
ConnectionManager.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
I18nModel.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Model.php fix remaining cs errors 2012-11-04 13:56:13 +01:00
ModelBehavior.php Adding missing afterValidate callback to behaviors, Fixes #3024 2012-07-10 20:35:26 -04:30
ModelValidator.php Fix multi-model validators with deep & atomic. 2012-11-28 21:26:40 -05:00
Permission.php fix coding standards, remove break after return/continue 2012-11-15 12:09:14 +01:00