1.4.5.rst 1.2 KB

123456789101112131415161718192021222324
  1. ===========================
  2. Wagtail 1.4.5 release notes
  3. ===========================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's changed
  8. ==============
  9. Bug fixes
  10. ~~~~~~~~~
  11. * Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard)
  12. * Logic for cancelling the "unsaved changes" check on form submission has been fixed to work cross-browser (Stephen Rice)
  13. * The "unsaved changes" confirmation was erroneously shown on IE / Firefox when previewing a page with validation errors (Matt Westcott)
  14. * The up / down / delete controls on the "Promoted search results" form no longer trigger a form submission (Matt Westcott)
  15. * Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott)
  16. * Tree paths are now correctly assigned when previewing a newly-created page underneath a parent with deleted children (Matt Westcott)
  17. * Added BASE_URL setting back to project template
  18. * Clearing the search box in the page chooser now returns the user to the browse view (Matt Westcott)
  19. * The above fix also fixed an issue where Internet Explorer got stuck in the search view upon opening the page chooser (Matt Westcott)