From d3aeace155a1e46726e2d0e8c77683614eca00fa Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 14 Dec 2016 17:54:51 +0000 Subject: [PATCH] Add breadcrumb permission limits and tutorial to 1.8 major feature list --- docs/releases/1.8.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/releases/1.8.rst b/docs/releases/1.8.rst index 022ae1b8c..a37e42846 100644 --- a/docs/releases/1.8.rst +++ b/docs/releases/1.8.rst @@ -37,6 +37,18 @@ Elasticsearch 5 support Wagtail now supports Elasticsearch 5. See :ref:`wagtailsearch_backends_elasticsearch` for configuration details. This feature was developed by Karl Hobley. +Permission-limited admin breadcrumb +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Breadcrumb links within the admin are now limited to the portion of the page tree that covers all pages the user has permission over. As with the changes to the explorer sidebar menu in Wagtail 1.6, this is a step towards supporting full multi-tenancy (where multiple sites on the same Wagtail installation can be fully isolated from each other through permission configuration). This feature was developed by Jeffrey Chau, Robert Rollins and Matt Westcott. + + +Updated tutorial +~~~~~~~~~~~~~~~~ + +The ":doc:`Your first Wagtail site `" tutorial has been extensively updated to cover concepts such as dynamic page listings, template context variables, and tagging. This update was contributed by Scot Hacker, with additions from Matt Westcott. + + Other features ~~~~~~~~~~~~~~ @@ -59,7 +71,6 @@ Other features * Added :meth:`wagtail.wagtailcore.query.PageQuerySet.in_site` method for filtering page querysets to pages within the specified site (Chris Rogers) * Added the ability to override the default index settings for Elasticsearch. See :ref:`wagtailsearch_backends_elasticsearch` (PyMan Claudio Marinozzi) * Extra options for the Elasticsearch constructor should be now defined with the new key ``OPTIONS`` of the ``WAGTAILSEARCH_BACKENDS`` setting (PyMan Claudio Marinozzi) - * Breadcrumb in the page explorer is now restricted to the pages the user has permission over (Jeffrey Chau, Robert Rollins, Matt Westcott) Bug fixes