.. |
cache
|
fixes #5976, Xcache::clear()
|
2009-01-14 19:33:30 +00:00 |
controller
|
Merge branch 'master' into 1.3.x.x
|
2009-02-09 12:01:06 -08:00 |
model
|
Added conditional check for compatibility with MySQL 4.x result sets to DboMySqlBase::index(). Tests added. Thanks to 'teknoid' for the help. Closes #4503
|
2009-02-08 23:09:08 +00:00 |
view
|
Moving JS generating methods to BaseEngine class
|
2009-03-07 22:06:00 -05: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
|
Removing non-used extract() from missingDatabase()
|
2009-01-15 02:33:50 +00:00 |
file.php
|
Updating doc blocks to improve readability in API.
|
2009-02-04 05:00:59 +00:00 |
folder.php
|
Closes #5733, Avoid delegation overhead in Folder::correctSlashFor();
|
2008-12-18 00:27:10 +00:00 |
http_socket.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
i18n.php
|
Added support to multiline plural message string. Fixes #5663.
|
2008-11-06 22:57:50 +00:00 |
inflector.php
|
Closes #5792, Inflector optimization by returning replaced values instead of assining before returning
|
2008-12-18 01:35:27 +00:00 |
l10n.php
|
Fixes #5778, Order of L10n map array (esp. fre, fra)
|
2008-11-25 04:23:53 +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
|
Updating doc blocks to improve readability in API.
|
2009-02-04 05:00:59 +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
|
Making direction flag in Set::sort() case insensitive. Test updated. Fixes #5992
|
2009-01-14 04:06:01 +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 |