0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/docs/releases/1.2.rst

26 lines
1016 B
ReStructuredText
Raw Normal View History

2015-09-09 16:23:29 +02:00
==========================================
Wagtail 1.2 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
2015-09-16 10:35:23 +02: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 12:29:50 +02:00
* Added SQL Server compatibility to image migration
2015-09-18 17:25:27 +02: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 19:41:48 +02:00
* Added a favicon to the admin interface, customisable by overriding the ``branding_favicon`` block (see :ref:`custom_branding`).
2015-09-09 16:23:29 +02:00
Bug fixes
~~~~~~~~~
* Deleting a page permission from the groups admin UI does not immediately submit the form
2015-09-30 18:16:48 +02: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)