cakephp2-php8/cake/libs
2011-01-14 21:48:23 -05: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 Adding EmailComponent::_getSocket() so EmailComponent + smtp is easier to test. 2011-01-06 23:10:01 -05:00
log Update copyright years. 2010-10-25 07:58:22 +11:00
model Applying patch from 'ryandesign' fixing incorrect datetime formats. Fixes #1441 2011-01-11 20:16:42 -05:00
view Fixing issue where FormHelper::checkbox() would ignore an explicit checked = false, and use the post data instead. Test case added. Fixes #1437 2011-01-14 21:48:23 -05:00
cache.php Fixing issue in Cache where duration = 0 would not read/write from cache. This prevented the creation of non expiring cache entries in APC and memcache. 2010-09-19 12:20:07 -04:00
cake_log.php Fixing issue where CakeLog would log suppressed errors even when error reporting was disabled. Fixes #1403 2010-12-26 13:02:43 -05:00
cake_session.php Moving include up so its not buried deep inside the class. 2010-11-22 21:15:02 -05:00
cake_socket.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
class_registry.php Removing closing PHP tags. 2010-05-11 08:07:49 +10: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 Putting the port in header Host, following RFC 2616 item 14.23. Fixes #947. 2010-07-23 00:13:19 -03:00
i18n.php Changing empty() to !isset() to avoid additional cache hits when po files are missing or empty. 2010-11-16 07:32:14 -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 defining a pattern for :action would create an optional route parameter that wouldn't respect its pattern. 2010-10-14 21:54:44 -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 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 Adding documentation for new xml options. Adding a default setting to fix all the E_NOTICE errors triggered in [503b7cf5d7] 2010-10-02 19:20:43 -04:00