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
|
2015-10-05 16:03:25 +00:00
|
|
|
* Simplified body_class in default homepage template
|
|
|
|
* page_published signal now called with the revision object that was published
|
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)
|