# HG changeset patch # User Thierry Florac # Date 1550233465 -3600 # Node ID 8e96d653a9ff2aeb6fd23d94e4cf88142bea2999 # Parent 498f90fe8d7be9fc8af9c514c7e446f232936f6d Version 0.1.47 diff -r 498f90fe8d7b -r 8e96d653a9ff buildout.cfg --- a/buildout.cfg Fri Feb 15 12:55:25 2019 +0100 +++ b/buildout.cfg Fri Feb 15 13:24:25 2019 +0100 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.46 +pyams_content = 0.1.47 diff -r 498f90fe8d7b -r 8e96d653a9ff docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Feb 15 12:55:25 2019 +0100 +++ b/docs/HISTORY.txt Fri Feb 15 13:24:25 2019 +0100 @@ -1,6 +1,11 @@ History ======= +0.1.47 +------ + - added argument in "register_content_type" function to declare that some content types are not + "shared contents", and so are automatically rejected by views and search folders + 0.1.46 ------ - use different parameter name for view contents portlet pagination diff -r 498f90fe8d7b -r 8e96d653a9ff setup.py --- a/setup.py Fri Feb 15 12:55:25 2019 +0100 +++ b/setup.py Fri Feb 15 13:24:25 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.46' +version = '0.1.47' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 498f90fe8d7b -r 8e96d653a9ff src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Fri Feb 15 12:55:25 2019 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Fri Feb 15 13:24:25 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.46 +Version: 0.1.47 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,11 @@ History ======= + 0.1.47 + ------ + - added argument in "register_content_type" function to declare that some content types are not + "shared contents", and so are automatically rejected by views and search folders + 0.1.46 ------ - use different parameter name for view contents portlet pagination