----------------
- Calendar portlet links to search (plone.app.search) view instead of
deprecated search.pt.
[seanupton]
- When navigation portlet has an explicit custom root set, clicking the portlet
heading goes to this content item instead of the global sitemap. (Plone
doesn't support section sitemaps)
[miohtama]
- If navigation portlet bottom level is set to a negative value, don't query
navigation items at all, only display portlet header and footer
[miohtama]
- In the portlet management interface display the assigned name of the
navigation portlet if it has one
[miohtama]
- Calendar portlet search URLs whitelist only Event portal_type in the
querystring, prevents non-event types from accidentally being
included in calendar results.
[seanupton]
- Navigation portlet template renders a non-site navigation root content
item with its appropriate content icon, reserving the Plone site icon
CSS sprite for default use by a site only.
[seanupton]
- portlets/login.py, portlets/navigation.py:
Don't use list as default parameter value.
[kleist]
- refactory nested tal:conditions in ``navigation_recurse.pt``, merged into
one tal:condition in ul tag.
[saily]
- Add link to manage-portlets to go up to the parent folder staying in
manage-portlets viewlet
[toutpt]