cakephp2-php8/cake/libs
2008-08-25 22:56:56 +00:00
..
cache fixes #5293, memcache initialization 2008-08-21 16:57:59 +00:00
controller Added check in AuthComponent::hashPasswords() to ensure that data is an array. Tests Added. 2008-08-24 15:18:37 +00:00
model fixes #5307, model name being overridden by class registry for no reason, thanks to vizjerai for the helpful ticket. 2008-08-25 22:33:36 +00:00
view minor optimization on loading helpers in view 2008-08-25 22:56:56 +00:00
cache.php fixes #5314, cache settings 2008-08-25 20:15:08 +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 fixes #5307, model name being overridden by class registry for no reason, thanks to vizjerai for the helpful ticket. 2008-08-25 22:33:36 +00:00
configure.php fixing root vendor path which was changed in 7422 2008-08-04 20:09:27 +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 closes #5206, adding clearstatcache() to File::delete() 2008-08-05 14:19:29 +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 Added ability to singularize 'gloves', 'wolves', 'shelves' and other ves words. Added tests. Closes #5080 2008-07-12 00:22:09 +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 fix for xml::toArray to allow any node to use it 2008-08-10 16:26:43 +00:00