Release note for #2243 (Collections)

pull/2243/merge
Matt Westcott 2016-02-29 14:16:35 +00:00
rodzic 3195a5200f
commit fc3936a229
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ Changelog
1.4 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Introduced collections, for image / document organisation
* The page editor now produces a warning if the user navigates away without saving changes
* 'Add document' interface now supports uploading multiple documents at once
* The set of pages displayed in the page explorer can now be customised with a new hook called `construct_explorer_page_queryset`

Wyświetl plik

@ -10,6 +10,12 @@ Wagtail 1.4 release notes - IN DEVELOPMENT
What's new
==========
Collections for image / document organisation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Images and documents can now be organised into collections, set up by administrators through the Settings -> Collections menu item. User permissions can be set either globally (on the 'Root' collection) or on individual collections, allowing different user groups to keep their media items separated.
Protection against unsaved changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~