equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-viewlet |
2 Name: pyams-viewlet |
3 Version: 0.1.3 |
3 Version: 0.1.4 |
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-Content-Type: UNKNOWN |
9 Description-Content-Type: UNKNOWN |
10 Description: |
10 Description: |
11 |
11 |
12 Changelog |
12 Changelog |
13 ========= |
13 ========= |
|
14 |
|
15 0.1.4 |
|
16 ----- |
|
17 - updated viewlet and content provider decorators to set module name |
14 |
18 |
15 0.1.3 |
19 0.1.3 |
16 ----- |
20 ----- |
17 - in weight ordered viewlets managers, sort viewlets with same weight by labels |
21 - in weight ordered viewlets managers, sort viewlets with same weight by labels |
18 - added "empty" viewlet and content provider (rendering an empty string) as base classes |
22 - added "empty" viewlet and content provider (rendering an empty string) as base classes |