Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.0.2beta
|
MIT license |
0.0.2beta
|
19/01/2009 |
|
0.0.1alpha
|
MIT license |
0.0.1alpha
|
18/01/2009 |
Changelog for release 0.0.2 - 19/01/2009
Other releases
Release 0.0.2 - 19/01/2009
Release 0.0.1 - 18/01/2009
- maker: base code for sfEditTemplatePlugin
sfEditTemplatePlugin
The sfEditTemplatePlugin provides moduls to edit template files
in your symfony projects.
Installation
Install the plugin
$ symfony plugin:install sfEditTemplatePlugin (Not tested)
Optional: enable the sample module in your settings.yml: sfEditTemplatePlugin
[php]
all:
.settings:
enabled_modules: [default, sfEditTemplatePlugin]
Configure: edit disabled_actions in sfEditTemplatePlugin/config/app.yml
[php]
all:
edit_template:
disabled_actions: [index, delete, new, edit]
Clear your cache
$ php symfony cc
TODO