cakephp2-php8/cake/libs
2011-04-21 22:38:41 -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 Fixing formatting, and updating test to better reflect what would normally happen. 2011-04-16 15:56:40 -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 Fixing XmlHelper overwriting its Xml property when creating an open element with elem() 2011-04-16 16:56:32 -04:00
cache.php Adding doc block info for Cache::config. 2011-03-07 22:17:52 -05: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 Fixing typo in doc block. 2011-03-19 11:55:53 -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 Fixing issue where actions starting with a prefix but not followed by an _ would get mangled when going through router::url(). 2011-02-24 16:43:13 -05: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 Revert "Fixing Set::filter() not predictably filtering in a recursive 2011-01-09 22:29:10 -05: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