Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2021-09-13T12:03:01+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.caching@72fa7d9 Split default/registry.xml into various files. The general settings remain in registry.xml. Weak, moderate, strong, terse, and generic get their own file in the registry directory. (Generic is not used by default, it was commented out in the original.) This should give a better overview. Also, this makes it easier to copy `registry/terse.xml` for an upgrade step. Files changed: A plone/app/caching/profiles/default/registry/generic.xml A plone/app/caching/profiles/default/registry/moderate.xml A plone/app/caching/profiles/default/registry/strong.xml A plone/app/caching/profiles/default/registry/terse.xml A plone/app/caching/profiles/default/registry/weak.xml M plone/app/caching/operations/configure.zcml M plone/app/caching/profiles/default/registry.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2021-09-13T12:03:01+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.caching@dd8e1f7 Moved GS parts of configure.zcml to genericsetup.zcml. Files changed: A plone/app/caching/profiles.zcml M plone/app/caching/configure.zcml Repository: plone.app.caching Branch: refs/heads/master Date: 2021-09-13T12:11:36+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.caching@2e1b7d0 Add upgrade step to define the new base terse cache setting. Fixes plone/plone.app.caching#82 Note: to let this be automatically applied when running @@plone-upgrade, we should add it to the AddOn list in CMFPlone/MigrationTool.py. I will do that part next, but this can be done separately. Files changed: A news/82.bugfix A plone/app/caching/profiles/v2/registry/terse.xml M plone/app/caching/profiles.zcml M plone/app/caching/profiles/default/metadata.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2021-09-13T15:32:54+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.caching@cd81356 Merge pull request #83 from plone/maurits/upgrade-step-terse-caching Add upgrade step for terse caching Files changed: A news/82.bugfix A plone/app/caching/profiles.zcml A plone/app/caching/profiles/default/registry/generic.xml A plone/app/caching/profiles/default/registry/moderate.xml A plone/app/caching/profiles/default/registry/strong.xml A plone/app/caching/profiles/default/registry/terse.xml A plone/app/caching/profiles/default/registry/weak.xml A plone/app/caching/profiles/v2/registry/terse.xml M plone/app/caching/configure.zcml M plone/app/caching/operations/configure.zcml M plone/app/caching/profiles/default/metadata.xml M plone/app/caching/profiles/default/registry.xml
- Loading branch information