cakephp2-php8/lib/Cake/Model
Reuben Helms 07dbc4a527 Cater for length part of TEXT field in indexes for MySQL
Cater for length on TEXT column in index for _alterIndexes

Handle nested arrays in schemas

Used when writing indexes containg TEXT field for MySQL

Change comment style from code review

Remove stray space

Only generate length part of TEXT index column field when necessary

Override buildIndex() in Mysql instead of name()
Revert DboSource::buildIndex to previous state
Update Mysql::_alterIndexes for code reuse
Update MysqlTest to handle quoted index names.

Make code clearer, as per code review

Adjust function comments, as per code review
2012-12-13 08:33:43 +10:00
..
Behavior Merge pull request #959 from ceeram/phpcsw 2012-11-19 15:10:47 -08:00
Datasource Cater for length part of TEXT field in indexes for MySQL 2012-12-13 08:33:43 +10: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 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