- Page title and logo image title are related to navigation root. Refs http://dev.plone.org/plone/ticket/9175. Added navigation_root_title to portal_state view. [thomasdesvenain]
- Fix missing workflow history entry for content creation. Closes http://dev.plone.org/plone/ticket/11305. [rossp]
- Respect typesUseViewActionInListings in sitemap.xml. [elro]
- Use the parent url for default pages in sitemap.xml. [elro]
- Exclude types_not_searched from sitemap.xml. This fixes http://dev.plone.org/plone/ticket/7145 [elro]
- Reduce whitespace in sitemap.xml. [elro]
- sitemap.xml.gz support for INavigationRoot. [elro]
- Add MANIFEST.in. [WouterVH]
- Make ``getNavigationRoot`` behave correctly in ``INavigationRoot``-folders where a ``relativeRoot`` is specified. This fixes https://dev.plone.org/plone/ticket/8787 [WouterVH]
2.1.4
------------------
- Make the body `section-` class based on the navigation root instead of the site root. [elro]
- Added navigation_root to plone_portal_state. [elro]
2.1.3
------------------
- Fixed i18n of the "Log in to add comments" button. It was a regression since 2.0. This fixes http://dev.plone.org/plone/ticket/11525 [vincentfretin]
2.1.2
------------------
- Add divcontent wrapper to contenthistorypopup. This is the only popup that has its own template, and it needs a content id for xdv configurations like that of plone.org. [smcmahon]
- Enable managing portlets of default pages. This fixes http://dev.plone.org/plone/ticket/10672 [fRiSi]
2.1.1
------------------
- Do not show personaltools if there aren't any user actions. This fixes https://dev.plone.org/plone/ticket/11460 [fRiSi]
2.1
----------------
- Update test to check for ``login`` instead of ``login_form``. [elro]
- Remove login redirect alias. As of Plone 4.1 there is a login script. [elro]