cakephp2-php8/cake/libs
2010-12-11 13:38:09 -05:00
..
cache Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
config Adding nested value support to IniReader. 2010-12-04 12:56:37 -05:00
controller Fixing more tests that were failing post merge. 2010-12-10 23:17:42 -05:00
error Adding a base HttpException for all the various HttpExceptions that cake provides, this should make it easier to write concise catch blocks. 2010-12-11 13:38:09 -05:00
log Changing object construction and method call to use file_put_contents. 2010-11-16 21:54:05 -05:00
model Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
route Added support for redirection routes. Fixes #1151 2010-11-07 17:33:05 -08:00
session Removing duplicate method call. 2010-09-07 00:42:49 -04:00
view Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
app.php Fixing the result of App::import() when name of class have slash. 2010-11-29 22:37:08 -02:00
cache.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
cake_log.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
cake_request.php Adding @package tags. 2010-12-05 00:02:20 -05:00
cake_response.php Improving the CakeResponse::cache() method 2010-10-03 19:27:08 -04:30
cake_session.php Fixing validation methods + features lost in [f51ce734] due to a bad 2010-12-10 22:52:22 -05:00
cake_socket.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
class_registry.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
configure.php Merge branch '2.0-config' into 2.0 2010-12-05 23:00:05 -05:00
debugger.php Removing Configure::write('log'). This feature is now part of Error configuration. 2010-11-25 22:51:30 -05:00
dispatcher.php Removing core classes using App::import() with an array(). This usage incurs an additional call to App::import(). 2010-11-25 22:51:30 -05:00
file.php Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
folder.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
http_socket.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
i18n.php Removing core classes using App::import() with an array(). This usage incurs an additional call to App::import(). 2010-11-25 22:51:30 -05:00
inflector.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
l10n.php Updating l10n to use the new CakeRequest method. 2010-11-07 01:38:25 -04:00
magic_db.php Removing =& operators for construction of objects. 2010-11-12 23:05:44 -05:00
multibyte.php Updating Multibyte class to use new Configure api. 2010-12-04 22:59:07 -05:00
object.php Adding a normalize parameter to Object::_mergeVars(). This allows existing behavior to be maintained. 2010-11-21 00:47:42 -05:00
object_collection.php Expanding and correcting the doc block for ObjectCollection. 2010-12-09 23:22:08 -05:00
router.php Removing vestigial method in App. 2010-11-10 23:43:48 -05:00
sanitize.php Added 'double' option to Santize::html() to pass double_encode parameter to htmlentities() 2010-10-11 18:25:11 -07:00
security.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
set.php Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
string.php Expanding String::wrap to be able to indent and start indenting at a specific offset. 2010-10-15 22:46:03 -04:00
validation.php Fixing validation methods + features lost in [f51ce734] due to a bad 2010-12-10 22:52:22 -05:00
xml.php Fixing issue where Xml would not read CDATA blocks. 2010-10-23 11:01:13 -04:00