cakephp2-php8/cake/libs
SKAhack 23f1c8e1c7 Fix regex match when regex included meta characters
Signed-off-by: mark_story <mark@mark-story.com>
2010-10-24 21:42:04 -04:00
..
cache Making MemcacheEngine understand IPv6 addresses. Fixes #1143 2010-09-26 01:11:19 -04:00
controller Applying patch from 'Mark Mitchell' fixes issues with sending Email via smtp. Which were incorrect based on previous patches given for ticket #1100. 2010-10-18 22:06:12 -04:00
log Update copyright years. 2010-10-25 07:58:22 +11:00
model Making generating schema for connections with prefixes work correctly. The prefix needs to be removed so that when tables are created or updated they do not get the prefix added twice. 2010-10-20 23:17:04 -04:00
view Update copyright years. 2010-10-25 07:58:22 +11: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 fix typo in CakeLog::config() 2010-05-22 10:49:37 -04:00
cake_session.php CakeSession::__write() now correctly uses the Session model's primaryKey instead of hardcoded fieldname "id". Fixed #1129 2010-09-23 14:00:59 +05:30
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 Adding a tiny bit of documentation to App::import(). 2010-09-08 22:29:47 -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 Changing order of conditions, to put cheaper ones first. 2010-09-30 23:03:23 -04:00
folder.php Expanding test and fixing issue where the return of Folder::create() would be incorrect even though the directory was properly created. Fixes #996 2010-08-09 22:56:41 -04: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 Adding I18n::clear() to remove most of the private variable access from the i18n test case. 2010-09-21 21:13:45 -04: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 Fix regex match when regex included meta characters 2010-10-24 21:42:04 -04:00
string.php Fixing bug in String::insert that produces unexpected results with 2010-08-03 22:38:45 -04:00
validation.php Fix typo in variable description. 2010-07-19 23:15:12 -04: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