cakephp2-php8/lib/Cake/Console
AD7six 488ba9ef85 Make baking a plugin more user friendly.
Changed the text when the plugin already exists to indicate that the task stops
intentionally.

If there are folder errors - report them in the cli.

Choose the last plugin path by default

Modify the app's bootstrap file if it's not being (obviously) loaded already.
This means it is now possible to do:

    Console/cake bake plugin MyPlugin
    Console/cake bake model MyPlugin.MyModel

Previously the above would result in an error (which only if you know), you'd
fix by editing your Config/bootstrap.php file by hand before retrying to bake
your model.
2012-06-07 09:04:02 +02:00
..
Command Make baking a plugin more user friendly. 2012-06-07 09:04:02 +02:00
Templates No startup and teardown for controller tests 2012-06-06 21:06:37 +02:00
cake fix whitespace 2012-06-06 14:32:43 +02:00
cake.bat Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
cake.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ConsoleErrorHandler.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ConsoleInput.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ConsoleInputArgument.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleInputOption.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleInputSubcommand.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleOptionParser.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleOutput.php Merge branch '2.1' into 2.2 2012-06-02 20:57:05 -04:00
HelpFormatter.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Shell.php logging: console support/format for new log types 2012-05-25 23:52:33 +07:00
ShellDispatcher.php don't dump fatal errors as html on the cli 2012-04-29 16:25:07 +02:00
TaskCollection.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00