.. |
cache
|
removing delete from cache write refs #5206
|
2009-06-16 20:14:50 +00:00 |
controller
|
Updating EmailComponent smtp HELO handling to account for non-existence of HTTP_HOST environment variable when PHP SAPI is CLI. Fixes #41.
|
2009-09-07 11:18:11 -04:00 |
model
|
Making DboSybase able to return VIEW's as part of listSources(), making it similar to DboPostgres and DboMysql. Fixes #91
|
2009-09-15 22:00:49 -04:00 |
view
|
Fixing custom error class not being used if error for field is a named index. Test case added. Fixes #76
|
2009-09-10 09:57:23 -04:00 |
cache.php
|
Updating documentation to improve code completion
|
2009-03-17 21:10:28 +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
|
Applying PHP 5.3 compatibility patch from. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
|
2009-09-07 14:25:22 -04:00 |
debugger.php
|
Applying PHP 5.3 compatibility patch from. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
|
2009-09-07 14:25:22 -04:00 |
error.php
|
Updating documentation to improve code completion
|
2009-03-17 21:10:28 +00:00 |
file.php
|
Small return-home-early refactoring for the File class
|
2009-06-04 21:29:26 +00:00 |
flay.php
|
Removed trailing whitespaces from core.
|
2008-11-08 02:54:07 +00:00 |
folder.php
|
Adding fix from davidpersson: sort not working for subdirectories in Folder::findRecursive
|
2009-03-15 00:21:28 +00:00 |
http_socket.php
|
Rewriting HttpSocket::parseCookies() to not use a negative lookbehind regex, due to a bug in PCRE engine in PHP 5.1.x. Fixes #6533.
|
2009-08-01 23:38:26 +00:00 |
i18n.php
|
fixes #6492, removing use of define LC_MESSAGES due to inconsistency on different operating systems
|
2009-07-06 15:30:04 +00:00 |
inflector.php
|
Adding waves -> wave as irregular singularization rule. Fixes #47.
|
2009-08-22 20:26:33 -04:00 |
l10n.php
|
Changing l10n language name from 'Slovack' to 'Slovak', as per ISO 693-1 guidelines. Thanks to savant for the patch. Fixes #5870.
|
2009-08-02 19:00:30 +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
|
Updating doc block for Object::requestAction. Fixes #6391.
|
2009-08-02 19:12:02 +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
|
Fixing issue where admin revere routing was possibly unsuccessful due to differences in action param between route and url arrays. Fixes #44 and #6173
|
2009-09-05 01:06:18 -04: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
|
Fixing inherited public properties not being set in SessionHelper.
|
2009-09-17 19:57:56 -04:00 |
set.php
|
Fixing empty arrays being dropped with Set::sort(). Fixed #67
|
2009-09-03 23:09:27 -04:00 |
socket.php
|
Fixing issue with timeout when reading socket.
|
2009-07-15 19:17:41 +00:00 |
string.php
|
Fixed bug related to the order in which some replacement take place
|
2009-04-09 13:15:43 +00:00 |
validation.php
|
Updating doc block for Valdation::url optional parameter. Fixes #6220.
|
2009-03-23 13:48:37 +00:00 |
xml.php
|
Fixing Xml::toArray() Where camelcased data was collapsed and corrupted. Causing unpredictable data structures with empty tags. Minor changes to existing behavior. See modified test cases. Fixes #8
|
2009-08-13 22:47:17 -04:00 |