# HG changeset patch # User Thierry Florac # Date 1553673954 -3600 # Node ID 3f8dff132bbbce97008ab0424f41e3cb4e8b4284 # Parent 95f7277fa50065880d27d459444e28ab829816aa Version 0.1.49 diff -r 95f7277fa500 -r 3f8dff132bbb buildout.cfg --- a/buildout.cfg Tue Mar 26 16:47:26 2019 +0100 +++ b/buildout.cfg Wed Mar 27 09:05:54 2019 +0100 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.48 +pyams_content = 0.1.49 diff -r 95f7277fa500 -r 3f8dff132bbb docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Mar 26 16:47:26 2019 +0100 +++ b/docs/HISTORY.txt Wed Mar 27 09:05:54 2019 +0100 @@ -1,6 +1,13 @@ History ======= +0.1.49 +------ + - updated redirections rules table to add caching and correctly display status of links contents + - small updates in themes and collections management + - updated navigation portlets preview templates + - added IImage to IBasicIllustration adapter + 0.1.48 ------ - added option in internal content link to hide navigation header diff -r 95f7277fa500 -r 3f8dff132bbb setup.py --- a/setup.py Tue Mar 26 16:47:26 2019 +0100 +++ b/setup.py Wed Mar 27 09:05:54 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.48' +version = '0.1.49' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 95f7277fa500 -r 3f8dff132bbb src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Tue Mar 26 16:47:26 2019 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Wed Mar 27 09:05:54 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.48 +Version: 0.1.49 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.49 + ------ + - updated redirections rules table to add caching and correctly display status of links contents + - small updates in themes and collections management + - updated navigation portlets preview templates + - added IImage to IBasicIllustration adapter + 0.1.48 ------ - added option in internal content link to hide navigation header diff -r 95f7277fa500 -r 3f8dff132bbb src/pyams_content.egg-info/SOURCES.txt --- a/src/pyams_content.egg-info/SOURCES.txt Tue Mar 26 16:47:26 2019 +0100 +++ b/src/pyams_content.egg-info/SOURCES.txt Wed Mar 27 09:05:54 2019 +0100 @@ -434,6 +434,8 @@ src/pyams_content/zmi/resources/js/jquery-imagemapster-1.2.10.min.js src/pyams_content/zmi/resources/js/pyams_content.js src/pyams_content/zmi/resources/js/pyams_content.min.js +src/pyams_content/zmi/resources/js/pyams_content.min.min.js +src/pyams_content/zmi/resources/js/pyams_content.min.min.min.js src/pyams_content/zmi/resources/less/pyams_content.less src/pyams_content/zmi/viewlet/__init__.py src/pyams_content/zmi/viewlet/toplinks/__init__.py