Version 0.1.27 0.1.27
authorThierry Florac <thierry.florac@onf.fr>
Tue, 20 Nov 2018 09:10:49 +0100
changeset 1107 2f07bcec4271
parent 1106 7a431c7ffcef
child 1108 fe6bd06975f3
Version 0.1.27
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.mo
src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po
--- a/buildout.cfg	Mon Nov 19 16:03:40 2018 +0100
+++ b/buildout.cfg	Tue Nov 20 09:10:49 2018 +0100
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.26
+pyams_content = 0.1.27
--- a/docs/HISTORY.txt	Mon Nov 19 16:03:40 2018 +0100
+++ b/docs/HISTORY.txt	Tue Nov 20 09:10:49 2018 +0100
@@ -1,6 +1,12 @@
 History
 =======
 
+0.1.27
+------
+ - don't notify when adding images to gallery
+ - updated paragraph's illustration marker
+ - use same window location hash on redirect after renaming site item
+
 0.1.26
 ------
  - added search folders, which are a mixin between site folders and views
--- a/setup.py	Mon Nov 19 16:03:40 2018 +0100
+++ b/setup.py	Tue Nov 20 09:10:49 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.26'
+version = '0.1.27'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Mon Nov 19 16:03:40 2018 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Tue Nov 20 09:10:49 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.26
+Version: 0.1.27
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,12 @@
         History
         =======
         
+        0.1.27
+        ------
+         - don't notify when adding images to gallery
+         - updated paragraph's illustration marker
+         - use same window location hash on redirect after renaming site item
+        
         0.1.26
         ------
          - added search folders, which are a mixin between site folders and views
Binary file src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.mo has changed
--- a/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po	Mon Nov 19 16:03:40 2018 +0100
+++ b/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po	Tue Nov 20 09:10:49 2018 +0100
@@ -613,7 +613,7 @@
 #: src/pyams_content/features/menu/portlet/navigation/zmi/templates/double-preview.pt:10
 #: src/pyams_content/features/menu/portlet/navigation/zmi/templates/simple-preview.pt:7
 msgid "Link target is not published!"
-msgstr "Le contenu ciblé n'est pas publié"
+msgstr "La dernière version du contenu ciblé n'est pas publiée"
 
 #: src/pyams_content/component/illustration/__init__.py:172
 #: src/pyams_content/component/illustration/thesaurus.py:32
@@ -4115,7 +4115,7 @@
 "effectuée !\n"
 "\n"
 "Dans les autres modes, si aucun critère de recherche n'est indiqué (dans ce "
-"formulaire, ou via les autres menus), ce sont TOUS les contenus publiées qui "
+"formulaire, ou via les autres menus), ce sont TOUS les contenus publiés qui "
 "seront sélectionnés par la vue !!\n"
 
 #: src/pyams_content/shared/view/zmi/__init__.py:44