----------------
- Ignore if workflow_history is not available on objects when running the
workflowupdater blueprint.
[thet]
- Add datesupdater section to set creation_date and modification_date on
objects.
[thet]
- Add pathfixer section to remove/prepend parts of the path.
[thet]
- PEP 8.
[thet]
- Fix uidsection for dexterity.
[shylux]
- Allow to import transition date in the worflow history
[ebrehault]
- Fix field accessor and mutator for updating schemaextended field values
with schemaupdater.
In some cases when using fields extended by schemaextender it defines
an accessor attribute which is not accessable. To cover all fields, its
better to access and mutate over the getAccessor and getMutator methods on
archetype fields.
[elioschmutz]
- Add a section to manage `plone.app.redirector` and to use it to
update paths.
[rpatterson]
- Support field accessor and mutator for updating field values with
schemaupdater.
[phgross]