cakephp2-php8/lib/Cake/Test/Case
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
..
Cache fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00
Configure Add plugin support to IniReader, and harden tests. 2012-08-27 10:04:26 -03:00
Console Fix incorrect order of arguments when added out of sequence. 2012-11-20 22:42:44 -05:00
Controller Fix missing plugin parameters in scaffolding. 2012-11-27 21:59:06 -05:00
Core fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00
Error fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00
Event Fix missed use of VERSION. 2012-10-15 21:48:36 -04:00
I18n More missing parent calls. 2012-08-12 02:28:12 +05:30
Log fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00
Model Cater for length part of TEXT field in indexes for MySQL 2012-12-13 08:33:43 +10:00
Network Fixing failing test case 2012-12-02 00:34:26 +01:00
Routing Remove all todo from core, create tickets for them 2012-11-14 14:59:51 +01:00
TestSuite Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
Utility Update TLD validation to accept gTLD variations 2012-11-30 22:11:57 -05:00
View URL encode image/script/css/video paths. 2012-11-25 23:31:22 -05:00
AllBehaviorsTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllCacheTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllComponentsTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllConfigureTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllConsoleTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllControllerTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllCoreTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllDatabaseTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllErrorTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllEventTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllHelpersTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllI18nTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllLogTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllNetworkTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllRoutingTest.php Extracting asset dispatcher and cache dispatcher into separate classes to provide examples on how to use Dispatcher 2012-04-17 00:42:18 -04:30
AllTestsTest.php Fix coding standards. 2012-03-18 18:06:10 -04:00
AllTestSuiteTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllUtilityTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllViewTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
BasicsTest.php fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00