-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump plone.namedfile #128
Closed
Closed
Bump plone.namedfile #128
Conversation
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
Newer version has fixes for CSRF.
Depends on #131 being merged first. |
See #132 |
vangheem
added a commit
that referenced
this pull request
Jan 8, 2016
Branch: refs/heads/1.3.x Date: 2016-01-08T12:15:07-02:00 Author: hvelarde (hvelarde) <hector.velarde@gmail.com> Commit: plone/Products.TinyMCE@5f84f21 Change default search method and results order used when searching for content on internal links Now we search by Title (as it is faster than SearchableText) and return results sorted by relevance instead of sortable_title. Files changed: M HISTORY.rst M Products/TinyMCE/adapters/JSONSearch.py Repository: Products.TinyMCE Branch: refs/heads/1.3.x Date: 2016-01-08T12:15:07-02:00 Author: hvelarde (hvelarde) <hector.velarde@gmail.com> Commit: plone/Products.TinyMCE@495683f Clean up code (this branch will never run under Plone 3) Files changed: M Products/TinyMCE/adapters/JSONSearch.py Repository: Products.TinyMCE Branch: refs/heads/1.3.x Date: 2016-01-08T08:32:54-06:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.TinyMCE@d622a09 Merge pull request #128 from plone/issue_127_plone_43 Change default search method and results order used when searching for content on internal links Files changed: M HISTORY.rst M Products/TinyMCE/adapters/JSONSearch.py
mister-roboto
pushed a commit
that referenced
this pull request
Jul 4, 2017
Branch: refs/heads/master Date: 2017-07-03T17:59:00+03:00 Author: Peter Holzer (agitator) <peter.holzer@agitator.com> Commit: plone/plone.app.layout@99628a7 move condition up to not show an empty div Files changed: M plone/app/layout/viewlets/anontools.pt Repository: plone.app.layout Branch: refs/heads/master Date: 2017-07-03T18:05:32+03:00 Author: Peter Holzer (agitator) <peter.holzer@agitator.com> Commit: plone/plone.app.layout@19fa14c Added membertools viewlet Files changed: A plone/app/layout/viewlets/membertools.pt M CHANGES.rst M plone/app/layout/viewlets/configure.zcml Repository: plone.app.layout Branch: refs/heads/master Date: 2017-07-04T11:19:20+03:00 Author: Eric Steele (esteele) <eric@esteele.net> Commit: plone/plone.app.layout@2f7d4cf Merge pull request #128 from plone/personal-bar Member bar Files changed: A plone/app/layout/viewlets/membertools.pt M CHANGES.rst M plone/app/layout/viewlets/anontools.pt M plone/app/layout/viewlets/configure.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Jul 19, 2017
Branch: refs/heads/master Date: 2017-07-19T15:03:30+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.upgrade@9f99dae fixes #84 - bug while migration, aq_base function works Files changed: M CHANGES.rst M plone/app/upgrade/v50/final.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-07-19T18:44:25+02:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.upgrade@bdd0f95 Merge pull request #128 from plone/fix-84 fixes #84 - bug while migration, aq_base function works Files changed: M CHANGES.rst M plone/app/upgrade/v50/final.py
mister-roboto
pushed a commit
that referenced
this pull request
Jul 19, 2017
Branch: refs/heads/master Date: 2017-07-19T15:03:30+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.upgrade@9f99dae fixes #84 - bug while migration, aq_base function works Files changed: M CHANGES.rst M plone/app/upgrade/v50/final.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-07-19T18:44:25+02:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.upgrade@bdd0f95 Merge pull request #128 from plone/fix-84 fixes #84 - bug while migration, aq_base function works Files changed: M CHANGES.rst M plone/app/upgrade/v50/final.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 10, 2019
Branch: refs/heads/master Date: 2019-04-09T10:42:41+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@5acdaa5 Fixed slowness in unicodeTestIn script used by keyword template. Fixes plone/Products.Archetypes#125 This contains performance tests, which are ignored by default, but can be activated by exporting a number: $ export AT_UNICODETESTIN=3000 $ bin/test -s Products.Archetypes -m test_widgets -t test_unicodeTestIn ... Testing unicodeTestIn with 3000 items, and 50 selected. ... Timings before this fix: First test part finished in 4.2931 seconds Second test part finished in 12.6825 seconds Timings after this fix: First test part finished in 0.0373 seconds Second test part finished in 0.2010 seconds And with the fix and 30,000 items: First test part finished in 0.0374 seconds Second test part finished in 2.0301 seconds Files changed: A news/125.bugfix M Products/Archetypes/skins/archetypes/unicodeTestIn.py M Products/Archetypes/tests/test_widgets.py Repository: Products.Archetypes Branch: refs/heads/master Date: 2019-04-10T11:10:07+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.Archetypes@aa05381 Merge pull request #128 from plone/maurits-issue-125-unicode-test-in-master Fixed slowness in unicodeTestIn script used by keyword template. [master] Files changed: A news/125.bugfix M Products/Archetypes/skins/archetypes/unicodeTestIn.py M Products/Archetypes/tests/test_widgets.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 9, 2019
Branch: refs/heads/master Date: 2019-09-06T12:42:20+02:00 Author: Andreas Jung (zopyx) <info@zopyx.com> Commit: plone/plone.recipe.zope2instance@b95286f removed leading dash Files changed: M news/119-1.feature M news/119-2.feature M news/119-3.feature Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-09-09T10:28:29+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.recipe.zope2instance@1d9ca20 Merge pull request #128 from plone/fix-119-news fix news files Files changed: M news/119-1.feature M news/119-2.feature M news/119-3.feature
mister-roboto
pushed a commit
that referenced
this pull request
Nov 28, 2019
Branch: refs/heads/master Date: 2019-11-28T01:35:58+01:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.portlets@e0ff1d4 Remove role="navigation" from Navigation portlet. Closes #128 Files changed: A news/128.bugfix M plone/app/portlets/portlets/navigation.pt Repository: plone.app.portlets Branch: refs/heads/master Date: 2019-11-28T13:15:05+01:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.portlets@0c03dc7 Merge pull request #135 from plone/fix-128-w3c-validation Remove role="navigation" from Navigation portlet. Files changed: A news/128.bugfix M plone/app/portlets/portlets/navigation.pt
mister-roboto
pushed a commit
that referenced
this pull request
Mar 10, 2020
Branch: refs/heads/master Date: 2020-03-10T11:37:59+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.dexterity@7ccb5a0 Fixed package install error with Python 3.6 without system locale. See #642 (comment) Files changed: A news/642.bugfix M setup.py Repository: plone.dexterity Branch: refs/heads/master Date: 2020-03-10T15:12:23+01:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.dexterity@b61d09f Merge pull request #128 from plone/maurits/fix-long-description-on-py36 Fixed package install error with Python 3.6 without system locale. Files changed: A news/642.bugfix M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 27, 2021
Branch: refs/heads/master Date: 2021-12-27T08:10:40+01:00 Author: Ross Patterson (rpatterson) <me@rpatterson.net> Commit: plone/plone.rest@70e1ec7 test(deprecation): Fix some warnings from our code (#128) Resolve all the deprecation warnings that originate in this package's code that are exposed by running the tests that do not stem from backwards compatibility we still support. IOW, warnings are still emitted that stem from code that needs to work with older versions we still support and cannot be updated without breaking that backwards compatibility. It seems better to me to leave the warnings in place than litter our code with BBB conditionals. Files changed: A news/128.bugfix M src/plone/rest/tests/test_redirects.py M src/plone/rest/tests/test_traversal.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 26, 2022
Branch: refs/heads/master Date: 2022-02-26T16:17:12+01:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.app.robotframework@61ba0bd Add VHM support in the PloneRobotFixture Files changed: A news/127.feature M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-02-26T22:30:52+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.robotframework@32487bd Merge pull request #128 from plone/install_vhm Add VHM support in the PloneRobotFixture Files changed: A news/127.feature M src/plone/app/robotframework/testing.py
mister-roboto
pushed a commit
that referenced
this pull request
May 4, 2023
Branch: refs/heads/master Date: 2023-05-04T17:33:08+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.caching@2402a60 Changed hardcoded test date to June instead of May to temporarily fix a testing error. See plone/plone.app.caching#127. Needs a proper fix within a month. Files changed: A news/127.tests M plone/app/caching/tests/test_utils.py Repository: plone.app.caching Branch: refs/heads/master Date: 2023-05-04T17:42:28+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.caching@4dafd5d Merge pull request #128 from plone/maurits-stable-now-moved-to-june-issue-127 Temporary fix: change test date to June instead of May Files changed: A news/127.tests M plone/app/caching/tests/test_utils.py
mister-roboto
pushed a commit
that referenced
this pull request
Jun 7, 2024
Branch: refs/heads/master Date: 2024-06-06T17:26:16+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@eb3f5d3 Configuring with plone/meta Files changed: M .github/workflows/meta.yml M .meta.toml M .pre-commit-config.yaml M pyproject.toml Repository: plone.app.users Branch: refs/heads/master Date: 2024-06-06T17:26:17+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@b22b364 Remove unused and broken member-registration control panel. This still tried to use the ``portal_properties`` tool. Since Plone 5.0 the ``member-fields`` control panel is used instead. Files changed: A news/127.bugfix M plone/app/users/browser/configure.zcml D plone/app/users/browser/registersettingspanel.py Repository: plone.app.users Branch: refs/heads/master Date: 2024-06-07T10:07:04-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.users@82bd3d3 Merge pull request #128 from plone/remove-portal-properties-tool Remove unused and broken member-registration control panel Files changed: A news/127.bugfix M .github/workflows/meta.yml M .meta.toml M .pre-commit-config.yaml M plone/app/users/browser/configure.zcml M pyproject.toml D plone/app/users/browser/registersettingspanel.py
mister-roboto
pushed a commit
that referenced
this pull request
Jun 7, 2024
Branch: refs/heads/master Date: 2024-06-06T17:26:16+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@eb3f5d3 Configuring with plone/meta Files changed: M .github/workflows/meta.yml M .meta.toml M .pre-commit-config.yaml M pyproject.toml Repository: plone.app.users Branch: refs/heads/master Date: 2024-06-06T17:26:17+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@b22b364 Remove unused and broken member-registration control panel. This still tried to use the ``portal_properties`` tool. Since Plone 5.0 the ``member-fields`` control panel is used instead. Files changed: A news/127.bugfix M plone/app/users/browser/configure.zcml D plone/app/users/browser/registersettingspanel.py Repository: plone.app.users Branch: refs/heads/master Date: 2024-06-07T10:07:04-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.users@82bd3d3 Merge pull request #128 from plone/remove-portal-properties-tool Remove unused and broken member-registration control panel Files changed: A news/127.bugfix M .github/workflows/meta.yml M .meta.toml M .pre-commit-config.yaml M plone/app/users/browser/configure.zcml M pyproject.toml D plone/app/users/browser/registersettingspanel.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 12, 2024
Branch: refs/heads/main Date: 2023-06-30T15:46:50+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.volto@dc79ce9 Fix deprecated imports Files changed: M src/plone/volto/browser/breadcrumbs.py M src/plone/volto/browser/migrate_to_volto.py M src/plone/volto/browser/navigation.py M src/plone/volto/setuphandlers.py M src/plone/volto/vocabularies/subject.py Repository: plone.volto Branch: refs/heads/main Date: 2023-06-30T15:48:26+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.volto@9dae212 changenote Files changed: A news/128.bugfix Repository: plone.volto Branch: refs/heads/main Date: 2024-12-11T14:27:14-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@cb852d8 Merge remote-tracking branch 'origin/main' into petschki-cleanup-deprecations Files changed: A .editorconfig A .github/workflows/meta.yml A .meta.toml A .pre-commit-config.yaml A CHANGES.md A CONTRIBUTORS.md A README.md A constraints.txt A dependabot.yml A instance.yaml A mx.ini A news/.changelog_template.jinja A news/164.breaking A news/164.bugfix A news/167.internal A news/168.bugfix A src/plone/volto/bbb.py A src/plone/volto/behaviors/kicker.py A src/plone/volto/distributions.zcml A src/plone/volto/distributions/volto/content/content/__metadata__.json A src/plone/volto/distributions/volto/content/content/plone_site_root/data.json A src/plone/volto/distributions/volto/content/discussions.json A src/plone/volto/distributions/volto/content/principals.json A src/plone/volto/distributions/volto/content/redirects.json A src/plone/volto/distributions/volto/content/relations.json A src/plone/volto/distributions/volto/content/translations.json A src/plone/volto/distributions/volto/image.png A src/plone/volto/distributions/volto/profiles.json A src/plone/volto/distributions/volto/schema.json A src/plone/volto/indexers/__init__.py A src/plone/volto/indexers/configure.zcml A src/plone/volto/indexers/indexers.py A src/plone/volto/locales/__init__.py A src/plone/volto/locales/pt_BR/LC_MESSAGES/plone.volto.po A src/plone/volto/locales/update.py A src/plone/volto/profiles/default/types/Plone_Site.xml A tests/conftest.py A tests/coresandbox/conftest.py A tests/coresandbox/test_coresandbox.py A tests/distribution/test_creation.py A tests/distribution/test_distribution.py A tests/distribution/test_registration.py A tests/features/test_indexers.py A tests/features/test_linkintegrity.py A tests/features/test_preview_link_behavior.py A tests/features/test_scripts.py A tests/features/test_summary_serialization.py A tests/features/test_transforms.py A tests/migration/conftest.py A tests/migration/test_migrate_to_volto.py A tests/setup/test_setup_install.py A tests/setup/test_setup_uninstall.py A tests/setup/test_upgrades.py A tox.ini M .flake8 M .gitignore M MANIFEST.in M Makefile M pyproject.toml M requirements.txt M setup.py M src/plone/__init__.py M src/plone/volto/__init__.py M src/plone/volto/behaviors/configure.zcml M src/plone/volto/behaviors/navtitle.py M src/plone/volto/behaviors/preview.py M src/plone/volto/behaviors/preview_link.py M src/plone/volto/blocksuuidfixer.py M src/plone/volto/browser/breadcrumbs.py M src/plone/volto/browser/configure.zcml M src/plone/volto/browser/migrate_richtext.pt M src/plone/volto/browser/migrate_richtext.py M src/plone/volto/browser/migrate_to_volto.pt M src/plone/volto/browser/migrate_to_volto.py M src/plone/volto/browser/navigation.py M src/plone/volto/browser/voltobackendwarning.pt M src/plone/volto/configure.zcml M src/plone/volto/content.py M src/plone/volto/controlpanel.py M src/plone/volto/coresandbox/example.py M src/plone/volto/dependencies.zcml M src/plone/volto/interfaces.py M src/plone/volto/locales/de/LC_MESSAGES/plone.volto.po M src/plone/volto/locales/en/LC_MESSAGES/plone.volto.po M src/plone/volto/locales/es/LC_MESSAGES/plone.volto.po M src/plone/volto/locales/eu/LC_MESSAGES/plone.volto.po M src/plone/volto/locales/it/LC_MESSAGES/plone.volto.po M src/plone/volto/locales/plone.volto.pot M src/plone/volto/overrides.zcml M src/plone/volto/patches.py M src/plone/volto/patches.zcml M src/plone/volto/profiles.zcml M src/plone/volto/profiles/coresandbox/diff_tool.xml M src/plone/volto/profiles/coresandbox/metadata.xml M src/plone/volto/profiles/coresandbox/repositorytool.xml M src/plone/volto/profiles/coresandbox/types.xml M src/plone/volto/profiles/coresandbox/types/example.xml M src/plone/volto/profiles/default/actions.xml M src/plone/volto/profiles/default/browserlayer.xml M src/plone/volto/profiles/default/catalog.xml M src/plone/volto/profiles/default/controlpanel.xml M src/plone/volto/profiles/default/metadata.xml M src/plone/volto/profiles/default/registry.xml M src/plone/volto/profiles/default/types/Collection.xml M src/plone/volto/profiles/default/types/Document.xml M src/plone/volto/profiles/default/types/Event.xml M src/plone/volto/profiles/default/types/Folder.xml M src/plone/volto/profiles/default/types/LRF.xml M src/plone/volto/profiles/default/types/News_Item.xml M src/plone/volto/profiles/multilingual/metadata.xml M src/plone/volto/profiles/multilingual/registry.xml M src/plone/volto/profiles/uninstall/browserlayer.xml M src/plone/volto/scripts/add_image_field_metadata.py M src/plone/volto/scripts/auditblocks.py M src/plone/volto/scripts/clear-rebuild-catalog.py M src/plone/volto/scripts/migrate_richtext.py M src/plone/volto/scripts/utils.py M src/plone/volto/setuphandlers.py M src/plone/volto/testing.py M src/plone/volto/transforms.py M src/plone/volto/upgrades.py M src/plone/volto/upgrades.zcml M src/plone/volto/vocabularies/subject.py D .github/workflows/code-analysis.yml D .github/workflows/tests.yml D CHANGES.rst D CONTRIBUTORS.rst D README.rst D base.cfg D buildout.cfg D plone-5.2.x.cfg D plone-6.0.x.cfg D requirements/dev.txt D requirements/plone-5.2.txt D requirements/plone-6.0.txt D requirements/prod.txt D scripts/update_translations.sh D setup.cfg D src/plone/volto/behaviors/headtitle.py D src/plone/volto/default_homepage/__init__.py D src/plone/volto/default_homepage/default.py D src/plone/volto/default_homepage/demo.py D src/plone/volto/default_homepage/lrf.py D src/plone/volto/indexers.py D src/plone/volto/locales/update.sh D src/plone/volto/profiles/demo/metadata.xml D src/plone/volto/profiles/demo/rolemap.xml D src/plone/volto/profiles/homepage/metadata.xml D src/plone/volto/profiles/richtext/metadata.xml D src/plone/volto/profiles/richtext/types.xml D src/plone/volto/profiles/richtext/types/Document.xml D src/plone/volto/scaling.py D src/plone/volto/tests/__init__.py D src/plone/volto/tests/test_coresandbox.py D src/plone/volto/tests/test_linkintegrity.py D src/plone/volto/tests/test_migrate_to_volto.py D src/plone/volto/tests/test_preview_link_behavior.py D src/plone/volto/tests/test_scripts.py D src/plone/volto/tests/test_setup.py D src/plone/volto/tests/test_summary_serialization.py D src/plone/volto/tests/test_transforms.py D src/plone/volto/tests/test_upgrades.py D versions.cfg Repository: plone.volto Branch: refs/heads/main Date: 2024-12-11T14:30:09-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@ac79143 fix one more import Files changed: A news/128.internal M src/plone/volto/browser/migrate_to_volto.py D news/128.bugfix Repository: plone.volto Branch: refs/heads/main Date: 2024-12-11T15:07:02-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@f54450d Merge remote-tracking branch 'origin/main' into petschki-cleanup-deprecations Files changed: A news/157.bugfix D src/plone/volto/overrides.zcml D src/plone/volto/vocabularies/__init__.py D src/plone/volto/vocabularies/configure.zcml D src/plone/volto/vocabularies/subject.py Repository: plone.volto Branch: refs/heads/main Date: 2024-12-11T16:07:30-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@847a7c3 Merge pull request #128 from plone/petschki-cleanup-deprecations Fix deprecated imports Files changed: A news/128.internal M src/plone/volto/browser/breadcrumbs.py M src/plone/volto/browser/migrate_to_volto.py M src/plone/volto/browser/navigation.py
mister-roboto
pushed a commit
that referenced
this pull request
Jan 21, 2025
Branch: refs/heads/master Date: 2025-01-20T22:01:37+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.schemaeditor@403c2bb Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/schemaeditor/tests/choice.rst M plone/schemaeditor/tests/editing.rst M plone/schemaeditor/tests/extending.rst M plone/schemaeditor/tests/minmax.rst Repository: plone.schemaeditor Branch: refs/heads/master Date: 2025-01-21T13:10:45+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@2b5d0fa Merge pull request #128 from plone/maurits-warnings Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/schemaeditor/tests/choice.rst M plone/schemaeditor/tests/editing.rst M plone/schemaeditor/tests/extending.rst M plone/schemaeditor/tests/minmax.rst
mister-roboto
pushed a commit
that referenced
this pull request
Jan 21, 2025
Branch: refs/heads/master Date: 2025-01-20T22:01:37+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.schemaeditor@403c2bb Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/schemaeditor/tests/choice.rst M plone/schemaeditor/tests/editing.rst M plone/schemaeditor/tests/extending.rst M plone/schemaeditor/tests/minmax.rst Repository: plone.schemaeditor Branch: refs/heads/master Date: 2025-01-21T13:10:45+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@2b5d0fa Merge pull request #128 from plone/maurits-warnings Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/schemaeditor/tests/choice.rst M plone/schemaeditor/tests/editing.rst M plone/schemaeditor/tests/extending.rst M plone/schemaeditor/tests/minmax.rst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Newer version has fixes for CSRF.