Version 0.1.15 0.1.15
authorThierry Florac <thierry.florac@onf.fr>
Mon, 11 Jun 2018 15:58:58 +0200
changeset 190 0b5f84d9eff4
parent 189 fb23265528fb
child 191 81c21f719cc6
Version 0.1.15
docs/HISTORY.txt
src/pyams_utils.egg-info/PKG-INFO
src/pyams_utils.egg-info/SOURCES.txt
--- a/docs/HISTORY.txt	Mon Jun 11 15:40:52 2018 +0200
+++ b/docs/HISTORY.txt	Mon Jun 11 15:58:58 2018 +0200
@@ -1,6 +1,13 @@
 Changelog
 =========
 
+0.1.15
+------
+ - added "inherit_from" attribute to IInheritInfo interface
+ - added helper to get a persistent adapter through context's annotations
+ - added "canonical_url" function, interface and TALES extension
+ - updated custom PyAMS traverser to notify BeforeTraverseEvent on last traversed object
+
 0.1.14
 ------
  - updated request_property decorator cache key
--- a/src/pyams_utils.egg-info/PKG-INFO	Mon Jun 11 15:40:52 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Mon Jun 11 15:58:58 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-utils
-Version: 0.1.14
+Version: 0.1.15
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -48,6 +48,13 @@
         Changelog
         =========
         
+        0.1.15
+        ------
+         - added "inherit_from" attribute to IInheritInfo interface
+         - added helper to get a persistent adapter through context's annotations
+         - added "canonical_url" function, interface and TALES extension
+         - updated custom PyAMS traverser to notify BeforeTraverseEvent on last traversed object
+        
         0.1.14
         ------
          - updated request_property decorator cache key
--- a/src/pyams_utils.egg-info/SOURCES.txt	Mon Jun 11 15:40:52 2018 +0200
+++ b/src/pyams_utils.egg-info/SOURCES.txt	Mon Jun 11 15:58:58 2018 +0200
@@ -14,6 +14,7 @@
 src/pyams_utils/decorator.py
 src/pyams_utils/dict.py
 src/pyams_utils/encoding.py
+src/pyams_utils/factory.py
 src/pyams_utils/fanstatic.py
 src/pyams_utils/html.py
 src/pyams_utils/i18n.py
@@ -61,6 +62,7 @@
 src/pyams_utils/interfaces/timezone.py
 src/pyams_utils/interfaces/traversing.py
 src/pyams_utils/interfaces/tree.py
+src/pyams_utils/interfaces/url.py
 src/pyams_utils/interfaces/zeo.py
 src/pyams_utils/locales/pyams_utils.pot
 src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.mo
@@ -77,9 +79,4 @@
 src/pyams_utils/timezone/utility.py
 src/pyams_utils/timezone/vocabulary.py
 src/pyams_utils/widget/__init__.py
-src/pyams_utils/widget/decimal.py
-src/pyams_utils/zmi/__init__.py
-src/pyams_utils/zmi/intids.py
-src/pyams_utils/zmi/timezone.py
-src/pyams_utils/zmi/zeo.py
-src/pyams_utils/zmi/templates/connection-test.pt
\ No newline at end of file
+src/pyams_utils/widget/decimal.py
\ No newline at end of file