From 9e79852af399a9e60e21d1305d9af289aa853ca6 Mon Sep 17 00:00:00 2001
From: davisagli
Date: Wed, 7 Jun 2023 23:27:41 -0700
Subject: [PATCH] [fc] Repository: plone.volto
Branch: refs/heads/main
Date: 2023-06-04T12:55:43+02:00
Author: Philip Bauer (pbauer)
Commit: https://github.com/plone/plone.volto/commit/0effb2a8991a5a679b094a6b4faef168bbaebb0c
Fix unchecked checkboxes in migrate_to_volto (#124)
Files changed:
M src/plone/volto/browser/migrate_to_volto.pt
Repository: plone.volto
Branch: refs/heads/main
Date: 2023-06-04T12:57:07+02:00
Author: Philip Bauer (pbauer)
Commit: https://github.com/plone/plone.volto/commit/c93f85ffe5b2244cc02965b13e754ee62fb2676b
add changenote
Files changed:
A news/124.bugfix
Repository: plone.volto
Branch: refs/heads/main
Date: 2023-06-07T07:26:47+02:00
Author: Philip Bauer (pbauer)
Commit: https://github.com/plone/plone.volto/commit/fd6d6401ea10f63565cab3127b617aff3b956ca6
Change default values
Files changed:
M src/plone/volto/browser/migrate_to_volto.py
Repository: plone.volto
Branch: refs/heads/main
Date: 2023-06-07T08:50:07+02:00
Author: Philip Bauer (pbauer)
Commit: https://github.com/plone/plone.volto/commit/341a7b85974a461d24523085343c5f6b357055f6
check checkboxes in tests
Files changed:
M src/plone/volto/tests/test_migrate_to_volto.py
Repository: plone.volto
Branch: refs/heads/main
Date: 2023-06-08T06:32:01+02:00
Author: Philip Bauer (pbauer)
Commit: https://github.com/plone/plone.volto/commit/1299639b30df8132075de062e6e3c2cd8e22e19a
revert fd6d640 and 341a7b8
Files changed:
M src/plone/volto/browser/migrate_to_volto.py
M src/plone/volto/tests/test_migrate_to_volto.py
Repository: plone.volto
Branch: refs/heads/main
Date: 2023-06-07T23:27:41-07:00
Author: David Glick (davisagli)
Commit: https://github.com/plone/plone.volto/commit/2b0920da4dbe9e3940714581116972d2e074fe5e
Merge pull request #125 from plone/fix_checkboxes_in_migrate_to_volto
Fix unchecked checkboxes in migrate_to_volto
Files changed:
A news/124.bugfix
M src/plone/volto/browser/migrate_to_volto.pt
---
last_commit.txt | 99 +++++++++++++++++++++++++++++++++++++++----------
1 file changed, 80 insertions(+), 19 deletions(-)
diff --git a/last_commit.txt b/last_commit.txt
index 6674f8d32f..fa68423090 100644
--- a/last_commit.txt
+++ b/last_commit.txt
@@ -1,33 +1,94 @@
-Repository: plone.restapi
+Repository: plone.volto
-Branch: refs/heads/master
-Date: 2023-06-06T22:25:08+02:00
-Author: Timo Stollenwerk (tisto)
-Commit: https://github.com/plone/plone.restapi/commit/6771f0656b7ab24fcab8ad14cc056f3f97e6b8ea
+Branch: refs/heads/main
+Date: 2023-06-04T12:55:43+02:00
+Author: Philip Bauer (pbauer)
+Commit: https://github.com/plone/plone.volto/commit/0effb2a8991a5a679b094a6b4faef168bbaebb0c
-Preparing release 8.40.0
+Fix unchecked checkboxes in migrate_to_volto (#124)
Files changed:
-M CHANGES.rst
-M setup.py
-D news/1464.feature
-D news/1653.bugfix
+M src/plone/volto/browser/migrate_to_volto.pt
-b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 28d5ec9a9..ca01deefa 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,21 @@ Changelog\n \n .. towncrier release notes start\n \n+8.40.0 (2023-06-06)\n+-------------------\n+\n+New features:\n+\n+\n+- Added `@site` and `@navroot` endpoints. @erral (#1464)\n+\n+\n+Bug fixes:\n+\n+\n+- Validate input to the `@querystring-search` service. Input which can\'t be processed now results in a 400 response instead of 500. @davisagli (#1653)\n+\n+\n 8.39.2 (2023-06-01)\n -------------------\n \ndiff --git a/news/1464.feature b/news/1464.feature\ndeleted file mode 100644\nindex 5e52088d8..000000000\n--- a/news/1464.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Added `@site` and `@navroot` endpoints. @erral \ndiff --git a/news/1653.bugfix b/news/1653.bugfix\ndeleted file mode 100644\nindex 1ffb310b8..000000000\n--- a/news/1653.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Validate input to the `@querystring-search` service. Input which can\'t be processed now results in a 400 response instead of 500. @davisagli\ndiff --git a/setup.py b/setup.py\nindex 7ac5d8375..6afbdf533 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "8.39.3.dev0"\n+version = "8.40.0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n'
+b'diff --git a/src/plone/volto/browser/migrate_to_volto.pt b/src/plone/volto/browser/migrate_to_volto.pt\nindex fe14a21..684298b 100644\n--- a/src/plone/volto/browser/migrate_to_volto.pt\n+++ b/src/plone/volto/browser/migrate_to_volto.pt\n@@ -55,6 +55,7 @@\n
\n \n