Skip to content

Commit

Permalink
[fc] Repository: plone.app.relationfield
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2024-04-19T09:29:03-06:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.relationfield@fe054b8

Import IPloneSiteRoot from plone.base

Files changed:
M plone/app/relationfield/configure.zcml
Repository: plone.app.relationfield

Branch: refs/heads/master
Date: 2024-04-19T09:30:19-06:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.relationfield@7542b80

changelog

Files changed:
A news/53.bugfix
Repository: plone.app.relationfield

Branch: refs/heads/master
Date: 2024-04-19T10:42:39-06:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.relationfield@01c2c5e

Merge pull request #53 from plone/update-import

Import IPloneSiteRoot from plone.base

Files changed:
A news/53.bugfix
M plone/app/relationfield/configure.zcml
  • Loading branch information
davisagli committed Apr 19, 2024
1 parent be4cd50 commit f7aa144
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,48 @@
Repository: plone.base
Repository: plone.app.relationfield


Branch: refs/heads/main
Date: 2024-04-10T09:13:13+02:00
Author: 1letter (1letter) <1letter@gmx.de>
Commit: https://github.com/plone/plone.base/commit/7e21d1c31c33b507757ad4a83774539b46267af2
Branch: refs/heads/master
Date: 2024-04-19T09:29:03-06:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: https://github.com/plone/plone.app.relationfield/commit/fe054b8c54943f57a2962f3762e687a6be8c47b0

Update IFilterSchema and ITinyMCEPluginSchema

enable tinymce plugin accordion
Import IPloneSiteRoot from plone.base

Files changed:
M src/plone/base/interfaces/controlpanel.py
M plone/app/relationfield/configure.zcml

b'diff --git a/src/plone/base/interfaces/controlpanel.py b/src/plone/base/interfaces/controlpanel.py\nindex 6163126..e885166 100644\n--- a/src/plone/base/interfaces/controlpanel.py\n+++ b/src/plone/base/interfaces/controlpanel.py\n@@ -301,6 +301,7 @@ class IFilterSchema(Interface):\n "span",\n "strong",\n "sub",\n+ "summary",\n "sup",\n "table",\n "tbody",\n@@ -333,6 +334,7 @@ class IFilterSchema(Interface):\n "loading",\n "srcset",\n "sizes",\n+ "open",\n ],\n value_type=schema.TextLine(),\n missing_value=[],\n@@ -531,6 +533,7 @@ class ITinyMCEPluginSchema(Interface):\n value_type=schema.Choice(\n vocabulary=SimpleVocabulary(\n [\n+ SimpleTerm("accordion", "accordion", "accordion"),\n SimpleTerm("advlist", "advlist", "advlist"),\n SimpleTerm("anchor", "anchor", "anchor"),\n SimpleTerm("autolink", "autolink", "autolink"),\n'
b'diff --git a/plone/app/relationfield/configure.zcml b/plone/app/relationfield/configure.zcml\nindex f4383b8..b61a39d 100644\n--- a/plone/app/relationfield/configure.zcml\n+++ b/plone/app/relationfield/configure.zcml\n@@ -17,7 +17,7 @@\n title="Relation Field"\n description="Adds support for content relationships defined using z3c.relationfield"\n provides="Products.GenericSetup.interfaces.EXTENSION"\n- for="Products.CMFPlone.interfaces.IPloneSiteRoot"\n+ for="plone.base.interfaces.IPloneSiteRoot"\n directory="profiles/default"\n />\n \n'

Repository: plone.base
Repository: plone.app.relationfield


Branch: refs/heads/main
Date: 2024-04-10T09:14:23+02:00
Author: 1letter (1letter) <1letter@gmx.de>
Commit: https://github.com/plone/plone.base/commit/da0a612975cb827e2f4ad79282b82e21e2514cf1
Branch: refs/heads/master
Date: 2024-04-19T09:30:19-06:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: https://github.com/plone/plone.app.relationfield/commit/7542b808ac62d78ba142e4fafce6c58dadff07ac

