marteinn / wagtail-alt-generator

Insert image description and tags with the help of computer vision
MIT License
83 stars 13 forks source link

Bump wagtail from 2.10 to 2.12.1 #55

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps wagtail from 2.10 to 2.12.1.

Release notes

Sourced from wagtail's releases.

2.12.1

  • Fix: Ensure aliases are published when the source page is published (Karl Hobley)
  • Fix: Make page privacy rules apply to aliases (Karl Hobley)
  • Fix: Prevent error when saving embeds that do not include a thumbnail URL (Cynthia Kiser)
  • Fix: Ensure that duplicate embed records are deleted when upgrading (Matt Westcott)
  • Fix: Prevent failure when running manage.py dumpdata with no arguments (Matt Westcott)

2.12

  • Added a distinct 'choose' permission for images and documents (Robert Rollins)
  • StreamField values can now be modified in-place (Matt Westcott)
  • Added support for custom admin color themes (Joshua Marantz)
  • Added support for Python 3.9
  • Added WAGTAILIMAGES_IMAGE_FORM_BASE and WAGTAILDOCS_DOCUMENT_FORM_BASE settings to customise the forms for images and documents (Dan Braghis)
  • Switch pagination icons to use SVG instead of icon fonts (Scott Cranfill)
  • Added string representation to image Format class (Andreas Nüßlein)
  • Support returning None from register_page_action_menu_item and register_snippet_action_menu_item to skip registering an item (Vadim Karpenko)
  • Fields on a custom image model can now be defined as required / blank=False (Matt Westcott)
  • Add combined index for Postgres search backend (Will Giddens)
  • Add Page.specific_deferred property for accessing specific page instance without up-front database queries (Andy Babic)
  • Add hash lookup to embeds to support URLs longer than 255 characters (Coen van der Kamp)
  • Fix: Stop menu icon overlapping the breadcrumb on small viewport widths in page editor (Karran Besen)
  • Fix: Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
  • Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
  • Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
  • Fix: Reinstate chevron on collection dropdown (Mike Brown)
  • Fix: Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)

2.12rc1

  • Added a distinct 'choose' permission for images and documents (Robert Rollins)
  • StreamField values can now be modified in-place (Matt Westcott)
  • Added support for custom admin color themes (Joshua Marantz)
  • Added support for Python 3.9
  • Added WAGTAILIMAGES_IMAGE_FORM_BASE and WAGTAILDOCS_DOCUMENT_FORM_BASE settings to customise the forms for images and documents (Dan Braghis)
  • Switch pagination icons to use SVG instead of icon fonts (Scott Cranfill)
  • Added string representation to image Format class (Andreas Nüßlein)
  • Support returning None from register_page_action_menu_item and register_snippet_action_menu_item to skip registering an item (Vadim Karpenko)
  • Fields on a custom image model can now be defined as required / blank=False (Matt Westcott)
  • Add combined index for Postgres search backend (Will Giddens)
  • Add Page.specific_deferred property for accessing specific page instance without up-front database queries (Andy Babic)
  • Add hash lookup to embeds to support URLs longer than 255 characters (Coen van der Kamp)
  • Fix: Stop menu icon overlapping the breadcrumb on small viewport widths in page editor (Karran Besen)
  • Fix: Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
  • Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
  • Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
  • Fix: Reinstate chevron on collection dropdown (Mike Brown)

2.11.4

  • Fix: Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)
  • Fix: Ensure aliases are published when the source page is published (Karl Hobley)
  • Fix: Make page privacy rules apply to aliases (Karl Hobley)

... (truncated)

Changelog

Sourced from wagtail's changelog.

2.12.1 (16.02.2021)


 * Fix: Ensure aliases are published when the source page is published (Karl Hobley)
 * Fix: Make page privacy rules apply to aliases (Karl Hobley)
 * Fix: Prevent error when saving embeds that do not include a thumbnail URL (Cynthia Kiser)
 * Fix: Ensure that duplicate embed records are deleted when upgrading (Matt Westcott)
 * Fix: Prevent failure when running `manage.py dumpdata` with no arguments (Matt Westcott)

