cakephp2-php8/cake/libs
2010-09-14 22:12:14 -04:00
..
cache Adding changes missed in the merge. 2010-08-15 23:10:29 -04:00
controller Removing call to RequestHandler as its just a pass through to the request object which is available in that scope. Updating the test cases to not use deprecated and non-existent things. 2010-09-14 22:12:14 -04:00
log Removin use of File class in favor of SplFileObject 2010-07-24 15:21:14 -04:30
model Merge branch '1.3' into 2.0 2010-09-12 13:35:46 -04:00
route Splitting CakeRoute and PluginShortRoute into their own files. Also splitting out the test cases. 2010-05-04 00:35:22 -04:00
session Removing duplicate method call. 2010-09-07 00:42:49 -04:00
view Adding BC wrappers for helpers. 2010-09-13 23:12:00 -04:00
cache.php Adding a check for '' and failure. When trying to Cache '', FileEngine will return false. This shouldn't trigger an error inside Cache. 2010-07-27 22:27:12 -04:00
cake_log.php Removing @access and @static where they are not needed anymore. 2010-07-05 22:57:23 -04:00
cake_request.php Fixing return value tag. 2010-09-13 23:06:15 -04:00
cake_response.php Reformatting doc block indentation. 2010-09-13 23:09:00 -04:00
cake_session.php Adding a call to session_destroy() to remove the session data. This fixes the issue where data would not be totally destroyed. Fixes #1089 2010-09-08 22:05:53 -04:00
cake_socket.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00
class_registry.php Adding visibility and static keywords to ClassRegistry. 2010-07-05 22:44:20 -04:00
configure.php Merge branch '1.3' into 2.0 2010-09-12 13:35:46 -04:00
debugger.php Changing Configure::read() to not have a default value, and instead return all values in configure when no param is supplied. Test cases updated. Fixes #503 2010-07-05 21:50:36 -04:00
error_handler.php Adding stack traces to error400 and error500 when debug > 0. 2010-09-06 18:09:11 -04:00
exceptions.php Making messages optional for HTTP exceptions. 2010-09-05 11:32:35 -04:00
file.php Merge branch '1.3' into 2.0 2010-06-26 12:29:20 -04:00
folder.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
http_socket.php Merge branch '1.3' into 2.0 2010-07-24 22:34:42 -04:00
i18n.php Merge branch '1.3' into 2.0 2010-07-24 22:34:42 -04:00
inflector.php Merge branch '1.3' into 2.0 2010-09-06 16:53:04 -04:00
l10n.php Merge branch '1.3' into 2.0 2010-06-26 12:29:20 -04:00
magic_db.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00
multibyte.php Converting Multibyte class to use static methods and properties. 2010-07-05 22:35:13 -04:00
object.php Fixing comments and removing cakeError(). Instead you should be throwing exceptions. 2010-09-04 01:34:45 -04:00
object_collection.php Adding support to ObjectCollection and its subclasses to trigger callbacks on all objects instead of just the enabled ones. Fixes issues where inner components would not get access to the controller as the initialize callback wasn't fired. This fixes some backwards compatibility issues. Tests updated. 2010-09-14 21:57:40 -04:00
router.php Merge branch '2.0-request' into 2.0 2010-08-27 23:31:41 -04:30
sanitize.php Removing @access and @static where they are not needed anymore. 2010-07-05 22:57:23 -04:00
security.php Removing @access and @static where they are not needed anymore. 2010-07-05 22:57:23 -04:00
set.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00
string.php Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
validation.php Fix typo in variable description. 2010-07-19 23:15:12 -04:00
xml.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00