------------------
- Use the MultiCheckBoxWidget from plone.app.form that uses <label>s
to be accessible. This closes http://dev.plone.org/plone/ticket/7211
[csenger]
- Refactor handling of versioning policies in the types control panel:
allow the admin to choose from three common versioning policies (no
versioning, manual versioning and automatic versioning) which map to
CMFEditions settings.
[wichert]
- Added checkbox for enabling/disabling inline editing.
[fschulze]
- Simplified the mail control panel to present all information on one tab.
In case of validation errors the panel behaved in most unintuitive ways.
This closes http://dev.plone.org/plone/ticket/7425,
http://dev.plone.org/plone/ticket/7694 and
http://dev.plone.org/plone/ticket/6916.
[hannosch]