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.12 |
3 Version: 0.1.13 |
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.13 |
|
77 ------ |
|
78 - renamed factories to use snake_case on functions |
|
79 - updated custom "update_content" methods for last PyAMS_form package |
|
80 - added checks for "pyams_gis" package availability to enable GPS coordinates attributes |
|
81 - refactored blog post add form |
|
82 - added ProtectedFormObjectMixin as base class to menu dividers to avoid menus only containing dividers |
|
83 - added prefix to edit forms |
|
84 - updated TinyMCE editor initialization |
|
85 - updated contact paragraph properties |
|
86 - updated JSON events responses |
75 |
87 |
76 0.1.12 |
88 0.1.12 |
77 ------ |
89 ------ |
78 - updated site upgrade code to use factory interfaces for shared tools |
90 - updated site upgrade code to use factory interfaces for shared tools |
79 - added default site root factory utility |
91 - added default site root factory utility |