# HG changeset patch # User Thierry Florac # Date 1540391811 -7200 # Node ID b371683a9aa7df8e45566023574607672467f555 # Parent 5a697cde9826dc00f73d547070eb05912b02413f Version 0.1.23 diff -r 5a697cde9826 -r b371683a9aa7 buildout.cfg --- a/buildout.cfg Wed Oct 24 11:20:19 2018 +0200 +++ b/buildout.cfg Wed Oct 24 16:36:51 2018 +0200 @@ -86,4 +86,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.22 +pyams_content = 0.1.23 diff -r 5a697cde9826 -r b371683a9aa7 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Oct 24 11:20:19 2018 +0200 +++ b/docs/HISTORY.txt Wed Oct 24 16:36:51 2018 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.23 +------ + - added check in text with prefix widgets + - updated attachment public title + 0.1.22 ------ - sort pictograms in manager settings form diff -r 5a697cde9826 -r b371683a9aa7 setup.py --- a/setup.py Wed Oct 24 11:20:19 2018 +0200 +++ b/setup.py Wed Oct 24 16:36:51 2018 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.22' +version = '0.1.23' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 5a697cde9826 -r b371683a9aa7 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Wed Oct 24 11:20:19 2018 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Wed Oct 24 16:36:51 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.22 +Version: 0.1.23 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.23 + ------ + - added check in text with prefix widgets + - updated attachment public title + 0.1.22 ------ - sort pictograms in manager settings form diff -r 5a697cde9826 -r b371683a9aa7 src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po --- a/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Wed Oct 24 11:20:19 2018 +0200 +++ b/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Wed Oct 24 16:36:51 2018 +0200 @@ -4545,9 +4545,9 @@ "Navigation button's title is normally defined based on target's content " "type; you can override this label by giving a custom title here" msgstr "" -"Le libellé des boutons de navigation vers les différents contenus est normalement " -"défini par le type de la cible du lien ; mais vous pouvez remplacer ce libellé par " -"un libellé de votre choix en l'indiquant ici." +"Le libellé des boutons de navigation vers les différents contenus est " +"normalement défini par le type de la cible du lien ; mais vous pouvez " +"remplacer ce libellé par un libellé de votre choix en l'indiquant ici." #: src/pyams_content/shared/site/portlet/zmi/templates/site-summary-preview.pt:2 msgid "Navigation button title:"