cakephp2-php8/lib/Cake/Model
mark_story 965f0e87c5 Fix SQL errors in TreeBehavior.
SQL errors were caused by escapeField() usage in TreeBehavior. Quoted
fields were not correctly unquoted.

Fixes #3491
2012-12-26 20:55:07 -05:00
..
Behavior Fix issues with TreeBehavior and nested deletes. 2012-12-19 20:48:51 -05:00
Datasource Fix SQL errors in TreeBehavior. 2012-12-26 20:55:07 -05: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 Cater for length part of TEXT field in indexes for MySQL 2012-12-13 08:33:43 +10: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 Update lib/Cake/Model/Model.php 2012-12-21 15:06:43 +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