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.15.1 |
3 Version: 0.1.16 |
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.16 |
|
77 ------ |
|
78 - use iterators in all dashboards |
|
79 - updated view content portlet to select and merge several views |
|
80 - handle cache for header and footer |
|
81 - added custom file view to check publication status before giving access |
|
82 - added arguments to avoid using cache when getting view results (for example in preview mode) |
|
83 - added "oid_to_urls" HTML renderer to convert internal "oid://" links to URLs |
|
84 - added Opengraph metas for shared contents |
|
85 - added support for illustration to thesaurus terms |
|
86 - added support for tags and collections, which are specific kinds of themes |
|
87 - added location map paragraph |
|
88 - added redirections manager |
|
89 - added renderer resources management |
|
90 - use locale name in header and footer cache key |
|
91 - updated system manager permissions |
|
92 - updated internal links management |
75 |
93 |
76 0.1.15.1 |
94 0.1.15.1 |
77 -------- |
95 -------- |
78 - added request argument when rendering pictogram image |
96 - added request argument when rendering pictogram image |
79 |
97 |