Metadata-Version: 1.1 Name: Products.PortalTransforms Version: 2.1.12 Summary: MIME based content transformations Home-page: http://pypi.python.org/pypi/Products.PortalTransforms Author: Benjamin Saller Author-email: plone-developers@lists.sourceforge.net License: UNKNOWN Description: Introduction ============ This Zope product provides two new tools for the CMF in order to make MIME types based transformations on the portal contents, and so an easy to way to plugin some new transformations for previously unsupported content types. The provided tools are: portal_transform (the transform tool) handle transformation of data from a mime type to another A bunch of ready to use transformations are also provided. Look at the documentation for more information. Notice this package can also be used as a standalone Python package. If you've downloaded the Python distribution, you can't make it a Zope product since Zope files have been removed from this distribution. This product is an off-spring of the Archetypes project. Authors ------- - Benjamin Saller - Sidnei da Silva - Sylvain Thenault Changelog ========= 2.1.12 (2016-06-27) ------------------- Bug fixes: - Adapted tests to work on newer Pillow. Required ``Pillow>=3.1.0`` in tests. [jensens] 2.1.11 (2016-02-12) ------------------- Fixes: - Fix output of TransformTest to not contain binary in case of failure. This broke the test result parser. [jensens] - cleanup: autopep8, isort sorted imports, utf8 header, security decorators, zca decorators, minor manual edits [jensens] 2.1.10 (2015-09-15) ------------------- - Add iframe as a valid tag [vangheem] 2.1.9 (2015-09-04) ------------------ - fix unicode issue in safe_html when there is entity in script tag [gotcha] 2.1.8 (2015-08-20) ------------------ - fix error mis-configured transforms would cause: "AttributeError: 'NoneType' object has no attribute 'items'" [vangheem] 2.1.7 (2015-06-24) ------------------ - fix safe_html with entities after a