Skip to content
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 zc.buildout #86

Merged
merged 4 commits into from Jul 24, 2015
Merged

Update zc.buildout #86

merged 4 commits into from Jul 24, 2015

Conversation

gforcada
Copy link
Sponsor Contributor

@gforcada gforcada commented Jun 3, 2015

Use the latest one available: 2.3.1

@gforcada
Copy link
Sponsor Contributor Author

gforcada commented Jun 3, 2015

Tests running at: http://jenkins.plone.org/job/pull-request/212

@jensens
Copy link
Sponsor Member

jensens commented Jun 3, 2015

👍

@jensens
Copy link
Sponsor Member

jensens commented Jun 3, 2015

At the same time we could update setuptools as well.
We're at setuptools==5.8 at the moment.

At pypi it is at 17.0 https://pypi.python.org/pypi/setuptools/17.0

In my projects (Plone 4.3 and 5) I use always latest setuptools at the moment (I do reset the version setting with "setuptools =", anyway I do not recommend this for coredev).

@gforcada
Copy link
Sponsor Contributor Author

gforcada commented Jun 3, 2015

@jensens as usual there are some test problems (although solved just pending a release to be made) #82

@tomgross
Copy link
Member

Latest buildout version is now 2.4.0: https://pypi.python.org/pypi/zc.buildout/2.4.0

@jensens
Copy link
Sponsor Member

jensens commented Jul 24, 2015

@jensens
Copy link
Sponsor Member

jensens commented Jul 24, 2015

@pbauer
Copy link
Sponsor Member

pbauer commented Jul 24, 2015

