- Added `DashboardCollection.brains_results` that will return the result of the query as brains, this is used to make the `folder_contents` view work for `DashboardCollection` in `imio.helpers`. [gbastien]
1.16
-----------------
- Use default value if available and if there is no parameter in request [mpeeters] - Fix for Python 3 compatibilty [mpeeters]
1.15
-----------------
- Ensure that parent can be displayed if `hide_category` is True and without category [mpeeters] - Add `hide_category` option (False by default) to add the possibility to hide category titles [mpeeters]
1.14
-----------------
- Fixed `utils.getCurrentCollection`, when `collectionUID` retrieved from `facetedQuery` form value, we have a list of values. [gbastien]
1.13
-----------------
- Use an alias for `__call__` methods that use `ram.cache` in `vocabulary.py` this way, the key generated for the `ram.cache` storage is different. [gbastien]