# HG changeset patch # User Thierry Florac # Date 1550162400 -3600 # Node ID 3254adfa8291b828df3886da0424db636964dd5f # Parent d13e43fc1d219a8ef24585795a6c325e5a57b69f Version 0.1.37.1 diff -r d13e43fc1d21 -r 3254adfa8291 buildout.cfg --- a/buildout.cfg Thu Feb 14 16:28:19 2019 +0100 +++ b/buildout.cfg Thu Feb 14 17:40:00 2019 +0100 @@ -78,4 +78,4 @@ eggs = pyams_default_theme [test] [versions] -pyams_default_theme = 0.1.37 +pyams_default_theme = 0.1.37.1 diff -r d13e43fc1d21 -r 3254adfa8291 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Feb 14 16:28:19 2019 +0100 +++ b/docs/HISTORY.txt Thu Feb 14 17:40:00 2019 +0100 @@ -1,6 +1,13 @@ History ======= +0.1.37.1 +-------- + - handle empty title in metas headers adapter + - change request parameter name to handle pagination in view results and avoid conflict with + search results pagination + - handle "first_page_only" property in view results portlet base renderer + 0.1.37 ------ - added Opensearch metas adapter and views diff -r d13e43fc1d21 -r 3254adfa8291 setup.py --- a/setup.py Thu Feb 14 16:28:19 2019 +0100 +++ b/setup.py Thu Feb 14 17:40:00 2019 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.37' +version = '0.1.37.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r d13e43fc1d21 -r 3254adfa8291 src/pyams_default_theme.egg-info/PKG-INFO --- a/src/pyams_default_theme.egg-info/PKG-INFO Thu Feb 14 16:28:19 2019 +0100 +++ b/src/pyams_default_theme.egg-info/PKG-INFO Thu Feb 14 17:40:00 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-default-theme -Version: 0.1.37 +Version: 0.1.37.1 Summary: PyAMS default theme Home-page: http://hg.ztfy.org/pyams/pyams_default_theme Author: Thierry Florac @@ -11,6 +11,13 @@ History ======= + 0.1.37.1 + -------- + - handle empty title in metas headers adapter + - change request parameter name to handle pagination in view results and avoid conflict with + search results pagination + - handle "first_page_only" property in view results portlet base renderer + 0.1.37 ------ - added Opensearch metas adapter and views