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

Products.GenericSetup 1.8.0. #116

Merged
merged 1 commit into from
Sep 28, 2015
Merged

Products.GenericSetup 1.8.0. #116

merged 1 commit into from
Sep 28, 2015

Conversation

mauritsvanrees
Copy link
Member

No description provided.

@mauritsvanrees
Copy link
Member Author

Jenkins waiting on executor, but should appear here: http://jenkins.plone.org/job/pull-request-4.3/109/

@mauritsvanrees
Copy link
Member Author

Oh, right, this needs a few small related fixes in CMFPlone, and maybe CMFPlacefulWorkflow.

@mauritsvanrees
Copy link
Member Author

@mauritsvanrees
Copy link
Member Author

Jenkins is green.

mauritsvanrees added a commit that referenced this pull request Sep 28, 2015
@mauritsvanrees mauritsvanrees merged commit 0abd7af into 4.3 Sep 28, 2015
@gforcada gforcada deleted the maurits-43-gs-180 branch September 28, 2015 21:14
mister-roboto pushed a commit that referenced this pull request Dec 25, 2016
Branch: refs/heads/master
Date: 2016-12-23T11:50:05+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.content@ad74f89

Mind the comma

Credits go to @keul and @ekulos that found it yesterday.

If between two strings there are only whitespaces (like between ``'location'`` and ``'ModificationDate'``) python merges them to ``locationModificationDate``.

Files changed:
M plone/app/content/browser/contents/__init__.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-12-23T11:52:16+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.content@60c79dd

Update CHANGES.rst

Files changed:
M CHANGES.rst
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-12-25T23:27:10+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.content@9e07f58

Merge pull request #116 from plone/gforcada-patch-1

Mind the comma

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
mister-roboto pushed a commit that referenced this pull request Dec 25, 2016
Branch: refs/heads/master
Date: 2016-12-23T11:50:05+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.content@ad74f89

Mind the comma

Credits go to @keul and @ekulos that found it yesterday.

If between two strings there are only whitespaces (like between ``'location'`` and ``'ModificationDate'``) python merges them to ``locationModificationDate``.

Files changed:
M plone/app/content/browser/contents/__init__.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-12-23T11:52:16+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.content@60c79dd

Update CHANGES.rst

Files changed:
M CHANGES.rst
Repository: plone.app.content
Branch: refs/heads/master
Date: 2016-12-25T23:27:10+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.content@9e07f58

Merge pull request #116 from plone/gforcada-patch-1

Mind the comma

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/__init__.py
mister-roboto pushed a commit that referenced this pull request Aug 10, 2018
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
mister-roboto pushed a commit that referenced this pull request Oct 6, 2018
Branch: refs/heads/master
Date: 2018-10-04T13:43:48+02:00
Author: Manuel Reinhardt (reinhardt) <reinhardt@syslab.com>
Commit: plone/Products.Archetypes@4220b87

Removed travis config. Jenkins is used instead. #116

Files changed:
A news/116.feature
D .travis.yml
D travis.cfg
Repository: Products.Archetypes

Branch: refs/heads/master
Date: 2018-10-06T11:54:00+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.Archetypes@63ae9d1

Merge pull request #117 from plone/116-remove-travis

Removed travis config

Files changed:
A news/116.feature
D .travis.yml
D travis.cfg
mister-roboto pushed a commit that referenced this pull request Oct 6, 2018
Branch: refs/heads/master
Date: 2018-10-04T13:43:48+02:00
Author: Manuel Reinhardt (reinhardt) <reinhardt@syslab.com>
Commit: plone/Products.Archetypes@4220b87

Removed travis config. Jenkins is used instead. #116

Files changed:
A news/116.feature
D .travis.yml
D travis.cfg
Repository: Products.Archetypes

Branch: refs/heads/master
Date: 2018-10-06T11:54:00+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.Archetypes@63ae9d1

Merge pull request #117 from plone/116-remove-travis

Removed travis config

Files changed:
A news/116.feature
D .travis.yml
D travis.cfg
mister-roboto pushed a commit that referenced this pull request Oct 1, 2019
Branch: refs/heads/master
Date: 2019-10-01T14:38:51+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.dexterity@b3f8cc6

Refine pre-filtering of attributes on content __getattr__

Files changed:
A news/116.bugfix
M plone/dexterity/content.py
Repository: plone.dexterity

Branch: refs/heads/master
Date: 2019-10-01T16:19:05+02:00
Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.dexterity@c8d7916

Merge pull request #116 from plone/jensens-performance-getattr-prefiltering

Performance: Refine pre-filtering of attributes on content __getattr__

