cakephp2-php8/cake/libs
2009-12-16 21:08:15 -05:00
..
cache Updating doc block for MemcacheEngine 2009-11-14 19:40:30 -05:00
controller Applying optimization to Controller::postConditions from 'robustsolution' Fixes #287 2009-11-23 12:52:38 -05:00
model Refactoring Model::__validateWithModels. Should be slightly faster as loops are smaller. 2009-12-15 22:55:34 -05:00
view Fixing function signature of ThemeView constructor. Fixes issues where ThemeView would always be registered causing issues with EmailComponent and themed views. Fixes #370 2009-11-30 09:19:25 -05:00
cache.php Updating documentation to improve code completion 2009-03-17 21:10:28 +00:00
cake_log.php changing tabs for spaces in comment block indentation 2008-10-30 17:30:26 +00:00
class_registry.php Expanding doc block for ClassRegistry. 2009-11-30 09:18:24 -05:00
configure.php Applying optimizations to use of count() from 'jrbasso' 2009-11-21 15:14:21 -05:00
debugger.php Applying optimizations to use of count() from 'jrbasso' 2009-11-21 15:14:21 -05:00
error.php Updating documentation to improve code completion 2009-03-17 21:10:28 +00:00
file.php Small return-home-early refactoring for the File class 2009-06-04 21:29:26 +00:00
flay.php Replace function join (alias) by implode. 2009-11-21 13:43:11 -05:00
folder.php Applying optimizations to use of count() from 'jrbasso' 2009-11-21 15:14:21 -05:00
http_socket.php Replace function preg_split by explode when possible. 2009-11-21 13:43:52 -05:00
i18n.php Updating path handling inside i18n. Removes the extra DS that was appended to some paths. Fixes #126 2009-09-30 14:25:56 -04:00
inflector.php Minor optimization on Inflector::variable 2009-12-16 19:23:29 -05:00
l10n.php Updating use of deprecated split() to use preg_split(). 2009-12-16 21:08:15 -05:00
magic_db.php Fix test of the size of lines in MagicDb (included test for it). 2009-11-22 12:27:57 -05:00
multibyte.php Applying optimizations to use of count() from 'jrbasso' 2009-11-21 15:14:21 -05:00
object.php Updating doc block for Object::requestAction. Fixes #6391. 2009-08-02 19:12:02 +00:00
overloadable.php changing tabs for spaces in comment block indentation 2008-10-30 17:30:26 +00:00
overloadable_php4.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
overloadable_php5.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
router.php Applying minor optimization from 'robustsolution' to Router::connectNamed(). 2009-11-24 09:27:13 -05:00
sanitize.php Applying optimizations to use of count() from 'jrbasso' 2009-11-21 15:14:21 -05:00
security.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
session.php Changing require_once to require for custom session handlers. If you are using a class to do your custom session handling you must include checks to prevent duplicate class errors. Fixes #324 2009-11-22 12:25:53 -05:00
set.php Fixed a bug in Set::extract. Wrong key returned when two arrays are at the extraction level. 2009-12-16 18:33:23 -05:00
socket.php Fixing issue with timeout when reading socket. 2009-07-15 19:17:41 +00:00
string.php Fixed bug related to the order in which some replacement take place 2009-04-09 13:15:43 +00:00
validation.php Replace function sizeof (alias) by count. 2009-11-21 13:50:57 -05:00
xml.php Moving XmlNode::__killParent() to a protected method so Xml can access it. Adding _killParent(true) call to Xml::__destruct. Forces destruction of circular references held in child objects when an xml object is garbage collected. Fixes #369 2009-12-01 10:01:36 -05:00