Skip to content

Commit

Permalink
[fc] Repository: plone.app.vocabularies
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2025-01-20T21:15:39+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.vocabularies@333cad1

Fix DeprecationWarnings.

Files changed:
A news/4090.bugfix
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2025-01-21T18:07:35-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.vocabularies@975c325

Merge pull request #100 from plone/maurits-warnings

Fix DeprecationWarnings.

Files changed:
A news/4090.bugfix
M plone/app/vocabularies/catalog.py
  • Loading branch information
davisagli committed Jan 22, 2025
1 parent 7795735 commit 033c9f0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
Repository: plone.app.relationfield
Repository: plone.app.vocabularies


Branch: refs/heads/master
Date: 2025-01-20T20:58:55+01:00
Date: 2025-01-20T21:15:39+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: https://github.com/plone/plone.app.relationfield/commit/c14019d9042c355c8a04f2b27f46f2418500f257
Commit: https://github.com/plone/plone.app.vocabularies/commit/333cad1128a7f37f3c2786635b978902cc682183

Fix DeprecationWarnings.

Files changed:
A news/4090.bugfix
M plone/app/relationfield/schemaeditor_contenttree.txt
M plone/app/vocabularies/catalog.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/app/relationfield/schemaeditor_contenttree.txt b/plone/app/relationfield/schemaeditor_contenttree.txt\nindex 1c312b3..3fcb72d 100644\n--- a/plone/app/relationfield/schemaeditor_contenttree.txt\n+++ b/plone/app/relationfield/schemaeditor_contenttree.txt\n@@ -5,7 +5,7 @@ plone.app.relationfield schemaeditor support\n Test setup::\n \n >>> app = layer['app']\n- >>> from plone.testing.z2 import Browser\n+ >>> from plone.testing.zope import Browser\n >>> from plone.app.testing import TEST_USER_PASSWORD\n >>> browser = Browser(app)\n >>> browser.handleErrors = False\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/app/vocabularies/catalog.py b/plone/app/vocabularies/catalog.py\nindex 2bb8c0f..f6071c8 100644\n--- a/plone/app/vocabularies/catalog.py\n+++ b/plone/app/vocabularies/catalog.py\n@@ -626,7 +626,7 @@ class StaticCatalogVocabulary(CatalogVocabulary):\n Relation/RelationChoice values (to create a z3c.relationfield style\n relation). This vocabulary will work with a variety of selection widgets,\n and provides a text search method to work with the\n- plone.app.z3cform.widget.AjaxSelectWidget.\n+ plone.app.z3cform.widgets.select.AjaxSelectWidget.\n \n This vocabulary can be used to make a named vocabulary with a factory\n function:\n@@ -657,7 +657,7 @@ def my_vocab_factory(context):\n index, but you could have your vocabulary search on "Title" instead:\n \n from plone.autoform import directives\n- from plone.app.z3cform.widget import AjaxSelectFieldWidget\n+ from plone.app.z3cform.widgets.select import AjaxSelectFieldWidget\n \n \n directives.widget(\n'

Repository: plone.app.relationfield
Repository: plone.app.vocabularies


Branch: refs/heads/master
Date: 2025-01-21T18:07:14-08:00
Date: 2025-01-21T18:07:35-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: https://github.com/plone/plone.app.relationfield/commit/981f5bb7b529e1cf8ffafd6001d81f17edaaa67f
Commit: https://github.com/plone/plone.app.vocabularies/commit/975c325ba7d39e39a97c8fa22bef35e71c1d348d

Merge pull request #60 from plone/maurits-warnings
Merge pull request #100 from plone/maurits-warnings

Fix DeprecationWarnings.

Files changed:
A news/4090.bugfix
M plone/app/relationfield/schemaeditor_contenttree.txt
M plone/app/vocabularies/catalog.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/app/relationfield/schemaeditor_contenttree.txt b/plone/app/relationfield/schemaeditor_contenttree.txt\nindex 1c312b3..3fcb72d 100644\n--- a/plone/app/relationfield/schemaeditor_contenttree.txt\n+++ b/plone/app/relationfield/schemaeditor_contenttree.txt\n@@ -5,7 +5,7 @@ plone.app.relationfield schemaeditor support\n Test setup::\n \n >>> app = layer['app']\n- >>> from plone.testing.z2 import Browser\n+ >>> from plone.testing.zope import Browser\n >>> from plone.app.testing import TEST_USER_PASSWORD\n >>> browser = Browser(app)\n >>> browser.handleErrors = False\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/app/vocabularies/catalog.py b/plone/app/vocabularies/catalog.py\nindex 2bb8c0f..f6071c8 100644\n--- a/plone/app/vocabularies/catalog.py\n+++ b/plone/app/vocabularies/catalog.py\n@@ -626,7 +626,7 @@ class StaticCatalogVocabulary(CatalogVocabulary):\n Relation/RelationChoice values (to create a z3c.relationfield style\n relation). This vocabulary will work with a variety of selection widgets,\n and provides a text search method to work with the\n- plone.app.z3cform.widget.AjaxSelectWidget.\n+ plone.app.z3cform.widgets.select.AjaxSelectWidget.\n \n This vocabulary can be used to make a named vocabulary with a factory\n function:\n@@ -657,7 +657,7 @@ def my_vocab_factory(context):\n index, but you could have your vocabulary search on "Title" instead:\n \n from plone.autoform import directives\n- from plone.app.z3cform.widget import AjaxSelectFieldWidget\n+ from plone.app.z3cform.widgets.select import AjaxSelectFieldWidget\n \n \n directives.widget(\n'

0 comments on commit 033c9f0

Please sign in to comment.