.. |
cache
|
Backporting changes made to Memcache in 2.0 to address issues with persistent
|
2011-05-13 22:10:58 -04:00 |
controller
|
Ensuring that nested cookie values are deleted.
|
2011-05-28 14:21:50 -04:00 |
log
|
Update copyright years.
|
2010-10-25 07:58:22 +11:00 |
model
|
Fixing issues in DboSource::group(), which always expected an optional argument.
|
2011-05-20 21:10:30 -04:00 |
view
|
Fixing small mistake from last commit trying to improve styles for url rewriting detection notice
|
2011-05-30 09:04:13 -04:30 |
cache.php
|
Fixing whitespace and adding doc comment.
|
2011-05-08 08:47:32 -04:00 |
cake_log.php
|
Fixing CakeLog::handleError() being called too often.
|
2011-05-28 13:59:56 -04:00 |
cake_session.php
|
Fixing issue where empty session id's would cause duplicate key errors. Empty session id sessions are no longer saved. Fixes #1450
|
2011-01-18 08:14:47 -05:00 |
cake_socket.php
|
Fixing CakeSocket::write() to better work with fwrite() oddities
|
2011-04-07 20:07:36 -04:00 |
class_registry.php
|
Updating documentation for ClassRegistry::init() to not imply that it
|
2011-04-03 10:50:05 -04:00 |
configure.php
|
Fixing CakeLog::handleError() being called too often.
|
2011-05-28 13:59:56 -04:00 |
debugger.php
|
Adding "function_exists" check before using "ini_set" in Debugger::__construct(). Fixes #1209
|
2010-10-20 02:16:17 +05:30 |
error.php
|
Fixing issue where errors containing code = 500, were not actually converted to error500 when debug = 0. Making missingConnection, and missingTable into error500 errors.
|
2010-09-06 16:46:41 -04:00 |
file.php
|
Removing private annotations for File::__construct() and File::__destruct() as its just not true. This also prevents them from being included in the API docs.
|
2010-12-05 18:41:26 -05:00 |
folder.php
|
Applying patch from 'jmccaffrey' to fix issues on windows where virtual
|
2010-11-20 13:26:30 -05:00 |
http_socket.php
|
Fixed documentation typo: 'received'
|
2011-04-21 23:51:21 -04:00 |
i18n.php
|
Fixing notice errors caused by accessing headers in po files that
|
2011-02-16 22:13:51 -05:00 |
inflector.php
|
Applying patch from 'thatcode', makes the 'us' rule case insensitive. Fixes #1020
|
2010-08-16 22:26:48 -04:00 |
l10n.php
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
magic_db.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
multibyte.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
object.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
overloadable.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
overloadable_php4.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
overloadable_php5.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
router.php
|
Revert "Merge pull request #45 from joeytrapp/router-reverse"
|
2011-05-10 20:46:18 -04:00 |
sanitize.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
security.php
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
set.php
|
fixed! ticket #989, Set::extract replacing first index with an index of same key [0] one step lower
|
2011-04-27 15:21:25 +06:00 |
string.php
|
Fixing bug in String::insert that produces unexpected results with
|
2010-08-03 22:38:45 -04:00 |
validation.php
|
Adding [ and ] to the list of allowed characters in validation::url()
|
2011-05-20 21:44:53 -04:00 |
xml.php
|
Fixing Xml::toString() not slugging elements with no children.
|
2011-05-28 16:19:54 -04:00 |