-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update pin for collective.z3cform.datagridfield and pin zc.queue to 1.3 #115
Conversation
Probably this can cherry picked also to the 4.3 branch |
Update pin for collective.z3cform.datagridfield and pin zc.queue to 1.3
They are currently not pinned in 4.3, because they are not used there by default. |
collective.z3cform.datagridfield was pinned to 0.11 until 4.3.5. Then it was removed. I have no strong opinion about cherry picking this to the 4.3 branch. |
Branch: refs/heads/master Date: 2017-04-12T00:51:32+05:30 Author: KUMAR AKSHAY (kakshay21) <k.akshay9721@gmail.com> Commit: plone/plone.app.upgrade@1900145 removed change portal events Files changed: M plone/app/upgrade/v41/alphas.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-04-12T00:53:47+05:30 Author: KUMAR AKSHAY (kakshay21) <k.akshay9721@gmail.com> Commit: plone/plone.app.upgrade@890f7b0 added a change log Files changed: M CHANGES.rst Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-04-18T21:55:15+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.upgrade@5345c7e Merge pull request #115 from kakshay21/kakshay21-remove-portal-events kakshay21 remove portal events Files changed: M CHANGES.rst M plone/app/upgrade/v41/alphas.py
Branch: refs/heads/master Date: 2018-06-27T01:51:30+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@661a8a2 Portlet add and edit forms AutoExtensibleForm. But some portlet addforms fail on creating the Assignment, if there is a FormExtender for the form, and the addform uses "Assignment(**data)" for creation and not "Assignment(key=data.get(key, None))". Fix this by filtering away data values that does not come from the 'core' schema. Files changed: A plone/app/portlets/tests/test_formextender.py M CHANGES.rst M plone/app/portlets/browser/formhelper.py Repository: plone.app.portlets Branch: refs/heads/master Date: 2018-06-27T01:51:51+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@a7d16da isort config Files changed: M setup.cfg Repository: plone.app.portlets Branch: refs/heads/master Date: 2018-06-27T11:42:13+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@943d2c6 Merge pull request #115 from plone/fix-formextender Fix for making the already existing FormExtender feature work Files changed: A plone/app/portlets/tests/test_formextender.py M CHANGES.rst M plone/app/portlets/browser/formhelper.py M setup.cfg
Branch: refs/heads/4.3.x Date: 2018-08-10T11:43:19+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@caf1cf6 Portlet add and edit forms AutoExtensibleForm. But some portlet addforms fail on creating the Assignment, if there is a FormExtender for the form, and the addform uses "Assignment(**data)" for creation and not "Assignment(key=data.get(key, None))". Fix this by filtering away data values that does not come from the 'core' schema. Files changed: A plone/app/portlets/tests/test_formextender.py M CHANGES.rst M plone/app/portlets/browser/formhelper.py Repository: plone.app.portlets Branch: refs/heads/4.3.x Date: 2018-08-10T11:46:40+02:00 Author: Sune Broendum Woeller (sunew) <sune@woeller.dk> Commit: plone/plone.app.portlets@0af8650 isort config Files changed: M setup.cfg Repository: plone.app.portlets Branch: refs/heads/4.3.x Date: 2018-08-10T13:58:49+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.portlets@fd74949 Merge pull request #116 from plone/fix-formextender-4.3.x backport "Fix for making the already existing FormExtender feature work #115" to 4.3.x branch Files changed: A plone/app/portlets/tests/test_formextender.py M CHANGES.rst M plone/app/portlets/browser/formhelper.py M setup.cfg
Branch: refs/heads/master Date: 2019-10-02T12:37:33+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.dexterity@ea8643c cache expensive assignable lookup Files changed: A news/115.bugfix M plone/dexterity/content.py Repository: plone.dexterity Branch: refs/heads/master Date: 2019-10-02T14:16:54+02:00 Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.dexterity@e155797 Merge pull request #115 from plone/jensens-performance-assignable-cache Performance: Cache expensive assignable lookup Files changed: A news/115.bugfix M plone/dexterity/content.py
Branch: refs/heads/master Date: 2019-11-13T13:35:35Z Author: Cillian de Roiste (cillianderoiste) <deroiste@syslab.com> Commit: plone/plone.app.robotframework@a7a4d1d Fix the Debug keyword Fixes #114 Files changed: A news/114.fixed M src/plone/app/robotframework/keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2019-11-14T13:00:49Z Author: Cillian de Roiste (cillianderoiste) <deroiste@syslab.com> Commit: plone/plone.app.robotframework@116ad14 Debug keyword: fix fallbacks Files changed: M src/plone/app/robotframework/keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2019-11-14T23:53:11+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.robotframework@f79eead Merge pull request #115 from plone/fix-debug-keyword Fix the Debug keyword Files changed: A news/114.fixed M src/plone/app/robotframework/keywords.robot
Branch: refs/heads/master Date: 2020-06-29T15:13:17+02:00 Author: Vincent Fretin (vincentfretin) <vincent.fretin@gmail.com> Commit: plone/plone.app.z3cform@21e6ab4 Fix message type like Error not translated in add form Files changed: A news/115.bugfix M plone/app/z3cform/templates/macros.pt Repository: plone.app.z3cform Branch: refs/heads/master Date: 2020-06-29T17:00:01+02:00 Author: Vincent Fretin (vincentfretin) <vincent.fretin@gmail.com> Commit: plone/plone.app.z3cform@cd1e852 Merge pull request #115 from plone/fix-i18n-message-type Fix message type like Error not translated in add form Files changed: A news/115.bugfix M plone/app/z3cform/templates/macros.pt
Branch: refs/heads/master Date: 2021-02-10T15:49:52+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.rest@8d1ed68 Explicitly make allow_credentials required in CORS policy. This was the default for Bool fields until and including zope.schema 6.0.1. In 6.1.0 this changed. Since we have a default in the field definition, it does not look like any changes are needed for people using `plone.rest`. Without this, we get errors like this on Jenkins with Plone coredev 6: ``` $ bin/test -s plone.rest ... File "/Users/maurits/shared-eggs/cp38/zope.configuration-4.4.0-py3.8.egg /zope/configuration/config.py", line 869, in finish actions = self.handler(context, **args) zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/Users/maurits/community/plone-coredev/6.0/src/plone.rest/src/plone/rest/testing.zcml", line 163.2-167.6 TypeError: cors_policy_directive() missing 1 required positional argument: 'allow_credentials' ``` See zopefoundation/zope.schema#104 (comment) Files changed: A news/104.bugfix M src/plone/rest/zcml.py Repository: plone.rest Branch: refs/heads/master Date: 2021-02-10T17:48:27+01:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.rest@cc8e7b3 Merge pull request #115 from plone/maurits/allow-credentials-required Explicitly make allow_credentials required in CORS policy. Files changed: A news/104.bugfix M src/plone/rest/zcml.py
Branch: refs/heads/master Date: 2022-05-17T11:13:16+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.namedfile@2e54b2c Only look at the width when checking if a HiDPI image would be larger than the original. Otherwise HiDPI srcsets are never included when the scale is defined with a height of 65536. Fixes plone/plone.namedfile#114 Files changed: A news/114.bugfix M plone/namedfile/scaling.py Repository: plone.namedfile Branch: refs/heads/master Date: 2022-05-17T22:27:23+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.namedfile@8f910cd Merge pull request #115 from plone/maurits-ignore-height-check-for-hidpi Only look at width when checking if HiDPI image would be too large Files changed: A news/114.bugfix M plone/namedfile/scaling.py
Branch: refs/heads/master Date: 2022-07-11T08:32:33+02:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.app.querystring@7708d64 Squashed commits from erral: - use function from CMFPlone - changelog - bump version and mark as Plone 6 only Files changed: A news/111.bugfix M plone/app/querystring/querybuilder.py M plone/app/querystring/tests/testQueryBuilder.py M setup.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2022-07-20T17:01:31+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.querystring@b95b805 use class method for better customization Files changed: M plone/app/querystring/querybuilder.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2022-07-21T17:04:51+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.querystring@ddebcab Merge pull request #115 from plone/erral-issue-111-master Use `munge_search_term` from CMFPlone Files changed: A news/111.bugfix M plone/app/querystring/querybuilder.py M plone/app/querystring/tests/testQueryBuilder.py M setup.py
Branch: refs/heads/master Date: 2023-02-17T10:37:37-03:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.caching@5a599a8 Convert documentation to markdown Files changed: A .github/workflows/docs.yml A CHANGES.md A Makefile A README.md A docs/caching-control-panel.md A docs/caching-profiles.md A docs/caching-proxies.md A docs/changelog_template.jinja A docs/composite-views.md A docs/etags.md A docs/index.md A docs/ram-cache.md A docs/restapi.md A docs/rulesets-and-caching-operations.md A instance.yaml A mx.ini A news/114.documentation A requirements-docs.txt A requirements.txt M .gitignore M docs/conf.py M pyproject.toml M setup.py D CHANGES.rst D CONTRIBUTING.rst D README.rst D docs/README.rst D docs/caching-control-panel.rst D docs/caching-profiles.rst D docs/caching-proxies.rst D docs/composite-views.rst D docs/etags.rst D docs/index.rst D docs/ram-cache.rst D docs/restapi.rst D docs/rulesets-and-caching-operations.rst Repository: plone.app.caching Branch: refs/heads/master Date: 2023-02-17T10:45:15-03:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.caching@c5f027f Lint code Files changed: M .gitignore M MANIFEST.in M Makefile Repository: plone.app.caching Branch: refs/heads/master Date: 2023-02-17T12:20:54-03:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.caching@b1a5912 Remove documentation from this package -- Moved to plone/documentation Files changed: M MANIFEST.in M Makefile M news/114.documentation M setup.cfg D .github/workflows/docs.yml D docs/caching-control-panel.md D docs/caching-profiles.md D docs/caching-proxies.md D docs/composite-views.md D docs/conf.py D docs/etags.md D docs/index.md D docs/ram-cache.md D docs/restapi.md D docs/rulesets-and-caching-operations.md D requirements-docs.txt Repository: plone.app.caching Branch: refs/heads/master Date: 2023-02-17T12:44:44-03:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.caching@87b728b Update news/114.documentation Co-authored-by: Maurits van Rees <maurits@vanrees.org> Files changed: M news/114.documentation Repository: plone.app.caching Branch: refs/heads/master Date: 2023-02-17T12:46:14-03:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.caching@5c27218 Remove docs/ from .gitignore Files changed: M .gitignore Repository: plone.app.caching Branch: refs/heads/master Date: 2023-02-17T12:46:30-03:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.caching@60c61dd Merge pull request #115 from plone/issue-114-documentation-md Convert README/CHANGES to markdown Files changed: A CHANGES.md A Makefile A README.md A docs/changelog_template.jinja A instance.yaml A mx.ini A news/114.documentation A requirements.txt M .gitignore M MANIFEST.in M pyproject.toml M setup.cfg M setup.py D CHANGES.rst D CONTRIBUTING.rst D README.rst D docs/README.rst D docs/caching-control-panel.rst D docs/caching-profiles.rst D docs/caching-proxies.rst D docs/composite-views.rst D docs/conf.py D docs/etags.rst D docs/index.rst D docs/ram-cache.rst D docs/restapi.rst D docs/rulesets-and-caching-operations.rst
Branch: refs/heads/2.6.x Date: 2023-02-10T21:00:46+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@5ddec17 Add regression tests for issue 76: user info appears empty. Actually, with the current code, test_regression_76_user_information fails and test_regression_76_personal_information passes. With manual testing in a site, they both fail. Files changed: M plone/app/users/tests/test_schema_types.py Repository: plone.app.users Branch: refs/heads/2.6.x Date: 2023-02-10T21:42:12+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@b1fac96 For user schemas use a volatile cache on the request instead of on the portal. This prevents seeing an empty user profile when you have custom user schemas. This fixes plone/plone.app.users#76. Files changed: A news/76.bugfix M plone/app/users/browser/account.py M plone/app/users/browser/register.py M plone/app/users/browser/userdatapanel.py Repository: plone.app.users Branch: refs/heads/2.6.x Date: 2023-02-10T21:42:33+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@104b78f Fix regression when visiting personal information as Manager. Add extra test with Manager visiting both user and personal information. In the initial backport of this fix, I saw a regression: as Manager visit the user information of a member, then go to your personal information, and you see the fullname, etc, of the member. Tried on Plone 6 as well, but there it goes fine. Files changed: M plone/app/users/browser/userdatapanel.py M plone/app/users/tests/test_schema_types.py Repository: plone.app.users Branch: refs/heads/2.6.x Date: 2023-02-24T16:57:00+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.users@2f493bc Merge pull request #115 from plone/maurits-schema-caching-fix-52 Fix user schema caching for 5.2 Files changed: A news/76.bugfix M plone/app/users/browser/account.py M plone/app/users/browser/register.py M plone/app/users/browser/userdatapanel.py M plone/app/users/tests/test_schema_types.py
Branch: refs/heads/master Date: 2024-06-03T20:00:59Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.protect@0177898 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: plone.protect Branch: refs/heads/master Date: 2024-06-04T03:25:30-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.protect@a8be780 Merge pull request #115 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
Branch: refs/heads/master Date: 2024-06-03T20:00:59Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.protect@0177898 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: plone.protect Branch: refs/heads/master Date: 2024-06-04T03:25:30-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.protect@a8be780 Merge pull request #115 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
collective.z3cform.datagridfield 0.11 is really old
zc.queue > 1.3 triggers ZODB4 and friends resulting in broken buildouts