plone.app.querystring 2.1.3__tar.gz → 2.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/CHANGES.rst +25 -0
  2. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/MANIFEST.in +1 -1
  3. {plone_app_querystring-2.1.3/plone.app.querystring.egg-info → plone_app_querystring-2.1.5}/PKG-INFO +42 -4
  4. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/pyproject.toml +5 -4
  5. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/setup.py +7 -4
  6. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/testQueryBuilder.py +16 -4
  7. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src/plone.app.querystring.egg-info}/PKG-INFO +42 -4
  8. plone_app_querystring-2.1.5/src/plone.app.querystring.egg-info/SOURCES.txt +62 -0
  9. plone_app_querystring-2.1.3/plone.app.querystring.egg-info/SOURCES.txt +0 -62
  10. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/CONTRIBUTING.rst +0 -0
  11. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/README.rst +0 -0
  12. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/docs/LICENSE.GPL +0 -0
  13. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/docs/LICENSE.txt +0 -0
  14. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5}/setup.cfg +0 -0
  15. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/__init__.py +0 -0
  16. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/__init__.py +0 -0
  17. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/__init__.py +0 -0
  18. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/configure.zcml +0 -0
  19. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/hiddenprofiles.py +0 -0
  20. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/indexmodifiers/__init__.py +0 -0
  21. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/indexmodifiers/configure.zcml +0 -0
  22. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/indexmodifiers/query_index_modifiers.py +0 -0
  23. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/interfaces.py +0 -0
  24. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/default/metadata.xml +0 -0
  25. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/default/registry.xml +0 -0
  26. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_10/registry.xml +0 -0
  27. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_11/registry.xml +0 -0
  28. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_14/registry.xml +0 -0
  29. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_3/registry.xml +0 -0
  30. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_5/registry.xml +0 -0
  31. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_6/registry.xml +0 -0
  32. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_7/registry.xml +0 -0
  33. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_8/registry.xml +0 -0
  34. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles/upgrades/to_9/registry.xml +0 -0
  35. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/profiles.zcml +0 -0
  36. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/querybuilder.py +0 -0
  37. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/querymodifiers.py +0 -0
  38. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/queryparser.py +0 -0
  39. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/registryreader.py +0 -0
  40. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/results.pt +0 -0
  41. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/testing.py +0 -0
  42. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/__init__.py +0 -0
  43. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/configure.zcml +0 -0
  44. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/index_testmodifier.py +0 -0
  45. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/profiles/registry/metadata.xml +0 -0
  46. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/profiles/registry/registry.xml +0 -0
  47. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/registry_minimal_correct.xml +0 -0
  48. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/registry_test_missing_operator.xml +0 -0
  49. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/registry_test_vocabulary.xml +0 -0
  50. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/registry_testdata.py +0 -0
  51. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/testIndexmodifiers.py +0 -0
  52. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/testQueryBuilderModifiers.py +0 -0
  53. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/testQueryParser.py +0 -0
  54. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/testRegistryIntegration.py +0 -0
  55. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/testRegistryReader.py +0 -0
  56. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/tests/testVocabularies.py +0 -0
  57. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/upgrades.py +0 -0
  58. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/upgrades.zcml +0 -0
  59. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone/app/querystring/vocabularies.py +0 -0
  60. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone.app.querystring.egg-info/dependency_links.txt +0 -0
  61. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone.app.querystring.egg-info/entry_points.txt +0 -0
  62. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone.app.querystring.egg-info/namespace_packages.txt +0 -0
  63. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone.app.querystring.egg-info/not-zip-safe +0 -0
  64. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone.app.querystring.egg-info/requires.txt +0 -0
  65. {plone_app_querystring-2.1.3 → plone_app_querystring-2.1.5/src}/plone.app.querystring.egg-info/top_level.txt +0 -0
@@ -8,6 +8,31 @@ Changelog
8
8
 
9
9
  .. towncrier release notes start
10
10
 
