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.11 |
3 Version: 0.1.12 |
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.12 |
|
103 ------ |
|
104 - added support for portlet renderer settings |
|
105 - 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 |
|
107 registered object factory for given interface to create portlet settings. |
|
108 - handle portlets rendering cache; portlets cache is cleared on any portlet settings modification |
|
109 - updated breadcrumbs |
|
110 |
102 0.1.11 |
111 0.1.11 |
103 ------ |
112 ------ |
104 - updated forms and widgets prefix |
113 - updated forms and widgets prefix |
105 - updated groups management in forms |
114 - updated groups management in forms |
106 - updated annotations adapters |
115 - updated annotations adapters |