commonknowledge / groundwork-starter-template

Starter repository for Groundwork projects
2 stars 1 forks source link

Bump wagtail from 2.15.1 to 2.16.2 #18

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps wagtail from 2.15.1 to 2.16.2.

Release notes

Sourced from wagtail's releases.

2.16.2

  • Fix: Update django-treebeard dependency to 4.5.1 or above (Serafeim Papastefanos)
  • Fix: Fix permission error when sorting pages having page type restrictions (Thijs Kramer)
  • Fix: Allow bulk publishing of pages without revisions (Andy Chosak)
  • Fix: Ensure that all descendant pages are logged when deleting a page, not just immediate children (Jake Howard)
  • Fix: Refactor FormPagesListView in wagtail.contrib.forms to avoid undefined locale variable when subclassing (Dan Braghis)
  • Fix: Page copy in Wagtail admin ignores exclude_fields_in_copy (John-Scott Atlakson)
  • Fix: Translation key IntegrityError when publishing pages with translatable Orderables that were copied without being published (Kalob Taulien, Dan Braghis)
  • Fix: Ignore GenericRelation when copying pages (John-Scott Atlakson)
  • Fix: Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott)
  • Fix: Skip creation of automatic redirects when page cannot be routed (Matt Westcott)
  • Fix: Prevent JS errors on locale switcher in page chooser (Matt Westcott)

2.16.1

  • Fix: Ensure that correct sidebar submenus open when labels use non-Latin alphabets (Matt Westcott)
  • Fix: Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
  • Fix: Fix issue where bulk actions would not work for object IDs greater than 999 when USE_THOUSAND_SEPARATOR (Dennis McGregor)
  • Fix: Set cookie for sidebar collapsed state to "SameSite: lax" (LB (Ben Johnston))
  • Fix: Prevent error on creating automatic redirects for sites with non-standard ports (Matt Westcott)
  • Fix: Restore ability to customise admin UI colours via CSS (LB (Ben Johnston))

2.16

  • Added support for Django 4.0
  • Removed support for Django 3.0 and 3.1
  • Removed support for Python 3.6
  • Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidjani Dia, with sponsorship from NHS)
  • Added Aging Pages report (Tidjani Dia)
  • Added automatic redirect creation feature (Andy Babic, with sponsorship from The National Archives)
  • Added page_slug_changed signal for pages (Andy Babic)
  • Add more SketchFab oEmbed patterns for models (Tom Usher)
  • Add collapse option to StreamField, StreamBlock, and ListBlock which will load all sub-blocks initially collapsed (Matt Westcott)
  • Private pages can now be fetched over the API (Nabil Khalil)
  • Added alias_of field to the pages API (Dmitrii Faiazov)
  • Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
  • Improved styling of workflow timeline modal view (Tidjani Dia)
  • Add secondary actions menu in edit page headers (Tidjani Dia)
  • Removed WOFF fonts
  • Add system check for missing core Page fields in search_fields (LB (Ben Johnston))
  • Improve CircleCI frontend & backend build caches, add automated browser accessibility test suite in CircleCI (Thibaud Colas)
  • Add a 'remember me' checkbox to the admin sign in form, if unticked (default) the auth session will expire if the browser is closed (Michael Karamuth, Jake Howard)
  • When returning to image or document listing views after editing, filters (collection or tag) are now remembered (Tidjani Dia)
  • Improve the visibility of field error messages, in Windows high-contrast mode and out (Jason Attwood)
  • Improve implementations of visually-hidden text in explorer and main menu toggle (Martin Coote)
  • Add locale labels to page listings (Dan Braghis)
  • Add locale labels to page reports (Dan Braghis)
  • Change release check domain to releases.wagtail.org (Jake Howard)
  • Add the user who submitted a page for moderation to the "Awaiting your review" homepage summary panel (Tidiane Dia)
  • When moving pages, default to the current parent section (Tidjani Dia)
  • admin/expanding_formset.js has been renamed to admin/expanding-formset.js (LB (Ben Johnston))
  • Change docs URL to docs.wagtail.org (Jake Howard)

