.. |
cache
|
Avoiding error to unlink files in Windows. Fixed lock in file cache.
|
2010-07-07 23:36:13 -03:00 |
controller
|
Removing dead properties and methods from SessionComponent.
|
2010-07-27 22:27:43 -04:00 |
log
|
Removin use of File class in favor of SplFileObject
|
2010-07-24 15:21:14 -04:30 |
model
|
Adding a way to load helpers in a disabled state. Updating tests and subclasses.
|
2010-08-10 23:18:37 -04:00 |
session
|
Fixing incorrect use of Cache::gc(). It has no parameters for now.
|
2010-07-27 22:27:43 -04:00 |
view
|
Adding in property copying until this branch gets merged with 2.0-request.
|
2010-08-10 23:18:39 -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_session.php
|
Fixing issue where $error would be set to an array.
|
2010-07-27 22:27:44 -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
|
Using keyword self instead of Configure, removing use of File class in favor of SplFileObject
|
2010-07-23 18:42:30 -04:30 |
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.php
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +10:00 |
file.php
|
Merge branch '1.3' into 2.0
|
2010-06-26 12:29:20 -04:00 |
folder.php
|
Fixing return values of methods, and updating tests to run properly in Phpunit which uses exceptions instead of errors.
|
2010-05-30 22:57:28 -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
|
Updating Inflector to use static methods and properties.
|
2010-07-04 21:46:48 -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
|
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 |
object_collection.php
|
Moving methods around. ObjectCollection now normalizes helpers arrays. Plugin helpers now lazy load.
|
2010-08-10 23:18:38 -04:00 |
router.php
|
Changing Router::$__validExtensions so Router::extensions() always returns an array like the doc block says.
|
2010-05-20 22:55:25 -04:00 |
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
|
Removing @access and @static where they are not needed anymore.
|
2010-07-05 22:57:23 -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 |