- Make portlet manager names translatable. Add an "All" option for portlet manager management. [alecm]
- Display menu reorganization. Selected view/item should be on top of section and headings should appear as headings. [alecm]
- Add ability to specify a short title for the collapsed sidebar by setting extras['shortTitle'], in the same way as stateTitle. [MatthewWilkes]
Bug fixes:
- Add default icon for top-level toolbar entries [alecm]
- Code cleanup. [gforcad]
2.1.9
------------------
New features:
- Documentation in README added. [jensens]
Bug fixes:
- Minor code cleanup, some micro-optimizations. [jensens]
2.1.8
------------------
Fixes:
- Optimized display menu's check for `index_html`. [davisagli]
2.1.7
------------------
Fixes:
- Fixed test (don't expect role from pac-tests). [pbauer]
2.1.6
------------------
- Fix: Permission check ``ManageWorkflowPolicies`` was always on fallback to ``ManagerPortal``. Now checks the correct permission after using the pkg_resources.get_distribution api for checking (never catch an ImportError). [jensens]