equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-content |
2 Name: pyams-content |
3 Version: 0.1.11 |
3 Version: 0.1.12 |
4 Summary: PyAMS base content interfaces and classes |
4 Summary: PyAMS base content interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_content |
5 Home-page: http://hg.ztfy.org/pyams/pyams_content |
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 |
70 pyams_content.config.site_factory = onf_website.shared.site.manager.SiteManager |
70 pyams_content.config.site_factory = onf_website.shared.site.manager.SiteManager |
71 |
71 |
72 |
72 |
73 History |
73 History |
74 ======= |
74 ======= |
|
75 |
|
76 0.1.12 |
|
77 ------ |
|
78 - updated site upgrade code to use factory interfaces for shared tools |
|
79 - added default site root factory utility |
|
80 - added default factory adapters for shared tools and shared contents |
75 |
81 |
76 0.1.11 |
82 0.1.11 |
77 ------ |
83 ------ |
78 - added workflow states vocabulary for use in advanced search form |
84 - added workflow states vocabulary for use in advanced search form |
79 - added shared "renderer" feature |
85 - added shared "renderer" feature |
83 - added "raw" HTML paragraph type |
89 - added "raw" HTML paragraph type |
84 - added logos and logos paragraphs |
90 - added logos and logos paragraphs |
85 - added external videos as paragraphs |
91 - added external videos as paragraphs |
86 - updated database upgrade code and removed INewLocalSite event subscriber |
92 - updated database upgrade code and removed INewLocalSite event subscriber |
87 - converted images galleries to medias galleries, allowing any media |
93 - converted images galleries to medias galleries, allowing any media |
|
94 - refactored contents preview using "real" renderers (and iframe to get a "real" preview) |
|
95 - updated form events to only refresh renderer input widget instead of full form on property update |
88 - moved internal links interfaces to pyams_sequence package |
96 - moved internal links interfaces to pyams_sequence package |
89 |
97 |
90 0.1.10.1 |
98 0.1.10.1 |
91 -------- |
99 -------- |
92 - updated resources path |
100 - updated resources path |