2016-06-07 17:58:20 +00:00
===========================
Wagtail 1.5.1 release notes
===========================
2016-06-03 14:47:56 +00:00
.. contents ::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
2016-06-01 13:47:59 +00:00
* When editing a document link in rich text, the document ID is no longer erroneously interpreted as a page ID (Stephen Rice)
2016-05-31 21:56:28 +00:00
* Removing embedded media from rich text by mouse click action now gets correctly registered as a change to the field (Loic Teixeira)
2016-06-06 16:54:28 +00:00
* Rich text editor is no longer broken in InlinePanels (Matt Westcott, Gagaro)
2016-06-03 14:09:20 +00:00
* Rich text editor is no longer broken in settings (Matt Westcott)
2016-06-03 19:32:41 +00:00
* Link tooltip now shows correct urls for newly inserted document links (Matt Westcott)
2016-06-03 17:53:52 +00:00
* Now page chooser (in a rich text editor) opens up at the link's parent page, rather than at the page itself (Matt Westcott)
2016-06-07 13:56:29 +00:00
* Reverted fix for explorer menu scrolling with page content, as it blocked access to menus that exceed screen height
2016-06-03 12:12:56 +00:00
* Image listing in the image chooser no longer becomes unpaginated after an invalid upload form submission (Stephen Rice)
2016-06-03 11:44:43 +00:00
* Confirmation message on the ModelAdmin delete view no longer errors if the model's string representation depends on the primary key (Yannick Chabbert)
2016-06-07 15:58:09 +00:00
* Applied correct translation tags for 'permanent' / 'temporary' labels on redirects (Matt Westcott)