kopia lustrzana https://github.com/wagtail/wagtail
Release note for #6945
rodzic
8f823f8803
commit
f7fcae0a1d
|
@ -1,10 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.15 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~
|
||||
2.15 LTS (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Extended audit logging to all models and added a history view for snippets and ModelAdmin (Matt Westcott. Sponsored by The Motley Fool)
|
||||
* Allow granting collection management permissions over individual collections (Cynthia Kiser)
|
||||
* Add the ability for the page chooser to convert external urls that match a page to internal links (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
|
||||
* Added "Extending Wagtail" section to documentation (Matt Westcott)
|
||||
* Introduced template components, a standard mechanism for renderable objects in the admin (Matt Westcott)
|
||||
|
|
|
@ -18,6 +18,12 @@ Audit logging for all models
|
|||
Audit logging has been extended so that all models (not just pages) can have actions logged against them. The Site History report now includes logs from all object types, and snippets and ModelAdmin provide a history view showing previous edits to an object. This feature was developed by Matt Westcott, and sponsored by `The Motley Fool <https://www.fool.com/>`_.
|
||||
|
||||
|
||||
Collection management permissions
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Permission for managing collections can now be assigned to individual subtrees of the collection hierarchy, allowing sub-teams within a site to control how their images and documents are organised. For more information, see :ref:`collection_management_permissions`. This feature was developed by Cynthia Kiser.
|
||||
|
||||
|
||||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue