cakephp2-php8/app
AD7six 36e15a065b Make app/Console/cake pwd insensitive
With the previous versions of cake - you'd install cake in your path and
therefore when executed the pwd was a variable.

With the creation of app/Console/cake this is not true any more, and
copying the existing use of `pwd` for app means there is an implicit
assumption that it will always and only be ran from the app dir. If it
is ran from elsewhere - it's as if the core lib/Cake/Console/cake
had been run (app dir is "missing" no boostrap, no app-plugins etc.)

With this change, all of these act exactly the same:

    cd ~/root/app
    Console/cake

    cd ~/root/app/Console
    ./cake

    cd ~/root
    app/Console/cake

    cd /anywhere
    ~/root/app/Console/cake
2012-06-06 14:32:43 +02:00
..
Config Adding timeout and port options to the redis cache engine 2012-05-29 23:39:56 +01:00
Console Make app/Console/cake pwd insensitive 2012-06-06 14:32:43 +02:00
Controller Removed single line of whitespace to fix some coding standards in PagesController in app/ 2012-05-01 09:36:08 +10:00
Lib Partial migration of folders to camelcase in app 2011-03-22 00:46:51 -04:30
Locale/eng/LC_MESSAGES Starting unification of casing in remaining folders 2011-05-13 01:53:49 -04:30
Model Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Plugin Starting unification of casing in remaining folders 2011-05-13 01:53:49 -04:30
Test removing 'empty' files from nonempty directories 2011-10-19 12:19:28 +07:00
tmp fix file permissions 2011-03-16 16:06:44 +01:00
Vendor Adding missing Vendor directory. 2011-07-28 16:31:19 -04:00
View Merge branch '2.1' into 2.2 2012-04-23 10:34:04 +02:00
webroot Minor spacing changes to fix coding standards in webroot/test.php in app/ 2012-05-01 09:40:16 +10:00
.htaccess Remove extraneous space in .htaccess 2012-02-17 21:32:09 -08:00
index.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00