ProjectTIER / projecttier.org

Wagtail website for Project TIER
https://www.projecttier.org/
GNU Affero General Public License v3.0
13 stars 15 forks source link

Bump wagtail from 2.12.5 to 4.1.9 #281

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 5 months ago

Bumps wagtail from 2.12.5 to 4.1.9.

Release notes

Sourced from wagtail's releases.

4.1.9

  • Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott)

4.1.8

  • Maintenance: Additionally update Pillow dependency to allow use of versions with security fixes (Dan Braghis)

4.1.7

  • Maintenance: Relax Willow dependency to allow use of current Pillow versions with security fixes (Dan Braghis)

4.1.6

  • Fix: Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
  • Fix: Ensure that copying page correctly picks up the latest revision (Matt Westcott)
  • Fix: Adjust collection field alignment in multi-upload forms (LB (Ben) Johnston)
  • Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
  • Docs: Update documentation for log_action parameter on RevisionMixin.save_revision (Christer Jensen)

4.1.5

  • Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah)

4.1.4

  • Fix: CVE-2023-28836 - Stored XSS attack via ModelAdmin views (Thibaud Colas)
  • Fix: CVE-2023-28837 - Denial-of-service via memory exhaustion when uploading large files (Jake Howard)
  • Fix: Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah)
  • Fix: Fix select elements expanding beyond their container when using a long option label (Sage Abdullah)
  • Fix: Fix timezone handling of TemplateResponses for users with a custom timezone (Stefan Hammer, Sage Abdullah)
  • Fix: Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis)
  • Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  • Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
  • Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
  • Fix: Ensure datetimepicker widget overlay shows over modals & drop-downs (LB (Ben) Johnston)
  • Maintenance: Render large image renditions to disk (Jake Howard)

4.1.3

  • Fix: Add right-to-left (RTL) support for the following form components: Switch, Minimap, live preview (Thibaud Colas)
  • Fix: Improve right-to-left (RTL) positioning for the following components: Page explorer, Sidebar sub-menu, rich text tooltips, rich text toolbar trigger, editor section headers (Thibaud Colas)
  • Fix: Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro)
  • Fix: Support creating StructValue copies (Tidiane Dia)
  • Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht)
  • Fix: Prevent audit log report from failing on missing models (Andy Chosak)
  • Fix: Add missing log information for wagtail.schedule.cancel (Stefan Hammer)
  • Fix: Fix timezone activation leaking into subsequent requests in require_admin_access() (Stefan Hammer)
  • Fix: Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
  • Docs: Clarify ClusterableModel requirements for using relations with RevisionMixin-enabled models (Sage Abdullah)
  • Maintenance: Update Algolia DocSearch to use new application and correct versioning setup (Thibaud Colas)

4.1.2

  • Fix: Make "Cancel scheduled publish" button correctly redirect back to the edit view (Sage Abdullah)
  • Fix: Prevent crash when reverting revisions on a snippet with PreviewableMixin applied (Sage Abdullah)
  • Fix: Use consistent heading styles on top-level fields in the page editor (Sage Abdullah)
  • Fix: Allow button labels to wrap onto two lines in dropdown buttons (Coen van der Kamp)

... (truncated)

Changelog

Sourced from wagtail's changelog.

4.1.9 (19.10.2023)


* Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott)

4.1.8 (28.09.2023)

  • Maintenance: Additionally update Pillow dependency to allow use of versions with security fixes (Dan Braghis)

4.1.7 (27.09.2023)


 * Maintenance: Relax Willow dependency to allow use of current Pillow versions with security fixes (Dan Braghis)

4.1.6 (25.05.2023)

  • Fix: Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
  • Fix: Ensure that copying page correctly picks up the latest revision (Matt Westcott)
  • Fix: Adjust collection field alignment in multi-upload forms (LB (Ben) Johnston)
  • Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
  • Docs: Update documentation for log_action parameter on RevisionMixin.save_revision (Christer Jensen)

4.1.5 (02.05.2023)


 * Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah)

4.1.4 (03.04.2023)

  • Fix: CVE-2023-28836 - Stored XSS attack via ModelAdmin views (Thibaud Colas)
  • Fix: CVE-2023-28837 - Denial-of-service via memory exhaustion when uploading large files (Jake Howard)
  • Fix: Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah)
  • Fix: Fix select elements expanding beyond their container when using a long option label (Sage Abdullah)
  • Fix: Fix timezone handling of TemplateResponses for users with a custom timezone (Stefan Hammer, Sage Abdullah)
  • Fix: Ensure TableBlock initialization correctly runs after load and its width is aligned with the parent panel (Dan Braghis)
  • Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  • Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
  • Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
  • Fix: Ensure datetimepicker widget overlay shows over modals & drop-downs (LB (Ben) Johnston)
  • Maintenance: Render large image renditions to disk (Jake Howard)

4.1.3 (13.03.2023)

... (truncated)

Commits
  • a148693 Version bump to 4.1.9
  • 8db9bf3 Release note for CVE-2023-45809 in 4.1.9
  • 0bacd29 Redirect away from user bulk actions when user has no permissions on users
  • 4b6e89e Fix changelog for django-filter upgrade in 4.0
  • 0a379e2 Version bump to 4.1.8
  • f734c90 Release note for #10955 in 4.1.8
  • f101ff8 Update the Pillow dependency as well
  • 944c625 fix typo in 4.1.7 release notes header
  • 2d9bc3e Version bump to 4.1.7
  • 34bf423 Release note for #10951 in 4.1.7
  • 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 show 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ProjectTIER/projecttier.org/network/alerts).
dependabot[bot] commented 2 months ago

Superseded by #284.