Skip to content

Commit

Permalink
[fc] Repository: Products.PortalTransforms
Browse files Browse the repository at this point in the history
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
pbauer committed Oct 20, 2018
1 parent de5f17b commit dd3bf80
Showing 1 changed file with 57 additions and 7 deletions.
Loading

0 comments on commit dd3bf80

Please sign in to comment.