11
+ 2.1.5 (2026-02-26)
12
+ ------------------
13
+
14
+ Internal:
15
+
16
+
17
+ - Update configuration files.
18
+ [plone devs]
19
+
20
+
21
+ Tests:
22
+
23
+
24
+ - Fix tests for ``not`` queries in ``Products.ZCatalog`` 7.2.0+. [maurits]
25
+
26
+
27
+ 2.1.4 (2025-09-11)
28
+ ------------------
29
+
30
+ Internal:
31
+
32
+
33
+ - Move distribution to src layout [gforcada] (#4217)
34
+
35
+
11
36
  2.1.3 (2025-01-23)
12
37
  ------------------
13
38
 
@@ -2,7 +2,7 @@ include *.rst
2
2
  include pyproject.toml
3
3
 
4
4
  recursive-include docs *
5
- recursive-include plone *
5
+ recursive-include src *
6
6
 
7
7
  global-exclude *pyc
8
8
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: plone.app.querystring
3
- Version: 2.1.3
3
+ Version: 2.1.5
4
4
  Summary: A queryparser, querybuilder and extra helper tools, to parse stored queries to actual results, used in new style Plone collections
5
5
  Home-page: https://github.com/plone/plone.app.querystring
6
6
  Author: Plone Foundation
@@ -10,14 +10,16 @@ Keywords: collection queries
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Framework :: Plone
12
12
  Classifier: Framework :: Plone :: 6.0
13
+ Classifier: Framework :: Plone :: 6.1
13
14
  Classifier: Framework :: Plone :: Core
14
15
  Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
15
16
  Classifier: Programming Language :: Python
16
- Classifier: Programming Language :: Python :: 3.8
17
17
  Classifier: Programming Language :: Python :: 3.9
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
- Requires-Python: >=3.8
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Requires-Python: >=3.9
21
23
  Requires-Dist: setuptools
22
24
  Requires-Dist: plone.app.contentlisting
23
25
  Requires-Dist: plone.app.registry>=1.1
@@ -36,6 +38,17 @@ Requires-Dist: zope.globalrequest
36
38
  Provides-Extra: test
37
39
  Requires-Dist: plone.app.testing; extra == "test"
38
40
  Requires-Dist: plone.app.contenttypes[test]; extra == "test"
41
+ Dynamic: author
42
+ Dynamic: author-email
43
+ Dynamic: classifier
44
+ Dynamic: description
45
+ Dynamic: home-page
46
+ Dynamic: keywords
47
+ Dynamic: license
48
+ Dynamic: provides-extra
49
+ Dynamic: requires-dist
50
+ Dynamic: requires-python
51
+ Dynamic: summary
39
52
 
40
53
  Overview
41
54
  ========
@@ -80,6 +93,31 @@ Changelog
80
93
 
81
94
  .. towncrier release notes start
82
95
 
96
+ 2.1.5 (2026-02-26)
97
+ ------------------
98
+
99
+ Internal:
100
+
101
+
102
+ - Update configuration files.
103
+ [plone devs]
104
+
105
+
106
+ Tests:
107
+
108
+
109
+ - Fix tests for ``not`` queries in ``Products.ZCatalog`` 7.2.0+. [maurits]
110
+
111
+
112
+ 2.1.4 (2025-09-11)
113
+ ------------------
114
+
115
+ Internal:
116
+
117
+
118
+ - Move distribution to src layout [gforcada] (#4217)
119
+
120
+
83
121
  2.1.3 (2025-01-23)
84
122
  ------------------
85
123
 
@@ -1,8 +1,8 @@
1
1
  # Generated from:
2
- # https://github.com/plone/meta/tree/main/config/default
2
+ # https://github.com/plone/meta/tree/main/src/plone/meta/default
3
3
  # See the inline comments on how to expand/tweak this configuration file
4
4
  [build-system]
5
- requires = ["setuptools>=68.2"]
5
+ requires = ["setuptools>=68.2,<80", "wheel"]
6
6
 
7
7
  [tool.towncrier]
8
8
  directory = "news/"
@@ -37,7 +37,7 @@ showcontent = true
37
37
 
38
38
  [[tool.towncrier.type]]
39
39
  directory = "tests"
40
- name = "Tests"
40
+ name = "Tests:"
41
41
  showcontent = true
42
42
 
43
43
  ##
@@ -71,7 +71,7 @@ target-version = ["py38"]
71
71
  ##
72
72
 
73
73
  [tool.codespell]
74
- ignore-words-list = "discreet,assertin,"
74
+ ignore-words-list = "discreet,assertin,thet,"
75
75
  skip = "*.po,"
76
76
  ##
77
77
  # Add extra configuration options in .meta.toml:
@@ -119,6 +119,7 @@ Zope = [
119
119
  'Products.CMFCore', 'Products.CMFDynamicViewFTI',
120
120
  ]
121
121
  python-dateutil = ['dateutil']
122
+ pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
122
123
  'Products.ZCatalog' = ['Products.ZCTextIndex']
123
124
 
124
125
  ##
@@ -2,7 +2,7 @@ from setuptools import find_packages
2
2
  from setuptools import setup
3
3
 
4
4
 
5
- version = "2.1.3"
5
+ version = "2.1.5"
6
6
 
7
7
  long_description = open("README.rst").read() + "\n"
8
8
  long_description += open("CHANGES.rst").read()
@@ -20,24 +20,27 @@ setup(
20
20
  "Development Status :: 5 - Production/Stable",
21
21
  "Framework :: Plone",
22
22
  "Framework :: Plone :: 6.0",
23
+ "Framework :: Plone :: 6.1",
23
24
  "Framework :: Plone :: Core",
24
25
  "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
25
26
  "Programming Language :: Python",
26
- "Programming Language :: Python :: 3.8",
27
27
  "Programming Language :: Python :: 3.9",
28
28
  "Programming Language :: Python :: 3.10",
29
29
  "Programming Language :: Python :: 3.11",
30
+ "Programming Language :: Python :: 3.12",
31
+ "Programming Language :: Python :: 3.13",
30
32
  ],
31
33
  keywords="collection queries",
32
34
  author="Plone Foundation",
33
35
  author_email="plone-developers@lists.sourceforge.net",
34
36
  url="https://github.com/plone/plone.app.querystring",
35
37
  license="GPL version 2",
36
- packages=find_packages(),
38
+ packages=find_packages("src"),
39
+ package_dir={"": "src"},
37
40
  namespace_packages=["plone", "plone.app"],
38
41
  include_package_data=True,
39
42
  zip_safe=False,
40
- python_requires=">=3.8",
43
+ python_requires=">=3.9",
41
44
  install_requires=[
42
45
  "setuptools",
43
46
  "plone.app.contentlisting",
@@ -123,8 +123,14 @@ class TestQuerybuilder(unittest.TestCase):
123
123
  }
124
124
  ]
125
125
  results = self.querybuilder._makequery(query=query)
126
- self.assertEqual(len(results), 1)
127
- self.assertEqual(results[0].getURL(), "http://nohost/plone/testfolder")
126
+ # Since Products.ZCatalog 7.2.0 the Plone Site is also returned.
127
+ # To keep the test compatible with both older and newer versions,
128
+ # only assert that the page with subject 'Lorem' is not part of the
129
+ # results (the presence of the Plone site itself may vary by ZCatalog
130
+ # version).
131
+ self.assertNotIn(
132
+ self.testpage.absolute_url(), [brain.getURL() for brain in results]
133
+ )
128
134
 
129
135
  def testMakeQueryWithMultipleSubject(self):
130
136
  self.testpage.setSubject(["Lorem"])
@@ -153,8 +159,14 @@ class TestQuerybuilder(unittest.TestCase):
153
159
  }
