------------------
New features:
- Folder Contents: More compact toolbar
Instead of showing titles in the menu bar action buttons, show only icons and add a tooltip.
This makes the menu bar more compact and avoids breaking into two lines.
Also: Better icons for copy and paste.
[thet]
- Move AT specific code in PropertiesActionView in its own method.
[Gagaro]
Bug fixes:
- Imports are Python3 compatible
[ale-rt, jensens]
- Fix translations in the delete pop-over
[arsenico13]
- Allow ``plonejsi18n`` accept empty domains when calling.
This avoids ``BadRequest`` errors, when being called without a domain url query string.
[thet]
- Fix and optimize *getVocabulary*-view to work with alternate fulltext
indexes, which don't return brains as search results
https://github.com/plone/Products.CMFPlone/issues/2174
[tomgross]