- Remove hard dependency on Archetypes. [davisagli]
- accessibility improvements for screen readers regarding "more" links, see https://dev.plone.org/ticket/11982 [rmattb, applied by polyester]
2.2.5
Not secure
------------------
- Changed the permission for members to be able to add portlets to their dashboards. ( https://dev.plone.org/ticket/11174 ) [credits to buchi and jstegle, applied and tests by frapell]
2.2.4
Not secure
------------------
- Prevent buggy RSS feed to break page display. [patch by dieter, applied by kleist]
- Fix inherited local portlets for objects allowing locally-assigned portlets which are contained by an object that does not. [mitchellrj]
2.2.3
Not secure
------------------
- Do not display 'Manage portlets' when using portal_factory. https://dev.plone.org/ticket/12376 [runyaga]
- Fixed the two high priority scenarios (global sections viewlet and nav portlet) of http://dev.plone.org/ticket/11189. [fulv]
- Reverted commit 5cb41ffea to fix 12279 and added a test for it. [zupo, jcerjak]
2.2.2
Not secure
------------------
- Fixed issue where the events, news and recent portlet would fail with a setting of no items (zero) shown due to a catalog sorting assertion. [malthe]
- Avoid empty <ul> tag in navigation_recurse.pt if bottomLevel is set. [gaudenzius]
- Enable possibility to delete portlets with missing implementation [do3cc]
- Replace use of deprecated skin template prefs_group_details with usergroup-groupdetails. [stefan]
2.2.1
Not secure
------------------ - Improve tests readability. Merged from branches/2.1 [gotcha]
- 'placeholder' attribute for the search portlet's field instead of the custom JS handling of the same functionality. [spliter]