154
160
  ]
155
161
  results = self.querybuilder._makequery(query=query)
156
- self.assertEqual(len(results), 1)
157
- self.assertEqual(results[0].getURL(), "http://nohost/plone/testfolder")
162
+ # Since Products.ZCatalog 7.2.0 the Plone Site is also returned.
163
+ # To keep the test compatible with both older and newer versions,
164
+ # only assert that the page with subject 'Lorem' is not part of the
165
+ # results (the presence of the Plone site itself may vary by ZCatalog
166
+ # version).
167
+ self.assertNotIn(
168
+ self.testpage.absolute_url(), [brain.getURL() for brain in results]
169
+ )
158
170
 
159
171
  def testMakeQueryWithSubjectWithSpecialCharacters(self):
160
172
  self.testpage.setSubject(["Äüö"])
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: plone.app.querystring
3
- Version: 2.1.3
3
+ Version: 2.1.5
4
4
  Summary: A queryparser, querybuilder and extra helper tools, to parse stored queries to actual results, used in new style Plone collections
5
5
  Home-page: https://github.com/plone/plone.app.querystring
6
6
  Author: Plone Foundation
@@ -10,14 +10,16 @@ Keywords: collection queries
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Framework :: Plone
12
12
  Classifier: Framework :: Plone :: 6.0
13
+ Classifier: Framework :: Plone :: 6.1
13
14
  Classifier: Framework :: Plone :: Core
14
15
  Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
15
16
  Classifier: Programming Language :: Python
16
- Classifier: Programming Language :: Python :: 3.8
17
17
  Classifier: Programming Language :: Python :: 3.9
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
- Requires-Python: >=3.8
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Requires-Python: >=3.9
21
23
  Requires-Dist: setuptools
22
24
  Requires-Dist: plone.app.contentlisting
23
25
  Requires-Dist: plone.app.registry>=1.1
@@ -36,6 +38,17 @@ Requires-Dist: zope.globalrequest
36
38
  Provides-Extra: test
