Skip to content

Commit

Permalink
[fc] Repository: plone.volto
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2023-12-12T20:28:10+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@debcdce

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) <[email protected]>
Commit: plone/plone.volto@d124bdf

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) <[email protected]>
Commit: plone/plone.volto@108a4e5

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) <[email protected]>
Commit: plone/plone.volto@cbfb824

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
  • Loading branch information
sneridagh committed Dec 13, 2023
1 parent f319ab8 commit dbf5e38
Showing 1 changed file with 49 additions and 19 deletions.
68 changes: 49 additions & 19 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,63 @@
Repository: plonetheme.barceloneta
Repository: plone.volto


Branch: refs/heads/master
Date: 2023-12-12T22:07:42+01:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: https://github.com/plone/plonetheme.barceloneta/commit/ad68f912db33513fd419f56a571de65242cc206e
Branch: refs/heads/main
Date: 2023-12-12T20:28:10+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/debcdcefc420f52cd943edb0e13d8a8c21fae731

Preparing release 3.2.0a2
Add `preview_image_link` behavior to the Example content type for testing.

Files changed:
M CHANGES.md
M setup.py
D news/251.bugfix
D news/356.bugfix
M src/plone/volto/profiles/coresandbox/types/example.xml

b'diff --git a/CHANGES.md b/CHANGES.md\nindex 25881c8f..add9c1b1 100644\n--- a/CHANGES.md\n+++ b/CHANGES.md\n@@ -9,6 +9,17 @@\n \n <!-- towncrier release notes start -->\n \n+## 3.2.0a2 (2023-12-12)\n+\n+\n+### Bug fixes:\n+\n+- Sanitize color variables to more Bootstrap like approach with main `$primary` color.\n+ [petschki] #251\n+- Upgrade dependencies.\n+ [petschki] #356\n+\n+\n ## 3.2.0a1 (2023-10-24)\n \n \ndiff --git a/news/251.bugfix b/news/251.bugfix\ndeleted file mode 100644\nindex ac0ea762..00000000\n--- a/news/251.bugfix\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-Sanitize color variables to more Bootstrap like approach with main `$primary` color.\n-[petschki]\ndiff --git a/news/356.bugfix b/news/356.bugfix\ndeleted file mode 100644\nindex 5fb39e1c..00000000\n--- a/news/356.bugfix\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-Upgrade dependencies.\n-[petschki]\ndiff --git a/setup.py b/setup.py\nindex ea4450a1..73f93852 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -3,7 +3,7 @@\n from setuptools import setup\n \n \n-version = "3.2.0a2.dev0"\n+version = "3.2.0a2"\n \n long_description = f"{Path(\'README.md\').read_text()}\\n{Path(\'CHANGES.md\').read_text()}"\n \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 <element value="plone.versioning" />\n <element value="plone.tableofcontents" />\n <element value="plone.locking" />\n+ <element value="volto.preview_image_link" />\n </property>\n <property name="model_source" />\n <property name="model_file" />\n'

Repository: plonetheme.barceloneta
Repository: plone.volto


Branch: refs/heads/master
Date: 2023-12-12T22:08:29+01:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: https://github.com/plone/plonetheme.barceloneta/commit/030535a1e14a321cf46d2280a51338a9a8cd99b8
Branch: refs/heads/main
Date: 2023-12-12T20:29:08+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/d124bdf96a1c94e22c5b42ac90fe8ca2599285ce

Back to development: 3.2.0a3
Move the behavior to the top

Files changed:
M setup.py
M src/plone/volto/profiles/coresandbox/types/example.xml

b'diff --git a/setup.py b/setup.py\nindex 73f93852..2c0d9350 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -3,7 +3,7 @@\n from setuptools import setup\n \n \n-version = "3.2.0a2"\n+version = "3.2.0a3.dev0"\n \n long_description = f"{Path(\'README.md\').read_text()}\\n{Path(\'CHANGES.md\').read_text()}"\n \n'
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 <property name="klass">plone.volto.coresandbox.example.Example</property>\n <property name="schema">plone.volto.coresandbox.example.IExample</property>\n <property name="behaviors">\n+ <element value="volto.preview_image_link" />\n <element value="plone.namefromtitle" />\n <element value="plone.allowdiscussion" />\n <element value="plone.excludefromnavigation" />\n@@ -35,7 +36,6 @@\n <element value="plone.versioning" />\n <element value="plone.tableofcontents" />\n <element value="plone.locking" />\n- <element value="volto.preview_image_link" />\n </property>\n <property name="model_source" />\n <property name="model_file" />\n'

Repository: plone.volto


Branch: refs/heads/main
Date: 2023-12-12T20:29:46+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
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) <[email protected]>
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 <property name="klass">plone.volto.coresandbox.example.Example</property>\n <property name="schema">plone.volto.coresandbox.example.IExample</property>\n <property name="behaviors">\n+ <element value="volto.preview_image_link" />\n <element value="plone.namefromtitle" />\n <element value="plone.allowdiscussion" />\n <element value="plone.excludefromnavigation" />\n'

0 comments on commit dbf5e38

Please sign in to comment.