0.8.5.rst 1.3 KB

1234567891011121314151617181920212223242526272829
  1. ===========================
  2. Wagtail 0.8.5 release notes
  3. ===========================
  4. *February 17, 2015*
  5. .. contents::
  6. :local:
  7. :depth: 1
  8. What's new
  9. ==========
  10. Bug fixes
  11. ~~~~~~~~~
  12. * On adding a new page, the available page types are ordered by the displayed verbose name
  13. * Active admin submenus were not properly closed when activating another
  14. * ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
  15. * (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
  16. * Storage backends that return raw ContentFile objects are now handled correctly when resizing images
  17. * Punctuation characters are no longer stripped when performing search queries
  18. * When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
  19. * ``richtext`` template tag no longer raises ``TypeError`` if ``None`` is passed into it
  20. * Serving documents now uses a streaming HTTP response and will no longer break Django's cache middleware
  21. * User admin area no longer fails in the presence of negative user IDs (as used by ``django-guardian``'s default settings)
  22. * Password reset emails now use the ``BASE_URL`` setting for the reset URL
  23. * ``BASE_URL`` is now included in the project template's default settings file