------------------
- Remove ``utils``, move its methods into the dropdown browser view and eliminate the need to call a module from the page template.
[thet]
- Avoid waking up all objects in this navigation structure.
[thet]
- Add selected class also to submenu items.
[thet]
- Add ``review_state`` to tab-links.
[thet]
- Add upgrade steps for 3.0 upgrade and remove obsolete ones.
[thet]
- Move ``webcouturier.dropdownmenu.configlet`` to ``webcouturier.dropdownmenu.browser.controlpanel``.
[thet]
- Add uninstall profile.
[thet]
- Rename resource and bundle names to not contain a dot, because that's not supported by the less toolchain.
[thet]
- Make images work within dropdownmenus, cleanup of settings and conditions
[agitator]
- Make main menu items with subitems clickable by removing ``data-toggle`` from ``<a>`` element.
See: http://stackoverflow.com/questions/19935480/bootstrap-3-how-to-make-head-of-dropdown-link-clickable-in-navbar
[thet]
- More Twitter Bootstrap alignments.
Use Twitter Bootstrap classes along with ``plone-`` prefixed ones.
Makes sure, it will work in Bootstrap-less and Bootstrap based themes.
[thet]
- Plone 5 compatibility
[davilima6, fulv, jensens, lewecki]
- Add some css classes to make styling easier.
[jensens]
- Default value none (not None) for enable_thumbs setting
[jensens]
- Add Brazilian Portuguese translation.
[hvelarde]
- Fix package dependencies and metadata; explicitly drop support for Plone 4.0.
[hvelarde]
- Added option to show image and description in dropdownmenu [espen]
- Codebase cleanup.
[thet]
- Add markup and a profile to support Twitter Bootstrap dropdowns.
[rpatterson]
- Handle Unauthorized exceptions when rendered in context of unauthorized
objects. Can happen with standard_error_pages
[do3cc]
- First iteration to port codebase to be compatible with Plone 5
[lewicki]
- Update buildout to Plone 5
[davilima6]
- Register resource directory to enable csscompilation entry in registry.xml
[davilima6]