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.2 |
3 Version: 0.1.3 |
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.3 |
|
16 ----- |
|
17 - 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 |
14 |
19 |
15 0.1.2 |
20 0.1.2 |
16 ----- |
21 ----- |
17 - splitted content provider class between BaseContentProvider and ViewContentProvider |
22 - splitted content provider class between BaseContentProvider and ViewContentProvider |
18 |
23 |