-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.portlet.collection
Branch: refs/heads/master Date: 2025-01-20T21:31:47+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.portlet.collection@c68fe79 Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/portlet/collection/collection.py Repository: plone.portlet.collection Branch: refs/heads/master Date: 2025-01-21T15:12:27+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.portlet.collection@932a846 Merge pull request #46 from plone/maurits-warnings Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/portlet/collection/collection.py
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
Repository: plone.portlet.static | ||
Repository: plone.portlet.collection | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-20T21:33:22+01:00 | ||
Date: 2025-01-20T21:31:47+01:00 | ||
Author: Maurits van Rees (mauritsvanrees) <[email protected]> | ||
Commit: https://github.com/plone/plone.portlet.static/commit/2e4c85ad6d66f221441ea68a9bc4c7c1acbb3afa | ||
Commit: https://github.com/plone/plone.portlet.collection/commit/c68fe7946d7c2668b48e7d6d6b65f878a838ab76 | ||
|
||
Fix DeprecationWarnings. | ||
|
||
Files changed: | ||
A news/4090.bugfix | ||
M plone/portlet/static/static.py | ||
M plone/portlet/collection/collection.py | ||
|
||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 0000000..8528aef\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/portlet/static/static.py b/plone/portlet/static/static.py\nindex 2a3349a..b107dc8 100644\n--- a/plone/portlet/static/static.py\n+++ b/plone/portlet/static/static.py\n@@ -2,7 +2,7 @@\n from plone.app.portlets.portlets import base\n from plone.app.textfield import RichText\n from plone.app.textfield.value import RichTextValue\n-from plone.app.z3cform.widget import RichTextFieldWidget\n+from plone.app.z3cform.widgets.richtext import RichTextFieldWidget\n from plone.autoform import directives\n from plone.base.utils import safe_text\n from plone.i18n.normalizer.interfaces import IIDNormalizer\n' | ||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 0000000..8528aef\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/portlet/collection/collection.py b/plone/portlet/collection/collection.py\nindex f84a199..668356d 100644\n--- a/plone/portlet/collection/collection.py\n+++ b/plone/portlet/collection/collection.py\n@@ -2,7 +2,7 @@\n from plone.app.portlets.browser import formhelper\n from plone.app.portlets.portlets import base\n from plone.app.uuid.utils import uuidToObject\n-from plone.app.z3cform.widget import RelatedItemsFieldWidget\n+from plone.app.z3cform.widgets.relateditems import RelatedItemsFieldWidget\n from plone.autoform.directives import widget\n from plone.base.defaultpage import is_default_page\n from plone.base.interfaces.controlpanel import ISiteSchema\n' | ||
|
||
Repository: plone.portlet.static | ||
Repository: plone.portlet.collection | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-21T15:11:54+01:00 | ||
Date: 2025-01-21T15:12:27+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <[email protected]> | ||
Commit: https://github.com/plone/plone.portlet.static/commit/cc1e1a2b6456fde78424d7fe1333dae97d4c4855 | ||
Commit: https://github.com/plone/plone.portlet.collection/commit/932a8461ab48ab44f83c37601d5c8d702ff5cb24 | ||
|
||
Merge pull request #47 from plone/maurits-warnings | ||
Merge pull request #46 from plone/maurits-warnings | ||
|
||
Fix DeprecationWarnings. | ||
|
||
Files changed: | ||
A news/4090.bugfix | ||
M plone/portlet/static/static.py | ||
M plone/portlet/collection/collection.py | ||
|
||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 0000000..8528aef\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/portlet/static/static.py b/plone/portlet/static/static.py\nindex 2a3349a..b107dc8 100644\n--- a/plone/portlet/static/static.py\n+++ b/plone/portlet/static/static.py\n@@ -2,7 +2,7 @@\n from plone.app.portlets.portlets import base\n from plone.app.textfield import RichText\n from plone.app.textfield.value import RichTextValue\n-from plone.app.z3cform.widget import RichTextFieldWidget\n+from plone.app.z3cform.widgets.richtext import RichTextFieldWidget\n from plone.autoform import directives\n from plone.base.utils import safe_text\n from plone.i18n.normalizer.interfaces import IIDNormalizer\n' | ||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 0000000..8528aef\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/portlet/collection/collection.py b/plone/portlet/collection/collection.py\nindex f84a199..668356d 100644\n--- a/plone/portlet/collection/collection.py\n+++ b/plone/portlet/collection/collection.py\n@@ -2,7 +2,7 @@\n from plone.app.portlets.browser import formhelper\n from plone.app.portlets.portlets import base\n from plone.app.uuid.utils import uuidToObject\n-from plone.app.z3cform.widget import RelatedItemsFieldWidget\n+from plone.app.z3cform.widgets.relateditems import RelatedItemsFieldWidget\n from plone.autoform.directives import widget\n from plone.base.defaultpage import is_default_page\n from plone.base.interfaces.controlpanel import ISiteSchema\n' | ||
|