-
-
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
Bump plone.protect #131
Bump plone.protect #131
Conversation
Add plone.protect 3.x
Running on jenkins: http://jenkins.plone.org/job/pull-request-4.3/137/ |
going to be lots of failures I imagine. We might want to mod the tests to run with CSRF protection disabled for now. |
@vangheem yes indeed, but they have to be fixed at some point right? :-) |
They are fixed in Plone 5 :) just warning you. I wouldn't waste my time on
|
Yeah, yet another more reason to move to Plone 5 ASAP, but still, then if one installs Plone 4 and sees the security advice to install plone4.csrffixes she will find lots of situations where a confirmation dialog is shown... CMFPlone itself with this PR for example plone/Products.CMFPlone#1147 |
a trial with plone4.csrffixes included in #132, i know that it is still a problem. But we need to support 4.3 for a while and need some solution. |
So let's take your branch and keep working there. |
Branch: refs/heads/1.3.x Date: 2016-01-21T09:34:08+01:00 Author: Marc Sommerhalder (msom) <marc.sommerhalder@seantis.ch> Commit: plone/Products.TinyMCE@64509e2 Show anchor dropdown for internal links again if it was empty once Files changed: M Products/TinyMCE/skins/tinymce/plugins/plonebrowser/js/plonebrowser.js Repository: Products.TinyMCE Branch: refs/heads/1.3.x Date: 2016-01-22T08:05:36+01:00 Author: Marc Sommerhalder (msom) <marc.sommerhalder@seantis.ch> Commit: plone/Products.TinyMCE@cd934e4 Update history Files changed: M HISTORY.rst Repository: Products.TinyMCE Branch: refs/heads/1.3.x Date: 2016-02-01T09:03:04+01:00 Author: Marc Sommerhalder (msom) <marc.sommerhalder@seantis.ch> Commit: plone/Products.TinyMCE@2ec86e4 Merge branch '1.3.x' into 1.3.x-fix-internal-anchors Files changed: M HISTORY.rst M Products/TinyMCE/browser/atanchors.py Repository: Products.TinyMCE Branch: refs/heads/1.3.x Date: 2016-02-01T09:14:42+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.TinyMCE@c3f50cb Merge pull request #131 from plone/1.3.x-fix-internal-anchors Show anchor dropdown for internal links again if it was empty once Files changed: M HISTORY.rst M Products/TinyMCE/skins/tinymce/plugins/plonebrowser/js/plonebrowser.js
Branch: refs/heads/master Date: 2016-02-18T16:19:32-08:00 Author: Alec Mitchell (alecpm) <alecpm@gmail.com> Commit: plone/plone.app.widgets@9aa25de Add navigation root support to related items widget. Fix incorrect options merge for TinyMCE widget. Allow context url lookup to work with a wider variety of form types. Files changed: M CHANGES.rst M plone/app/widgets/utils.py Repository: plone.app.widgets Branch: refs/heads/master Date: 2016-02-22T15:59:17+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.widgets@fb28d6a Merge pull request #131 from plone/navroot-fixes Add navigation root support to related items widget. Files changed: M CHANGES.rst M plone/app/widgets/utils.py
Branch: refs/heads/master Date: 2017-06-01T03:57:56+05:30 Author: kakshay21 (kakshay21) <k.akshay9721@gmail.com> Commit: plone/plone.app.theming@264d320 Remove unittest2 dependencyi Files changed: M src/plone/app/theming/tests/test_controlpanel.py M src/plone/app/theming/tests/test_exportimport.py M src/plone/app/theming/tests/test_policy.py M src/plone/app/theming/tests/test_transform.py M src/plone/app/theming/tests/test_utils.py Repository: plone.app.theming Branch: refs/heads/master Date: 2017-06-01T03:59:32+05:30 Author: kakshay21 (kakshay21) <k.akshay9721@gmail.com> Commit: plone/plone.app.theming@19141f2 Update CHANGES.rst_ Files changed: M CHANGES.rst Repository: plone.app.theming Branch: refs/heads/master Date: 2017-06-01T12:33:41+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.theming@2430649 Merge pull request #131 from plone/kakshay21-unittest kakshay21 unittest Files changed: M CHANGES.rst M src/plone/app/theming/tests/test_controlpanel.py M src/plone/app/theming/tests/test_exportimport.py M src/plone/app/theming/tests/test_policy.py M src/plone/app/theming/tests/test_transform.py M src/plone/app/theming/tests/test_utils.py
Branch: refs/heads/master Date: 2017-06-12T18:25:23+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@262e7ff Cleanup of PLIP #1734 Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py Repository: plone.app.content Branch: refs/heads/master Date: 2017-06-14T14:41:34+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@490be50 Merge pull request #131 from plone/thet-1734-cleanup Cleanup of PLIP #1734 Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py
Branch: refs/heads/master Date: 2017-08-17T12:45:57-05:00 Author: Oshane Bailey (b4oshany) <b4.oshany@gmail.com> Commit: plone/plone.app.upgrade@ad48e02 Added upgrade step to add JS Shortcut and JQTree to the resource registry for Plone 5.0 Files changed: A plone/app/upgrade/v50/profiles/to_509/registry.xml M .gitignore M CHANGES.rst M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py M plone/app/upgrade/v50/profiles.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-17T13:42:37-05:00 Author: Oshane Bailey (b4oshany) <b4.oshany@gmail.com> Commit: plone/plone.app.upgrade@30a97f4 Added JQTree Contextual Menu and JS Shortcut to Plone 5.1 Files changed: M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles/to_beta5/registry.xml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-27T23:25:27+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.upgrade@ef6abae Bump version number in jqtree.contextmenu and js-shortcut upgrade step to 5.0.10, because 5.0.9 has already been released Files changed: A plone/app/upgrade/v50/profiles/to_5010/registry.xml M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py M plone/app/upgrade/v50/profiles.zcml D plone/app/upgrade/v50/profiles/to_509/registry.xml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-28T00:28:23+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.upgrade@12616e2 Update changelog Files changed: M .gitignore M CHANGES.rst Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-28T10:44:23+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.upgrade@5aca122 Merge pull request #131 from plone/CMFPlone-5.0-jqtree-upgrade-step Added upgrade step to add JS Shortcut and JQTree to the resource registry Files changed: A plone/app/upgrade/v50/profiles/to_5010/registry.xml M CHANGES.rst M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py M plone/app/upgrade/v50/profiles.zcml M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles/to_beta5/registry.xml
Branch: refs/heads/master Date: 2017-08-17T12:45:57-05:00 Author: Oshane Bailey (b4oshany) <b4.oshany@gmail.com> Commit: plone/plone.app.upgrade@ad48e02 Added upgrade step to add JS Shortcut and JQTree to the resource registry for Plone 5.0 Files changed: A plone/app/upgrade/v50/profiles/to_509/registry.xml M .gitignore M CHANGES.rst M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py M plone/app/upgrade/v50/profiles.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-17T13:42:37-05:00 Author: Oshane Bailey (b4oshany) <b4.oshany@gmail.com> Commit: plone/plone.app.upgrade@30a97f4 Added JQTree Contextual Menu and JS Shortcut to Plone 5.1 Files changed: M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles/to_beta5/registry.xml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-27T23:25:27+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.upgrade@ef6abae Bump version number in jqtree.contextmenu and js-shortcut upgrade step to 5.0.10, because 5.0.9 has already been released Files changed: A plone/app/upgrade/v50/profiles/to_5010/registry.xml M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py M plone/app/upgrade/v50/profiles.zcml D plone/app/upgrade/v50/profiles/to_509/registry.xml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-28T00:28:23+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.upgrade@12616e2 Update changelog Files changed: M .gitignore M CHANGES.rst Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-08-28T10:44:23+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.upgrade@5aca122 Merge pull request #131 from plone/CMFPlone-5.0-jqtree-upgrade-step Added upgrade step to add JS Shortcut and JQTree to the resource registry Files changed: A plone/app/upgrade/v50/profiles/to_5010/registry.xml M CHANGES.rst M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py M plone/app/upgrade/v50/profiles.zcml M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles/to_beta5/registry.xml
Branch: refs/heads/master Date: 2019-05-02T10:16:19+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@7bc3228 Inserted changelog for 1.15.5 (2018-11-04). Compiled from the 1.15.5 tag and running towncrier. Removed entries from 1.15.6 that are then duplicate. See plone/Products.Archetypes#130 Files changed: M CHANGES.rst Repository: Products.Archetypes Branch: refs/heads/master Date: 2019-05-02T10:29:17+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@bf32538 Inserted changelog for 1.15.6 (2018-12-10). Compiled from the 1.15.6 tag and comparing with our freshly compiled missing changelog from 1.15.5. See plone/Products.Archetypes#130 Files changed: M CHANGES.rst Repository: Products.Archetypes Branch: refs/heads/master Date: 2019-05-02T10:29:20+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@57f0dcf Inserted changelog for 1.16.0 (2018-12-10). Compiled from the 1.16.0 tag. See plone/Products.Archetypes#130 Files changed: M CHANGES.rst Repository: Products.Archetypes Branch: refs/heads/master Date: 2019-05-02T10:35:00+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@9de7d2b Restored news snippets for upcoming 1.16.1 release. This is the final master fix for plone/Products.Archetypes#130 Files changed: A news/124.bugfix A news/125.bugfix A news/130.bugfix A news/2832.bugfix M CHANGES.rst Repository: Products.Archetypes Branch: refs/heads/master Date: 2019-05-02T10:35:41+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@cc0fd84 Removed Plone 5.1 classifier. Files changed: M setup.py Repository: Products.Archetypes Branch: refs/heads/master Date: 2019-05-06T18:56:34+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@b5544b8 Merge pull request #131 from plone/maurits-fix-changelog-master Fix changelog on master Files changed: A news/124.bugfix A news/125.bugfix A news/130.bugfix A news/2832.bugfix M CHANGES.rst M setup.py
Branch: refs/heads/1.x Date: 2021-03-12T21:49:17+01:00 Author: Peter Holzer (agitator) <peter.holzer@agitator.com> Commit: plone/plone.staticresources@4fa3345 Reduce bundle sizes by not inlining fonts in each bundle - moved plone-fontello and glyphicons to their own bundle. Files changed: A news/131.bugfix A src/plone/staticresources/static/plone-fontello-compiled.css A src/plone/staticresources/static/plone-fontello.less A src/plone/staticresources/static/plone-glyphicons-compiled.css A src/plone/staticresources/static/plone-glyphicons.less A src/plone/staticresources/upgrades/15.zcml A src/plone/staticresources/upgrades/profiles/15/registry.xml M package.json M src/plone/staticresources/profiles/default/metadata.xml M src/plone/staticresources/profiles/default/registry/bundles.xml M src/plone/staticresources/profiles/default/registry/resources.xml M src/plone/staticresources/setuphandlers.py M src/plone/staticresources/static/plone.less M src/plone/staticresources/upgrades/configure.zcml Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-12T21:49:17+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.staticresources@27ab585 yarn install Files changed: M yarn.lock Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-12T21:49:17+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.staticresources@d9e4301 installed Files changed: A src/plone/staticresources/static/components/mockup/news/1042.bugfix M src/plone/staticresources/static/components/mockup/CHANGES.rst M src/plone/staticresources/static/components/mockup/MANIFEST.in M src/plone/staticresources/static/components/mockup/mockup/less/base.less M src/plone/staticresources/static/components/mockup/mockup/patterns/querystring/pattern.querystring.less M src/plone/staticresources/static/components/mockup/mockup/patterns/relateditems/pattern.relateditems.less M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/less/pattern.structure.less M src/plone/staticresources/static/components/mockup/package.json D src/plone/staticresources/static/components/mockup/1041.bugfix Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-12T22:06:13+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.staticresources@58958ab compiled Files changed: M src/plone/staticresources/static/filemanager-compiled.js M src/plone/staticresources/static/filemanager-compiled.min.js M src/plone/staticresources/static/filemanager-compiled.min.js.map M src/plone/staticresources/static/plone-base-compiled.js M src/plone/staticresources/static/plone-base-compiled.min.js M src/plone/staticresources/static/plone-base-compiled.min.js.map M src/plone/staticresources/static/plone-compiled.css M src/plone/staticresources/static/plone-compiled.css.map M src/plone/staticresources/static/plone-compiled.js M src/plone/staticresources/static/plone-compiled.min.js M src/plone/staticresources/static/plone-compiled.min.js.map M src/plone/staticresources/static/plone-datatables-compiled.js M src/plone/staticresources/static/plone-datatables-compiled.min.js M src/plone/staticresources/static/plone-editor-tools-compiled.css.map M src/plone/staticresources/static/plone-fontello-compiled.css M src/plone/staticresources/static/plone-glyphicons-compiled.css M src/plone/staticresources/static/plone-logged-in-compiled.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js.map M src/plone/staticresources/static/plone-moment-compiled.js M src/plone/staticresources/static/plone-moment-compiled.min.js M src/plone/staticresources/static/plone-tinymce-compiled.js M src/plone/staticresources/static/plone-tinymce-compiled.min.js M src/plone/staticresources/static/resourceregistry-compiled.js M src/plone/staticresources/static/resourceregistry-compiled.min.js M src/plone/staticresources/static/resourceregistry-compiled.min.js.map M src/plone/staticresources/static/thememapper-compiled.js M src/plone/staticresources/static/thememapper-compiled.min.js M src/plone/staticresources/static/thememapper-compiled.min.js.map Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-12T22:40:10+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.staticresources@04e4d40 Compiled 2 Files changed: M src/plone/staticresources/static/filemanager-compiled.css M src/plone/staticresources/static/filemanager-compiled.css.map M src/plone/staticresources/static/plone-compiled.css M src/plone/staticresources/static/plone-compiled.css.map M src/plone/staticresources/static/plone-editor-tools-compiled.css M src/plone/staticresources/static/plone-editor-tools-compiled.css.map M src/plone/staticresources/static/plone-logged-in-compiled.css M src/plone/staticresources/static/plone-logged-in-compiled.css.map M src/plone/staticresources/static/plone-tinymce-compiled.css M src/plone/staticresources/static/resourceregistry-compiled.css M src/plone/staticresources/static/resourceregistry-compiled.css.map M src/plone/staticresources/static/thememapper-compiled.css M src/plone/staticresources/static/thememapper-compiled.css.map Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-15T11:14:37+01:00 Author: Peter Holzer (agitator) <peter.holzer@agitator.com> Commit: plone/plone.staticresources@b8edaed add CONFIG_TEMPLATE for no embed Files changed: M src/plone/staticresources/_scripts/_generate_gruntfile.py Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-15T11:15:41+01:00 Author: Peter Holzer (agitator) <peter.holzer@agitator.com> Commit: plone/plone.staticresources@0b42867 compile and don't embed Files changed: M src/plone/staticresources/static/plone-fontello-compiled.css M src/plone/staticresources/static/plone-glyphicons-compiled.css Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-15T11:16:12+01:00 Author: Peter Holzer (agitator) <peter.holzer@agitator.com> Commit: plone/plone.staticresources@d6fe6a7 add font variants Files changed: A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.eot A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.svg A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.ttf A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.woff A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.woff2 Repository: plone.staticresources Branch: refs/heads/1.x Date: 2021-03-15T14:21:28+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.staticresources@1ba15e2 Merge pull request #131 from plone/move-fonts-to-extra-bundle Move fonts to extra bundle Files changed: A news/131.bugfix A src/plone/staticresources/static/components/mockup/news/1042.bugfix A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.eot A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.svg A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.ttf A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.woff A src/plone/staticresources/static/fonts/glyphicons-halflings-regular.woff2 A src/plone/staticresources/static/plone-fontello-compiled.css A src/plone/staticresources/static/plone-fontello.less A src/plone/staticresources/static/plone-glyphicons-compiled.css A src/plone/staticresources/static/plone-glyphicons.less A src/plone/staticresources/upgrades/15.zcml A src/plone/staticresources/upgrades/profiles/15/registry.xml M package.json M src/plone/staticresources/_scripts/_generate_gruntfile.py M src/plone/staticresources/profiles/default/metadata.xml M src/plone/staticresources/profiles/default/registry/bundles.xml M src/plone/staticresources/profiles/default/registry/resources.xml M src/plone/staticresources/setuphandlers.py M src/plone/staticresources/static/components/mockup/CHANGES.rst M src/plone/staticresources/static/components/mockup/MANIFEST.in M src/plone/staticresources/static/components/mockup/mockup/less/base.less M src/plone/staticresources/static/components/mockup/mockup/patterns/querystring/pattern.querystring.less M src/plone/staticresources/static/components/mockup/mockup/patterns/relateditems/pattern.relateditems.less M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/less/pattern.structure.less M src/plone/staticresources/static/components/mockup/package.json M src/plone/staticresources/static/filemanager-compiled.css M src/plone/staticresources/static/filemanager-compiled.css.map M src/plone/staticresources/static/filemanager-compiled.js M src/plone/staticresources/static/filemanager-compiled.min.js M src/plone/staticresources/static/filemanager-compiled.min.js.map M src/plone/staticresources/static/plone-base-compiled.js M src/plone/staticresources/static/plone-base-compiled.min.js M src/plone/staticresources/static/plone-base-compiled.min.js.map M src/plone/staticresources/static/plone-compiled.css M src/plone/staticresources/static/plone-compiled.css.map M src/plone/staticresources/static/plone-compiled.js M src/plone/staticresources/static/plone-compiled.min.js M src/plone/staticresources/static/plone-compiled.min.js.map M src/plone/staticresources/static/plone-datatables-compiled.js M src/plone/staticresources/static/plone-datatables-compiled.min.js M src/plone/staticresources/static/plone-editor-tools-compiled.css M src/plone/staticresources/static/plone-editor-tools-compiled.css.map M src/plone/staticresources/static/plone-logged-in-compiled.css M src/plone/staticresources/static/plone-logged-in-compiled.css.map M src/plone/staticresources/static/plone-logged-in-compiled.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js.map M src/plone/staticresources/static/plone-moment-compiled.js M src/plone/staticresources/static/plone-moment-compiled.min.js M src/plone/staticresources/static/plone-tinymce-compiled.css M src/plone/staticresources/static/plone-tinymce-compiled.js M src/plone/staticresources/static/plone-tinymce-compiled.min.js M src/plone/staticresources/static/plone.less M src/plone/staticresources/static/resourceregistry-compiled.css M src/plone/staticresources/static/resourceregistry-compiled.css.map M src/plone/staticresources/static/resourceregistry-compiled.js M src/plone/staticresources/static/resourceregistry-compiled.min.js M src/plone/staticresources/static/resourceregistry-compiled.min.js.map M src/plone/staticresources/static/thememapper-compiled.css M src/plone/staticresources/static/thememapper-compiled.css.map M src/plone/staticresources/static/thememapper-compiled.js M src/plone/staticresources/static/thememapper-compiled.min.js M src/plone/staticresources/static/thememapper-compiled.min.js.map M src/plone/staticresources/upgrades/configure.zcml M yarn.lock D src/plone/staticresources/static/components/mockup/1041.bugfix
Branch: refs/heads/master Date: 2022-02-12T06:27:23+01:00 Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com> Commit: plone/plone.rest@e6d6df6 Use Black 21.12b0 (#131) * Pin black and install version from versions.cfg * pin black to 21.12b0 (last py2 compatible version) * Pin black==22.1.0 * Install black from versions.cfg in Makefile Files changed: M .github/workflows/black.yml M Makefile M plone-5.2.x.cfg M versions.cfg
Branch: refs/heads/master Date: 2022-05-06T19:42:48+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.robotframework@86abf1d Add TEST_SCOPE_WSGI_SERVER_FIXTURE and use it in PLONE_ROBOT_TESTING layer (used by Volto Cypress tests Files changed: M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-06T19:42:59+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.robotframework@a2f7c6b Add changelog entry Files changed: A news/131.bugfix Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-07T17:17:48+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.robotframework@f6b98c3 Restore PLONE_ROBOT_TESTING and create new VOLTO_ROBOT_TESTING with TEST_SCOPE_WSGI_SERVER_FIXTURE Files changed: M news/131.bugfix M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-07T19:34:31+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.robotframework@6ee97db Try to ensure that WSGI server has stopped before returning from TestScopeWSGIServer testTearDown Files changed: M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-07T19:39:48+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.robotframework@4426060 Try giving test scope WSGI SERVER fixture PLONE_FIXTURE as base to ensure it is called after PLONE_FIXTURE Files changed: M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-07T20:08:19+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.robotframework@51dc3e7 Move WSgiServerTestScope fixture to better position Files changed: M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-08T07:25:26+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.app.robotframework@6ac8cdd Add temporary debug prints Files changed: M src/plone/app/robotframework/server.py M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-09T10:27:21+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.robotframework@c2cc096 Merge branch 'volto_3294' into volto_3294_new_fixture Files changed: M src/plone/app/robotframework/server.py M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-09T10:28:30+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.robotframework@bc8ddf2 Merge pull request #132 from plone/volto_3294_new_fixture Restore PLONE_ROBOT_TESTING and create new VOLTO_ROBOT_TESTING with T… Files changed: M news/131.bugfix M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2022-05-09T10:29:52+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.robotframework@6ad1554 Merge pull request #131 from plone/volto_3294 Add TEST_SCOPE_WSGI_SERVER_FIXTURE and use it in PLONE_ROBOT_TESTING … Files changed: A news/131.bugfix M src/plone/app/robotframework/server.py M src/plone/app/robotframework/testing.py
Branch: refs/heads/master Date: 2022-09-29T12:20:54+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.namedfile@d845513 Use mode parameter instead of deprecated direction and warn user about it. Fixes plone/plone.namedfile#102 Files changed: A news/102.bugfix M plone/namedfile/adapters.py M plone/namedfile/scaling.py M plone/namedfile/test.pt M plone/namedfile/tests/test_adapters.py M plone/namedfile/tests/test_scaling.py M plone/namedfile/usage.rst Repository: plone.namedfile Branch: refs/heads/master Date: 2022-09-29T12:20:55+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.namedfile@6fb9077 In DefaultImageScalingFactory call, get rid of the direction parameter early. Otherwise it ends up in hashes and it negates the next condition. Some plone.restapi tests fail without this fix. Files changed: M plone/namedfile/scaling.py Repository: plone.namedfile Branch: refs/heads/master Date: 2022-09-29T12:20:55+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.namedfile@40b8977 No longer test Plone 5.2 on 3.6 and Plone 6.0 on 3.7. Files changed: A news/3637.breaking M .github/workflows/tests.yml M tox.ini Repository: plone.namedfile Branch: refs/heads/master Date: 2022-09-29T20:50:11+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.namedfile@c0a681c Merge pull request #131 from plone/petschki-mode-scaling-take-3 Use mode parameter instead of deprecated direction (take 3) Files changed: A news/102.bugfix A news/3637.breaking M .github/workflows/tests.yml M plone/namedfile/adapters.py M plone/namedfile/scaling.py M plone/namedfile/test.pt M plone/namedfile/tests/test_adapters.py M plone/namedfile/tests/test_scaling.py M plone/namedfile/usage.rst M tox.ini
Branch: refs/heads/master Date: 2023-06-14T13:17:58-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.querystring@b244f49 Fix int operations to actually accept integers Files changed: M plone/app/querystring/queryparser.py M plone/app/querystring/tests/testQueryParser.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2023-06-14T13:20:03-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.querystring@1c34acb changelog Files changed: A news/131.bugfix Repository: plone.app.querystring Branch: refs/heads/master Date: 2023-06-15T07:19:45-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.querystring@11fc4cd Merge pull request #131 from plone/fix-int-ops Fix int operations to actually accept integers Files changed: A news/131.bugfix M plone/app/querystring/queryparser.py M plone/app/querystring/tests/testQueryParser.py
Branch: refs/heads/master Date: 2023-06-14T13:17:58-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.querystring@b244f49 Fix int operations to actually accept integers Files changed: M plone/app/querystring/queryparser.py M plone/app/querystring/tests/testQueryParser.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2023-06-14T13:20:03-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.querystring@1c34acb changelog Files changed: A news/131.bugfix Repository: plone.app.querystring Branch: refs/heads/master Date: 2023-06-15T07:19:45-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.querystring@11fc4cd Merge pull request #131 from plone/fix-int-ops Fix int operations to actually accept integers Files changed: A news/131.bugfix M plone/app/querystring/queryparser.py M plone/app/querystring/tests/testQueryParser.py
Branch: refs/heads/main Date: 2023-08-07T12:03:37-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@d482ec3 Update the plone backend version used for testing Files changed: M .github/workflows/tests.yml M MANIFEST.in M Makefile M 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 Repository: plone.volto Branch: refs/heads/main Date: 2023-08-07T12:06:51-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@7018b51 Merge pull request #131 from plone/update-backend Update the plone backend version used for testing Files changed: M .github/workflows/tests.yml M MANIFEST.in M Makefile M 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
Branch: refs/heads/main Date: 2023-08-07T12:03:37-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@d482ec3 Update the plone backend version used for testing Files changed: M .github/workflows/tests.yml M MANIFEST.in M Makefile M 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 Repository: plone.volto Branch: refs/heads/main Date: 2023-08-07T12:06:51-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.volto@7018b51 Merge pull request #131 from plone/update-backend Update the plone backend version used for testing Files changed: M .github/workflows/tests.yml M MANIFEST.in M Makefile M 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
Branch: refs/heads/master Date: 2024-10-16T11:01:03-03:00 Author: wesleybl (wesleybl) <wesleybl@gmail.com> Commit: plone/plone.app.iterate@05bc547 Fix MANIFEST.in Exclude *.yml Files changed: M MANIFEST.in Repository: plone.app.iterate Branch: refs/heads/master Date: 2024-10-16T11:01:41-03:00 Author: wesleybl (wesleybl) <wesleybl@gmail.com> Commit: plone/plone.app.iterate@1603b86 Use Plone 6.1 constraints in tox Files changed: M .meta.toml Repository: plone.app.iterate Branch: refs/heads/master Date: 2024-10-16T11:03:26-03:00 Author: wesleybl (wesleybl) <wesleybl@gmail.com> Commit: plone/plone.app.iterate@01d25a3 Configuring with plone/meta Files changed: A news/+meta.internal M .gitignore M .meta.toml M pyproject.toml M tox.ini Repository: plone.app.iterate Branch: refs/heads/master Date: 2024-10-16T11:10:09-03:00 Author: wesleybl (wesleybl) <wesleybl@gmail.com> Commit: plone/plone.app.iterate@b39ccb5 Add changes Files changed: A news/131.internal Repository: plone.app.iterate Branch: refs/heads/master Date: 2024-10-16T08:47:58-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.iterate@e517696 Merge pull request #131 from plone/circular Use Plone 6.1 constraints in tox to avoid circular dependency error in Plone 6.0 Files changed: A news/+meta.internal A news/131.internal M .gitignore M .meta.toml M MANIFEST.in M pyproject.toml M tox.ini
Add plone.protect 3.x