- Nothing changed yet.
- Python3 support. [cekk]
- Changed position of the attachment icon. Updated tests. [daniele]
- Fixed unicode issue. [daniele]
- Fixed extra infos in link description. [daniele]
- Fix links in readme. [cekk]
- Refactored mimetypes patch to avoid transaction writes on every call. [cekk]
- Python 3 compatibility. [cekk]
- Use humanfriendly for print file size informations. [cekk]
- REMOVED SUPPORT FOR AT CONTENT TYPES. AT support is only in version < 1.0.0. [arsenico13]
- Patched a problem to avoid issues with csv files that doesn't seem to be recognize by Products.MimetypesRegistry. [arsenico13]
- Update tests for csv files. [arsenico13]
- Fixed obj retrieval when href attribute is none. [daniele-andreotti]
- Better unicode/decode error handling [cekk]
- Don't enhance links with "@@download" if already present in the href attribute to avoid duplication [cekk]
- Use set() to remove duplicated entries in link detection [cekk]
- Fix xpath filter to get all old-style internal-links [cekk]
- Fixed unicode. [daniele]
- Add support for Plone5 [cekk]
- Parse only links with internal-link class [cekk]
- Handle problems with malformed html that etree are unable to parse. Transformation is skipped and a warning log message is send. [cekk]
- Avoid etree.tostring to auto close empty divs with method="html" parameter. This prevents some problems with browsers that don't like self-closed div and renders a wrong html. [cekk]
- Fix additional infos position when a link has some children (for example a span) [cekk]
- Handled UnicodeDecodeError in Transform [cekk]
- Initial release. [cekk]