From e5199a230a8b92bfdf4595b0045d23a475066e9f Mon Sep 17 00:00:00 2001 From: sneridagh Date: Wed, 13 Dec 2023 08:24:32 +0100 Subject: [PATCH] [fc] Repository: plone.volto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Branch: refs/heads/main Date: 2023-12-12T20:28:10+01:00 Author: Victor Fernandez de Alba (sneridagh) Commit: https://github.com/plone/plone.volto/commit/debcdcefc420f52cd943edb0e13d8a8c21fae731 Add `preview_image_link` behavior to the Example content type for testing. Files changed: M src/plone/volto/profiles/coresandbox/types/example.xml Repository: plone.volto Branch: refs/heads/main Date: 2023-12-12T20:29:08+01:00 Author: Victor Fernandez de Alba (sneridagh) Commit: https://github.com/plone/plone.volto/commit/d124bdf96a1c94e22c5b42ac90fe8ca2599285ce Move the behavior to the top Files changed: M src/plone/volto/profiles/coresandbox/types/example.xml Repository: plone.volto Branch: refs/heads/main Date: 2023-12-12T20:29:46+01:00 Author: Victor Fernandez de Alba (sneridagh) Commit: https://github.com/plone/plone.volto/commit/108a4e52b4f4ae26a5002f89cf69dff08bbd8f14 Changelog Files changed: A news/136.feature Repository: plone.volto Branch: refs/heads/main Date: 2023-12-13T08:24:32+01:00 Author: Víctor Fernández de Alba (sneridagh) Commit: https://github.com/plone/plone.volto/commit/cbfb82497d55a84c60c313dbeb27705c4c22f1fd Merge pull request #136 from plone/addPreviewImageLinktoExampleContentType Add `preview_image_link` behavior to the Example content type for testing. Files changed: A news/136.feature M src/plone/volto/profiles/coresandbox/types/example.xml --- last_commit.txt | 64 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 56 insertions(+), 8 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index f8dbfcd1e9..3377f529fe 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,15 +1,63 @@ -Repository: plonetheme.barceloneta +Repository: plone.volto -Branch: refs/heads/3.1.x -Date: 2023-12-12T15:56:15+01:00 -Author: Peter Mathis (petschki) -Commit: https://github.com/plone/plonetheme.barceloneta/commit/c7958409e95370a03c203d90043136ba97ddd0e6 +Branch: refs/heads/main +Date: 2023-12-12T20:28:10+01:00 +Author: Victor Fernandez de Alba (sneridagh) +Commit: https://github.com/plone/plone.volto/commit/debcdcefc420f52cd943edb0e13d8a8c21fae731 -fix package.json version +Add `preview_image_link` behavior to the Example content type for testing. Files changed: -M package.json +M src/plone/volto/profiles/coresandbox/types/example.xml -b'diff --git a/package.json b/package.json\nindex bc66f1b9..52df24e0 100644\n--- a/package.json\n+++ b/package.json\n@@ -1,7 +1,7 @@\n {\n "name": "@plone/plonetheme-barceloneta-base",\n "description": "Plone Theme Barceloneta Resources",\n- "version": "3.1.4",\n+ "version": "3.1.7",\n "files": [\n "/scss",\n "/plonetheme/barceloneta/theme/tinymce/*.css"\n' +b'diff --git a/src/plone/volto/profiles/coresandbox/types/example.xml b/src/plone/volto/profiles/coresandbox/types/example.xml\nindex df795b20..8d3c4731 100644\n--- a/src/plone/volto/profiles/coresandbox/types/example.xml\n+++ b/src/plone/volto/profiles/coresandbox/types/example.xml\n@@ -35,6 +35,7 @@\n \n \n \n+ \n \n \n \n' + +Repository: plone.volto + + +Branch: refs/heads/main +Date: 2023-12-12T20:29:08+01:00 +Author: Victor Fernandez de Alba (sneridagh) +Commit: https://github.com/plone/plone.volto/commit/d124bdf96a1c94e22c5b42ac90fe8ca2599285ce + +Move the behavior to the top + +Files changed: +M src/plone/volto/profiles/coresandbox/types/example.xml + +b'diff --git a/src/plone/volto/profiles/coresandbox/types/example.xml b/src/plone/volto/profiles/coresandbox/types/example.xml\nindex 8d3c473..1477093 100644\n--- a/src/plone/volto/profiles/coresandbox/types/example.xml\n+++ b/src/plone/volto/profiles/coresandbox/types/example.xml\n@@ -28,6 +28,7 @@\n plone.volto.coresandbox.example.Example\n plone.volto.coresandbox.example.IExample\n \n+ \n \n \n \n@@ -35,7 +36,6 @@\n \n \n \n- \n \n \n \n' + +Repository: plone.volto + + +Branch: refs/heads/main +Date: 2023-12-12T20:29:46+01:00 +Author: Victor Fernandez de Alba (sneridagh) +Commit: https://github.com/plone/plone.volto/commit/108a4e52b4f4ae26a5002f89cf69dff08bbd8f14 + +Changelog + +Files changed: +A news/136.feature + +b'diff --git a/news/136.feature b/news/136.feature\nnew file mode 100644\nindex 0000000..5f4cfd3\n--- /dev/null\n+++ b/news/136.feature\n@@ -0,0 +1 @@\n+Add `preview_image_link` behavior to the Example content type for testing @sneridagh\n' + +Repository: plone.volto + + +Branch: refs/heads/main +Date: 2023-12-13T08:24:32+01:00 +Author: Víctor Fernández de Alba (sneridagh) +Commit: https://github.com/plone/plone.volto/commit/cbfb82497d55a84c60c313dbeb27705c4c22f1fd + +Merge pull request #136 from plone/addPreviewImageLinktoExampleContentType + +Add `preview_image_link` behavior to the Example content type for testing. + +Files changed: +A news/136.feature +M src/plone/volto/profiles/coresandbox/types/example.xml + +b'diff --git a/news/136.feature b/news/136.feature\nnew file mode 100644\nindex 00000000..5f4cfd36\n--- /dev/null\n+++ b/news/136.feature\n@@ -0,0 +1 @@\n+Add `preview_image_link` behavior to the Example content type for testing @sneridagh\ndiff --git a/src/plone/volto/profiles/coresandbox/types/example.xml b/src/plone/volto/profiles/coresandbox/types/example.xml\nindex df795b20..14770934 100644\n--- a/src/plone/volto/profiles/coresandbox/types/example.xml\n+++ b/src/plone/volto/profiles/coresandbox/types/example.xml\n@@ -28,6 +28,7 @@\n plone.volto.coresandbox.example.Example\n plone.volto.coresandbox.example.IExample\n \n+ \n \n \n \n'