Internal:
- Update configuration files. [plone devs] (cfffba8c)
Breaking changes:
- Drop python 2.7 support. [gforcada] (#1)
Internal:
- Update configuration files. [plone devs] (2ed8f544)
New features:
- Drop Python 2.6 support from tests. Start testing on 3.7 and 3.8. [maurits] (#9)
Breaking changes:
- Dropped support for Python 3.3.
Bug fixes:
- Return str from transform in Python 3. [davisagli]
Bug fixes:
- Remove use of pyenv on Travis now that they upped their PyPy game and use the tox-travis egg to simplify how the config file looks like. [Rotonen]
New:
- Recognizes URLs embedded at the end of sentences. The punctuation mark of the sentence is split from the URL. Use brackets to force punctuation marks at the end of URLs. [tarnap]
Fixes:
- Use pyenv for installing python versions on Travis. [Rotonen]
New:
- Make compatible with Python 3. [davisagli]
Fixes:
- Minor cleanup (pep8, readability, ReST) [jensens]
- Minor cleanup: whitespace, git ignores. [gforcada, rnix]
- Allows an easy way to extend the converter through subclassing. One might want to override the regexps, or modify the HTML that one of the replace* methods produces. #1 [dnouri]
- Add MANIFEST.in. [WouterVH]
- Update license to GPL version 2 only. [hannosch]
- Package metadata cleanup. [hannosch]
- Specify package dependencies. [hannosch]
- Handle windows line endings. [elro]
- URLs in html really should have the ampersand quoted. [elro]
- Specify package dependencies. [hannosch]
- When convertWebIntelligentPlainTextToHtml is called with an explicit tab_width we try to make an integer of that ('2' -> 2). When that fails we use the default of 4. [maurits]
- Minor change in code path, really only to get 100 percent test coverage. [maurits]
- Accept ip addresses as valid urls. [maurits]
- Accept localhost as valid url. [maurits]
- Recognize urls with port numbers as links. Fixes http://plone.org/products/poi/issues/156 [maurits]
- If there is a url in brackets, the link should not contain one of the brackets. Fixes http://plone.org/products/poi/issues/155 [maurits]
- Fix error where ampersands in urls would get html escaped. Refs http://plone.org/products/poi/issues/101 [maurits]
- Accept input of None to our transforms. [maurits]
- Add unit tests (mostly taken from Products.intelligenttext). [maurits]
- Released version 1.0. [diefenbach]
- Some documentation cleanup. [hannosch]
- Move into plone namespace and integration to PloneTransforms and MimetypesRegistry/ [diefenbach]
- Initial development by Martin Aspeli ([email protected]). For further information see http://dev.plone.org/collective/browser/intelligenttext/
- The transform was originally based on the url_to_hyperlink transform from Ploneboard by Plone Solutions and others.
- Initial package structure. [zopeskel]