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

WIP try ZODB3 #137

Closed
wants to merge 1 commit into from
Closed

WIP try ZODB3 #137

wants to merge 1 commit into from

Conversation

gforcada
Copy link
Sponsor Contributor

@gforcada gforcada commented Nov 4, 2015

DO NOT MERGE

This pull request tries the latest ZODB3 versions, which are a major release on all of its subprojects (to bring python 3 compatibility), see https://pypi.python.org/pypi/ZODB3

@gforcada
Copy link
Sponsor Contributor Author

gforcada commented Nov 4, 2015

@thet
Copy link
Member

thet commented Nov 4, 2015

wow, that went green! this might mean, we can directly include ZODB >= 4.0 instead, including the dependencies listed in https://github.com/zopefoundation/ZODB3/blob/master/setup.py

@gforcada
Copy link
Sponsor Contributor Author

gforcada commented Nov 9, 2015

@plone/release-team should that get PLIP'ed? I'm unaware of anything else besides tests that should be checked though...

Jenkins (again although green on the first run): http://jenkins.plone.org/job/pull-request-5.0/535

@thet
Copy link
Member

thet commented Nov 9, 2015

Upgrading should be checked too

On November 9, 2015 1:06:29 AM GMT+01:00, Gil Forcada Codinachs notifications@github.com wrote:

@plone/release-team should that get PLIP'ed? I'm unaware of anything
else besides tests that should be checked though...

Jenkins (again although green on the first run):
http://jenkins.plone.org/job/pull-request-5.0/535


Reply to this email directly or view it on GitHub:
#137 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.

@tisto
Copy link
Sponsor Member

tisto commented Nov 9, 2015

A PLIP would be good to be able to keep track of this. I guess this upgrade would require a Plone 5.1 release. The PLIP does not need to be long. Just mark this issue as a PLIP and add a few lines regarding the change and the possible risks.

@thet
Copy link
Member

thet commented Nov 9, 2015

@gforcada PLIP decisions should be directed to @plone/framework-team

Since ZODB3 3.11.0 depends on BTrees >= 4.0.0dev, you should also depend on Products.ZCatalog >= 3.1. This one includes a change, which raises a TypeError when a None value is indexed:

Raise a TypeError when trying to index or lookup None in an UnIndex. This is a required change for BTrees 4.0+ compatibility, which prevents objects without a clear ordering definition from being inserted in a tree.

This will result in a little more work, since depending on this ZCatalog version will result in some test failures. We need to make sure, we don't index None values in our indexers but a marker value instead, if we need to.

There a related discussion on the [Zope-dev] mailinglist: http://comments.gmane.org/gmane.comp.web.zope.devel/30447
And a related Github issue: zopefoundation/Products.ZCatalog#5

@jensens
Copy link
Sponsor Member

jensens commented Nov 9, 2015

great news, yes plip!

@bloodbare
Copy link
Member

I want it!

@gforcada
Copy link
Sponsor Contributor Author

gforcada commented Nov 9, 2015

@thet thanks for the pointers, and yes, sorry I meant to mention the framework team not the release team :)

With the new set of version pins: http://jenkins.plone.org/job/pull-request-5.0/538

@jensens
Copy link
Sponsor Member

jensens commented Oct 26, 2016

I this in Scope of Zope4 already?

@gforcada
Copy link
Sponsor Contributor Author

@jensens makes sense to bundle it with Zope 4 effort and/or being done afterwards...

@gforcada gforcada closed this Oct 30, 2016
@gforcada gforcada deleted the gforcada-patch-1 branch October 30, 2016 00:51
mister-roboto pushed a commit that referenced this pull request Sep 16, 2017
Branch: refs/heads/master
Date: 2017-09-13T10:03:22+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.upgrade@9d5a9c7

Register Plone 5.1 upgrade steps

Files changed:
M CHANGES.rst
M plone/app/upgrade/v51/configure.zcml
M plone/app/upgrade/v51/profiles.zcml
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2017-09-13T10:52:33+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.upgrade@76a0413

Fix deletion of registry records in ``remove_duplicate_iterate_settings`` from the ``5108`` upgrade.

Files changed:
M CHANGES.rst
M plone/app/upgrade/v51/betas.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2017-09-16T11:38:19+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.upgrade@d0b1db9

Merge pull request #137 from plone/thet-51rc1

5.1 Upgrade + Fixes

