Skip to content

Commit

Permalink
[fc] Repository: plone.app.querystring
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2016-07-05T23:13:15+02:00
Author: Gil Forcada (gforcada) <[email protected]>
Commit: plone/plone.app.querystring@125fbbb

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/app/querystring/indexmodifiers/query_index_modifiers.py
M plone/app/querystring/tests/index_testmodifier.py
M plone/app/querystring/tests/testQueryParser.py
M plone/app/querystring/tests/testRegistryReader.py
Repository: plone.app.querystring
Branch: refs/heads/master
Date: 2016-07-25T13:55:08+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.querystring@9d09353

one more implements -&gt; implementer

Files changed:
M plone/app/querystring/tests/testQueryParser.py
Repository: plone.app.querystring
Branch: refs/heads/master
Date: 2016-07-25T15:20:41+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.querystring@a358abb

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

Use zope.interface decorator

Files changed:
M CHANGES.rst
M plone/app/querystring/indexmodifiers/query_index_modifiers.py
M plone/app/querystring/tests/index_testmodifier.py
M plone/app/querystring/tests/testQueryParser.py
M plone/app/querystring/tests/testRegistryReader.py
  • Loading branch information
jensens committed Jul 25, 2016
1 parent 295bc65 commit 56e582a
Showing 1 changed file with 343 additions and 56 deletions.
Loading

0 comments on commit 56e582a

Please sign in to comment.