------------------
- Don't include <q> tag in title_manage_contextual_portlets message.
[vincentfretin]
- Various cleanups, use our own message factory to lighten the dependency on
the Plone distribution.
[hannosch]
- Added translations for Show/Hide labels in manage-portlets view:
label_show_item and label_hide_item. These msgids are shared with
manage-viewlets view to show/hide viewlets. This closes
http://dev.plone.org/plone/ticket/9733
[naro]
- Introduced a new msgid title_edit_dashboard_group to translate
"Edit Dashboard Portlets for $group". title_edit_dashboard msgid
was used twice for different messages.
[vincentfretin]
- Optimize some portlets to avoid unnecessary instructions in their
``__init__`` or available methods.
[hannosch]
- Optimized join_action in the login portlet.
[hannosch]
- Added support for showing/hiding of all portlets (PLIP 9286).
[igbun]
- Add support for viewing blocked portlets in the management interface (PLIP
9285)
[igbun]
- Login portlet: when use_email_as_login is true, make the label 'E-mail'
instead of 'Login Name', as per plip 9214 (Plone 4). Should still work in
earlier Plone versions as well. Refs http://dev.plone.org/plone/ticket/9214.
[maurits]
- Added support for group dashboards.
[optilude]
- Removed last zope.app dependencies.
[hannosch]
- Specified package dependencies.
[hannosch]