------------------
- Removed createSnapshot() call from exportimport.txt test. It wasn't doing
anything useful, and caused a distracting test failure not related to
CMFPlacefulWorkflow.
- Fix 9359: CMFPlacefulWorkflow defines __implements__ with zope3 interface.
[encolpe]
- Remove use of the deprecated document_byline macro in the placeful
workflow configuration template.
[davisagli]
- Register configlet icon using icon_expr for forwards-compatibility
with Plone 4.
[davisagli]
- Copied safeEditProperty function from CMFPlone's migrations package,
as that is being removed.
[davisagli]
- Change imports from Globals to use canonical locations, for compatibility
with Zope 2.12.
[davisagli]
- Define wtool inside the prefs_workflow_policy_mapping template.
[hannosch]
- Removed settings of the portal_skins tool itself from skins.xml.
Specifically, allow_any was set to False, which bit me.
[maurits]
- Made workflow policies translatable in prefs_workflow_localpolicies_form.
[vincentfretin]