An error occurred fetching the project authors.
  1. 23 Dec, 2010 1 commit
    • Julien Muchembled's avatar
      PortalTransforms: merge upstream revision 10366 (17/01/09) · 4adafd42
      Julien Muchembled authored
      Conflicts:
      	Products/PortalTransforms/Extensions/Install.py
      	Products/PortalTransforms/HISTORY.txt
      	Products/PortalTransforms/Transform.py
      	Products/PortalTransforms/TransformEngine.py
      	Products/PortalTransforms/chain.py
      	Products/PortalTransforms/configure.zcml
      	Products/PortalTransforms/data.py
      	Products/PortalTransforms/interfaces.py
      	Products/PortalTransforms/libtransforms/commandtransform.py
      	Products/PortalTransforms/libtransforms/piltransform.py
      	Products/PortalTransforms/libtransforms/retransform.py
      	Products/PortalTransforms/tests/test_engine.py
      	Products/PortalTransforms/tests/test_transforms.py
      	Products/PortalTransforms/transforms/broken.py
      	Products/PortalTransforms/transforms/html_body.py
      	Products/PortalTransforms/transforms/identity.py
      	Products/PortalTransforms/transforms/image_to_html.py
      	Products/PortalTransforms/transforms/lynx_dump.py
      	Products/PortalTransforms/transforms/markdown_to_html.py
      	Products/PortalTransforms/transforms/pdf_to_html.py
      	Products/PortalTransforms/transforms/pdf_to_text.py
      	Products/PortalTransforms/transforms/python.py
      	Products/PortalTransforms/transforms/rest.py
      	Products/PortalTransforms/transforms/rtf_to_html.py
      	Products/PortalTransforms/transforms/rtf_to_xml.py
      	Products/PortalTransforms/transforms/safe_html.py
      	Products/PortalTransforms/transforms/st.py
      	Products/PortalTransforms/transforms/text_pre_to_html.py
      	Products/PortalTransforms/transforms/text_to_html.py
      	Products/PortalTransforms/transforms/textile_to_html.py
      	Products/PortalTransforms/transforms/word_to_html.py
      	Products/PortalTransforms/unsafe_transforms/command.py
      	Products/PortalTransforms/unsafe_transforms/xml.py
      	Products/PortalTransforms/utils.py
      	Products/PortalTransforms/version.txt
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41725 20353a03-c40f-0410-a6d1-a30d3c3de9de
      4adafd42
  2. 29 Mar, 2010 1 commit
  3. 26 Mar, 2010 1 commit
  4. 03 Mar, 2009 1 commit
    • Kazuhiko Shiozaki's avatar
      1.4.1-nexedi - 2009-03-03 · 5c5173aa
      Kazuhiko Shiozaki authored
      =========================
      
        * Allowed the abbr, acronym, var, dfn, samp, address, bdo, thead, tfoot,
          col, and colgroup tags by default, since they are harmless, valid XHTML
          and shouldn't be filtered. Fixes:
          http://dev.plone.org/plone/ticket/6712 and
          http://dev.plone.org/plone/ticket/7251
          [limi] (backport from 1.5.5-final)
      
        * Add another XSS fix from for handling extraneous brackets.
        [dunny] (backport from 1.5.3-final)
      
        * Add XSS fixes from Anton Stonor to safe_html transform.
        [alecm, stonor] (backport from 1.5.3-final)
      
        * casting to int is evil without previous check of the type. so we assume as
          in CMFPlone just zero for non-int-castable values.
          [jensens] (backport from 1.5.0-a1)
      
        * the values in the safe_html valid tag dictionary can become strings when
          modifying them via the ZMI. Explicitly convert them to integers before
          testing their value.
          [wichert] (backport from 1.5.0-a1)
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25842 20353a03-c40f-0410-a6d1-a30d3c3de9de
      5c5173aa
  5. 22 Oct, 2008 1 commit
  6. 28 Sep, 2007 2 commits