.. |
cache
|
Merge branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0
|
2010-09-24 23:27:22 -04:00 |
controller
|
Merge branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0
|
2010-09-24 23:27:22 -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. Had to fix a number of 1.3 -> 2.0
|
2010-09-24 23:27:22 -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
|
Merge branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0
|
2010-09-24 23:27:22 -04:00 |
cache.php
|
Merge branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0
|
2010-09-24 23:27:22 -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
|
Correcting comment.
|
2010-09-24 23:28:48 -04:00 |
cake_session.php
|
CakeSession::__write() now correctly uses the Session model's primaryKey instead of hardcoded fieldname "id". Fixed #1129
|
2010-09-23 14:00:59 +05:30 |
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
|
Removing unnecessary call to config().
|
2010-09-18 00:46:26 -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. Had to fix a number of 1.3 -> 2.0
|
2010-09-24 23:27:22 -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
|
Fixing issue where mockObject expectations were not counted hiding fails. Fixing all objects not actually being iterated.
|
2010-09-14 22:40:46 -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 |