equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-viewlet |
2 Name: pyams-viewlet |
3 Version: 0.1.6 |
3 Version: 0.1.7 |
4 Summary: PyAMS base viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid |
4 Summary: PyAMS base viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid |
5 Home-page: http://hg.ztfy.org/pyams/pyams_viewlet |
5 Home-page: http://hg.ztfy.org/pyams/pyams_viewlet |
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 |
9 Description: |
9 Description: |
10 |
10 |
11 Changelog |
11 Changelog |
12 ========= |
12 ========= |
|
13 |
|
14 0.1.7 |
|
15 ----- |
|
16 - updated "provider" TALES expression to be able to provide arguments |
|
17 to content provider "update()" method |
|
18 - small optimizations in viewlet manager class |
13 |
19 |
14 0.1.6 |
20 0.1.6 |
15 ----- |
21 ----- |
16 - moved resources management to BaseContentProvider class |
22 - moved resources management to BaseContentProvider class |
17 |
23 |