-
-
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 Products.PlonePAS #127
Closed
Closed
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
P.PlonePAS newer versions have fixes for CSRF.
Depends on #131 being merged first. |
See #132 |
mister-roboto
pushed a commit
that referenced
this pull request
Sep 18, 2017
Branch: refs/heads/master Date: 2017-09-18T12:13:28+02:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.discussion@252b85e fix test layer ordering Files changed: M CHANGES.rst M plone/app/discussion/testing.py Repository: plone.app.discussion Branch: refs/heads/master Date: 2017-09-18T12:14:11+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.discussion@90ba992 fix changelog Files changed: M CHANGES.rst Repository: plone.app.discussion Branch: refs/heads/master Date: 2017-09-18T17:11:32+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.discussion@66e4da0 Merge pull request #127 from plone/plonezope4 fix test layer ordering Files changed: M CHANGES.rst M plone/app/discussion/testing.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 17, 2018
Branch: refs/heads/master Date: 2018-04-17T18:33:37+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.layout@da045f2 Allow addition of extra body classes via multiple ``IBodyClassAdapter`` adapter registrations without the need to overload the ILayoutPolicy view. Files changed: M CHANGES.rst M plone/app/layout/globals/interfaces.py M plone/app/layout/globals/layout.py Repository: plone.app.layout Branch: refs/heads/master Date: 2018-04-17T22:55:54+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.layout@b47ea5b Merge pull request #127 from plone/thet-IBodyClassAdapter Introduce IBodyClassAdapter Files changed: M CHANGES.rst M plone/app/layout/globals/interfaces.py M plone/app/layout/globals/layout.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 10, 2019
Branch: refs/heads/1.15.x Date: 2019-04-09T10:30:01+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@63287b4 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/1.15.x Date: 2019-04-10T11:10:36+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.Archetypes@5b4317a Merge pull request #127 from plone/maurits-issue-125-unicode-test-in-1.15 Fixed slowness in unicodeTestIn script used by keyword template. [1.15] 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-05T11:58:55+02:00 Author: tschorr (tschorr) <t_schorr@gmx.de> Commit: plone/plone.recipe.zope2instance@c22ee3b fix documentation for http-address option Files changed: M README.rst Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-09-05T12:04:19+02:00 Author: tschorr (tschorr) <t_schorr@gmx.de> Commit: plone/plone.recipe.zope2instance@14ff4f8 add changelog entry Files changed: A news/127.bugfix Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-09-06T10:44:10+02:00 Author: tschorr (tschorr) <t_schorr@gmx.de> Commit: plone/plone.recipe.zope2instance@b7cb58b rename news file Files changed: A news/127.doc D news/127.bugfix Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-09-09T20:06:25+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.recipe.zope2instance@d3230d1 Merge pull request #127 from plone/fix_http_adress_doc fix documentation for http-address option Files changed: A news/127.doc M README.rst
mister-roboto
pushed a commit
that referenced
this pull request
Feb 12, 2022
Branch: refs/heads/master Date: 2022-02-12T16:40:07+01:00 Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com> Commit: plone/plone.rest@a37928e Fix towncrier file for #127 Files changed: A news/127.bugfix D news/127.fix
mister-roboto
pushed a commit
that referenced
this pull request
Jul 19, 2023
Branch: refs/heads/main Date: 2023-06-21T11:06:48-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@2f968ce Traverse subblocks using IBlockVisitor instead of nested (de)serializers Files changed: M setup.py M src/plone/volto/configure.zcml M src/plone/volto/transforms.py Repository: plone.volto Branch: refs/heads/main Date: 2023-06-21T11:15:10-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@91f3b93 changelog Files changed: A news/127.bugfix Repository: plone.volto Branch: refs/heads/main Date: 2023-06-22T22:21:55-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@5d455e5 Restore base classes Files changed: M src/plone/volto/transforms.py Repository: plone.volto Branch: refs/heads/main Date: 2023-06-22T22:22:18-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@7606fb2 Merge branch 'main' into block-visitor Files changed: M CHANGES.rst M setup.py D news/122.bugfix D news/124.bugfix Repository: plone.volto Branch: refs/heads/main Date: 2023-06-29T18:07:04-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@b70780f update pin Files changed: M setup.py Repository: plone.volto Branch: refs/heads/main Date: 2023-07-18T22:04:08-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@d64ed8a Merge branch 'main' into block-visitor Files changed: A news/4778.feature A src/plone/volto/tests/test_indexers.py M CHANGES.rst M setup.py M src/plone/volto/configure.zcml M src/plone/volto/indexers.py M src/plone/volto/profiles.zcml M src/plone/volto/profiles/default/catalog.xml M src/plone/volto/profiles/default/metadata.xml M src/plone/volto/setuphandlers.py M src/plone/volto/upgrades.py Repository: plone.volto Branch: refs/heads/main Date: 2023-07-18T22:06:41-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@6f5b142 Merge pull request #127 from plone/block-visitor Traverse subblocks using IBlockVisitor instead of nested (de)serializers Files changed: A news/127.bugfix M setup.py M src/plone/volto/configure.zcml M src/plone/volto/transforms.py
mister-roboto
pushed a commit
that referenced
this pull request
Jul 19, 2023
Branch: refs/heads/main Date: 2023-06-21T11:06:48-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@2f968ce Traverse subblocks using IBlockVisitor instead of nested (de)serializers Files changed: M setup.py M src/plone/volto/configure.zcml M src/plone/volto/transforms.py Repository: plone.volto Branch: refs/heads/main Date: 2023-06-21T11:15:10-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@91f3b93 changelog Files changed: A news/127.bugfix Repository: plone.volto Branch: refs/heads/main Date: 2023-06-22T22:21:55-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@5d455e5 Restore base classes Files changed: M src/plone/volto/transforms.py Repository: plone.volto Branch: refs/heads/main Date: 2023-06-22T22:22:18-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@7606fb2 Merge branch 'main' into block-visitor Files changed: M CHANGES.rst M setup.py D news/122.bugfix D news/124.bugfix Repository: plone.volto Branch: refs/heads/main Date: 2023-06-29T18:07:04-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@b70780f update pin Files changed: M setup.py Repository: plone.volto Branch: refs/heads/main Date: 2023-07-18T22:04:08-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@d64ed8a Merge branch 'main' into block-visitor Files changed: A news/4778.feature A src/plone/volto/tests/test_indexers.py M CHANGES.rst M setup.py M src/plone/volto/configure.zcml M src/plone/volto/indexers.py M src/plone/volto/profiles.zcml M src/plone/volto/profiles/default/catalog.xml M src/plone/volto/profiles/default/metadata.xml M src/plone/volto/setuphandlers.py M src/plone/volto/upgrades.py Repository: plone.volto Branch: refs/heads/main Date: 2023-07-18T22:06:41-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@6f5b142 Merge pull request #127 from plone/block-visitor Traverse subblocks using IBlockVisitor instead of nested (de)serializers Files changed: A news/127.bugfix M setup.py M src/plone/volto/configure.zcml M src/plone/volto/transforms.py
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 versions have fixes for CSRF.