--- a/buildout.cfg Wed Jan 09 12:15:30 2019 +0100
+++ b/buildout.cfg Wed Jan 09 12:21:13 2019 +0100
@@ -86,4 +86,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.35
+pyams_content = 0.1.36
--- a/docs/HISTORY.txt Wed Jan 09 12:15:30 2019 +0100
+++ b/docs/HISTORY.txt Wed Jan 09 12:21:13 2019 +0100
@@ -1,6 +1,13 @@
History
=======
+0.1.36
+------
+ - updated views query management so that internal references are always sorted in first position
+ - updated views query params management so that if an adapter returns a null value, the query is cancelled
+ (this is used notably when views use context settings but context doesn't define any value)
+ - added method to search results portlet settings to check for user query
+
0.1.35
------
- added source folder to data types, and removed unused attributes
--- a/setup.py Wed Jan 09 12:15:30 2019 +0100
+++ b/setup.py Wed Jan 09 12:21:13 2019 +0100
@@ -24,7 +24,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.35'
+version = '0.1.36'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Wed Jan 09 12:15:30 2019 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO Wed Jan 09 12:21:13 2019 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-content
-Version: 0.1.35
+Version: 0.1.36
Summary: PyAMS base content interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_content
Author: Thierry Florac
@@ -72,6 +72,13 @@
History
=======
+ 0.1.36
+ ------
+ - updated views query management so that internal references are always sorted in first position
+ - updated views query params management so that if an adapter returns a null value, the query is cancelled
+ (this is used notably when views use context settings but context doesn't define any value)
+ - added method to search results portlet settings to check for user query
+
0.1.35
------
- added source folder to data types, and removed unused attributes