The release "complete" does not exist for plugin "sfPropelActAsTaggableBehaviorPlugin".
Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.2beta
|
MIT license |
1.0.0beta
|
30/11/2008 |
|
1.0.1beta
|
MIT license |
1.0.0beta
|
30/11/2008 |
Changelog for release 1.0.2 - 30/11/2008
- pcahard: adding a template for the show action.
Other releases
Release 1.0.2 - 30/11/2008
- pcahard: adding a template for the show action.
Release 1.0.1 - 30/11/2008
- pcahard: now the plugin use a theme and not a personnalized class generator
Generate a module with propel:generate-admin :
./symfony --theme=adminWithShow propel:generate-admin
turn on or off the show view in the generator.yml
with_show: true
sample :
generator:
class: sfPropelGenerator
param:
model_class: DemoAuthor
theme: adminWithShow
non_verbose_templates: true
with_show: true
singular: ~
plural: ~
route_prefix: demo_author
with_propel_route: 1
config:
actions: ~
fields: ~
list: ~
filter: ~
form: ~
edit: ~
new: ~
show: ~
you can customize the display :
show:
title: my show view
display: [is_admin ](firstname,)
fields:
is_admin: {name: user is admin }
or:
show
title: my show view
hide: [id ]
fields:
is_admin: {name: user is admin }
TODO
- a task for create the module