2.12 (02.02.2021)


 * Added a distinct 'choose' permission for images and documents (Robert Rollins)
 * StreamField values can now be modified in-place (Matt Westcott)
 * Added support for custom admin color themes (Joshua Marantz)
 * Added support for Python 3.9
 * Added `WAGTAILIMAGES_IMAGE_FORM_BASE` and `WAGTAILDOCS_DOCUMENT_FORM_BASE` settings to customise the forms for images and documents (Dan Braghis)
 * Switch pagination icons to use SVG instead of icon fonts (Scott Cranfill)
 * Added string representation to image Format class (Andreas Nüßlein)
 * Support returning None from `register_page_action_menu_item` and `register_snippet_action_menu_item` to skip registering an item (Vadim Karpenko)
 * Fields on a custom image model can now be defined as required / `blank=False` (Matt Westcott)
 * Add combined index for Postgres search backend (Will Giddens)
 * Add `Page.specific_deferred` property for accessing specific page instance without up-front database queries (Andy Babic)
 * Add hash lookup to embeds to support URLs longer than 255 characters (Coen van der Kamp)
 * Fix: Stop menu icon overlapping the breadcrumb on small viewport widths in page editor (Karran Besen)
 * Fix: Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
 * Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
 * Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
 * Fix: Reinstate chevron on collection dropdown (Mike Brown)
 * Fix: Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)

2.11.4 (16.02.2021)
</code></pre>
<ul>
<li>Fix: Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)</li>
<li>Fix: Ensure aliases are published when the source page is published (Karl Hobley)</li>
<li>Fix: Make page privacy rules apply to aliases (Karl Hobley)</li>
</ul>
<p>2.11.3 (10.12.2020)</p>
<pre><code>
 * Fix: Updated project template migrations to ensure that initial homepage creation runs before addition of locale field (Dan Braghis)
 * Fix: Restore ability to use translatable strings in `LANGUAGES` / `WAGTAIL_CONTENT_LANGUAGES` settings (Andreas Morgenstern)
 * Fix: Allow `locale` / `translation_of` API filters to be used in combination with search (Matt Westcott)
 * Fix: Prevent error on `create_log_entries_from_revisions` when checking publish state on a revision that cannot be restored (Kristin Riebe)

&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/wagtail/wagtail/commit/39fc5ccd1e0cb07ad126042869a9e4cd5b287627"><code>39fc5cc</code></a> Fetch new translations from Transifex</li>
<li><a href="https://github.com/wagtail/wagtail/commit/cfca938cd5e655ee621a585bd4b0c643d6205494"><code>cfca938</code></a> Fill in release date for 2.12.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/9ecfbfa8371d9c524307f698bcd28df4298dd456"><code>9ecfbfa</code></a> Remove duplicates before applying unique constraint on embed hash</li>
<li><a href="https://github.com/wagtail/wagtail/commit/d2eba0048d555915cf2cfe8630190ac2d572b172"><code>d2eba00</code></a> Fill in release date for 2.11.4</li>
<li><a href="https://github.com/wagtail/wagtail/commit/4b6fef366c9957e7996987f9fee8a8979cc13e26"><code>4b6fef3</code></a> Release note for <a href="https://github-redirect.dependabot.com/wagtail/wagtail/issues/6757">#6757</a> in 2.12.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/dc7c97a765ada0bd8fd71946f72922886216e532"><code>dc7c97a</code></a> Release note for <a href="https://github-redirect.dependabot.com/wagtail/wagtail/issues/6757">#6757</a> in 2.11.4</li>
<li><a href="https://github.com/wagtail/wagtail/commit/0c3fa7dd3b9c9b6b4a2ee1ac103e36289ee2a7b1"><code>0c3fa7d</code></a> Just fetch alias_of when checking ancestor view permissions</li>
<li><a href="https://github.com/wagtail/wagtail/commit/fa9eac509af5987ddb1535629b6deae4c1cc3d8f"><code>fa9eac5</code></a> Make privacy rules also apply to aliases</li>
<li><a href="https://github.com/wagtail/wagtail/commit/489cac86625e64de1ad81b3400bd6c4ba43d5bf0"><code>489cac8</code></a> Make the dummy Admin model a managed model</li>
<li><a href="https://github.com/wagtail/wagtail/commit/d0e6d230b21ce9ca65dd28d93022b01b90cffc6a"><code>d0e6d23</code></a> Save empty thumbnail_urls as empty strings</li>
<li>Additional commits viewable in <a href="https://github.com/wagtail/wagtail/compare/v2.10...v2.12.1">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=wagtail&package-manager=pip&previous-version=2.10&new-version=2.12.1)](https://dependabot.com/compatibility-score/?dependency-name=wagtail&package-manager=pip&previous-version=2.10&new-version=2.12.1) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #56.