37
39
  Requires-Dist: plone.app.testing; extra == "test"
38
40
  Requires-Dist: plone.app.contenttypes[test]; extra == "test"
41
+ Dynamic: author
42
+ Dynamic: author-email
43
+ Dynamic: classifier
44
+ Dynamic: description
45
+ Dynamic: home-page
46
+ Dynamic: keywords
47
+ Dynamic: license
48
+ Dynamic: provides-extra
49
+ Dynamic: requires-dist
50
+ Dynamic: requires-python
51
+ Dynamic: summary
39
52
 
40
53
  Overview
41
54
  ========
@@ -80,6 +93,31 @@ Changelog
80
93
 
81
94
  .. towncrier release notes start
82
95
 
96
+ 2.1.5 (2026-02-26)
97
+ ------------------
98
+
99
+ Internal:
100
+
101
+
102
+ - Update configuration files.
103
+ [plone devs]
104
+
105
+
106
+ Tests:
107
+
108
+
109
+ - Fix tests for ``not`` queries in ``Products.ZCatalog`` 7.2.0+. [maurits]
110
+
111
+
112
+ 2.1.4 (2025-09-11)
113
+ ------------------
114
+
115
+ Internal:
116
+
117
+
118
+ - Move distribution to src layout [gforcada] (#4217)
119
+
120
+
83
121
  2.1.3 (2025-01-23)
84
122
  ------------------
85
123
 
@@ -0,0 +1,62 @@
1
+ CHANGES.rst
2
+ CONTRIBUTING.rst
3
+ MANIFEST.in
4
+ README.rst
5
+ pyproject.toml
6
+ setup.py
7
+ docs/LICENSE.GPL
8
+ docs/LICENSE.txt
9
+ src/plone/__init__.py
10
+ src/plone.app.querystring.egg-info/PKG-INFO
11
+ src/plone.app.querystring.egg-info/SOURCES.txt
12
+ src/plone.app.querystring.egg-info/dependency_links.txt
13
+ src/plone.app.querystring.egg-info/entry_points.txt
14
+ src/plone.app.querystring.egg-info/namespace_packages.txt
15
+ src/plone.app.querystring.egg-info/not-zip-safe
16
+ src/plone.app.querystring.egg-info/requires.txt
17
+ src/plone.app.querystring.egg-info/top_level.txt
18
+ src/plone/app/__init__.py
19
+ src/plone/app/querystring/__init__.py
20
+ src/plone/app/querystring/configure.zcml
21
+ src/plone/app/querystring/hiddenprofiles.py
22
+ src/plone/app/querystring/interfaces.py
23
+ src/plone/app/querystring/profiles.zcml
24
+ src/plone/app/querystring/querybuilder.py
25
+ src/plone/app/querystring/querymodifiers.py
26
+ src/plone/app/querystring/queryparser.py
27
+ src/plone/app/querystring/registryreader.py
28
+ src/plone/app/querystring/results.pt
29
+ src/plone/app/querystring/testing.py
30
+ src/plone/app/querystring/upgrades.py
31
+ src/plone/app/querystring/upgrades.zcml
32
+ src/plone/app/querystring/vocabularies.py
33
+ src/plone/app/querystring/indexmodifiers/__init__.py
34
+ src/plone/app/querystring/indexmodifiers/configure.zcml
35
+ src/plone/app/querystring/indexmodifiers/query_index_modifiers.py
36
+ src/plone/app/querystring/profiles/default/metadata.xml
37
+ src/plone/app/querystring/profiles/default/registry.xml
38
+ src/plone/app/querystring/profiles/upgrades/to_10/registry.xml
39
+ src/plone/app/querystring/profiles/upgrades/to_11/registry.xml
40
+ src/plone/app/querystring/profiles/upgrades/to_14/registry.xml
41
+ src/plone/app/querystring/profiles/upgrades/to_3/registry.xml
42
+ src/plone/app/querystring/profiles/upgrades/to_5/registry.xml
43
+ src/plone/app/querystring/profiles/upgrades/to_6/registry.xml
44
+ src/plone/app/querystring/profiles/upgrades/to_7/registry.xml
45
+ src/plone/app/querystring/profiles/upgrades/to_8/registry.xml
46
+ src/plone/app/querystring/profiles/upgrades/to_9/registry.xml
47
+ src/plone/app/querystring/tests/__init__.py
48
+ src/plone/app/querystring/tests/configure.zcml
49
+ src/plone/app/querystring/tests/index_testmodifier.py
50
+ src/plone/app/querystring/tests/registry_minimal_correct.xml
51
+ src/plone/app/querystring/tests/registry_test_missing_operator.xml
52
+ src/plone/app/querystring/tests/registry_test_vocabulary.xml
53
+ src/plone/app/querystring/tests/registry_testdata.py
54
+ src/plone/app/querystring/tests/testIndexmodifiers.py
55
+ src/plone/app/querystring/tests/testQueryBuilder.py
56
+ src/plone/app/querystring/tests/testQueryBuilderModifiers.py
57
+ src/plone/app/querystring/tests/testQueryParser.py
58
+ src/plone/app/querystring/tests/testRegistryIntegration.py
59
+ src/plone/app/querystring/tests/testRegistryReader.py
60
+ src/plone/app/querystring/tests/testVocabularies.py
61
+ src/plone/app/querystring/tests/profiles/registry/metadata.xml
62
+ src/plone/app/querystring/tests/profiles/registry/registry.xml
@@ -1,62 +0,0 @@
1
- CHANGES.rst
2
- CONTRIBUTING.rst
3
- MANIFEST.in
4
- README.rst
5
- pyproject.toml
6
- setup.py
7
- docs/LICENSE.GPL
8
- docs/LICENSE.txt
9
- plone/__init__.py
10
- plone.app.querystring.egg-info/PKG-INFO
11
- plone.app.querystring.egg-info/SOURCES.txt
12
- plone.app.querystring.egg-info/dependency_links.txt
13
- plone.app.querystring.egg-info/entry_points.txt
14
- plone.app.querystring.egg-info/namespace_packages.txt
15
- plone.app.querystring.egg-info/not-zip-safe
16
- plone.app.querystring.egg-info/requires.txt
17
- plone.app.querystring.egg-info/top_level.txt
18
- plone/app/__init__.py
19
- plone/app/querystring/__init__.py
20
- plone/app/querystring/configure.zcml
21
- plone/app/querystring/hiddenprofiles.py
22
- plone/app/querystring/interfaces.py
23
- plone/app/querystring/profiles.zcml
24
- plone/app/querystring/querybuilder.py
25
- plone/app/querystring/querymodifiers.py
26
- plone/app/querystring/queryparser.py
27
- plone/app/querystring/registryreader.py
28
- plone/app/querystring/results.pt
29
- plone/app/querystring/testing.py
30
- plone/app/querystring/upgrades.py
31
- plone/app/querystring/upgrades.zcml
32
- plone/app/querystring/vocabularies.py
33
- plone/app/querystring/indexmodifiers/__init__.py
34
- plone/app/querystring/indexmodifiers/configure.zcml
35
- plone/app/querystring/indexmodifiers/query_index_modifiers.py
36
- plone/app/querystring/profiles/default/metadata.xml
37
- plone/app/querystring/profiles/default/registry.xml
38
- plone/app/querystring/profiles/upgrades/to_10/registry.xml
39
- plone/app/querystring/profiles/upgrades/to_11/registry.xml
40
- plone/app/querystring/profiles/upgrades/to_14/registry.xml
41
- plone/app/querystring/profiles/upgrades/to_3/registry.xml
42
- plone/app/querystring/profiles/upgrades/to_5/registry.xml
43
- plone/app/querystring/profiles/upgrades/to_6/registry.xml
44
- plone/app/querystring/profiles/upgrades/to_7/registry.xml
45
- plone/app/querystring/profiles/upgrades/to_8/registry.xml
46
- plone/app/querystring/profiles/upgrades/to_9/registry.xml
47
- plone/app/querystring/tests/__init__.py
48
- plone/app/querystring/tests/configure.zcml
49
- plone/app/querystring/tests/index_testmodifier.py
50
- plone/app/querystring/tests/registry_minimal_correct.xml
51
- plone/app/querystring/tests/registry_test_missing_operator.xml
52
- plone/app/querystring/tests/registry_test_vocabulary.xml
53
- plone/app/querystring/tests/registry_testdata.py
54
- plone/app/querystring/tests/testIndexmodifiers.py
55
- plone/app/querystring/tests/testQueryBuilder.py
56
- plone/app/querystring/tests/testQueryBuilderModifiers.py
57
- plone/app/querystring/tests/testQueryParser.py
58
- plone/app/querystring/tests/testRegistryIntegration.py
59
- plone/app/querystring/tests/testRegistryReader.py
60
- plone/app/querystring/tests/testVocabularies.py
61
- plone/app/querystring/tests/profiles/registry/metadata.xml
62
- plone/app/querystring/tests/profiles/registry/registry.xml