Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Bump wagtail from 6.0.1 to 6.1.2 #110

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps wagtail from 6.0.1 to 6.1.2.

Release notes

Sourced from wagtail's releases.

6.1.2

  • Fix: Fix client-side handling of select inputs within ChoiceBlock (Matt Westcott)
  • Fix: Support SVG icon id attributes with single quotes in the styleguide (Sage Abdullah)
  • Fix: CVE-2024-35228: Improper handling of insufficient permissions in wagtail.contrib.settings (Victor Miti, Matt Westcott, Jake Howard)

6.1.1

  • Fix: Fix form action URL in user edit and delete views for custom user models (Sage Abdullah)
  • Fix: Fix snippet copy view not prefilling form data (Sage Abdullah)
  • Fix: Address layout issues in the title cell of universal listings (Sage Abdullah)
  • Fix: Fix incorrect rich text to HTML conversion when multiple link / embed types are present (Andy Chosak, Matt Westcott)
  • Fix: Restore ability for custom widgets in StreamField blocks to have multiple top-level nodes (Sage Abdullah, Matt Westcott)

6.1

  • Refine wording of page & collection privacy using password is a shared password and should not be used for secure content (Rohit Sharma, Jake Howard)
  • Add RelatedObjectsColumn to the table UI framework (Matt Westcott)
  • Reduce memory usage when rebuilding search indexes (Jake Howard)
  • Support creating images in .ico format (Jake Howard)
  • Add the ability to disable the usage of a shared password for enhanced security for the private pages and collections (documents) feature (Salvo Polizzi, Jake Howard)
  • Add system checks to ensure that WAGTAIL_DATE_FORMAT, WAGTAIL_DATETIME_FORMAT, WAGTAIL_TIME_FORMAT are correctly configured (Rohit Sharma, Coen van der Kamp)
  • Allow custom permissions with the same prefix as built-in permissions (Sage Abdullah)
  • Allow displaying permissions linked to the Admin model's content type (Sage Abdullah)
  • Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri)
  • Reimplement search promotions IndexView using the generic.IndexView (Rohit Sharma, Sage Abdullah, Storm Heg)
  • Reimplement redirects IndexView using the generic.IndexView (Rohit Sharma, Sage Abdullah, Temidayo Azeez)
  • Add PageListingViewSet for custom per-page-type page listings (Matt Westcott)
  • Add ChooseParentView to PageListingViewSet to allow creating pages from custom page listings (Abdelrahman Hamada, Sage Abdullah)
  • Implement new universal listings design for image listing view (Sage Abdullah)
  • Implement new universal listings design for document listing view (Sage Abdullah)
  • Implement new universal listings design for site and locale listing views (Sage Abdullah)
  • Implement new universal listings design for page and snippet history view (Sage Abdullah)
  • Implement new universal listings design for form builder submissions view (Sage Abdullah)
  • Implement new universal listings design for collections listing view (Sage Abdullah)
  • Implement new universal listings design for groups views (Sage Abdullah)
  • Implement new universal listings design for users views (Sage Abdullah)
  • Implement new universal listings design for workflow and task views (Sage Abdullah)
  • Refine slim header button style to match designs (Sage Abdullah)
  • Add simple admin keyboard shortcuts overview dialog, available in the help sub-menu (Karthik Ayangar, Rohit Sharma)
  • Add ability to bulk toggle permissions in the user group editing view, including shift+click for multiple selections (LB (Ben) Johnston, Kalob Taulien)
  • Update the minimum version of djangorestframework to 3.15.1 (Sage Abdullah)
  • Add support for related fields in generic IndexView.list_display (Abdelrahman Hamada)
  • Improve page fetching logic and cache route results per request (Gordon Pendleton)
  • Optimise rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak)
  • Add normalization mechanism to StreamField so that assignments and defaults can be passed in a wider range of data types (Joshua Munn, Matt Westcott)
  • Allow specifying a STORAGES alias name for WAGTAILIMAGES_RENDITION_STORAGE (Alec Baron)
  • Update PASSWORD_REQUIRED_TEMPLATE setting to WAGTAIL_PASSWORD_REQUIRED_TEMPLATE with deprecation of previous naming (Saksham Misra, LB (Ben) Johnston)
  • Update DOCUMENT_PASSWORD_REQUIRED_TEMPLATE setting to WAGTAILDOCS_PASSWORD_REQUIRED_TEMPLATE with deprecation of previous naming (Saksham Misra, LB (Ben) Johnston)
  • When editing settings (contrib) use the same icon in the editing view that was declared when registering the setting (Vince Salvino, Rohit Sharma)
  • Populate django-treebeard cache during page routing to improve performance of get_parent (Nigel van Keulen)
  • Add a new user profile preference to configure user interface information density (Thibaud Colas)
  • Add additional field types to Elasticsearch mapping (scott-8)

