equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-utils |
2 Name: pyams-utils |
3 Version: 0.1.15 |
3 Version: 0.1.16 |
4 Summary: Utility functions and classes for PyAMS |
4 Summary: Utility functions and classes for PyAMS |
5 Home-page: http://www.ztfy.org |
5 Home-page: http://www.ztfy.org |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
45 `ReadTheDocs <http://pyams-utils.readthedocs.org>`_ |
45 `ReadTheDocs <http://pyams-utils.readthedocs.org>`_ |
46 |
46 |
47 |
47 |
48 Changelog |
48 Changelog |
49 ========= |
49 ========= |
|
50 |
|
51 0.1.16 |
|
52 ------ |
|
53 - updated annotation adapter factory to use a registered object factory if given factory is an |
|
54 interface |
|
55 - added "parent_selector" predicate for IObjectMoved/IObjectAdded events |
|
56 - added "is_interface" function to check if an object is an interface |
|
57 - added IRelativeURL interface, default adapter and TALES "relative_url" extension to get |
|
58 content's URL based on current display context |
|
59 - added "cache_key" and "timestamp" TALES extensions |
|
60 - removed configuration factory interfaces and use standard object factory |
50 |
61 |
51 0.1.15 |
62 0.1.15 |
52 ------ |
63 ------ |
53 - added "inherit_from" attribute to IInheritInfo interface |
64 - added "inherit_from" attribute to IInheritInfo interface |
54 - added helper to get a persistent adapter through context's annotations |
65 - added helper to get a persistent adapter through context's annotations |