add News
changelog

Files changed:
A news/62.feature
A news/53.bugfix

b"diff --git a/news/62.feature b/news/62.feature\nnew file mode 100644\nindex 0000000..2d3f5c6\n--- /dev/null\n+++ b/news/62.feature\n@@ -0,0 +1 @@\n+enable Plugin 'accordion' for TinyMCE @1letter\n"
b'diff --git a/news/53.bugfix b/news/53.bugfix\nnew file mode 100644\nindex 0000000..58fef0e\n--- /dev/null\n+++ b/news/53.bugfix\n@@ -0,0 +1 @@\n+Import IPloneSiteRoot from plone.base. @davisagli\n'

Repository: plone.base
Repository: plone.app.relationfield


Branch: refs/heads/main
Date: 2024-04-19T18:21:48+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: https://github.com/plone/plone.base/commit/caf756404d4dfce4e5c93150371cf76b3613716b
Branch: refs/heads/master
Date: 2024-04-19T10:42:39-06:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: https://github.com/plone/plone.app.relationfield/commit/01c2c5e5701509bbcdf217d6d6183c6e167b3737

Merge pull request #63 from plone/feature-#62
Merge pull request #53 from plone/update-import

Enable TinyMCE Editor Plugin 'accordion'
Import IPloneSiteRoot from plone.base

Files changed:
A news/62.feature
M src/plone/base/interfaces/controlpanel.py
A news/53.bugfix
M plone/app/relationfield/configure.zcml

b'diff --git a/news/62.feature b/news/62.feature\nnew file mode 100644\nindex 0000000..2d3f5c6\n--- /dev/null\n+++ b/news/62.feature\n@@ -0,0 +1 @@\n+enable Plugin \'accordion\' for TinyMCE @1letter\ndiff --git a/src/plone/base/interfaces/controlpanel.py b/src/plone/base/interfaces/controlpanel.py\nindex 6163126..e885166 100644\n--- a/src/plone/base/interfaces/controlpanel.py\n+++ b/src/plone/base/interfaces/controlpanel.py\n@@ -301,6 +301,7 @@ class IFilterSchema(Interface):\n "span",\n "strong",\n "sub",\n+ "summary",\n "sup",\n "table",\n "tbody",\n@@ -333,6 +334,7 @@ class IFilterSchema(Interface):\n "loading",\n "srcset",\n "sizes",\n+ "open",\n ],\n value_type=schema.TextLine(),\n missing_value=[],\n@@ -531,6 +533,7 @@ class ITinyMCEPluginSchema(Interface):\n value_type=schema.Choice(\n vocabulary=SimpleVocabulary(\n [\n+ SimpleTerm("accordion", "accordion", "accordion"),\n SimpleTerm("advlist", "advlist", "advlist"),\n SimpleTerm("anchor", "anchor", "anchor"),\n SimpleTerm("autolink", "autolink", "autolink"),\n'
b'diff --git a/news/53.bugfix b/news/53.bugfix\nnew file mode 100644\nindex 0000000..58fef0e\n--- /dev/null\n+++ b/news/53.bugfix\n@@ -0,0 +1 @@\n+Import IPloneSiteRoot from plone.base. @davisagli\ndiff --git a/plone/app/relationfield/configure.zcml b/plone/app/relationfield/configure.zcml\nindex f4383b8..b61a39d 100644\n--- a/plone/app/relationfield/configure.zcml\n+++ b/plone/app/relationfield/configure.zcml\n@@ -17,7 +17,7 @@\n title="Relation Field"\n description="Adds support for content relationships defined using z3c.relationfield"\n provides="Products.GenericSetup.interfaces.EXTENSION"\n- for="Products.CMFPlone.interfaces.IPloneSiteRoot"\n+ for="plone.base.interfaces.IPloneSiteRoot"\n directory="profiles/default"\n />\n \n'

0 comments on commit f7aa144

Please sign in to comment.