Files changed:
M CHANGES.rst
M plone/app/upgrade/v51/betas.py
M plone/app/upgrade/v51/configure.zcml
M plone/app/upgrade/v51/profiles.zcml
mister-roboto pushed a commit that referenced this pull request Sep 16, 2017
Branch: refs/heads/master
Date: 2017-09-13T10:03:22+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.upgrade@9d5a9c7

Register Plone 5.1 upgrade steps

Files changed:
M CHANGES.rst
M plone/app/upgrade/v51/configure.zcml
M plone/app/upgrade/v51/profiles.zcml
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2017-09-13T10:52:33+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.upgrade@76a0413

Fix deletion of registry records in ``remove_duplicate_iterate_settings`` from the ``5108`` upgrade.

Files changed:
M CHANGES.rst
M plone/app/upgrade/v51/betas.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2017-09-16T11:38:19+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.upgrade@d0b1db9

Merge pull request #137 from plone/thet-51rc1

5.1 Upgrade + Fixes

Files changed:
M CHANGES.rst
M plone/app/upgrade/v51/betas.py
M plone/app/upgrade/v51/configure.zcml
M plone/app/upgrade/v51/profiles.zcml
mister-roboto pushed a commit that referenced this pull request Jan 28, 2018
Branch: refs/heads/master
Date: 2018-01-25T12:18:50+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.layout@065f437

run sixer and isort

Files changed:
M CHANGES.rst
M bootstrap.py
M plone/app/layout/analytics/tests/test_doctests.py
M plone/app/layout/navigation/navtree.py
M plone/app/layout/sitemap/tests/test_sitemap.py
M plone/app/layout/viewlets/common.py
M plone/app/layout/viewlets/content.py
M setup.py
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2018-01-28T17:10:09+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.layout@bf940ce

no special jenkins, bootstrap needed

Files changed:
D bootstrap.py
D jenkins.cfg
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2018-01-28T17:10:22+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.layout@b422b50

Merge pull request #137 from plone/py3sixer

Py3: Sixer

Files changed:
M CHANGES.rst
M plone/app/layout/analytics/tests/test_doctests.py
M plone/app/layout/navigation/navtree.py
M plone/app/layout/sitemap/tests/test_sitemap.py
M plone/app/layout/viewlets/common.py
M plone/app/layout/viewlets/content.py
M setup.py
D bootstrap.py
D jenkins.cfg
mister-roboto pushed a commit that referenced this pull request Aug 9, 2018
Branch: refs/heads/master
Date: 2018-08-08T13:46:16+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.discussion@76f4f50

get rid of plone.app.controlpanel dependencies

Files changed:
M CHANGES.rst
M plone/app/discussion/browser/controlpanel.py
M plone/app/discussion/subscribers.zcml
Repository: plone.app.discussion

Branch: refs/heads/master
Date: 2018-08-09T18:11:44+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.discussion@a7d95a9

Merge pull request #137 from plone/jensens/get-rid-of-p.a.controlpanel

get rid of plone.app.controlpanel dependencies

Files changed:
M CHANGES.rst
M plone/app/discussion/browser/controlpanel.py
M plone/app/discussion/subscribers.zcml
mister-roboto pushed a commit that referenced this pull request Oct 8, 2020
Branch: refs/heads/master
Date: 2020-10-08T14:46:24+02:00
Author: Alin Voinea (avoinea) <contact@avoinea.com>
Commit: plone/plone.dexterity@8fd6060

Refs #136 - Update dynamic schema on all ZEO clients on change (#137)

* Fixes #136 - Update dynamic schema on all ZEO clients on change

Files changed:
A news/136.bugfix
M plone/dexterity/fti.py
M plone/dexterity/schema.py
mister-roboto pushed a commit that referenced this pull request Jul 2, 2021
Branch: refs/heads/master
Date: 2021-07-01T15:20:55+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.Archetypes@4b64d01

Fixed incompatibility with zope.component 5.

`zope.component.interfaces` has long been a backwards compatibility import for `zope.interface.interfaces`, but not anymore.
We need this change, to be able to use Zope 4.6.2 in Plone 5.2,
unless we decide to keep the old zope.component 4.
This change works in both cases.

Files changed:
A news/462.bugfix
M Products/Archetypes/event.py
M Products/Archetypes/interfaces/event.py
M Products/Archetypes/mimetype_utils.py
M Products/Archetypes/tests/events.txt
Repository: Products.Archetypes

Branch: refs/heads/master
Date: 2021-07-02T08:56:25+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.Archetypes@935e6c1

