- Make widget compatible with `eea.facetednavigation >= 10.0`. This makes it no more compatible with older version. [gbastien] - Make package installable on both Plone4 and Plone5. [gbastien] - Rely on `plone.app.contenttypes` instead `plone.app.collection`. [gbastien] - Do not break to display the facetednavigation_view if no collection widget defined, it is the case when just enabling the faceted navigation on a new folder. [gbastien] - Added field `enabled` (default=True) on a DashboardCollection make it possible to disable it so it is no more displayed in the collection widget (portlet). We specifically do not use a workflow for DashboardCollection. [gbastien]
0.9
----------------
- Moved here some methods from imio.dashboard: _get_criterion, getCollectionLinkCriterion, getCurrentCollection [sgeulette] - facetednavigation_view override to manage default collection widget redirection [sgeulette] - Added portal attribute on category view. [sgeulette]
0.8
----------------
- Fix wrong release version 0.7. [gbastien]
0.7
----------------
- Removed useless parameter `query` from `CollectionVocabulary.__call__`. [gbastien] - Use `zope.globalrequest.getRequest` and not `context.REQUEST` to get the REQUEST. [gbastien]
0.6
----------------
- Add an option force_redirect_to in CollectionVocabulary to force generating no_redirect=1 urls for all collections. [vincentfretin]
- Don't modify the title of the page if the h1 has class dontupdate. [vincentfretin]
- Fix bug with DateTime in kept_criteria_as_json. [cedricmessiant]
0.5
----------------
- Added plone.app.collection as a real dependency, this way it is present and we make sure that the profile is installed. [gbastien]