... (truncated)

Changelog

Sourced from wagtail's changelog.

2.16.2 (11.04.2022)


 * Fix: Update django-treebeard dependency to 4.5.1 or above (Serafeim Papastefanos)
 * Fix: Fix permission error when sorting pages having page type restrictions (Thijs Kramer)
 * Fix: Allow bulk publishing of pages without revisions (Andy Chosak)
 * Fix: Ensure that all descendant pages are logged when deleting a page, not just immediate children (Jake Howard)
 * Fix: Refactor `FormPagesListView` in wagtail.contrib.forms to avoid undefined `locale` variable when subclassing (Dan Braghis)
 * Fix: Page copy in Wagtail admin ignores `exclude_fields_in_copy` (John-Scott Atlakson)
 * Fix: Translation key `IntegrityError` when publishing pages with translatable `Orderable`s that were copied without being published (Kalob Taulien, Dan Braghis)
 * Fix: Ignore `GenericRelation` when copying pages (John-Scott Atlakson)
 * Fix: Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott)
 * Fix: Skip creation of automatic redirects when page cannot be routed (Matt Westcott)
 * Fix: Prevent JS errors on locale switcher in page chooser (Matt Westcott)

2.16.1 (11.02.2022)

  • Fix: Ensure that correct sidebar submenus open when labels use non-Latin alphabets (Matt Westcott)
  • Fix: Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
  • Fix: Fix issue where bulk actions would not work for object IDs greater than 999 when USE_THOUSAND_SEPARATOR (Dennis McGregor)
  • Fix: Set cookie for sidebar collapsed state to "SameSite: lax" (LB (Ben Johnston))
  • Fix: Prevent error on creating automatic redirects for sites with non-standard ports (Matt Westcott)
  • Fix: Restore ability to customise admin UI colours via CSS (LB (Ben Johnston))

2.16 (07.02.2022)


 * Added support for Django 4.0
 * Removed support for Django 3.0 and 3.1
 * Removed support for Python 3.6
 * Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidjani Dia, with sponsorship from [NHS](https://www.nhs.uk/))
 * Added Aging Pages report (Tidjani Dia)
 * Added automatic redirect creation feature (Andy Babic, with sponsorship from [The National Archives](https://www.nationalarchives.gov.uk))
 * Added `page_slug_changed` signal for pages (Andy Babic)
 * Add more SketchFab oEmbed patterns for models (Tom Usher)
 * Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)
 * Private pages can now be fetched over the API (Nabil Khalil)
 * Added `alias_of` field to the pages API (Dmitrii Faiazov)
 * Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
 * Improved styling of workflow timeline modal view (Tidjani Dia)
 * Add secondary actions menu in edit page headers (Tidjani Dia)
 * Removed WOFF fonts
 * Add system check for missing core Page fields in `search_fields` (LB (Ben Johnston))
 * Improve CircleCI frontend & backend build caches, add automated browser accessibility test suite in CircleCI (Thibaud Colas)
 * Add a 'remember me' checkbox to the admin sign in form, if unticked (default) the auth session will expire if the browser is closed (Michael Karamuth, Jake Howard)
 * When returning to image or document listing views after editing, filters (collection or tag) are now remembered (Tidjani Dia)
 * Improve the visibility of field error messages, in Windows high-contrast mode and out (Jason Attwood)
</tr></table> 

... (truncated)

Commits
  • 62e1e4e Version bump to 2.16.2
  • c731e7b Fill in release date for 2.16.2
  • 5d76b67 Release note for #8298 in 2.16.2
  • 5473b56 Further locale picker fixes:
  • 24ac132 Prevent locale switcher in page chooser from breaking at the root level
  • e40865f Fill in release date for 2.15.5
  • 555f620 Release note for #8328 in 2.16.2
  • 4273ad2 Check get_url_parts return value in automatic redirect creation
  • f102645 Release note for #8302 in 2.16.2
  • 8aab0b3 Ensure 'next' param on image / doc listings always links back to index page, ...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.