-----------------
- Added possibility to define a CSS class on the edit action. To do this,
pass the value for `edit_action_class` in the kwargs. This make it possible
to use a class that will enable an overlay for the edit action.
[gbastien]
- Added section that renders arrows to move elements to top/up/down/bottom,
this only appears if useIcons is True.
[gbastien]
- While rendering transition button including portal_type title, translate
portal_type title in the domain defined on the typeInfo of portal_types,
not systematically in the "plone" domain.
[gbastien]
- When an element is deleted, check if response received by JS method
`deleteElement` is an url or a page content. In case a Redirect exception
is raised, we receive the entire page content and not an url to redirect to.
[gbastien]
- Use permission `ManageProperties` to protect the `renderArrows` section.
Make sure `saveHasActions` is called correctly in the
`actions_panel_arrows.pt` template.
[gbastien]
- Check if current context is a folderish in `addableContents` used for the
`deleteElement` section because `folder_factories` return parent's addable
content_types if current context is not folderish, this makes the button
appear when you can not add content, and if used, content is actually added
to the parent.
[gbastien]
- Translate workflow transition title and no more id
[sgeulette]