equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-portal |
2 Name: pyams-portal |
3 Version: 0.1.2.1 |
3 Version: 0.1.3 |
4 Summary: PyAMS portal and portlets interfaces and classes |
4 Summary: PyAMS portal and portlets interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_portal |
5 Home-page: http://hg.ztfy.org/pyams/pyams_portal |
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 |
96 |
96 |
97 |
97 |
98 History |
98 History |
99 ======= |
99 ======= |
100 |
100 |
|
101 0.1.3 |
|
102 ----- |
|
103 - use object_data(view) TALES extension instead of "view_data" in templates |
|
104 - handle responsive images in image portlet |
|
105 - updated portlet renderer base class to check for visibility before permissions |
|
106 - changed admin view name to "admin" instead of "admin.html" |
|
107 - changed vocabularies declarations |
|
108 - imports cleanup |
|
109 |
101 0.1.2.1 |
110 0.1.2.1 |
102 ----- |
111 ----- |
103 - corrected packaging problem |
112 - corrected packaging problem |
104 |
113 |
105 0.1.2 |
114 0.1.2 |