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.12 |
3 Version: 0.1.13 |
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 |
97 |
97 |
98 |
98 |
99 History |
99 History |
100 ======= |
100 ======= |
101 |
101 |
|
102 0.1.13 |
|
103 ------ |
|
104 - allow duplication of shared template |
|
105 - use locale name in portlet cache key |
|
106 - updated translations |
|
107 |
102 0.1.12 |
108 0.1.12 |
103 ------ |
109 ------ |
104 - added support for portlet renderer settings |
110 - added support for portlet renderer settings |
105 - renamed "settings_class" portlet attribute to "settings_factory"; this factory can now be a |
111 - renamed "settings_class" portlet attribute to "settings_factory"; this factory can now be a |
106 function, a class or an interface: in this last case, current implementation will look for |
112 function, a class or an interface: in this last case, current implementation will look for |