=====================
PyAMS content package
.. contents::
What is PyAMS?
PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.
PyAMS is actually mainly used to manage websites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.
All PyAMS documentation is available on ReadTheDocs <https://pyams.readthedocs.io>
; source code
is available on Gitlab <https://gitlab.com/pyams>
and pushed to Github <https://github.com/py-ams>
_. Doctests are available in the doctests source folder.
What is PyAMS content?
PyAMS_content is the main "content management" package. It provides sites, blogs and content
types which allows you to manage a whole website. It relies on several packages like
PyAMS_workflow for workflow management, PyAMS_portal to handle presentation templates, or
PyAMS_elastic to handle Elasticsearch integration.
Please note that PyAMS_content only provide a basic Bootstrap based skin, so you will have to
include other extension packages (like PyAMS_content_themes) to get more advanced graphical themes.
Changelog
2.0.2
- updated PIP version in Gitlab CI
2.0.1
- updated CI for GDAL support
- added support for Python 3.12
2.0.0
- first production release!
- added support for views alphabetical ordering
- added PyAMS_gis package dependency
1.99.12
- updated associations paragraph default rendered
1.99.11
- added H3 and H3 title levels to frames HTML editors
- added and updated HTML title and metas headers
1.99.10
- added external scripts feature
1.99.9
- added view name and query to base view items URL getter arguments list
1.99.8
- added framed text paragraph and portlet
- added simple navigation portlet renderer
- added rich text paragraph "alert" renderer
- added "news" shared content
- added site settings to check host-based external links restrictions
- added display options to search filters options labels
- updated illustration side renderers
1.99.7
- updated paragraph add form renderer
- updated header logo getter
- updated content publication support views
- added property to search filters to hide results count
- extended sitemap, SEO settings and "robots.txt" view
- added OpenGraph metas support
- updated internal and external links pictograms to match TinyMCE editor
- updated canonical URL support in navigation menus and internal sites links
1.99.6
- added filter add and edit forms title adapters
- updated viewlet manager interface in tables views
- updated deprecated Python imports
- updated filters add menus labels
1.99.5.1
- corrected error in I18n translation domain
1.99.5
- added aggregated filters support
- many internal updates
1.99.4
- removed arguments override in thesaurus handlers components
1.99.3
- updated shared content header viewlet to add button to go back to dashboard
- added status to scheduler tasks execution result
- added support for direct content retiring or archiving for managers
- added support for custom modal content class
1.99.2
- added permission and role to manage references tables
- disable cache when using aggregated search results portlet renderer
- always open switcher in associations paragraph
- added method to paragraphs container to get iterator over paragraphs matching a given set of factories
- removed required flag on gallery files author
- updated menus order
- formatting and other minor updates
1.99.1
- added edit forms content getters
- added alerts types
- added vocabulary to handle shared contents which can be used by views and search folders
- minor updates
1.99.0
- first preliminary release