1.4.4.rst 1.5 KB

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