From 90ab44ea8c290dc8beae996b652db0ab22ebd543 Mon Sep 17 00:00:00 2001 From: petschki Date: Thu, 19 Dec 2024 08:46:23 +0100 Subject: [PATCH] [fc] Repository: plone.schemaeditor Branch: refs/heads/master Date: 2024-12-18T20:11:55+01:00 Author: 1letter (1letter) <1letter@gmx.de> Commit: https://github.com/plone/plone.schemaeditor/commit/90cf24c8b9756125057cea88c0b75c32a876081c update robot test Files changed: M plone/schemaeditor/tests/robot/test_fields.robot Repository: plone.schemaeditor Branch: refs/heads/master Date: 2024-12-18T20:13:36+01:00 Author: 1letter (1letter) <1letter@gmx.de> Commit: https://github.com/plone/plone.schemaeditor/commit/5f19c8c37db7c07c5d63af5bbc4d48235993f5b7 add news Files changed: A news/125.testing Repository: plone.schemaeditor Branch: refs/heads/master Date: 2024-12-19T08:46:23+01:00 Author: Peter Mathis (petschki) Commit: https://github.com/plone/plone.schemaeditor/commit/3669b8ecb728a00fb8aeea2d15cffee7ce0aa903 Merge pull request #126 from plone/fix#125 update robot test Files changed: A news/125.testing M plone/schemaeditor/tests/robot/test_fields.robot --- last_commit.txt | 56 ++++++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 3abcba3d43..3c1d71d65f 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,36 +1,48 @@ -Repository: plone.restapi +Repository: plone.schemaeditor -Branch: refs/heads/main -Date: 2024-12-18T14:10:34-08:00 -Author: David Glick (davisagli) -Commit: https://github.com/plone/plone.restapi/commit/5dfea5397b2d818d2e6c5521e0d4ad65c8e922ca +Branch: refs/heads/master +Date: 2024-12-18T20:11:55+01:00 +Author: 1letter (1letter) <1letter@gmx.de> +Commit: https://github.com/plone/plone.schemaeditor/commit/90cf24c8b9756125057cea88c0b75c32a876081c -Preparing release 9.9.0 +update robot test Files changed: -M CHANGES.rst -M setup.py -D news/1847.feature -D news/1848.bugfix -D news/1849.bugfix -D news/1850.internal -D news/1851.bugfix +M plone/schemaeditor/tests/robot/test_fields.robot -b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 73151cce51..ea84b6bbac 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,29 @@ Changelog\n \n .. towncrier release notes start\n \n+9.9.0 (2024-12-18)\n+------------------\n+\n+New features:\n+\n+\n+- When a Link content item is linked by UID, resolve its URL as the linked target URL for anonymous users. @cekk (#1847)\n+\n+\n+Bug fixes:\n+\n+\n+- Fix resolving paths in deserializer if the target was moved in the same request. @cekk (#1848)\n+- Make slate block linkintegrity checking more robust in case data isn\'t in the expected format. @cekk (#1849)\n+- Optimized performance of DexterityObjectPrimaryFieldTarget adapter. @maurits (#1851)\n+\n+\n+Internal:\n+\n+\n+- Fix time-dependence of tests. @davisagli (#1850)\n+\n+\n 9.8.5 (2024-11-25)\n ------------------\n \ndiff --git a/news/1847.feature b/news/1847.feature\ndeleted file mode 100644\nindex c2f91e123e..0000000000\n--- a/news/1847.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-When a Link content item is linked by UID, resolve its URL as the linked target URL for anonymous users. @cekk\ndiff --git a/news/1848.bugfix b/news/1848.bugfix\ndeleted file mode 100644\nindex c9816615af..0000000000\n--- a/news/1848.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix resolving paths in deserializer if the target was moved in the same request. @cekk\ndiff --git a/news/1849.bugfix b/news/1849.bugfix\ndeleted file mode 100644\nindex 29cc13e7c0..0000000000\n--- a/news/1849.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Make slate block linkintegrity checking more robust in case data isn\'t in the expected format. @cekk\ndiff --git a/news/1850.internal b/news/1850.internal\ndeleted file mode 100644\nindex d4a67450ab..0000000000\n--- a/news/1850.internal\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix time-dependence of tests. @davisagli\ndiff --git a/news/1851.bugfix b/news/1851.bugfix\ndeleted file mode 100644\nindex dc29516054..0000000000\n--- a/news/1851.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Optimized performance of DexterityObjectPrimaryFieldTarget adapter. @maurits\ndiff --git a/setup.py b/setup.py\nindex 1d4a25b3d0..1abd734ab0 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.8.6.dev0"\n+version = "9.9.0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' +b'diff --git a/plone/schemaeditor/tests/robot/test_fields.robot b/plone/schemaeditor/tests/robot/test_fields.robot\nindex 63b9faf..95a992e 100644\n--- a/plone/schemaeditor/tests/robot/test_fields.robot\n+++ b/plone/schemaeditor/tests/robot/test_fields.robot\n@@ -252,5 +252,7 @@ the field is removed\n \n Click Modal Link\n [Arguments] ${SELECTOR}\n+ \n Click ${SELECTOR}\n- Wait For Elements State //div[contains(@class, "modal-body")]//form[@id] visible timeout=10s\n+ Wait For Condition Classes //body contains modal-open\n+ Wait For Condition Classes //div[@class="modal-wrapper"]/div/div contains show\n' -Repository: plone.restapi +Repository: plone.schemaeditor -Branch: refs/heads/main -Date: 2024-12-18T14:11:26-08:00 -Author: David Glick (davisagli) -Commit: https://github.com/plone/plone.restapi/commit/7214df34f0c04b621004b79d12691c94761f0160 +Branch: refs/heads/master +Date: 2024-12-18T20:13:36+01:00 +Author: 1letter (1letter) <1letter@gmx.de> +Commit: https://github.com/plone/plone.schemaeditor/commit/5f19c8c37db7c07c5d63af5bbc4d48235993f5b7 -Back to development: 9.9.1 +add news Files changed: -M setup.py +A news/125.testing -b'diff --git a/setup.py b/setup.py\nindex 1abd734ab..15942cd75 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.9.0"\n+version = "9.9.1.dev0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' +b'diff --git a/news/125.testing b/news/125.testing\nnew file mode 100644\nindex 0000000..edc539a\n--- /dev/null\n+++ b/news/125.testing\n@@ -0,0 +1 @@\n+fix robot test @1letter\n\\ No newline at end of file\n' + +Repository: plone.schemaeditor + + +Branch: refs/heads/master +Date: 2024-12-19T08:46:23+01:00 +Author: Peter Mathis (petschki) +Commit: https://github.com/plone/plone.schemaeditor/commit/3669b8ecb728a00fb8aeea2d15cffee7ce0aa903 + +Merge pull request #126 from plone/fix#125 + +update robot test + +Files changed: +A news/125.testing +M plone/schemaeditor/tests/robot/test_fields.robot + +b'diff --git a/news/125.testing b/news/125.testing\nnew file mode 100644\nindex 0000000..edc539a\n--- /dev/null\n+++ b/news/125.testing\n@@ -0,0 +1 @@\n+fix robot test @1letter\n\\ No newline at end of file\ndiff --git a/plone/schemaeditor/tests/robot/test_fields.robot b/plone/schemaeditor/tests/robot/test_fields.robot\nindex 63b9faf..95a992e 100644\n--- a/plone/schemaeditor/tests/robot/test_fields.robot\n+++ b/plone/schemaeditor/tests/robot/test_fields.robot\n@@ -252,5 +252,7 @@ the field is removed\n \n Click Modal Link\n [Arguments] ${SELECTOR}\n+ \n Click ${SELECTOR}\n- Wait For Elements State //div[contains(@class, "modal-body")]//form[@id] visible timeout=10s\n+ Wait For Condition Classes //body contains modal-open\n+ Wait For Condition Classes //div[@class="modal-wrapper"]/div/div contains show\n'