wagtail/docs/releases/1.2.rst

27 wiersze
1.1 KiB
ReStructuredText
Czysty Zwykły widok Historia

2015-09-09 14:23:29 +00:00
==========================================
Wagtail 1.2 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
2015-09-16 08:35:23 +00:00
* WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it
* Order of URL parameters now ignored by redirect middleware
2015-09-18 10:29:50 +00:00
* Added SQL Server compatibility to image migration
2015-09-18 15:25:27 +00:00
* Added classnames to Wagtail rich text editor buttons to aid custom styling
* Simplified body_class in default homepage template
* page_published signal now called with the revision object that was published
2015-10-05 17:41:48 +00:00
* Added a favicon to the admin interface, customisable by overriding the ``branding_favicon`` block (see :ref:`custom_branding`).
2015-10-05 21:54:37 +00:00
* Added spinner animations to long-running form submissions
2015-09-09 14:23:29 +00:00
Bug fixes
~~~~~~~~~
* Deleting a page permission from the groups admin UI does not immediately submit the form
2015-09-30 16:16:48 +00:00
* Wagtail userbar is shown on pages that do not pass a ``page`` variable to the template (e.g. because they override the ``serve`` method)