.. |
cache
|
Fixes improper return from Xcache::clear();
|
2009-02-18 18:07:06 +00:00 |
controller
|
Fixing wrong usage of array_shift added in r7013
|
2009-03-03 23:58:55 +00:00 |
model
|
Minor optimization. Removing additional variable assignment.
|
2009-03-06 03:54:52 +00:00 |
view
|
Refactoring NumberHelper::toReadableSize to properly use I18n functionality.
|
2009-03-03 23:39:48 +00:00 |
cache.php
|
updating cache documentation and tests refs #5347
|
2009-02-06 22:56:06 +00:00 |
cake_log.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
class_registry.php
|
Updating doc blocks to improve readability in API.
|
2009-02-04 05:00:59 +00:00 |
configure.php
|
Updating doc blocks to improve readability in API.
|
2009-02-04 05:00:59 +00:00 |
debugger.php
|
Modifying getInstance() to allow subclasses to work properly. Tests added. Changed __output() to protected.
|
2008-12-07 20:44:00 +00:00 |
error.php
|
Fixing issue in error handler, where URL was not escaped with debug == 0.
|
2009-02-13 14:56:00 +00:00 |
file.php
|
Updating doc blocks to improve readability in API.
|
2009-02-04 05:00:59 +00:00 |
flay.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
folder.php
|
Fixing other uses of glob() to check for false values. Fixes #6044
|
2009-02-16 00:45:50 +00:00 |
http_socket.php
|
Applying patch from 'mattcurry' fixes Basic authentication case sensitivity in HttpSocket. Fixes #6088
|
2009-02-11 23:46:59 +00:00 |
i18n.php
|
Adding asserts forgot in last commit.
|
2009-02-18 01:23:42 +00:00 |
inflector.php
|
Correcting singluarizing of taxes, faxes, waxes, and pluralization of crisis in Inflector. Tests added. Fixes #6130, #6131
|
2009-02-22 04:09:39 +00:00 |
l10n.php
|
Updating L10n to write to App.encoding. Removing Configure::write('charset') from core. Fixes #3937
|
2009-02-25 03:47:09 +00:00 |
magic_db.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
multibyte.php
|
Fix simple problem with substr where warning was being thrown
|
2009-01-14 23:05:51 +00:00 |
object.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
overloadable.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
overloadable_php4.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
overloadable_php5.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
router.php
|
adding router test and patch for plugin reverse routing
|
2009-02-17 18:26:37 +00:00 |
sanitize.php
|
Fixing greedy Sanitize::stripTags(). Fixes #5758.
|
2008-11-16 05:00:41 +00:00 |
security.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
session.php
|
Adding fix when a invalid session is destroyed in CakeSession::_checkValid(); and session data wrote after the session is destroyed no longer being available because the session data was wrote using the old session id
|
2009-01-14 03:52:37 +00:00 |
set.php
|
Applying patch from 'phally' to update Set::extract to properly tokenize xpath selectors which contain hyphens (-). Fixes #6140
|
2009-02-25 16:23:13 +00:00 |
socket.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
string.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
validation.php
|
Adding array cast to $check. Fixes issues when non arrays are validated with Validation::multiple. Tests added. Fixes #5986
|
2009-01-13 18:41:04 +00:00 |
xml.php
|
Adding ability to turn off Camel Casing of nodes in Xml::toArray();
|
2008-11-26 18:21:21 +00:00 |