------------------
- use safe_unicode from CMFPlone
[maurits, gotcha]
- Enable search and replace on string fields, Archetypes ``IStringField`` and dexterity ``ITextLine``
Can be disabled with registry ``include_textline_fields`` to False
[gotcha]
- Translate field names in preview table
[gotcha]
- Python 3 support for 5.2
[gotcha]
- Major refactoring for readability
[gotcha]
- Added update_modified setting to allow replacing without updating the modified index/metadata. [Gagaro]