cakephp2-php8/lib/Cake/Console/Command/Task
mark_story 84f805419d Fixing issue where DbConfigTask would try to rebuild
database configuration.

This could happen when using commands like `Console/cake bake controller`.
Using ConnectionManager ensures that the database config file will be loaded
if its available.
2011-10-02 22:53:45 -04:00
..
BakeTask.php Adding a few class loading related changes to make the ApiGenerator plugin happy 2011-09-30 01:55:33 -04:30
ControllerTask.php Add App::uses to baked controllers. 2011-09-09 20:43:04 -04:00
DbConfigTask.php Fixing issue where DbConfigTask would try to rebuild 2011-10-02 22:53:45 -04:00
ExtractTask.php Refactoring Model::invalidFields() a bit. 2011-09-12 05:10:34 +05:30
FixtureTask.php Merge branch '1.3' into merger 2011-09-03 00:48:09 +01:00
ModelTask.php Add validation guess for Postgress inet field 2011-09-20 17:45:35 +00:00
PluginTask.php Reverted the change from while to if. 2011-07-28 23:33:27 -04:00
ProjectTask.php Fixing more documentations. 2011-08-18 22:31:00 -04:00
TemplateTask.php Adjusted some types in @param, @return and @var. 2011-07-31 22:57:17 -04:00
TestTask.php Fixing issue baking controller tests. 2011-10-02 22:53:37 -04:00
ViewTask.php Merge branch '1.3' into merger 2011-10-01 22:38:20 -04:00