cakephp2-php8/lib/Cake
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
..
Cache Adding timeout and port options to the redis cache engine 2012-05-29 23:39:56 +01:00
Config Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Configure Add more tests 2012-05-01 21:43:01 -04:00
Console Make baking a plugin more user friendly. 2012-06-07 09:04:02 +02:00
Controller Remove duplicate code. 2012-06-06 21:01:16 -04:00
Core allow loading namespaced classes 2012-05-27 19:59:07 +02:00
Error Merge branch '2.1' into 2.2 2012-06-02 01:47:21 +02:00
Event Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
I18n Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Log Add some doc blocks. 2012-05-22 21:14:26 -04:00
Model Remove duplicate code. 2012-06-06 21:01:16 -04:00
Network Automatically handle PUT requests 2012-06-06 22:59:37 +02:00
Routing adding setExtensions() to allow adding more extensions as parseExtensions would override existing valid extensions 2012-05-30 21:29:05 +02:00
Test remove pseudo-mock code 2012-06-06 23:08:40 +02:00
TestSuite Fix funny warning. 2012-05-23 22:46:18 -04:00
Utility Merge pull request #672 from sitedyno/cookie-encryption-#471 2012-05-31 17:44:49 -07:00
View Merge remote-tracking branch 'origin/2.1' into 2.2 2012-06-06 11:06:06 -04:30
basics.php Merge branch '2.1' into 2.2 2012-06-02 01:47:21 +02:00
bootstrap.php Move where set is loaded. 2012-04-10 21:25:04 -04:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.2.0-RC1 2012-05-22 21:43:17 -04:00