.. |
cache
|
Fixing issue where when multiple Memcache servers were being specified, only first would make it. Adding tests. Fixes #5767
|
2008-11-19 21:19:23 +00:00 |
controller
|
Fixing undefined variable in first if block branch, fixes #5921
|
2008-12-24 05:40:05 +00:00 |
model
|
Fixing habtm joins for tables with two uuid fields, no primary key and a defined join model. Adding fixtures.
|
2008-12-23 23:28:08 +00:00 |
view
|
Cleaning up test code formatting, adding fix for POST hash validation of checkbox lists, fixes #5903, test cases added.
|
2008-12-23 08:13:00 +00:00 |
cache.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
cake_log.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
class_registry.php
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +00:00 |
configure.php
|
Closes #5820, Duplicate value in result of Configure::corePaths();
|
2008-12-18 00:12:27 +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
|
Moving __outputMessage to _outputMessage. Changing method from private to protected. Closes #5729
|
2008-11-11 00:14:38 +00:00 |
file.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
flay.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +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
|
Small performance optimization to previous commit
|
2008-11-01 14:16:06 +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
|
changing tabs for spaces in comment block indentation
|
2008-10-30 17:30:26 +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
|
Applying previous patch to _checkValid method. Fixes #5450.
|
2008-11-25 16:35:20 +00:00 |
set.php
|
updating to Set::extract() to fix containable test fails, added set cases to match usage in containable.test
|
2008-12-17 21:33:11 +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
|
Resetting error on Validation (patch from francky06l), fixes #5797
|
2008-11-25 13:05:57 +00:00 |
xml.php
|
Adding ability to turn off Camel Casing of nodes in Xml::toArray();
|
2008-11-26 18:21:21 +00:00 |