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.16 |
3 Version: 0.1.19.1 |
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.19 |
|
77 ------ |
|
78 - added "topic" shared content |
|
79 - added description and notepad attributes to sites, folders and blogs |
|
80 - added common base interface for all illustrations targets |
|
81 - added shared content's title portlet |
|
82 - updated gallery interfaces and properties |
|
83 |
|
84 0.1.18.2 |
|
85 -------- |
|
86 - check for broken objects while iterating over visible paragraphs |
|
87 |
|
88 0.1.18.1 |
|
89 -------- |
|
90 - remove broken objects from catalog when reindexing |
|
91 |
|
92 0.1.18 |
|
93 ------ |
|
94 - better PEP 8 conformance |
|
95 - many many ZMI updates |
|
96 |
|
97 0.1.17 |
|
98 ------ |
|
99 - clear catalog and reindex all objects in "pyams_index" script |
|
100 - updated forms templates |
|
101 - updated advanced search engine to search over tags, themes and collections |
|
102 - added "header" attribute to shared contents (replacing "Header" paragraph), and |
|
103 added static attribute to disable header on selected shared contents |
75 |
104 |
76 0.1.16 |
105 0.1.16 |
77 ------ |
106 ------ |
78 - use iterators in all dashboards |
107 - use iterators in all dashboards |
79 - updated view content portlet to select and merge several views |
108 - updated view content portlet to select and merge several views |