cakephp2-php8/cake
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
..
config Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
console Merge branch '1.3-misc' into 1.3-merger 2009-11-22 21:28: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
tests Refactoring themes/views to use a centralized location instead of allowing plugins to have themes. 2009-11-25 22:29:54 -06:00
basics.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
bootstrap.php Changing import of Dispatcher to direct require. 2009-11-07 17:53:14 -05:00
dispatcher.php Removed App::path('plugins'); in favor of App::pluginPath($plugin); removing need for foreach() 2009-11-25 13:04:30 -06:00
LICENSE.txt Updating more Copyright dates. 2009-11-06 18:04:38 +11:00
VERSION.txt Updating version numbers for 1.3.0-alpha 2009-11-03 19:52:03 -05:00