cakephp2-php8/lib/Cake
mark_story 82a8400def Fix null not stopping model callbacks.
Add a compatibility shim into CakeEventManager to fix `null` not
breaking model callbacks.  This was a regression created when model
callbacks were re-factored to use the event manager. This code should be
removed in 3.x as its inconsistent with events used everywhere else in
the framework.

Fixes #3123
2012-09-13 22:11:46 -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 Update lib/Cake/Configure/IniReader.php 2012-09-02 14:23:26 +03:00
Console Code standards fixes, unneeded break statements 2012-09-04 11:30:52 -07:00
Controller remove cookie reading in startup 2012-09-07 00:04:03 +02:00
Core Remove unused variables and code 2012-09-05 17:19:13 -07:00
Error Add missing import. 2012-07-21 20:42:46 -04:00
Event Fix null not stopping model callbacks. 2012-09-13 22:11:46 -04:00
I18n Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Log Fix typo 2012-08-31 09:50:22 +03:00
Model Fix null not stopping model callbacks. 2012-09-13 22:11:46 -04:00
Network Added MailTransport test class refs #2824 2012-09-09 15:48:14 +02:00
Routing Fix parsing '0' as a url. 2012-09-09 20:56:40 -04:00
Test Fix null not stopping model callbacks. 2012-09-13 22:11:46 -04:00
TestSuite Fix unescaped entities. 2012-08-27 14:48:07 -04:00
Utility Merge pull request #818 from shama/patch-unused-vars 2012-09-05 17:50:06 -07:00
View Tidy doc block. 2012-09-12 22:56:46 -04:00
basics.php Prevent booleans from being encoded (converted to strings) by h() function, helps prevent accidental fatal errors in some PHP versions around 5.2.9 2012-07-20 12:48:57 +10:00
bootstrap.php Allow an App to define its own LOGS and CACHE paths outside TMP 2012-08-05 14:55:22 +10:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.2.2 2012-09-01 18:28:03 +01:00