kopia lustrzana https://github.com/wagtail/wagtail
Changelog/release note and contributor for #1799
rodzic
ce16e2cf08
commit
8a0f6eab30
|
@ -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
|
||||
|
|
|
@ -66,6 +66,7 @@ Contributors
|
|||
* Michael Cordover
|
||||
* Timothy Allen
|
||||
* Rob Shelton
|
||||
* Anurag Sharma
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue