cakephp2-php8/cake/libs
2008-10-17 00:01:36 +00:00
..
cache Changing comparison operators to === (identical) which is faster than == (equal) 2008-09-14 17:17:49 +00:00
controller Added tests to PagesController and removed twice call to count(). 2008-10-16 23:52:54 +00:00
model Fixing bug when primaryKey is not id. Fixes #5615. 2008-10-17 00:01:36 +00:00
view correcting message as to how to override core error message for missing_connection 2008-10-10 16:12:15 +00:00
cache.php small fix to the Cache::read() use of Cache::set() when using default configuration 2008-10-09 23:24:28 +00:00
cake_log.php Updating doc blocks to include access and return PHPDOC tags. 2008-09-25 16:49:56 +00:00
class_registry.php Closes #5560 Class Registry::_duplicate call for getObject returns false it will cause an error 2008-10-12 02:36:39 +00:00
configure.php Closes #1855, Separate translation files per plugin. This is now supported using !__d() and !__dn(). 2008-10-16 05:16:00 +00:00
debugger.php Adding more optimizations for the static classes 2008-10-12 03:52:24 +00:00
error.php Removing redundant html escaping from ErrorHandler 2008-09-14 23:24:01 +00:00
file.php Fixing locking for file-based cache, fixes #5541 2008-10-15 12:42:03 +00:00
flay.php Additional optimization refactoring 2008-09-18 03:09:19 +00:00
folder.php Updating doc blocks to include access and return PHPDOC tags. 2008-09-25 16:49:56 +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 Closes #1855, Separate translation files per plugin. This is now supported using !__d() and !__dn(). 2008-10-16 05:16:00 +00:00
inflector.php Adding more optimizations for the static classes 2008-10-12 03:52:24 +00:00
l10n.php Adding tests to L10n and refactoring to be more readable. 2008-10-08 14:01:50 +00:00
magic_db.php adding a couple 'return home early' refactorings 2008-09-08 20:33:48 +00:00
multibyte.php Added basic mb_encode_mimeheader() to Multibyte class. 2008-10-01 18:36:38 +00:00
object.php Updating doc blocks to include access and return PHPDOC tags. 2008-09-25 16:49:56 +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 Reverting changing Router::compile(); to private method. Since this method is called using an instance of the Router we can still remove code that called Router::getInstance(); 2008-10-12 14:23:16 +00:00
sanitize.php Updating doc blocks to include access and return PHPDOC tags. 2008-09-25 16:49:56 +00:00
security.php Allowing custom salt values in Security::hash(), thanks Jippi 2008-10-02 00:03:52 +00:00
session.php Closes #5542 Duplicate cookies 2008-10-12 03:29:10 +00:00
set.php Removing if block missed from an older refactoring. 2008-10-09 17:16:39 +00:00
socket.php reverting change to CakeSocket::read() 2008-08-12 23:02:39 +00:00
string.php Updating doc blocks to include access and return PHPDOC tags. 2008-09-25 16:49:56 +00:00
validation.php Adding more optimizations for the static classes 2008-10-12 03:52:24 +00:00
xml.php Changing handling of numeric node values in Xml class, fixes #5520 2008-10-04 19:50:38 +00:00