cakephp2-php8/lib/Cake
mark_story cbd6cafed7 The event manager should be re-used.
View::__construct() gets the controller's event manager,
only to override it the first time getEventManager() is called.

Don't overwrite the Controller's event manager as it allows plugins
to more easily hook into the view process.
2012-05-14 21:18:09 -04:00
..
Cache Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Config Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Configure Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Console Make input prompt clearer in extract task. 2012-05-12 20:26:11 -04:00
Controller Removed triple nested condition. 2012-05-05 17:09:43 +02:00
Core Fix issue where requestAction() would not strip base url. 2012-03-24 18:11:07 -04:00
Error Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Event Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
I18n Ensure L10n::get() consistently returns the set language. Closes #2737 2012-04-09 00:49:24 +05:30
Log Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Model Making validateAssociated overwrite data consistently with validateMany 2012-05-10 00:52:54 -04:30
Network Convert FILES processing to use recursion. 2012-04-17 22:28:08 -04:00
Routing Adding support for a trailing & or & in the existing queryString 2012-05-09 22:32:57 +01:00
Test use LOGS constant 2012-05-11 08:33:53 +07:00
TestSuite Fix overwriting of GET/POST 2012-04-30 20:36:19 -04:00
Utility Use correct argument order. 2012-05-04 08:16:43 -04:00
View The event manager should be re-used. 2012-05-14 21:18:09 -04:00
basics.php substr() optimizations 2012-03-28 13:07:26 -07:00
bootstrap.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
VERSION.txt Update version number to 2.1.2 2012-04-29 21:07:12 -04:30