cakephp2-php8/lib/Cake
mark_story b8320fdbb7 Load helpers at View construction.
Loading helpers earlier in View's lifecycle allows for the removal of
many duplicated code segments and a now useless property. It slightly
modifies how View behaves in a test case, but that issue is easily
remedied by calling loadHelpers() a second time.

This primarily fixes issues where helpers may not be loaded in View
subclasses if they override any of View's methods. This is particularly
problematic when aliased helpers are involved.

Refs #4030
2013-08-28 12:27:07 -04:00
..
Cache Merge branch 'master' into 2.4 2013-08-24 21:50:02 -04:00
Config Update docs to reflect the routes that are actually connected. 2013-08-22 17:54:05 -04:00
Configure remove code, class names and paths from translation strings. 2013-08-21 00:05:53 +02:00
Console remove $name where not necessary to unify this in 2.x 2013-08-25 21:19:55 +02:00
Controller remove $name where not necessary to unify this in 2.x 2013-08-25 21:19:55 +02:00
Core remove code, class names and paths from translation strings. 2013-08-21 00:05:53 +02:00
Error correct doc blocks as per cs 2013-08-13 12:29:20 +02:00
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n Merge branch 'master' into 2.4 2013-08-18 23:10:08 -04:00
Log Excluded method names from several tanslation strings 2013-08-16 13:42:28 +04:00
Model also remove app ones 2013-08-25 21:42:03 +02:00
Network Merge branch 'master' into 2.4 2013-08-18 23:10:08 -04:00
Routing Merge branch 'master' into 2.4 2013-08-18 23:10:08 -04:00
Test Load helpers at View construction. 2013-08-28 12:27:07 -04:00
TestSuite Pass Controller:$components config to mocked components 2013-08-19 10:33:16 +00:00
Utility remove code, class names and paths from translation strings. 2013-08-21 00:05:53 +02:00
View Load helpers at View construction. 2013-08-28 12:27:07 -04:00
basics.php deprecate Controller::flash() and adjust some other deprecation messages. 2013-08-12 12:51:12 +02:00
bootstrap.php Renaming base url config keys and methods for better uniformity. 2013-08-01 00:44:36 +05:30
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.4.0-RC2 2013-08-19 10:49:03 -04:00