pull/3644/merge
Matt Westcott 2017-06-16 15:33:54 +01:00
rodzic eb16d1a2a2
commit 4e5fff7e41
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~~
* Added a new page explorer menu built with the admin API and React (Karl Hobley, Josh Barr, Thibaud Colas, Janneke Janssen, Rob Moorman, Maurice Bartnig, Jonny Scholes, Matt Westcott, Sævar Öfjörð Magnússon, Eirikur Ingi Magnusson, Harris Lapiroff, Hugo van den Berg, Olly Willans, Andy Babic, Ben Enright, Bertrand Bordage)
* Added privacy settings for documents (Ulrich Wagner, Matt Westcott)
* Optimised page URL generation by caching site paths in the request scope (Tobias McNulty, Matt Westcott)
* The current live version of a page is now tracked on the revision listing view (Matheus Bratfisch)
* Each block created in a `StreamField` is now assigned a globally unique identifier (Matt Westcott)

Wyświetl plik

@ -41,6 +41,11 @@ This work is the product of ``4`` Wagtail sprints, and the efforts of ``16`` peo
* Ben Enright (UI, UX)
* Bertrand Bordage (testing, documentation)
Privacy settings on documents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Privacy settings can now be configured on collections, to restrict access to documents either by shared password or by user account. See: :ref:`private_pages`. This feature was developed by Ulrich Wagner and Matt Westcott.
Other features
~~~~~~~~~~~~~~