wagtail/docs/releases/1.4.4.rst

31 wiersze
1.5 KiB
ReStructuredText
Czysty Zwykły widok Historia

2016-04-18 22:19:21 +00:00
===========================
Wagtail 1.4.4 release notes
===========================
.. contents::
:local:
:depth: 1
What's changed
==============
Translations
~~~~~~~~~~~~
* New translation for Slovenian (Mitja Pagon)
2016-04-18 22:19:21 +00:00
Bug fixes
~~~~~~~~~
2016-04-19 13:18:13 +00:00
* The ``wagtailuserbar`` template tag now gracefully handles situations where the ``request`` object is not in the template context (Matt Westcott)
* Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
* Now user can upload images / documents only into permitted collection from choosers
2016-04-28 12:12:32 +00:00
* Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott)
2016-04-28 13:55:06 +00:00
* Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti)
2016-04-28 14:20:27 +00:00
* Wagtail now checks that Group is registered with the Django admin before unregistering it (Jason Morrison)
2016-04-28 15:24:08 +00:00
* Previewing inaccessible pages no longer fails with ``ALLOWED_HOSTS = ['*']`` (Robert Rollins)
* The submit button 'spinner' no longer activates if the form has client-side validation errors (Jack Paine, Matt Westcott)
* Overriding ``MESSAGE_TAGS`` in project settings no longer causes messages in the Wagtail admin to lose their styling (Tim Heap)
* Border added around explorer menu to stop it blending in with StreamField block listing; also fixes invisible explorer menu in Firefox 46 (Alex Gleason)