... (truncated)

Changelog

Sourced from wagtail's changelog.

6.1.2 (30.05.2024)


 * Fix: Fix client-side handling of select inputs within `ChoiceBlock` (Matt Westcott)
 * Fix: Support SVG icon id attributes with single quotes in the styleguide (Sage Abdullah)
 * Fix: CVE-2024-35228: Improper handling of insufficient permissions in `wagtail.contrib.settings` (Victor Miti, Matt Westcott, Jake Howard)

6.1.1 (21.05.2024)

  • Fix: Fix form action URL in user edit and delete views for custom user models (Sage Abdullah)
  • Fix: Fix snippet copy view not prefilling form data (Sage Abdullah)
  • Fix: Address layout issues in the title cell of universal listings (Sage Abdullah)
  • Fix: Fix incorrect rich text to HTML conversion when multiple link / embed types are present (Andy Chosak, Matt Westcott)
  • Fix: Restore ability for custom widgets in StreamField blocks to have multiple top-level nodes (Sage Abdullah, Matt Westcott)

6.1 (01.05.2024)


 * Refine wording of page & collection privacy using password is a shared password and should not be used for secure content (Rohit Sharma, Jake Howard)
 * Add RelatedObjectsColumn to the table UI framework (Matt Westcott)
 * Reduce memory usage when rebuilding search indexes (Jake Howard)
 * Support creating images in .ico format (Jake Howard)
 * Add the ability to disable the usage of a shared password for enhanced security for the private pages and collections (documents) feature (Salvo Polizzi, Jake Howard)
 * Add system checks to ensure that `WAGTAIL_DATE_FORMAT`, `WAGTAIL_DATETIME_FORMAT`, `WAGTAIL_TIME_FORMAT` are correctly configured (Rohit Sharma, Coen van der Kamp)
 * Allow custom permissions with the same prefix as built-in permissions (Sage Abdullah)
 * Allow displaying permissions linked to the Admin model's content type (Sage Abdullah)
 * Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri)
 * Reimplement search promotions `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Storm Heg)
 * Reimplement redirects `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Temidayo Azeez)
 * Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott)
 * Add `ChooseParentView` to `PageListingViewSet` to allow creating pages from custom page listings (Abdelrahman Hamada, Sage Abdullah)
 * Implement new universal listings design for image listing view (Sage Abdullah)
 * Implement new universal listings design for document listing view (Sage Abdullah)
 * Implement new universal listings design for site and locale listing views (Sage Abdullah)
 * Implement new universal listings design for page and snippet history view (Sage Abdullah)
 * Implement new universal listings design for form builder submissions view (Sage Abdullah)
 * Implement new universal listings design for collections listing view (Sage Abdullah)
 * Implement new universal listings design for groups views (Sage Abdullah)
 * Implement new universal listings design for users views (Sage Abdullah)
 * Implement new universal listings design for workflow and task views (Sage Abdullah)
 * Refine slim header button style to match designs (Sage Abdullah)
 * Add simple admin keyboard shortcuts overview dialog, available in the help sub-menu (Karthik Ayangar, Rohit Sharma)
 * Add ability to bulk toggle permissions in the user group editing view, including shift+click for multiple selections (LB (Ben) Johnston, Kalob Taulien)
 * Update the minimum version of `djangorestframework` to 3.15.1 (Sage Abdullah)
 * Add support for related fields in generic `IndexView.list_display` (Abdelrahman Hamada)
 * Improve page fetching logic and cache route results per request (Gordon Pendleton)
 * Optimise rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak)
</tr></table> 

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Project dependencies label Jul 1, 2024
Bumps [wagtail](https://github.com/wagtail/wagtail) from 6.0.1 to 6.1.2.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v6.0.1...v6.1.2)

---
updated-dependencies:
- dependency-name: wagtail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-6.1.2 branch from e755263 to 4c2404c Compare July 1, 2024 15:44
@bengerman13 bengerman13 merged commit 186cb55 into main Jul 1, 2024
3 checks passed
@bengerman13 bengerman13 deleted the dependabot/pip/wagtail-6.1.2 branch July 1, 2024 17:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant