cakephp2-php8/cake/libs
2008-08-14 21:03:15 +00:00
..
cache updating cache engines so key will expire when duration is changed, updated datasource and configure to for new settings, closes #5083 2008-07-26 20:00:20 +00:00
controller Allow smtp response to be handled more efficiently by Socket class. 2008-08-13 16:06:23 +00:00
model Updating findCount() calls to find('count') in Model test, fixing custom field counting support, regex typo in DataSource 2008-08-14 16:52:29 +00:00
view Adding 'submitOnBlur' to $editorOptions. Closes #5263 2008-08-14 21:03:15 +00:00
cache.php Refactoring Cache key generation, fixing SQLite cache, and invalidating cache on database reconnect 2008-08-12 21:08:51 +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 #5261, return by reference in class registry 2008-08-14 06:09:31 +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 Relaxing Sanitization on error messages to prevent UTF-8 characters from being stripped. Closes #5133 2008-07-22 23:33:01 +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 Replaced all instances of ife() in /cake 2008-07-30 20:34:01 +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 Removed almost all am() calls from core. 2008-07-31 00:16:16 +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 refactoring Security::hash(), fixing two broken tests in Security 2008-08-02 14:44:42 +00:00
session.php fixes #5254, setting secure session cookie when https is used 2008-08-12 23:47:00 +00:00
set.php Added test for using Set::insert to overwrite keys with empty values and reverted change permitting it 2008-08-01 16:52:34 +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