Merge pull request #137 from plone/maurits/zope-component-5

Fixed incompatibility with zope.component 5.

Files changed:
A news/462.bugfix
M Products/Archetypes/event.py
M Products/Archetypes/interfaces/event.py
M Products/Archetypes/mimetype_utils.py
M Products/Archetypes/tests/events.txt
mister-roboto pushed a commit that referenced this pull request Dec 19, 2021
Branch: refs/heads/master
Date: 2021-12-17T16:58:29+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.z3cform@1610738

Remove errorneous extra curly bracket in class name of the widget wrapper.

Files changed:
A news/136.bugfix
M plone/app/z3cform/templates/widget.pt
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2021-12-19T21:18:57+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.z3cform@9e6b82f

Merge pull request #137 from plone/thet-curlyfix

Remove errorneous extra curly bracket in class name of the widget wrapper.

Files changed:
A news/136.bugfix
M plone/app/z3cform/templates/widget.pt
mister-roboto pushed a commit that referenced this pull request Jun 9, 2022
Branch: refs/heads/master
Date: 2022-06-08T18:38:40+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.app.robotframework@83c1444

Add support for robotframework-seleniumtestability

Files changed:
M setup.py
M src/plone/app/robotframework/selenium.robot
Repository: plone.app.robotframework

Branch: refs/heads/master
Date: 2022-06-09T13:15:30+02:00
Author: Fred van Dijk (fredvd) <fredvd@gmail.com>
Commit: plone/plone.app.robotframework@cc02089

test testability on all robot tests

Files changed:
M src/plone/app/robotframework/selenium.robot
Repository: plone.app.robotframework

Branch: refs/heads/master
Date: 2022-06-09T19:50:05+02:00
Author: Fred van Dijk (fredvd) <fredvd@gmail.com>
Commit: plone/plone.app.robotframework@887787f

Revert "test testability on all robot tests"

This reverts commit cc020894b30e5a5f084894b6e56652a5c32dc41f.

Files changed:
M src/plone/app/robotframework/selenium.robot
Repository: plone.app.robotframework

Branch: refs/heads/master
Date: 2022-06-09T19:51:11+02:00
Author: Fred van Dijk (fredvd) <fredvd@gmail.com>
Commit: plone/plone.app.robotframework@5e3a69d

Merge pull request #137 from plone/datakurre-testability

Add support for robotframework-seleniumtestability,  but it is strictly opt-in for now.

Files changed:
M setup.py
M src/plone/app/robotframework/selenium.robot
mister-roboto pushed a commit that referenced this pull request Nov 21, 2022
Branch: refs/heads/master
Date: 2022-11-21T16:01:53+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.namedfile@7b6412f

gh-actions/tox: test on Python 3.11.

Files changed:
M .github/workflows/tests.yml
M setup.py
M tox.ini
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2022-11-21T16:06:36+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.namedfile@a9af189

Merge pull request #137 from plone/maurits-tox-311

gh-actions/tox: test on Python 3.11.

Files changed:
M .github/workflows/tests.yml
M setup.py
M tox.ini
mister-roboto pushed a commit that referenced this pull request Sep 21, 2023
Branch: refs/heads/master
Date: 2023-09-19T13:34:08-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@51d91d7

Support getting querystring vocabs in context

Files changed:
M plone/app/querystring/registryreader.py
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2023-09-19T22:46:00-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@c88657c

changelog

Files changed:
A news/137.feature
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2023-09-20T12:19:18-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@118ad82

add test

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

Branch: refs/heads/master
Date: 2023-09-21T07:40:36-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@c2e7f3a

Merge pull request #137 from plone/contextual-vocabs

Support getting querystring vocabs in context

Files changed:
A news/137.feature
M plone/app/querystring/registryreader.py
M plone/app/querystring/tests/testRegistryReader.py
mister-roboto pushed a commit that referenced this pull request Sep 21, 2023
Branch: refs/heads/master
Date: 2023-09-19T13:34:08-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@51d91d7

Support getting querystring vocabs in context

Files changed:
M plone/app/querystring/registryreader.py
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2023-09-19T22:46:00-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@c88657c

changelog

Files changed:
A news/137.feature
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2023-09-20T12:19:18-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@118ad82

add test

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

Branch: refs/heads/master
Date: 2023-09-21T07:40:36-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.querystring@c2e7f3a

Merge pull request #137 from plone/contextual-vocabs

Support getting querystring vocabs in context

