cakephp2-php8/app
phpnut 80fa429785 Adding fix for undefined notice in vendors.php
Removed check for required file in Cache::!__loadEngine();
Fixed cache being wrote on each request from Configure::listObjects(); when data was an empty array
Removed extra call to App::getInstance(); in App::import();
Moved setting of App::!__loaded; inside of if statement.
Removed cake core install directory paths from the cached dir_map.
Changed uses('file'); to require statement in file.php
Changed uses('set'); to require statement in inflector.php
Removed check for existing inflections.php since this file has been included in 1.2 since Dev releases.
Added additional test for Helper::clean();
Fixed bug in Helper::!__clean();
Fixed random output of 1 when using MediaView;
Added csv mime type to MediaView



git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7516 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-08-27 03:42:17 +00:00
..
config fixes #5119, PDT warning in acl.ini.php 2008-08-16 18:04:28 +00:00
controllers/components Adding empty file to all empty directories 2007-05-06 03:09:27 +00:00
locale/eng/LC_MESSAGES Adding empty file to all empty directories 2007-05-06 03:09:27 +00:00
models Adding empty file to all empty directories 2007-05-06 03:09:27 +00:00
plugins Adding empty file to all empty directories 2007-05-06 03:09:27 +00:00
tests Adding empty file to all empty directories 2007-05-06 03:09:27 +00:00
tmp Removing unneeded empty files 2007-05-12 18:33:33 +00:00
vendors/shells Removing unused folders from app/vendors 2007-10-18 16:51:16 +00:00
views Removing unused directories from app/pages. 2008-01-02 21:33:51 +00:00
webroot Adding fix for undefined notice in vendors.php 2008-08-27 03:42:17 +00:00
.htaccess Merging fixes and enhancements into trunk 2006-02-18 23:42:21 +00:00
index.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00