# HG changeset patch # User Thierry Florac # Date 1547032873 -3600 # Node ID 090ddd14bdfcd7a969d84ccf6afbe4825f6f71d5 # Parent 3eff0deae2616920971a31beae12be3243e2a15d Version 0.1.36 diff -r 3eff0deae261 -r 090ddd14bdfc buildout.cfg --- 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 diff -r 3eff0deae261 -r 090ddd14bdfc docs/HISTORY.txt --- 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 diff -r 3eff0deae261 -r 090ddd14bdfc setup.py --- 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 = [] diff -r 3eff0deae261 -r 090ddd14bdfc src/pyams_content.egg-info/PKG-INFO --- 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