pull/1821/head
Matt Westcott 2015-10-13 00:15:50 +01:00
rodzic 1ef376e6b3
commit cb7dc8fd38
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ Changelog
* Added an overrideable favicon to the admin interface
* Added spinner animations to long-running form submissions
* The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY (Anurag Sharma)
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form
* Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method)
* Fix: request.site now set correctly on page preview when the page is not in the default site

Wyświetl plik

@ -69,6 +69,7 @@ Contributors
* Anurag Sharma
* Maximilian Stauss
* Salvador Faria
* Alex Gleason
Translators

Wyświetl plik

@ -46,6 +46,7 @@ Minor features
* Added a favicon to the admin interface, customisable by overriding the ``branding_favicon`` block (see :ref:`custom_branding`).
* Added spinner animations to long-running form submissions
* The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY
* StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason)
Bug fixes
~~~~~~~~~