Changelog/release note and contributor for #1799

pull/1771/merge
Karl Hobley 2015-10-08 09:35:21 +01:00
rodzic ce16e2cf08
commit 8a0f6eab30
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ Changelog
* page_published signal now called with the revision object that was published (Josh Barr)
* 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)
* 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

@ -66,6 +66,7 @@ Contributors
* Michael Cordover
* Timothy Allen
* Rob Shelton
* Anurag Sharma
Translators

Wyświetl plik

@ -29,6 +29,7 @@ Minor features
* page_published signal now called with the revision object that was published
* 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
Bug fixes
~~~~~~~~~