Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.app.querystring
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