-----------------
- Added `outputMimeType` parameter to `richtextval` method
[sgeulette]
- Added parameter `query={}` to `content.uuidsToCatalogBrains`, this let's you
complete the catalog query in case you have `UIDs` and you want to filter
it on additional index like `review_state`.
[gbastien]
- Added new parameter `catalog_id='portal_catalog'` to methods
`catalog.addOrUpdateIndexes`, `catalog.removeIndexes`,
`catalog.removeColumns` and `catalog.reindexIndexes` so it is possible to
proceed with another catalog than `portal_catalog`.
[gbastien]
- Added parameter `check_contained_uids=False` to
`content.uuidsToCatalogBrains` and `content.uuidsToObjects`,
when set to `True`, if query on `UID` index returns nothing, it will query on
`contained_uids` index if it exists in the `portal_catalog` that is a special
index used to index `UIDs` of contained elements that are not indexed.
[gbastien]
- Added `IContainerOfUnindexedElementsMarker` marker interface to mark objects
containing unindexed objects.
[gbastien]