1.4.4.rst 1.5 KB

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