cakephp2-php8/lib/Cake/Test/test_app/View
Rachman Chavik 07d9a75fcb Helpers in custom CakeErrorController are lost
Since many exceptions do not have its own 'template' file, customized
APP/Controller/CakeErrorController with its own list of helpers could be
ignored.

This happens becase ExceptionRenderer is forced to to use _outputMessageSafe
when a template is missing.  This causes Controller::$helpers to be reset with
default values.
2012-06-01 15:28:06 +07:00
..
Elements Make extending a missing element throw an exception 2012-01-25 13:04:45 +01:00
Emails Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Errors Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Helper Helpers in custom CakeErrorController are lost 2012-06-01 15:28:06 +07:00
Layouts Helpers in custom CakeErrorController are lost 2012-06-01 15:28:06 +07:00
Pages Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Posts Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Scaffolds Renaming more folders 2011-05-13 02:31:33 -04:30
TestsApps Remove controller reuse between testAction() calls. 2011-10-22 10:58:21 -04:00
Themed/TestTheme Fix theme files with spaces in them. 2011-12-01 18:16:01 -05:00