Skip to content

Commit

Permalink
[fc] Repository: plone.outputfilters
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2016-08-01T13:19:20+02:00
Author: Gil Forcada (gforcada) <gforcada@gnome.org>
Commit: plone/plone.outputfilters@2a5fde8

Use zope.interface decorator

This not only makes code more pleasent to read,
but also makes the code python 3 compatible
(while maintaining python 2 compatibility).

Files changed:
M CHANGES.rst
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/example.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/testing.py
M plone/outputfilters/transforms/html_to_plone_outputfilters_html.py
M plone/outputfilters/transforms/plone_outputfilters_html_to_html.py
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T13:19:20+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@0b3e91a

modernize ITransforms usage

Files changed:
M plone/outputfilters/transforms/html_to_plone_outputfilters_html.py
M plone/outputfilters/transforms/plone_outputfilters_html_to_html.py
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T13:22:06+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@f6ec5c7

isort

Files changed:
M plone/outputfilters/browser/captioned_image.py
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/example.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/interfaces.py
M plone/outputfilters/setuphandlers.py
M plone/outputfilters/testing.py
M plone/outputfilters/tests/test_apply_filters.py
M plone/outputfilters/tests/test_docs.py
M plone/outputfilters/tests/test_transforms.py
M plone/outputfilters/transforms/plone_outputfilters_html_to_html.py
M setup.py
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T13:22:40+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@1defcd1

utf8 headers

Files changed:
M plone/__init__.py
M plone/outputfilters/__init__.py
M plone/outputfilters/browser/captioned_image.py
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/example.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/interfaces.py
M plone/outputfilters/mimetype.py
M plone/outputfilters/setuphandlers.py
M plone/outputfilters/testing.py
M plone/outputfilters/tests/test_apply_filters.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M plone/outputfilters/tests/test_transforms.py
M setup.py
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T13:22:40+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@1d5cc61

modernize declare_namespace

Files changed:
M plone/__init__.py
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T13:22:40+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@6e0349d

internal README to ReST

Files changed:
A plone/outputfilters/README.rst
M plone/outputfilters/tests/test_docs.py
M setup.py
D plone/outputfilters/README.txt
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T13:24:22+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@247e487

autopep8 -ir

Files changed:
M plone/outputfilters/tests/test_apply_filters.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T13:25:04+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@c2c47a1

bump version and document changes

Files changed:
M CHANGES.rst
M setup.py
Repository: plone.outputfilters
Branch: refs/heads/master
Date: 2016-08-01T14:47:09+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.outputfilters@ae7d157

Merge pull request #21 from plone/gforcada-use-zope-decorators

Use zope.interface decorator + code conventions

Files changed:
A plone/outputfilters/README.rst
M CHANGES.rst
M plone/__init__.py
M plone/outputfilters/__init__.py
M plone/outputfilters/browser/captioned_image.py
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/example.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/interfaces.py
M plone/outputfilters/mimetype.py
M plone/outputfilters/setuphandlers.py
M plone/outputfilters/testing.py
M plone/outputfilters/tests/test_apply_filters.py
M plone/outputfilters/tests/test_docs.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M plone/outputfilters/tests/test_transforms.py
M plone/outputfilters/transforms/html_to_plone_outputfilters_html.py
M plone/outputfilters/transforms/plone_outputfilters_html_to_html.py
M setup.py
D plone/outputfilters/README.txt
  • Loading branch information
jensens committed Aug 1, 2016
1 parent 113cf4f commit 39a0745
Showing 1 changed file with 1,855 additions and 228 deletions.
Loading

0 comments on commit 39a0745

Please sign in to comment.