# HG changeset patch # User Damien Correia # Date 1530180112 -7200 # Node ID 0579aa1658560acdd99e2e7d8b925ad3ebde7c5e # Parent e2a747608ef6e0f3ff89f0e14cd253f6c0a0d806# Parent 03c69e5c959b29abf9bcdb32002661d80eb116c2 merge default diff -r e2a747608ef6 -r 0579aa165856 .hgtags --- a/.hgtags Wed Jun 27 13:20:37 2018 +0200 +++ b/.hgtags Thu Jun 28 12:01:52 2018 +0200 @@ -16,3 +16,4 @@ aedd98145b972474f1d68a6fa87653faaf4f7ea3 0.1.13 f7e43a680f4221fc00ca3c8ed779e772a46961d1 0.1.14 0b5f84d9eff4d94ae88078b157148fbda6aa7a58 0.1.15 +7c71a08ff11106dfca8543d498b5fd915ce227a7 0.1.16 diff -r e2a747608ef6 -r 0579aa165856 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Jun 27 13:20:37 2018 +0200 +++ b/docs/HISTORY.txt Thu Jun 28 12:01:52 2018 +0200 @@ -1,6 +1,17 @@ Changelog ========= +0.1.16 +------ + - updated annotation adapter factory to use a registered object factory if given factory is an + interface + - added "parent_selector" predicate for IObjectMoved/IObjectAdded events + - added "is_interface" function to check if an object is an interface + - added IRelativeURL interface, default adapter and TALES "relative_url" extension to get + content's URL based on current display context + - added "cache_key" and "timestamp" TALES extensions + - removed configuration factory interfaces and use standard object factory + 0.1.15 ------ - added "inherit_from" attribute to IInheritInfo interface diff -r e2a747608ef6 -r 0579aa165856 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Wed Jun 27 13:20:37 2018 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Thu Jun 28 12:01:52 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.15 +Version: 0.1.16 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -48,6 +48,17 @@ Changelog ========= + 0.1.16 + ------ + - updated annotation adapter factory to use a registered object factory if given factory is an + interface + - added "parent_selector" predicate for IObjectMoved/IObjectAdded events + - added "is_interface" function to check if an object is an interface + - added IRelativeURL interface, default adapter and TALES "relative_url" extension to get + content's URL based on current display context + - added "cache_key" and "timestamp" TALES extensions + - removed configuration factory interfaces and use standard object factory + 0.1.15 ------ - added "inherit_from" attribute to IInheritInfo interface