- Moved end time computation and display to `utils.end_time` so it is easy to reuse in other contexts. Display `days/hours/minutes` only if relevant. [gbastien]
1.26
-----------------
- Log every 1000 elements instead 100 in `Migrator.reindexIndexes` and `Migrator.reindexIndexesFor`. [gbastien]
1.25
-----------------
- In `Migrator.removeUnusedPortalTypes`, remove also `portal_types` from `site_properties.types_not_searched`. [gbastien]
1.24
-----------------
- Fix python 3.8 synthax error. [odelaere]
1.23
-----------------
- `ZLogHandler.init` does NOT display a starting message, use `ZLogHandler.info` to display initial message so we know what we are doing. [gbastien]
1.22
-----------------
- Changed `ZLogHandler` steps from 10 to 100 in `reindexIndexesFor` and `reindexIndexes` too avoid to fast log scrolling. [gbastien]