cakephp2-php8/cake/libs
2008-08-29 03:11:35 +00:00
..
cache fixes #5293, memcache initialization 2008-08-21 16:57:59 +00:00
controller Adding tests for secured forms. Fixes the issues related to checkboxes in multi row forms. 2008-08-29 03:11:35 +00:00
model Adding more changes to improve performance. Fixes loading of Models when instance has already been created in the registry 2008-08-27 16:43:15 +00:00
view Adding tests for secured forms. Fixes the issues related to checkboxes in multi row forms. 2008-08-29 03:11:35 +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 Adding more changes to improve performance. Fixes loading of Models when instance has already been created in the registry 2008-08-27 16:43:15 +00:00
configure.php Adding more changes to improve performance. Fixes loading of Models when instance has already been created in the registry 2008-08-27 16:43:15 +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 refactoring Inflector 2008-08-27 12:25:40 +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 Removed unused tests route, this route has been obsolete for some time. 2008-08-27 12:36:57 +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 fixing bug in Set:map() handling of recursive records 2008-08-28 18:16:40 +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