.. |
cache
|
Adding changes missed in the merge.
|
2010-08-15 23:10:29 -04:00 |
controller
|
Adding CakeResponse to the list of included files for Controller.
|
2010-09-06 01:11:26 -04:00 |
log
|
Removin use of File class in favor of SplFileObject
|
2010-07-24 15:21:14 -04:30 |
model
|
Fixing issue where ConnectionManager wasn't triggering session close, causing issues with database sessions.
|
2010-09-06 01:10:45 -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
|
Making session storage classes not static, there was no real reason they were static before, and removing the static methods allows them to have constructors. This will allow moving database specific features from CakeSession to DatabaseSession.
|
2010-09-06 00:43:58 -04:00 |
view
|
Making view + helpers groups pass.
|
2010-08-28 00:40:12 -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
|
Updating doc blocks for CakeRequest and CakeResponse.
|
2010-08-28 00:59:07 -04:00 |
cake_response.php
|
Updating doc blocks for CakeRequest and CakeResponse.
|
2010-08-28 00:59:07 -04:00 |
cake_session.php
|
Making session storage classes not static, there was no real reason they were static before, and removing the static methods allows them to have constructors. This will allow moving database specific features from CakeSession to DatabaseSession.
|
2010-09-06 00:43:58 -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
|
Updating ErrorHandler and CakeErrorController to use CakeRequest. Tests updated.
|
2010-05-29 00:21:02 -04:00 |
exceptions.php
|
Adding exceptions file.
|
2010-08-28 00:18:46 -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-merge
|
2010-08-15 23:09:02 -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
|
Fixing a comment.
|
2010-08-11 22:47:20 -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 |