cakephp2-php8/cake/libs
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
..
cache fixes #5293, memcache initialization 2008-08-21 16:57:59 +00:00
controller Updating doc block for Controller::flash(). Closes #5333 2008-08-26 18:35:44 +00:00
model fixes #5331, model alias no longer overwritten 2008-08-27 01:30:09 +00:00
view Adding fix for undefined notice in vendors.php 2008-08-27 03:42:17 +00:00
cache.php Adding fix for undefined notice in vendors.php 2008-08-27 03:42:17 +00:00
cake_log.php Fixing coding standards violations in core, and adding misc tests 2008-06-20 20:17:23 +00:00
class_registry.php closes #5322 2008-08-26 14:39:37 +00:00
configure.php Adding fix for undefined notice in vendors.php 2008-08-27 03:42:17 +00:00
debugger.php Replaced all instances of ife() in /cake 2008-07-30 20:34:01 +00:00
error.php Fixed issues with inifinite recursion on missing component. Refactored missing helper errors. Closes #5297 2008-08-22 01:52:37 +00:00
file.php Adding fix for undefined notice in vendors.php 2008-08-27 03:42:17 +00:00
flay.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
folder.php fixes #5313, browser freeze with content length header on compressed assets. Some refactoring to improve speed, refactored Folder class to use read() inside of tree() 2008-08-25 22:55:10 +00:00
http_socket.php Fixing coding standards violations in core, and adding misc tests 2008-06-20 20:17:23 +00:00
i18n.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
inflector.php Adding fix for undefined notice in vendors.php 2008-08-27 03:42:17 +00:00
l10n.php fixes #4898, Config.language in l10n 2008-06-13 18:08:54 +00:00
magic_db.php some cleanup, wrapping uses() in class exists 2008-06-11 15:46:31 +00:00
multibyte.php Replaced all instances of ife() in /cake 2008-07-30 20:34:01 +00:00
object.php Removed almost all am() calls from core. 2008-07-31 00:16:16 +00:00
overloadable.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
overloadable_php4.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
overloadable_php5.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
router.php Refactoring Router, fixed coding standards. Fixed quoting issue in DboSource::name(), affecting quoting of fields starting and ending with () 2008-08-22 04:06:29 +00:00
sanitize.php Changing FormatColumns to refer to model->alias instead of model->name 2008-08-03 15:32:33 +00:00
security.php Fixing doc block typo. Closes #5296 2008-08-20 18:05:26 +00:00
session.php fixes #5254, setting secure session cookie when https is used 2008-08-12 23:47:00 +00:00
set.php fix for Set::reverse() with _name_ 2008-08-24 22:08:13 +00:00
socket.php reverting change to CakeSocket::read() 2008-08-12 23:02:39 +00:00
string.php Removed almost all am() calls from core. 2008-07-31 00:16:16 +00:00
validation.php adding a notEmpty rule to validation and updating bake default for strings to use notEmpty 2008-07-31 23:58:20 +00:00
xml.php Adding additional tests to XML. 2008-08-26 23:15:48 +00:00