Files changed:
A news/137.feature
M plone/app/querystring/registryreader.py
M plone/app/querystring/tests/testRegistryReader.py
mister-roboto pushed a commit that referenced this pull request Jan 9, 2024
Branch: refs/heads/main
Date: 2024-01-06T17:36:54-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@f05928a

Avoid acquiring blocks

Files changed:
M src/plone/volto/indexers.py
M src/plone/volto/tests/test_indexers.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-06T17:38:16-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@5c8f809

changelog

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

Branch: refs/heads/main
Date: 2024-01-06T17:43:11-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@78a6ff8

mention the block_types index in the readme

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:30:32-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@1248f65

sentence case for all headings

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:32:58-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@c625502

Apply suggestions from code review

Co-authored-by: Steve Piercy &lt;web@stevepiercy.com&gt;

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:35:05-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@409e5c7

Update README.rst

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:41:33-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@7826302

Update README.rst

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-08T07:57:07-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@71847e3

Update news/137.bugfix

Co-authored-by: Steve Piercy &lt;web@stevepiercy.com&gt;

Files changed:
M news/137.bugfix
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-08T22:01:29-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@2898395

Merge pull request #137 from plone/fix-block-types-aq

Avoid accidental acquisition in block_types indexer

Files changed:
A news/137.bugfix
M README.rst
M src/plone/volto/indexers.py
M src/plone/volto/tests/test_indexers.py
mister-roboto pushed a commit that referenced this pull request Jan 9, 2024
Branch: refs/heads/main
Date: 2024-01-06T17:36:54-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@f05928a

Avoid acquiring blocks

Files changed:
M src/plone/volto/indexers.py
M src/plone/volto/tests/test_indexers.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-06T17:38:16-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@5c8f809

changelog

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

Branch: refs/heads/main
Date: 2024-01-06T17:43:11-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@78a6ff8

mention the block_types index in the readme

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:30:32-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@1248f65

sentence case for all headings

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:32:58-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@c625502

Apply suggestions from code review

Co-authored-by: Steve Piercy &lt;web@stevepiercy.com&gt;

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:35:05-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@409e5c7

Update README.rst

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-07T19:41:33-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@7826302

Update README.rst

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-08T07:57:07-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@71847e3

Update news/137.bugfix

Co-authored-by: Steve Piercy &lt;web@stevepiercy.com&gt;

Files changed:
M news/137.bugfix
Repository: plone.volto

Branch: refs/heads/main
Date: 2024-01-08T22:01:29-08:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@2898395

Merge pull request #137 from plone/fix-block-types-aq

Avoid accidental acquisition in block_types indexer

Files changed:
A news/137.bugfix
M README.rst
M src/plone/volto/indexers.py
M src/plone/volto/tests/test_indexers.py
mister-roboto pushed a commit that referenced this pull request Feb 8, 2024
Branch: refs/heads/master
Date: 2024-01-19T15:10:16+01:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.caching@e23950d

change adapter registration to IDexterityContent

Files changed:
A news/136.bugfix
M plone/app/caching/purge.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2024-02-07T19:41:20+01:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.caching@af01365

Update news/136.bugfix

Co-authored-by: David Glick &lt;david.glick@plone.org&gt;

Files changed:
M news/136.bugfix
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2024-02-07T21:36:49-08:00
Author: David Glick (davisagli) <david.glick@plone.org>
Commit: plone/plone.app.caching@31efee7

Merge pull request #137 from plone/erral-issue-136

change download and images view purge path adapter registration to IDexterityContent

Files changed:
A news/136.bugfix
M plone/app/caching/purge.py
mister-roboto pushed a commit that referenced this pull request Feb 8, 2024
Branch: refs/heads/master
Date: 2024-01-19T15:10:16+01:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.caching@e23950d

change adapter registration to IDexterityContent

Files changed:
A news/136.bugfix
M plone/app/caching/purge.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2024-02-07T19:41:20+01:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.caching@af01365

Update news/136.bugfix

Co-authored-by: David Glick &lt;david.glick@plone.org&gt;

Files changed:
M news/136.bugfix
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2024-02-07T21:36:49-08:00
Author: David Glick (davisagli) <david.glick@plone.org>
Commit: plone/plone.app.caching@31efee7

Merge pull request #137 from plone/erral-issue-136

change download and images view purge path adapter registration to IDexterityContent

Files changed:
A news/136.bugfix
M plone/app/caching/purge.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.

None yet

5 participants