There is a new release of GenericSetup with the fixes needed to run the newest setuptools (zopefoundation/Products.GenericSetup#10). Are there any objections against adding setuptools = 18.0.1 to this pr?

@jensens
Copy link
Sponsor Member

jensens commented Jul 24, 2015

Btw,. a curiosity: Jenkins does a /usr/bin/python2.7 bootstrap.py --setuptools-version=8.3 -c jenkins.cfg but before in versions.cfg we fixed to setuptools = 5.8.

@jensens
Copy link
Sponsor Member

jensens commented Jul 24, 2015

@jensens
Copy link
Sponsor Member

jensens commented Jul 24, 2015

TEST PASSED 👍
Any reason against a merge?

@jaroel
Copy link
Member

jaroel commented Jul 24, 2015

I'm game!
Maybe @tisto?

@tisto
Copy link
Sponsor Member

tisto commented Jul 24, 2015

setuptools 8.3 is the earliest version that works with "--setuptools-version". Therefore this is the earliest version that we can pin. This was done when setuptools/buildout was very fragile. I'm ok with upgrading if the build is green.

jaroel added a commit that referenced this pull request Jul 24, 2015
Update zc.buildout (2.4.0) and setuptools (18.0.1)
@jaroel jaroel merged commit d9c30ad into 5.0 Jul 24, 2015
@jaroel jaroel deleted the latest-zc-buildout branch July 24, 2015 11:14
mister-roboto pushed a commit that referenced this pull request Feb 16, 2016
Branch: refs/heads/master
Date: 2016-02-14T22:48:40+01:00
Author: Rene Jochum (pcdummy) <rene@jochums.at>
Commit: plone/plonetheme.barceloneta@d3ec249

Add barceloneta-mixin-font to the registerless profile.

Signed-off-by: Rene Jochum &lt;rene@jochums.at&gt;

Files changed:
M CHANGES.rst
M plonetheme/barceloneta/profiles/registerless/registry.xml
Repository: plonetheme.barceloneta
Branch: refs/heads/master
Date: 2016-02-16T11:21:32-06:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plonetheme.barceloneta@322400d

Merge pull request #86 from plone/barceloneta-mixin-font

Add barceloneta-mixin-font to the registerless profile.

Files changed:
M CHANGES.rst
M plonetheme/barceloneta/profiles/registerless/registry.xml
mister-roboto pushed a commit that referenced this pull request Sep 21, 2016
Branch: refs/heads/master
Date: 2016-09-21T00:57:38+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.upgrade@45823b9

Support sites without portal_quickinstaller.

We can use get_installer in Plone 5.1 migrations.
In earlier version we will keep using the portal_quickinstaller,
because get_installer is not available.

In a getToolByName call for portal_quickinstaller, we will pass a
default of None, so an upgrade can still work if the portal tool has
already been removed.

In shared utility and base code, we will try to import get_installer,
and fall back on the previous implementation.

plone/Products.CMFPlone#1340

Files changed:
M CHANGES.rst
M plone/app/upgrade/tests/base.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v30/tests.py
M plone/app/upgrade/v31/betas.py
M plone/app/upgrade/v40/alphas.py
M plone/app/upgrade/v41/alphas.py
M plone/app/upgrade/v42/final.py
M plone/app/upgrade/v43/alphas.py
M plone/app/upgrade/v43/final.py
M plone/app/upgrade/v43/tests.py
M plone/app/upgrade/v50/alphas.py
M plone/app/upgrade/v50/betas.py
Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2016-09-21T11:53:41+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.upgrade@949b0f9

Merge pull request #86 from plone/get-rid-of-qi

Support sites without portal_quickinstaller.

Files changed:
M CHANGES.rst
M plone/app/upgrade/tests/base.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v30/tests.py
M plone/app/upgrade/v31/betas.py
M plone/app/upgrade/v40/alphas.py
M plone/app/upgrade/v41/alphas.py
M plone/app/upgrade/v42/final.py
M plone/app/upgrade/v43/alphas.py
M plone/app/upgrade/v43/final.py
M plone/app/upgrade/v43/tests.py
M plone/app/upgrade/v50/alphas.py
M plone/app/upgrade/v50/betas.py
mister-roboto pushed a commit that referenced this pull request Sep 21, 2016
Branch: refs/heads/master
Date: 2016-09-21T00:57:38+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.upgrade@45823b9

Support sites without portal_quickinstaller.

We can use get_installer in Plone 5.1 migrations.
In earlier version we will keep using the portal_quickinstaller,
because get_installer is not available.

In a getToolByName call for portal_quickinstaller, we will pass a
default of None, so an upgrade can still work if the portal tool has
already been removed.

In shared utility and base code, we will try to import get_installer,
and fall back on the previous implementation.

plone/Products.CMFPlone#1340

Files changed:
M CHANGES.rst
M plone/app/upgrade/tests/base.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v30/tests.py
M plone/app/upgrade/v31/betas.py
M plone/app/upgrade/v40/alphas.py
M plone/app/upgrade/v41/alphas.py
M plone/app/upgrade/v42/final.py
M plone/app/upgrade/v43/alphas.py
M plone/app/upgrade/v43/final.py
M plone/app/upgrade/v43/tests.py
M plone/app/upgrade/v50/alphas.py
M plone/app/upgrade/v50/betas.py
Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2016-09-21T11:53:41+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.upgrade@949b0f9

Merge pull request #86 from plone/get-rid-of-qi

Support sites without portal_quickinstaller.

Files changed:
M CHANGES.rst
M plone/app/upgrade/tests/base.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v30/tests.py
M plone/app/upgrade/v31/betas.py
M plone/app/upgrade/v40/alphas.py
M plone/app/upgrade/v41/alphas.py
M plone/app/upgrade/v42/final.py
M plone/app/upgrade/v43/alphas.py
M plone/app/upgrade/v43/final.py
M plone/app/upgrade/v43/tests.py
M plone/app/upgrade/v50/alphas.py
M plone/app/upgrade/v50/betas.py
mister-roboto pushed a commit that referenced this pull request Sep 21, 2016
Branch: refs/heads/master
Date: 2016-09-21T00:57:38+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.upgrade@45823b9

Support sites without portal_quickinstaller.

We can use get_installer in Plone 5.1 migrations.
In earlier version we will keep using the portal_quickinstaller,
because get_installer is not available.

In a getToolByName call for portal_quickinstaller, we will pass a
default of None, so an upgrade can still work if the portal tool has
already been removed.

In shared utility and base code, we will try to import get_installer,
and fall back on the previous implementation.

plone/Products.CMFPlone#1340

Files changed:
M CHANGES.rst
M plone/app/upgrade/tests/base.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v30/tests.py
M plone/app/upgrade/v31/betas.py
M plone/app/upgrade/v40/alphas.py
M plone/app/upgrade/v41/alphas.py
M plone/app/upgrade/v42/final.py
M plone/app/upgrade/v43/alphas.py
M plone/app/upgrade/v43/final.py
M plone/app/upgrade/v43/tests.py
M plone/app/upgrade/v50/alphas.py
M plone/app/upgrade/v50/betas.py
Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2016-09-21T11:53:41+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.upgrade@949b0f9

Merge pull request #86 from plone/get-rid-of-qi

Support sites without portal_quickinstaller.

Files changed:
M CHANGES.rst
M plone/app/upgrade/tests/base.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v30/tests.py
M plone/app/upgrade/v31/betas.py
M plone/app/upgrade/v40/alphas.py
M plone/app/upgrade/v41/alphas.py
M plone/app/upgrade/v42/final.py
M plone/app/upgrade/v43/alphas.py
M plone/app/upgrade/v43/final.py
M plone/app/upgrade/v43/tests.py
M plone/app/upgrade/v50/alphas.py
M plone/app/upgrade/v50/betas.py
mister-roboto pushed a commit that referenced this pull request May 23, 2017
Branch: refs/heads/1.9.x
Date: 2017-05-23T16:12:02+02:00
Author: Godefroid Chapelle (gotcha) <gotcha@bubblenet.be>
Commit: plone/Products.Archetypes@86e301f

fix issue when vocabulary key is utf8 encoded string

Files changed:
M Products/Archetypes/BaseObject.py
M Products/Archetypes/tests/test_baseobject.py
Repository: Products.Archetypes
Branch: refs/heads/1.9.x
Date: 2017-05-23T16:15:23+02:00
Author: Godefroid Chapelle (gotcha) <gotcha@bubblenet.be>
Commit: plone/Products.Archetypes@e385f30

update changelog

Files changed:
M CHANGES.rst
Repository: Products.Archetypes
Branch: refs/heads/1.9.x
Date: 2017-05-23T16:38:06+02:00
Author: Godefroid Chapelle (gotcha) <gotcha@bubblenet.be>
Commit: plone/Products.Archetypes@ff93faa

Merge pull request #86 from plone/fix-utf8-in-vocabulary-key

fix issue when vocabulary key is utf8 encoded string

Files changed:
M CHANGES.rst
M Products/Archetypes/BaseObject.py
M Products/Archetypes/tests/test_baseobject.py
mister-roboto pushed a commit that referenced this pull request Apr 16, 2018
Branch: refs/heads/master
Date: 2018-04-16T22:33:41+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.z3cform@9e502a9

fix issue for py3 startup

Files changed:
M plone/app/z3cform/widget.py
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2018-04-16T22:33:41+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.z3cform@6f46a8f

fix richtextwidget for py3

Files changed:
M plone/app/z3cform/widget.py
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2018-04-16T22:33:41+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.z3cform@7b7e51b

Added a changelog line

Files changed:
M CHANGES.rst
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2018-04-16T23:28:30+02:00
Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.z3cform@7ecc05f

Merge pull request #86 from plone/python3

fix issue for py3 startup

Files changed:
M CHANGES.rst
M plone/app/z3cform/widget.py
mister-roboto pushed a commit that referenced this pull request Apr 16, 2018
Branch: refs/heads/master
Date: 2018-04-16T22:33:41+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.z3cform@9e502a9

fix issue for py3 startup

Files changed:
M plone/app/z3cform/widget.py
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2018-04-16T22:33:41+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.z3cform@6f46a8f

fix richtextwidget for py3

Files changed:
M plone/app/z3cform/widget.py
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2018-04-16T22:33:41+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.z3cform@7b7e51b

Added a changelog line

Files changed:
M CHANGES.rst
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2018-04-16T23:28:30+02:00
Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.z3cform@7ecc05f

Merge pull request #86 from plone/python3

fix issue for py3 startup

Files changed:
M CHANGES.rst
M plone/app/z3cform/widget.py
mister-roboto pushed a commit that referenced this pull request Oct 3, 2018
Branch: refs/heads/master
Date: 2018-10-03T17:49:54+02:00
Author: Joni Orponen (Rotonen) <joni.orponen@gmail.com>
Commit: plone/plone.app.robotframework@b8d9344

Default to picking a free port.

Files changed:
M CHANGES.rst
M src/plone/app/robotframework/variables.py
Repository: plone.app.robotframework

Branch: refs/heads/master
Date: 2018-10-04T00:21:00+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.robotframework@788a1bf

Merge pull request #86 from plone/jo-85

Default to picking a free port

Files changed:
M CHANGES.rst
M src/plone/app/robotframework/variables.py
mister-roboto pushed a commit that referenced this pull request Nov 13, 2018
Branch: refs/heads/master
Date: 2018-11-08T16:37:03+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@35ac4b4

Add plone-5.2 buildout config.

Files changed:
A plone-5.2.x.cfg
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-08T16:37:45+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@a9857d9

Add Plone 5.2 to Travis.

Files changed:
M .travis.yml
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-08T16:45:57+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@d19724d

Add dist.plone.org/thirdparty to fix slimit problem.

Files changed:
M plone-5.2.x.cfg
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-08T16:53:06+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@d5944ee

Fix Plone 5.2 buildout.

Files changed:
M plone-5.2.x.cfg
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-08T17:01:08+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@bea2c65

Ping urllib3 to 1.23.

Files changed:
M plone-5.2.x.cfg
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-09T05:37:06+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@e03997d

Do not pin any versions for Plone 5.2.x.

Files changed:
M plone-5.2.x.cfg
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-09T05:41:31+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@885bd55

Upgrade requirements.txt to latest versions.

Files changed:
M requirements.txt
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-09T06:11:18+09:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.rest@59c154b

Use system python n Travis.

Files changed:
M .travis.yml
Repository: plone.rest

Branch: refs/heads/master
Date: 2018-11-13T10:45:36+01:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: plone/plone.rest@7948257

Merge pull request #86 from plone/travis52

Test Plone 5.2 on Travis

Files changed:
A plone-5.2.x.cfg
M .travis.yml
M requirements.txt
mister-roboto pushed a commit that referenced this pull request Nov 13, 2018
Branch: refs/heads/master
Date: 2018-11-11T11:37:55+01:00
Author: Gil Forcada (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.protect@0655c60

Remove five.globalrequest

It has been merged into Zope 4 itself.

Files changed:
M CHANGES.rst
M plone/protect/configure.zcml
M setup.py
Repository: plone.protect

Branch: refs/heads/master
Date: 2018-11-13T21:19:31+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.protect@11bd30d

Merge pull request #86 from plone/remove-five-globalrequest

Remove five.globalrequest

Files changed:
M CHANGES.rst
M plone/protect/configure.zcml
M setup.py
mister-roboto pushed a commit that referenced this pull request Oct 20, 2019
Branch: refs/heads/master
Date: 2019-10-11T16:10:31+02:00
Author: Thomas Desvenain (tdesvenain) <thomas.desvenain@gmail.com>
Commit: plone/plone.app.users@54328df

Error happening during user add notification is logged

fixes #85

Files changed:
A news/85.enhancement
M plone/app/users/browser/register.py
Repository: plone.app.users

Branch: refs/heads/master
Date: 2019-10-11T16:11:53+02:00
Author: Thomas Desvenain (tdesvenain) <thomas.desvenain@gmail.com>
Commit: plone/plone.app.users@87d7fa5

User feedback if error happens during user add notification. fixes #86

Files changed:
A news/86.enhancement
M plone/app/users/browser/register.py
Repository: plone.app.users

Branch: refs/heads/master
Date: 2019-10-20T09:58:51+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.users@02df6eb

Merge pull request #87 from plone/fix_notification_error_feedback

Fix notification error feedback

Files changed:
A news/85.enhancement
A news/86.enhancement
M plone/app/users/browser/register.py
mister-roboto pushed a commit that referenced this pull request May 23, 2020
Branch: refs/heads/master
Date: 2019-12-09T09:44:23+01:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@004f99c

initial range implementation

Files changed:
M plone/namedfile/browser.py
M plone/namedfile/file.py
M plone/namedfile/usage.rst
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2019-12-13T17:15:05+01:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@7b41f31

fix iterator

Files changed:
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2019-12-15T18:52:10+01:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@0d8f27d

fix filestream_iterator

Files changed:
M plone/namedfile/browser.py
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2020-01-06T12:58:37+01:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@b22168d

implements if-range

Files changed:
M plone/namedfile/browser.py
M setup.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2020-01-07T18:26:48+01:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@f4d248e

changelog

Files changed:
A news/86.feature
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2020-01-08T14:14:54+01:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@3b05e79

fix p.a.caching test regression

Files changed:
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2020-01-26T12:35:13+01:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@36fce46

remove if-range support from here

Files changed:
M plone/namedfile/browser.py
M setup.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2020-05-23T16:35:16+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.namedfile@eff7941

Merge pull request #86 from plone/range

Range Support

Files changed:
A news/86.feature
M plone/namedfile/browser.py
M plone/namedfile/file.py
M plone/namedfile/usage.rst
M plone/namedfile/utils/__init__.py
mister-roboto pushed a commit that referenced this pull request Jun 17, 2020
Branch: refs/heads/master
Date: 2020-06-17T11:50:39+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.staticresources@3b3821e

fix syntax error in registry.xml

Files changed:
A news/85.bugfix
M src/plone/staticresources/upgrades/profiles/8/registry.xml
Repository: plone.staticresources

Branch: refs/heads/master
Date: 2020-06-17T11:52:09+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.staticresources@4ef1e7a

add changenote

Files changed:
M news/85.bugfix
Repository: plone.staticresources

Branch: refs/heads/master
Date: 2020-06-17T15:07:05+02:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: plone/plone.staticresources@857ef31

Merge pull request #86 from plone/petschki-issue-85

fix syntax error in registry.xml

Files changed:
A news/85.bugfix
M src/plone/staticresources/upgrades/profiles/8/registry.xml
mister-roboto pushed a commit that referenced this pull request Aug 4, 2020
Branch: refs/heads/4.2.x
Date: 2020-05-25T16:18:45+02:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@d07c5ad

initial range implementation

Files changed:
M plone/namedfile/browser.py
M plone/namedfile/file.py
M plone/namedfile/usage.rst
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:19:03+02:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@5c320e5

fix iterator

Files changed:
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:30:21+02:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@35490e3

fix filestream_iterator

Files changed:
M plone/namedfile/browser.py
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:36:00+02:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@3ed3172

implements if-range

Files changed:
M plone/namedfile/browser.py
M setup.py
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:37:20+02:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@f205232

changelog

Files changed:
A news/86.feature
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:38:24+02:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@40eb844

fix p.a.caching test regression

Files changed:
M plone/namedfile/utils/__init__.py
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:42:38+02:00
Author: mauro (mamico) <mauro.amico@unibo.it>
Commit: plone/plone.namedfile@c70c89e

remove if-range support from here

Files changed:
M plone/namedfile/browser.py
M setup.py
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:43:53+02:00
Author: Fred van Dijk (fredvd) <fredvd@gmail.com>
Commit: plone/plone.namedfile@b2d73b4

Add backport noted

Files changed:
M news/86.feature
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-05-25T16:58:47+02:00
Author: Fred van Dijk (fredvd) <fredvd@gmail.com>
Commit: plone/plone.namedfile@dfd08c1

Fix wrong conflict resolution after cherry-pick

Files changed:
M setup.py
Repository: plone.namedfile

Branch: refs/heads/4.2.x
Date: 2020-08-05T00:38:41+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@d8b37d1

Merge pull request #94 from plone/fredvd_backport_86_range_support

Backport #86 range support to Plone 5.1

Files changed:
A news/86.feature
M plone/namedfile/browser.py
M plone/namedfile/file.py
M plone/namedfile/usage.rst
M plone/namedfile/utils/__init__.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Apr 22, 2021
Branch: refs/heads/master
Date: 2021-04-20T16:01:18+02:00
Author: Manuel Reinhardt (reinhardt) <reinhardt@syslab.com>
Commit: plone/plone.app.iterate@fea14df

Do not break if some custom code provides an alias for Products.Archetypes

Files changed:
A news/85.bugfix
M plone/app/iterate/configure.zcml
Repository: plone.app.iterate

Branch: refs/heads/master
Date: 2021-04-22T11:44:21+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@4fcbf25

Merge pull request #86 from plone/85-archetypes-condition

Do not break if some custom code provides an alias for Products.Archetypes

Files changed:
A news/85.bugfix
M plone/app/iterate/configure.zcml
mister-roboto pushed a commit that referenced this pull request Apr 22, 2021
Branch: refs/heads/master
Date: 2021-04-20T16:01:18+02:00
Author: Manuel Reinhardt (reinhardt) <reinhardt@syslab.com>
Commit: plone/plone.app.iterate@fea14df

Do not break if some custom code provides an alias for Products.Archetypes

Files changed:
A news/85.bugfix
M plone/app/iterate/configure.zcml
Repository: plone.app.iterate

Branch: refs/heads/master
Date: 2021-04-22T11:44:21+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@4fcbf25

Merge pull request #86 from plone/85-archetypes-condition

Do not break if some custom code provides an alias for Products.Archetypes

Files changed:
A news/85.bugfix
M plone/app/iterate/configure.zcml
mister-roboto pushed a commit that referenced this pull request Oct 21, 2021
Branch: refs/heads/master
Date: 2021-10-20T23:40:48+02:00
Author: petschki (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.caching@3728590

Fix deprecated import

Files changed:
A news/86.bugfix
M plone/app/caching/operations/etags.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2021-10-21T09:47:35+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.caching@76cd4df

backwards compatible

Files changed:
M plone/app/caching/operations/etags.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2021-10-21T11:07:39+02:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: plone/plone.app.caching@53f51aa

Merge pull request #86 from plone/fix-deprecated-imports

Fix deprecated imports

Files changed:
A news/86.bugfix
M plone/app/caching/operations/etags.py
mister-roboto pushed a commit that referenced this pull request Apr 26, 2022
Branch: refs/heads/master
Date: 2022-04-21T21:39:10+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.linkintegrity@f15709a

Test fix: only load plone.app.contenttypes migration layer on Python 2.

This is needed to fix our failing test setup in combination with plone/plone.app.contenttypes#641
That PR for Plone 6 removes the migration test layer.

Files changed:
A news/641.bugfix
M plone/app/linkintegrity/testing.py
Repository: plone.app.linkintegrity

Branch: refs/heads/master
Date: 2022-04-26T17:35:05+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.linkintegrity@9e5caa7

Merge pull request #86 from plone/maurits-pac-at-migration-layer

Test fix: only load plone.app.contenttypes migration layer on Python 2.

Files changed:
A news/641.bugfix
M plone/app/linkintegrity/testing.py
mister-roboto pushed a commit that referenced this pull request Apr 26, 2022
Branch: refs/heads/master
Date: 2022-04-21T21:39:10+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.linkintegrity@f15709a

Test fix: only load plone.app.contenttypes migration layer on Python 2.

This is needed to fix our failing test setup in combination with plone/plone.app.contenttypes#641
That PR for Plone 6 removes the migration test layer.

Files changed:
A news/641.bugfix
M plone/app/linkintegrity/testing.py
Repository: plone.app.linkintegrity

Branch: refs/heads/master
Date: 2022-04-26T17:35:05+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.linkintegrity@9e5caa7

Merge pull request #86 from plone/maurits-pac-at-migration-layer

Test fix: only load plone.app.contenttypes migration layer on Python 2.

Files changed:
A news/641.bugfix
M plone/app/linkintegrity/testing.py
mister-roboto pushed a commit that referenced this pull request Aug 9, 2022
Branch: refs/heads/master
Date: 2022-07-27T15:05:37-03:00
Author: Franco Pellegrini (frapell) <frapell@gmail.com>
Commit: plone/plone.schemaeditor@992c8d3

Fix adding and moving fields between fieldsets. fixes gh-86 fixes gh-65

Files changed:
A news/86.bugfix
M plone/schemaeditor/browser/schema/add_field.py
M plone/schemaeditor/browser/schema/add_fieldset.py
M plone/schemaeditor/browser/schema/listing.py
M plone/schemaeditor/browser/schema/schema_listing.pt
M plone/schemaeditor/interfaces.py
M plone/schemaeditor/utils.py
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2022-07-28T09:00:42-03:00
Author: Franco Pellegrini (frapell) <frapell@gmail.com>
Commit: plone/plone.schemaeditor@7742d78

Make the delete a more obvious button

Files changed:
M plone/schemaeditor/browser/schema/schema_listing.pt
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2022-07-28T17:01:40-03:00
Author: Franco Pellegrini (frapell) <frapell@gmail.com>
Commit: plone/plone.schemaeditor@b38d025

Increase Selenium timeout and add new test for adding a field inside a fieldset

Files changed:
M plone/schemaeditor/tests/robot/test_fields.robot
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2022-08-03T17:03:18-03:00
Author: Franco Pellegrini (frapell) <frapell@gmail.com>
Commit: plone/plone.schemaeditor@1b912f0

Create a new keyword 'Add fieldset' for robot tests

Files changed:
M plone/schemaeditor/tests/robot/test_fields.robot
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2022-08-04T12:03:57-03:00
Author: Franco Pellegrini (frapell) <frapell@gmail.com>
Commit: plone/plone.schemaeditor@5411583

If the fieldset_id field is not present, just ignore it

Files changed:
M plone/schemaeditor/browser/schema/add_field.py
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2022-08-09T14:19:22+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.schemaeditor@25d4fda

check for self.widgets

Files changed:
M plone/schemaeditor/browser/schema/add_field.py
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2022-08-09T17:18:02+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.schemaeditor@28b92cf

Merge pull request #92 from plone/frapell-schemaeditor

Fix adding and moving fields between fieldsets.

Files changed:
A news/86.bugfix
M plone/schemaeditor/browser/schema/add_field.py
M plone/schemaeditor/browser/schema/add_fieldset.py
M plone/schemaeditor/browser/schema/listing.py
M plone/schemaeditor/browser/schema/schema_listing.pt
M plone/schemaeditor/interfaces.py
M plone/schemaeditor/tests/robot/test_fields.robot
M plone/schemaeditor/utils.py
mister-roboto pushed a commit that referenced this pull request Sep 29, 2022
Branch: refs/heads/main
Date: 2022-09-29T14:19:10Z
Author: Andrea Cecchi (cekk) <andrea.cecchi85@gmail.com>
Commit: plone/plone.volto@016bd73

Preserve order during folderish types migration (#86)

* preserve order during migrations

* add changelog

Co-authored-by: Alin Voinea &lt;contact@avoinea.com&gt;
Co-authored-by: Timo Stollenwerk &lt;tisto@users.noreply.github.com&gt;

Files changed:
A news/86.bugfix
M src/plone/volto/upgrades.py
mister-roboto pushed a commit that referenced this pull request Oct 5, 2023
Branch: refs/heads/master
Date: 2023-06-25T09:30:23+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@4bed20c

Configuring with plone/meta

Files changed:
A .flake8
A .github/workflows/meta.yml
A news/cfffba8c.internal
M .editorconfig
M .gitignore
M .meta.toml
M .pre-commit-config.yaml
M pyproject.toml
M tox.ini
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-06-25T09:30:24+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@79d1715

cleanup: remove unused file

Files changed:
D setup.cfg
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-06-25T09:30:24+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@cbb6c50

fix: adjust setup.py

Files changed:
M setup.py
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-06-25T09:30:24+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@ef91427

fix: adjust dependencies

Files changed:
M setup.py
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-10-04T18:01:01+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.contentrules@1f3deb6

Merge branch 'master' into config-with-default-template-74477809

Files changed:
M .pre-commit-config.yaml
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-10-05T09:42:07+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.contentrules@eb865aa

Merge pull request #86 from plone/config-with-default-template-74477809

Config with default template

[skip ci]

Files changed:
A .flake8
A .github/workflows/meta.yml
A news/cfffba8c.internal
M .editorconfig
M .gitignore
M .meta.toml
M .pre-commit-config.yaml
M pyproject.toml
M setup.py
M tox.ini
D setup.cfg
mister-roboto pushed a commit that referenced this pull request Oct 5, 2023
Branch: refs/heads/master
Date: 2023-06-25T09:30:23+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@4bed20c

Configuring with plone/meta

Files changed:
A .flake8
A .github/workflows/meta.yml
A news/cfffba8c.internal
M .editorconfig
M .gitignore
M .meta.toml
M .pre-commit-config.yaml
M pyproject.toml
M tox.ini
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-06-25T09:30:24+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@79d1715

cleanup: remove unused file

Files changed:
D setup.cfg
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-06-25T09:30:24+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@cbb6c50

fix: adjust setup.py

Files changed:
M setup.py
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-06-25T09:30:24+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.contentrules@ef91427

fix: adjust dependencies

Files changed:
M setup.py
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-10-04T18:01:01+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.contentrules@1f3deb6

Merge branch 'master' into config-with-default-template-74477809

Files changed:
M .pre-commit-config.yaml
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2023-10-05T09:42:07+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.contentrules@eb865aa

Merge pull request #86 from plone/config-with-default-template-74477809

Config with default template

[skip ci]

Files changed:
A .flake8
A .github/workflows/meta.yml
A news/cfffba8c.internal
M .editorconfig
M .gitignore
M .meta.toml
M .pre-commit-config.yaml
M pyproject.toml
M setup.py
M tox.ini
D setup.cfg
mister-roboto pushed a commit that referenced this pull request Jan 3, 2024
Branch: refs/heads/master
Date: 2024-01-01T18:30:08Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.app.vocabularies@19dee73

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)

Files changed:
M .pre-commit-config.yaml
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2024-01-03T09:29:49+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.vocabularies@0b4b2aa

Merge pull request #86 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

[city-skip]

Files changed:
M .pre-commit-config.yaml
mister-roboto pushed a commit that referenced this pull request Jan 3, 2024
Branch: refs/heads/master
Date: 2024-01-01T18:30:08Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.app.vocabularies@19dee73

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)

Files changed:
M .pre-commit-config.yaml
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2024-01-03T09:29:49+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.vocabularies@0b4b2aa

Merge pull request #86 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

[city-skip]

Files changed:
M .pre-commit-config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants