cakephp2-php8/cake/tests/cases
phpnut 21eb001a96 Refactoring themes/views to use a centralized location instead of allowing plugins to have themes.
The plugin should include all required views/assets, to override these at the application level using themes you would create:
<app_name>/views/themed/<theme_name>/<plugin_name>/<controller_name>/*.ctp

if you are not using themes you can override them at the app view level:
<app_name>/views/<plugin_name>/<controller_name>/*.ctp
2009-11-25 22:29:54 -06:00
..
console Added -empty flag for ProjectTask to bake with empty dir files, tests included 2009-11-22 18:18:14 -05:00
libs Refactoring themes/views to use a centralized location instead of allowing plugins to have themes. 2009-11-25 22:29:54 -06:00
basics.test.php Adding ability to provide default plugin value to pluginSplit(). 2009-11-15 19:54:33 -05:00
dispatcher.test.php Adding checks for directory traversal attempts related to recent changes allowing plugins and themes to include their own webroot/* assets 2009-11-25 12:41:19 -06:00