cakephp2-php8/lib/Cake
mark_story 35e0984bec Fix fatal error when E_STRICT is enabled.
If you have E_STRICT enabled and have a strict error in your files, you
would see a fatal error related to Debugger missing.  PHP won't autoload
classes if you are currently in an autoload call, and an error is
triggered.  Preloading Debugger + String in dev mode lets you see the
correct error.
2012-06-24 12:03:31 -04:00
..
Cache Merge branch '2.1' into 2.2 2012-06-10 20:05:25 -04:00
Config Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Configure Add more tests 2012-05-01 21:43:01 -04:00
Console Re-add the sort option 2012-06-22 20:53:53 -04:00
Controller Merge branch '2.1' into 2.2 2012-06-19 18:35:36 +02:00
Core Fix fatal error when E_STRICT is enabled. 2012-06-24 12:03:31 -04:00
Error Fix whitespace error. 2012-06-23 21:03:15 -04:00
Event Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
I18n Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Log Add some doc blocks. 2012-05-22 21:14:26 -04:00
Model Merge branch '2.1' into 2.2 2012-06-23 16:41:32 -04:00
Network Added 'helpers' to _applyConfig. 2012-06-22 21:44:17 -04:00
Routing adding setExtensions() to allow adding more extensions as parseExtensions would override existing valid extensions 2012-05-30 21:29:05 +02:00
Test CakeTime no longer sets the timezone out of its scope on the date object 2012-06-24 11:10:55 +01:00
TestSuite Update doc blocks. 2012-06-18 23:29:28 -04:00
Utility CakeTime no longer sets the timezone out of its scope on the date object 2012-06-24 11:10:55 +01:00
View Merge branch '2.1' into 2.2 2012-06-23 16:41:32 -04:00
basics.php Merge branch '2.1' into 2.2 2012-06-02 01:47:21 +02:00
bootstrap.php Move where set is loaded. 2012-04-10 21:25:04 -04:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.2.0-RC2 2012-06-19 21:02:39 -04:30