cakephp2-php8/cake/console/libs/tasks
Thomas Ploch 8ef7016545 Fixed wrong validation init in Model bake task when having index starting at 1.
Added guess 'uuid' for type 'string' and length 36.
Updated missing calls to assertEqual() testFieldValidationGuessing().
Added test for uuid guessing.
2011-05-16 15:29:28 +02:00
..
bake.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
controller.php Applying patch from 'majna'. Adding plugin to the list of template variables exposed in the controller task. Test added Fixes #1077 2010-09-03 12:33:59 -04:00
db_config.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
extract.php Correcting how ExtractTask collects files. Test added. Fixes #775 2010-06-06 22:39:04 -04:00
fixture.php Applying patch from 'rynop'. Fixing FixtureTask so it includes the datasource if its not the default one. 2010-12-31 13:05:04 -05:00
model.php Fixed wrong validation init in Model bake task when having index starting at 1. 2011-05-16 15:29:28 +02:00
plugin.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
project.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
template.php Fixing order of paths so core paths are last in the search array. Fixes #1488 2011-01-27 19:30:21 -05:00
test.php Fixing TestTask not being able to find plugin objects when baking test skeletons interactively. Test case added. Fixes #1361 2010-12-13 22:04:55 -05:00
view.php Fixing issue where ViewTask would make empty view files for actions that did not have templates. Test case added. Fixes #1040 2010-08-23 21:49:30 -04:00