----------------
- Added possibility to use tagged value 'icon' on actions to manage the icon_expr.
[gbastien]
- Added Tagged value 'icon' available for workflow transition.
[gbastien]
- Added a disable_increment_profile_vernum tagged value.
If it is True, version number in metadata.xml is not upgraded at each generation.
[thomasdesvenain]
- Add icons metadata files.
[thomasdesvenain]
- Use png as default icons.
If folder_icon or document_icon is set as content_icon, do not copy it.
[thomasdesvenain]
- Allow multiple worlkflows.
If many workflows are embedded with class, each workflow is binded in workflows.xml.
'use_workflow' attribute adds a workflow to embedded workflows.
[thomasdesvenain]
- Abstract class have no workflow binding.
[thomasdesvenain]
- Import Column classes with DataGridField.
[thomasdesvenain]
- Added a protected section in workflows definition.xml.
[thomasdesvenain]
- View action is always ${object_url}/view, otherwise select layout doesn't
work anymore.
[thomasdesvenain]
- When we add content_icon with null value on a class, icon expr is empty.
[thomasdesvenain]
- Add Site Administrator to ignored extra roles if plone >= 4.1.
[thomasdesvenain]
- Default plone target version is 4.1.
It's easier to change default version.
[thomasdesvenain]
- Fixed configure.zcml core section protection.
[thomasdesvenain]
- Now, manage formats of generic setup version number as n, n1.n2,
and not only n1.n2.n3.
[thomasdesvenain]
- If plone_target_version tagged-value is set to 4.0 or 4.1, then generate
icon_expr instead of content_icon for FTIs.
[vincentfretin]
- Add a protected FOOT section in type.xml.
[vincentfretin]
- Add vocabulary_factory tagged value.
[thomasdesvenain]
- Avoid deprecated import warning under Zope 2.13+.
[thomasdesvenain]
- Fixed inconstancy between template name and portlet class by removing .pt in the generation
[jihaisse]
- Added method generation for portlet class.
The portlet class will look like the classic portlet.
[jihaisse]