- Display always warnings at the end of the migration, display `No warnings.` if there were not. [gbastien]
1.20
-----------------
- Added `migrator.reindexIndexes` method that mimics the Catalog method but let's filter `on meta_type/portal_type` and chose to `update_matadata`. [gbastien]
1.19
-----------------
- Added logging in `Migrator.reindexIndexesFor`. [gbastien]
1.18
-----------------
- Added run_dependencies parameter in runProfileSteps method. [sgeulette]
1.17
-----------------
- Add some more logging for actions `Clear and rebuild` or `Refresh` catalog. [gbastien] - Added parameter `catalogsToUpdate` to `refreshDatabase` so we can define what catalog will be refreshed because by default, every catalogs are refreshed and it is rarely necessary. [gbastien]
1.16
-----------------
- Added `Migrator.reindexIndexesFor(idxs=[], **query)` method to be able to easily reindex given `idxs` (indexes) on brains returned by a given catalog `query`. [gbastien]