- Switch site_title setting from root property to p.a.registry. [timo]
- Switch webstats_js setting from site_properties to p.a.registry. [timo]
- Switch enable_sitemap setting from site_properties to p.a.registry. [timo]
- Fix related items viewlet listing dexterity related folder's descendants. [rpatterson]
- Add more data attributes to body tag [vangheem]
- Change document byline viewlet manager to toolbar. Adapt template for toolbar. [sneridagh]
- Update byline viewlet name. [sneridagh]
- Created new viewlet manager for holding main navigation for a more semantic use of it. Move the global sections viewlet into it. [albertcasado]
- Update and cleaning History markup popup. [bloodbare]
- Updated global navigation and breadcrumbs markup. Added ARIA roles. [bloodbare]
- New toolbar markup based in ul li tags. [albertcasado, bloodbare, sneridagh]
- Update <div id="content"> in all templates with <article id="content"> [albertcasado]
- Added new class to the body tag via globals layout bodyClass method. This is used for maintain the consistency of the selected toolbar state. [sneridagh]
2.5.1
------------------
- Remove DL, DT and DD elements https://github.com/plone/Products.CMFPlone/issues/153 [khink, mrtango]
- for contentview urls, add csrf token automatically [vangheem]
- Add content url to document as data-base-url [do3cc]
2.5.0
------------------
- Switch webstats_js setting from site_properties to p.a.registry. (PLIP 10359: http://dev.plone.org/ticket/10359) [timo]
- Switch enable_sitemap setting from site_properties to p.a.registry. (PLIP 10359: http://dev.plone.org/ticket/10359)
2.4a1
------------------
- PLIP 13705: Remove <base> tag. [frapell]
- Make the link to plone.org open in a new tab/window. [Toni Mueller]
- Fix body class attribute errors when the user role contains space. [Jian Aijun]
- Remove dependency on unittest2 as we are not going to test against Python 2.6 anymore on Plone 5.0. [hvelarde]
- Update package dependencies and clearly specify this branch is for Plone >=4.3 only (in fact, should be 5.0). [hvelarde]
- Fix 'plone.belowcontentbody.relateditems' viewlet to avoid trying to display items if the user has no permission to view them (like content in Private state). [hvelarde]