Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: Products.PortalTransforms
Branch: refs/heads/master Date: 2018-10-20T00:38:18+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/Products.PortalTransforms@e1682c7 Fix transform output type It should be usually a native string, except when we deal with transforms that return images and files Fixes #37 Files changed: A news/37.bugfix M Products/PortalTransforms/TransformEngine.py M Products/PortalTransforms/data.py M Products/PortalTransforms/interfaces.py M Products/PortalTransforms/libtransforms/retransform.py M Products/PortalTransforms/libtransforms/utils.py M Products/PortalTransforms/setuphandlers.py M Products/PortalTransforms/tests/base.py M Products/PortalTransforms/tests/test_transforms.py M Products/PortalTransforms/tests/utils.py M Products/PortalTransforms/transforms/markdown_to_html.py M Products/PortalTransforms/transforms/python.py M Products/PortalTransforms/transforms/text_to_html.py M Products/PortalTransforms/unsafe_transforms/xml.py M Products/PortalTransforms/utils.py Repository: Products.PortalTransforms Branch: refs/heads/master Date: 2018-10-20T08:01:31+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.PortalTransforms@b739daa Merge pull request #38 from plone/37-nativestring Fix transform output type Files changed: A news/37.bugfix M Products/PortalTransforms/TransformEngine.py M Products/PortalTransforms/data.py M Products/PortalTransforms/interfaces.py M Products/PortalTransforms/libtransforms/retransform.py M Products/PortalTransforms/libtransforms/utils.py M Products/PortalTransforms/setuphandlers.py M Products/PortalTransforms/tests/base.py M Products/PortalTransforms/tests/test_transforms.py M Products/PortalTransforms/tests/utils.py M Products/PortalTransforms/transforms/markdown_to_html.py M Products/PortalTransforms/transforms/python.py M Products/PortalTransforms/transforms/text_to_html.py M Products/PortalTransforms/unsafe_transforms/xml.py M Products/PortalTransforms/utils.py
- Loading branch information