cakephp2-php8/cake/libs
mark_story f65cf55f4f Revert "Merge pull request #45 from joeytrapp/router-reverse"
This reverts commit eb1e040ae9, reversing
changes made to e53407c595.
2011-05-10 20:46:18 -04:00
..
cache Making memcache cache adapter, set the expiry time of any value greater than 30 days to never expire. This works around the 30 day limitation of the PHP extension. Test case added. Fixes #1451 2011-01-13 20:27:10 -05:00
controller fixed error when passing false for $conditions, closes #1685 2011-05-08 08:23:09 -04:00
log Update copyright years. 2010-10-25 07:58:22 +11:00
model Updating the doc blocks for TreeBehavior::moveup/movedown to indicate that 2011-04-19 21:02:33 -04:00
view Fixed a bug in the dateTime function that prevented the proper hour from being selected because the check for past noon required seconds to be set and they weren't 2011-05-09 22:21:58 -04:00
cache.php Fixing whitespace and adding doc comment. 2011-05-08 08:47:32 -04:00
cake_log.php Changing how CakeLog registers itself as the error handler, this fixes issues with e-accelerator on some platforms. Fixes #1597, fixes #1087 2011-03-19 08:54:07 -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 Corrected doc comment. 2010-11-17 15:00:27 -06: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 unicode letters and numbers to url path segment regex. 2010-12-01 23:47:30 -05:00
xml.php Applying patch from 'Stefano Rosanelli' which fixes Xml::toArray() greatly improving 2011-04-21 22:38:41 -04:00