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: 2022-05-24T08:21:25+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.querystring@6b2b8e5

Add negation-query operators string.isNot and selection.none.

New ``plone.app.querystring.operation.string.isNot`` and ``plone.app.querystring.operation.selection.none`` including upgrade steps.

Files changed:
A news/110.feature
A plone/app/querystring/profiles/upgrades/to_14/registry.xml
M plone/app/querystring/hiddenprofiles.py
M plone/app/querystring/indexmodifiers/query_index_modifiers.py
M plone/app/querystring/profiles.zcml
M plone/app/querystring/profiles/default/metadata.xml
M plone/app/querystring/profiles/default/registry.xml
M plone/app/querystring/queryparser.py
M plone/app/querystring/tests/testIndexmodifiers.py
M plone/app/querystring/tests/testQueryBuilder.py
M plone/app/querystring/tests/testRegistryIntegration.py
M plone/app/querystring/upgrades.zcml
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2022-05-24T16:51:20+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.querystring@a1e7091

Merge pull request #110 from plone/thet-excludes

Add negative query support: string.isNot and selection.none

Files changed:
A news/110.feature
A plone/app/querystring/profiles/upgrades/to_14/registry.xml
M plone/app/querystring/hiddenprofiles.py
M plone/app/querystring/indexmodifiers/query_index_modifiers.py
M plone/app/querystring/profiles.zcml
M plone/app/querystring/profiles/default/metadata.xml
M plone/app/querystring/profiles/default/registry.xml
M plone/app/querystring/queryparser.py
M plone/app/querystring/tests/testIndexmodifiers.py
M plone/app/querystring/tests/testQueryBuilder.py
M plone/app/querystring/tests/testRegistryIntegration.py
M plone/app/querystring/upgrades.zcml
  • Loading branch information
jensens committed May 24, 2022
1 parent 894af02 commit 4416d74
Showing 1 changed file with 47 additions and 18 deletions.
Loading

0 comments on commit 4416d74

Please sign in to comment.