Files changed:
A news/116.bugfix
M plone/dexterity/content.py
mister-roboto pushed a commit that referenced this pull request May 10, 2021
Branch: refs/heads/master
Date: 2021-05-10T09:37:57+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.recipe.zope2instance@ce5baa4

Fix rst syntax

Files changed:
M src/plone/recipe/zope2instance/tests/wsgi.rst
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2021-05-10T12:31:20+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.recipe.zope2instance@c0229d6

Allow to customize the WSGI pipeline

Fixes #116

Files changed:
A news/116.feature
M README.rst
M src/plone/recipe/zope2instance/recipe.py
M src/plone/recipe/zope2instance/tests/wsgi.rst
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2021-05-10T15:17:29+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.recipe.zope2instance@56d7d7d

Merge pull request #117 from plone/116-customize-the-pipeline

Allow to customize the WSGI pipeline

Files changed:
A news/116.feature
M README.rst
M src/plone/recipe/zope2instance/recipe.py
M src/plone/recipe/zope2instance/tests/wsgi.rst
mister-roboto pushed a commit that referenced this pull request May 10, 2021
Branch: refs/heads/master
Date: 2021-05-10T09:37:57+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.recipe.zope2instance@ce5baa4

Fix rst syntax

Files changed:
M src/plone/recipe/zope2instance/tests/wsgi.rst
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2021-05-10T12:31:20+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.recipe.zope2instance@c0229d6

Allow to customize the WSGI pipeline

Fixes #116

Files changed:
A news/116.feature
M README.rst
M src/plone/recipe/zope2instance/recipe.py
M src/plone/recipe/zope2instance/tests/wsgi.rst
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2021-05-10T15:17:29+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.recipe.zope2instance@56d7d7d

Merge pull request #117 from plone/116-customize-the-pipeline

Allow to customize the WSGI pipeline

Files changed:
A news/116.feature
M README.rst
M src/plone/recipe/zope2instance/recipe.py
M src/plone/recipe/zope2instance/tests/wsgi.rst
mister-roboto pushed a commit that referenced this pull request May 17, 2022
Branch: refs/heads/master
Date: 2022-05-03T22:07:32+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.namedfile@5534fa3

Fix CI: libvcs 0.12 fails for us.

Only pulled in on Python 3.9+.
See mxstack/mxdev#10
No longer use the deprecated legacy resolver on Plone 6, upgrade to pip 22.

Files changed:
M tox.ini
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2022-05-17T11:12:05+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.namedfile@171902b

Merge pull request #116 from plone/maurits-libvcs-012

Fix CI: libvcs 0.12 fails for us.

Files changed:
M tox.ini
mister-roboto pushed a commit that referenced this pull request Dec 16, 2022
Branch: refs/heads/master
Date: 2022-12-16T01:11:48+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.querystring@ee84fa6

chore(tests): remove print statement

Files changed:
M plone/app/querystring/tests/testQueryBuilder.py
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2022-12-16T01:12:44+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.querystring@cb4fa16

Add news entry

Files changed:
A news/1.bugfix
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2022-12-16T11:32:11+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.querystring@31a16d7

Merge pull request #116 from plone/gforcada-patch-1

Remove print statemtent on tests

Files changed:
A news/1.bugfix
M plone/app/querystring/tests/testQueryBuilder.py
mister-roboto pushed a commit that referenced this pull request Feb 26, 2023
Branch: refs/heads/master
Date: 2023-02-25T02:00:28+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.users@cfecc90

Import more from plone.base.

Files changed:
A news/1.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/base.py
M plone/app/users/tests/test_schema_types.py
Repository: plone.app.users

Branch: refs/heads/master
Date: 2023-02-26T14:18:19+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.users@560e8c5

Merge pull request #116 from plone/maurits-plone-base

Import more from plone.base.

Files changed:
A news/1.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/base.py
M plone/app/users/tests/test_schema_types.py
mister-roboto pushed a commit that referenced this pull request Mar 19, 2023
Branch: refs/heads/main
Date: 2023-03-18T20:05:38+05:30
Author: priyanshuRj (PriyanshuRj) <priyanshurajput0071109@gmail.com>
Commit: plone/plone.volto@3445a62

Modify More demo linsk and title

Files changed:
M src/plone/volto/default_homepage/demo.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-03-19T10:10:37+05:30
Author: priyanshuRj (PriyanshuRj) <priyanshurajput0071109@gmail.com>
Commit: plone/plone.volto@018edd2

Add news item

Files changed:
A news/114.bugfix
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-03-18T22:24:15-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@e7a16d4

Merge pull request #116 from plone/114_more_demo

Modify More demo links and title

Files changed:
A news/114.bugfix
M src/plone/volto/default_homepage/demo.py
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.

2 participants