------------------
- Make discussion.css cacheable when registering it.
[davisagli]
- Fix issue where GMT datetimes were converted into local timezone DateTimes
during indexing.
[davisagli]
- Handle timezones correctly while converting dates during the migration of
legacy comments.
[davisagli]
- When returning a comment's title, give preference to its title attribute
if set.
[davisagli]
- Use the cooked text of legacy comments when migrating.
[davisagli]
- Make sure that comment text is transformed to plain text when indexing.
[davisagli]
- Move logic for transforming comment text to the Comment class's getText
method. Use a comment instance's mime_type attribute in preference to the
global setting for the source mimetype. Use text/x-html-safe as the target
mimetype to make sure the safe HTML filter is applied, in case the source is
untrusted HTML.
[davisagli]
- Provide a filter_callback option to the migration view, so that a custom
policy for which comments get migrated can be implemented.
[davisagli]
- Fixed RoleManager import to avoid deprecation warning on Zope 2.13.
[davisagli]
- French translations.
[thomasdesvenain]
- Fixed internationalization issues.
[thomasdesvenain]
- Added Afrikaans translations
[jcbrand]