1.5.1.rst 1.3 KB

1234567891011121314151617181920212223242526
  1. ===========================
  2. Wagtail 1.5.1 release notes
  3. ===========================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Bug fixes
  10. ~~~~~~~~~
  11. * When editing a document link in rich text, the document ID is no longer erroneously interpreted as a page ID (Stephen Rice)
  12. * Removing embedded media from rich text by mouse click action now gets correctly registered as a change to the field (Loic Teixeira)
  13. * Rich text editor is no longer broken in InlinePanels (Matt Westcott, Gagaro)
  14. * Rich text editor is no longer broken in settings (Matt Westcott)
  15. * Link tooltip now shows correct urls for newly inserted document links (Matt Westcott)
  16. * Now page chooser (in a rich text editor) opens up at the link's parent page, rather than at the page itself (Matt Westcott)
  17. * Reverted fix for explorer menu scrolling with page content, as it blocked access to menus that exceed screen height
  18. * Image listing in the image chooser no longer becomes unpaginated after an invalid upload form submission (Stephen Rice)
  19. * Confirmation message on the ModelAdmin delete view no longer errors if the model's string representation depends on the primary key (Yannick Chabbert)
  20. * Applied correct translation tags for 'permanent' / 'temporary' labels on redirects (Matt Westcott)