-
-
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
Clean up plips folder? #64
Comments
IMO, please clean it up. Should only be for active plips. |
This was referenced Feb 9, 2015
Merged
+1 You can check here which PLIPs are still relevant: https://docs.google.com/spreadsheets/d/15Cut73TS5l_x8djkxNre5k8fd7haGC5OOSGigtL2drQ/edit?authkey=CLH59a8D&hl=en&authkey=CLH59a8D#gid=3 |
Cool, thanks! |
vangheem
added a commit
that referenced
this issue
Jul 10, 2015
Branch: refs/heads/master Date: 2015-07-10T11:22:07Z Author: Guido A.J. Stevens (gyst) <guido.stevens@cosent.nl> Commit: plone/plone.app.theming@e8d1ccc improve test isolation Files changed: M src/plone/app/theming/tests/test_policy.py Repository: plone.app.theming Branch: refs/heads/master Date: 2015-07-10T07:45:32-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.app.theming@ee62744 Merge pull request #64 from ploneintranet/master improve test isolation Files changed: M src/plone/app/theming/tests/test_policy.py
pbauer
added a commit
that referenced
this issue
Jan 8, 2016
Branch: refs/heads/master Date: 2016-01-06T13:34:23+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.upgrade@3bcedea Run missing upgrade-step of plone.app.querystring when upgrading to 5.0.2. (and pep8) Files changed: M CHANGES.rst M plone/app/upgrade/v50/betas.py M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-01-08T07:43:42+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.upgrade@5512fa2 Merge pull request #64 from plone/upgrade_querystring Run missing upgrade-step of plone.app.querystring when upgrading to 5.0.2 Files changed: M CHANGES.rst M plone/app/upgrade/v50/betas.py M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py
pbauer
added a commit
that referenced
this issue
Jan 8, 2016
Branch: refs/heads/master Date: 2016-01-06T13:34:23+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.upgrade@3bcedea Run missing upgrade-step of plone.app.querystring when upgrading to 5.0.2. (and pep8) Files changed: M CHANGES.rst M plone/app/upgrade/v50/betas.py M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-01-08T07:43:42+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.upgrade@5512fa2 Merge pull request #64 from plone/upgrade_querystring Run missing upgrade-step of plone.app.querystring when upgrading to 5.0.2 Files changed: M CHANGES.rst M plone/app/upgrade/v50/betas.py M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/final.py
mister-roboto
pushed a commit
that referenced
this issue
Mar 11, 2016
Branch: refs/heads/master Date: 2016-03-02T21:18:54+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.portlets@0fbff88 Fixed html validation: bad value menu for attribute role on element section. This is in the footer actions portlet, which contains links to Sitemap, Accessibility, and Contact. Also, when the header is not shown, you get this warning: Section lacks heading. Also, when the header *is* shown, we get an error: The element 'header' must not appear as a descendant of the 'footer' element. Also, the section with class portletContent is always lacking a header. Solutions in this fix: - Removed the role from this section. - Changed all sections to divs. Files changed: M plone/app/portlets/portlets/actions.pt Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-02T21:18:54+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.portlets@c6ca0d5 Fixed html validation: Attribute alt not allowed on element input at this point. Fixed this in the login portlet. For the submit input, changed the alt to a title. The other inputs already have a label. Files changed: M plone/app/portlets/portlets/login.pt Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-02T21:18:55+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.portlets@c4ccd99 Removed role 'section' from section. A section is already a section, so there is no need for a role with this name/ Also, no such role exists. If no role is given explicitly, the default 'region' role is used, and such a default role should not be set, as browsers do that themselves. See http://w3c.github.io/html/sections.html#the-section-element Files changed: M plone/app/portlets/portlets/language.pt M plone/app/portlets/portlets/login.pt M plone/app/portlets/portlets/news.pt M plone/app/portlets/portlets/recent.pt M plone/app/portlets/portlets/review.pt M plone/app/portlets/portlets/rss.pt Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-02T21:18:55+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.portlets@fcb77d6 Changed section.portletContent into div. These have no heading, and a heading makes no sense here anyway, so they should be divs. Files changed: M plone/app/portlets/portlets/language.pt M plone/app/portlets/portlets/login.pt M plone/app/portlets/portlets/news.pt M plone/app/portlets/portlets/recent.pt M plone/app/portlets/portlets/review.pt M plone/app/portlets/portlets/rss.pt M plone/app/portlets/portlets/search.pt Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-02T21:18:55+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.portlets@360fcaa Changed main portlet sections into divs. These have no heading, so they should be divs. They have a *header*, but that is not a *heading*: those are h1-h6. Files changed: M plone/app/portlets/portlets/language.pt M plone/app/portlets/portlets/login.pt M plone/app/portlets/portlets/navigation.pt M plone/app/portlets/portlets/news.pt M plone/app/portlets/portlets/recent.pt M plone/app/portlets/portlets/review.pt M plone/app/portlets/portlets/rss.pt M plone/app/portlets/portlets/search.pt Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-02T21:18:55+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.portlets@74cf25b Added changelog entry for html validation fixes. Files changed: M CHANGES.rst Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-02T21:18:55+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.portlets@88fe86e Added incompatibility note for changed html elements. Files changed: M CHANGES.rst Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-11T12:58:12+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.portlets@868b1bd pushed version according to http://semver.org/#spec-item-8 Files changed: M CHANGES.rst M README.rst M setup.py Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-03-11T13:05:01+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.portlets@c7d6a52 Merge pull request #64 from plone/maurits-fix-html-validation Fix html validation Files changed: M CHANGES.rst M README.rst M plone/app/portlets/portlets/actions.pt M plone/app/portlets/portlets/language.pt M plone/app/portlets/portlets/login.pt M plone/app/portlets/portlets/navigation.pt M plone/app/portlets/portlets/news.pt M plone/app/portlets/portlets/recent.pt M plone/app/portlets/portlets/review.pt M plone/app/portlets/portlets/rss.pt M plone/app/portlets/portlets/search.pt M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Sep 26, 2016
Branch: refs/heads/master Date: 2016-09-26T12:21:47+02:00 Author: Thomas Schorr (tschorr) <t_schorr@gmx.de> Commit: plone/Products.Archetypes@a677d5f #63 for master Files changed: M CHANGES.rst M Products/Archetypes/ExtensibleMetadata.py Repository: Products.Archetypes Branch: refs/heads/master Date: 2016-09-26T19:34:25+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.Archetypes@d14d498 Merge pull request #64 from plone/drop_allowable_ct_from_descr_master_pr no allowable_content_types for description (avoid validation) Files changed: M CHANGES.rst M Products/Archetypes/ExtensibleMetadata.py
mister-roboto
pushed a commit
that referenced
this issue
Oct 11, 2016
Branch: refs/heads/master Date: 2016-10-11T12:46:05-07:00 Author: Laurence Rowe (lrowe) <lrowe@netflix.com> Commit: plone/diazo@e77c4b5 Fix flake8 install on travis. Files changed: M .travis.yml Repository: diazo Branch: refs/heads/master Date: 2016-10-11T12:53:06-07:00 Author: Laurence Rowe (lrowe) <lrowe@netflix.com> Commit: plone/diazo@ad8fca5 Stop testing against Python 2.6 as flake8 no longer works there. Add Python 3.5. Files changed: M .travis.yml M tox.ini Repository: diazo Branch: refs/heads/master Date: 2016-10-11T12:57:31-07:00 Author: Laurence Rowe (lrowe) <l@lrowe.co.uk> Commit: plone/diazo@58d27ef Merge pull request #64 from plone/fix-travis-flake8-install Fix travis flake8 install Files changed: M .travis.yml M tox.ini
mister-roboto
pushed a commit
that referenced
this issue
Oct 11, 2016
Branch: refs/heads/master Date: 2016-10-11T12:46:05-07:00 Author: Laurence Rowe (lrowe) <lrowe@netflix.com> Commit: plone/diazo@e77c4b5 Fix flake8 install on travis. Files changed: M .travis.yml Repository: diazo Branch: refs/heads/master Date: 2016-10-11T12:53:06-07:00 Author: Laurence Rowe (lrowe) <lrowe@netflix.com> Commit: plone/diazo@ad8fca5 Stop testing against Python 2.6 as flake8 no longer works there. Add Python 3.5. Files changed: M .travis.yml M tox.ini Repository: diazo Branch: refs/heads/master Date: 2016-10-11T12:57:31-07:00 Author: Laurence Rowe (lrowe) <l@lrowe.co.uk> Commit: plone/diazo@58d27ef Merge pull request #64 from plone/fix-travis-flake8-install Fix travis flake8 install Files changed: M .travis.yml M tox.ini
mister-roboto
pushed a commit
that referenced
this issue
Jun 13, 2017
Branch: refs/heads/master Date: 2017-06-13T17:30:15+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.z3cform@e01d429 fixes #64 Files changed: A plone/app/z3cform/templates/singlecheckboxbool_display.pt A plone/app/z3cform/templates/singlecheckboxbool_hidden.pt A plone/app/z3cform/templates/singlecheckboxbool_input.pt M CHANGES.rst M plone/app/z3cform/configure.zcml M plone/app/z3cform/converters.py M plone/app/z3cform/interfaces.py M plone/app/z3cform/templates.py M plone/app/z3cform/templates/singlecheckbox.pt M plone/app/z3cform/templates/widget.pt M plone/app/z3cform/widget.py M setup.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2017-06-13T18:58:39+02:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.z3cform@87bbebe Merge pull request #65 from plone/fix-64 fixes #64: SingleCheckBoxFieldWidget does not render value in view mode Files changed: A plone/app/z3cform/templates/singlecheckboxbool_display.pt A plone/app/z3cform/templates/singlecheckboxbool_hidden.pt A plone/app/z3cform/templates/singlecheckboxbool_input.pt M CHANGES.rst M plone/app/z3cform/configure.zcml M plone/app/z3cform/converters.py M plone/app/z3cform/interfaces.py M plone/app/z3cform/templates.py M plone/app/z3cform/templates/singlecheckbox.pt M plone/app/z3cform/templates/widget.pt M plone/app/z3cform/widget.py M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Mar 23, 2018
Branch: refs/heads/master Date: 2018-03-22T08:34:53+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.app.linkintegrity@cc3f02d make strings translatable Files changed: M plone/app/linkintegrity/browser/delete_confirmation_info.pt M plone/app/linkintegrity/browser/info.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2018-03-22T08:37:03+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.app.linkintegrity@1c01c86 changelog Files changed: M CHANGES.rst Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2018-03-23T12:45:54+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.app.linkintegrity@92e9298 Merge pull request #64 from plone/fix-dynamic-content Fix ${DYNAMIC_CONTENT} in translation files Files changed: M CHANGES.rst M plone/app/linkintegrity/browser/delete_confirmation_info.pt M plone/app/linkintegrity/browser/info.py
mister-roboto
pushed a commit
that referenced
this issue
Mar 23, 2018
Branch: refs/heads/master Date: 2018-03-22T08:34:53+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.app.linkintegrity@cc3f02d make strings translatable Files changed: M plone/app/linkintegrity/browser/delete_confirmation_info.pt M plone/app/linkintegrity/browser/info.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2018-03-22T08:37:03+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.app.linkintegrity@1c01c86 changelog Files changed: M CHANGES.rst Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2018-03-23T12:45:54+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.app.linkintegrity@92e9298 Merge pull request #64 from plone/fix-dynamic-content Fix ${DYNAMIC_CONTENT} in translation files Files changed: M CHANGES.rst M plone/app/linkintegrity/browser/delete_confirmation_info.pt M plone/app/linkintegrity/browser/info.py
mister-roboto
pushed a commit
that referenced
this issue
Sep 17, 2018
Branch: refs/heads/master Date: 2018-06-23T09:44:02+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@7fceeed fix imports and filter for python3 Files changed: M plone/app/iterate/archiver.py M plone/app/iterate/copier.py M plone/app/iterate/dexterity/utils.py M plone/app/iterate/event.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-06-23T10:44:12+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@e8f92a1 replace filter with list-comprehension Files changed: M plone/app/iterate/dexterity/copier.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-06-27T00:31:01+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.iterate@c4f9511 setDefaultRoles is deprecated. addPermission from AccessControl.Permission is used. Files changed: M plone/app/iterate/permissions.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-09-17T16:45:49+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@05a7a62 add changenote and classifiers Files changed: M CHANGES.rst M setup.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-09-17T19:50:52+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@1eb4806 Merge pull request #64 from plone/python3 Python3 Files changed: M CHANGES.rst M plone/app/iterate/archiver.py M plone/app/iterate/copier.py M plone/app/iterate/dexterity/copier.py M plone/app/iterate/dexterity/utils.py M plone/app/iterate/event.py M plone/app/iterate/permissions.py M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Sep 17, 2018
Branch: refs/heads/master Date: 2018-06-23T09:44:02+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@7fceeed fix imports and filter for python3 Files changed: M plone/app/iterate/archiver.py M plone/app/iterate/copier.py M plone/app/iterate/dexterity/utils.py M plone/app/iterate/event.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-06-23T10:44:12+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@e8f92a1 replace filter with list-comprehension Files changed: M plone/app/iterate/dexterity/copier.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-06-27T00:31:01+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.iterate@c4f9511 setDefaultRoles is deprecated. addPermission from AccessControl.Permission is used. Files changed: M plone/app/iterate/permissions.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-09-17T16:45:49+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@05a7a62 add changenote and classifiers Files changed: M CHANGES.rst M setup.py Repository: plone.app.iterate Branch: refs/heads/master Date: 2018-09-17T19:50:52+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.iterate@1eb4806 Merge pull request #64 from plone/python3 Python3 Files changed: M CHANGES.rst M plone/app/iterate/archiver.py M plone/app/iterate/copier.py M plone/app/iterate/dexterity/copier.py M plone/app/iterate/dexterity/utils.py M plone/app/iterate/event.py M plone/app/iterate/permissions.py M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Nov 30, 2018
Branch: refs/heads/master Date: 2018-11-30T11:33:17+01:00 Author: Michael Howitz (icemac) <mh@gocept.com> Commit: plone/plone.recipe.zope2instance@84447a9 The next release should be a feature release. (#64) Files changed: M CHANGES.rst M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Jun 15, 2019
Branch: refs/heads/master Date: 2019-05-22T20:16:22+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.ATContentTypes@30e5c76 Fix full_folder_view view in Plone 5.2 Files changed: M Products/ATContentTypes/skins/ATContentTypes/folder_full_view_item.pt Repository: Products.ATContentTypes Branch: refs/heads/master Date: 2019-06-13T12:44:49+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.ATContentTypes@f79e97a add changenote Files changed: A news/64.bugfix Repository: Products.ATContentTypes Branch: refs/heads/master Date: 2019-06-15T17:23:54+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.ATContentTypes@6cf1b50 Merge pull request #64 from plone/fix_full_folder_view_p52 Fix full_folder_view view in Plone 5.2 Files changed: A news/64.bugfix M Products/ATContentTypes/skins/ATContentTypes/folder_full_view_item.pt
mister-roboto
pushed a commit
that referenced
this issue
Jun 29, 2019
Branch: refs/heads/master Date: 2019-06-29T19:40:28+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@244a698 Fix injection of ZopeLite test configuration into the global Zope configuration. Fixese #64 Files changed: A news/65.bugfix M src/plone/testing/zope.py Repository: plone.testing Branch: refs/heads/master Date: 2019-06-29T20:22:26+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@5618f79 Merge pull request #65 from plone/thet-fix-64 Fix injection of ZopeLite test configuration into the global Zope configuration. Files changed: A news/65.bugfix M src/plone/testing/zope.py
mister-roboto
pushed a commit
that referenced
this issue
Jul 3, 2019
Branch: refs/heads/master Date: 2019-07-01T23:57:00+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@e078a54 Remove the ``ZOPETESTCASEALERT`` as it imports from ZopeTestCase and has side effects. Fixes #64. Files changed: A news/67.bugfix M src/plone/testing/zope.py Repository: plone.testing Branch: refs/heads/master Date: 2019-07-03T07:27:29+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.testing@1372525 Merge pull request #67 from plone/thet-fix-64-2 Remove the ``ZOPETESTCASEALERT`` as it imports from ZopeTestCase and has side effects. Files changed: A news/67.bugfix M src/plone/testing/zope.py
mister-roboto
pushed a commit
that referenced
this issue
Feb 7, 2020
Branch: refs/heads/master Date: 2020-02-05T15:51:08+01:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.testing@e8ba5ff Fix some test isolation issues Fix a test isolation issue that was preventing the MOCK_MAILHOST_FIXTURE to be used in multiple testcases (Fixes #61), Properly configure the mail sender setting the appropriate registry records (Fixes #62), Adds test coverage. Files changed: A news/61.bugfix A news/62.bugfix M src/plone/app/testing/layers.py M src/plone/app/testing/layers.rst M src/plone/app/testing/tests.py Repository: plone.app.testing Branch: refs/heads/master Date: 2020-02-07T12:03:23+01:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.app.testing@d0a6bdd Merge pull request #64 from plone/isolation Fix some test isolation issues Files changed: A news/61.bugfix A news/62.bugfix M src/plone/app/testing/layers.py M src/plone/app/testing/layers.rst M src/plone/app/testing/tests.py
mister-roboto
pushed a commit
that referenced
this issue
Oct 7, 2020
Branch: refs/heads/master Date: 2020-10-07T14:38:56+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.caching@9fa2b52 Remove hopelessly outdated proxy config examples Files changed: M docs/caching-profiles.rst M docs/caching-proxies.rst M docs/split-views.rst D plone/app/caching/proxy-configs/squid/README.txt D plone/app/caching/proxy-configs/squid/buildout.cfg D plone/app/caching/proxy-configs/squid/templates/httpd-vhost.conf.in D plone/app/caching/proxy-configs/squid/templates/squid.conf.in D plone/app/caching/proxy-configs/squid/templates/squid.in D plone/app/caching/proxy-configs/varnish/README.txt D plone/app/caching/proxy-configs/varnish/buildout.cfg D plone/app/caching/proxy-configs/varnish/templates/httpd-vhost.conf.in D plone/app/caching/proxy-configs/varnish/templates/varnish.vcl.in D plone/app/caching/proxy-configs/varnish/templates/varnishd.in Repository: plone.app.caching Branch: refs/heads/master Date: 2020-10-07T14:47:11+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.caching@f9525a5 state we're supporting Plone 6 Files changed: M setup.py Repository: plone.app.caching Branch: refs/heads/master Date: 2020-10-07T14:50:23+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.caching@c3b5830 state we're supporting Zope 5 (no Zope2) Files changed: M setup.py Repository: plone.app.caching Branch: refs/heads/master Date: 2020-10-07T14:51:06+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.caching@62e92a2 document changes Files changed: A news/64.doc Repository: plone.app.caching Branch: refs/heads/master Date: 2020-10-07T14:51:24+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.caching@ee56eaa Merge pull request #64 from plone/remove-outdated-examples Remove hopelessly outdated proxy config examples Files changed: A news/64.doc M docs/caching-profiles.rst M docs/caching-proxies.rst M docs/split-views.rst M setup.py D plone/app/caching/proxy-configs/squid/README.txt D plone/app/caching/proxy-configs/squid/buildout.cfg D plone/app/caching/proxy-configs/squid/templates/httpd-vhost.conf.in D plone/app/caching/proxy-configs/squid/templates/squid.conf.in D plone/app/caching/proxy-configs/squid/templates/squid.in D plone/app/caching/proxy-configs/varnish/README.txt D plone/app/caching/proxy-configs/varnish/buildout.cfg D plone/app/caching/proxy-configs/varnish/templates/httpd-vhost.conf.in D plone/app/caching/proxy-configs/varnish/templates/varnish.vcl.in D plone/app/caching/proxy-configs/varnish/templates/varnishd.in
mister-roboto
pushed a commit
that referenced
this issue
Sep 14, 2021
Branch: refs/heads/master Date: 2021-09-14T15:13:56+02:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.contentrules@6350fad Fix #64: Remove cyclic dependency with Products.CMFPlone. (#65) Files changed: A news/64.bugfix M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Dec 22, 2021
Branch: refs/heads/master Date: 2021-12-21T21:41:56+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.PlonePAS@b6bfedb Fixed deprecation warning for AccessControl.AuthEncoding. Files changed: A news/64.bugfix M src/Products/PlonePAS/plugins/user.py Repository: Products.PlonePAS Branch: refs/heads/master Date: 2021-12-22T11:56:04+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.PlonePAS@a6636d5 Merge pull request #64 from plone/maurits-accesscontrol-authencoding Fixed deprecation warning for AccessControl.AuthEncoding. Files changed: A news/64.bugfix M src/Products/PlonePAS/plugins/user.py
mister-roboto
pushed a commit
that referenced
this issue
Jul 5, 2022
Branch: refs/heads/master Date: 2022-07-05T12:26:05+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.versioningbehavior@44f598c Fix test for changed label in Products.CMFEditions Files changed: M plone/app/versioningbehavior/tests/test_functional.py Repository: plone.app.versioningbehavior Branch: refs/heads/master Date: 2022-07-05T12:26:54+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.versioningbehavior@0e1c877 changenote Files changed: A news/64.bugfix Repository: plone.app.versioningbehavior Branch: refs/heads/master Date: 2022-07-05T13:09:54+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.versioningbehavior@b5d0522 bump version Files changed: M setup.py Repository: plone.app.versioningbehavior Branch: refs/heads/master Date: 2022-07-05T13:09:54+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.versioningbehavior@8d5d97a remove deprecated buildout configs Files changed: D test-plone-4.1.x-dexterity-1.cfg D test-plone-4.1.x-dexterity-2.cfg D test-plone-5.cfg Repository: plone.app.versioningbehavior Branch: refs/heads/master Date: 2022-07-05T14:42:19+02:00 Author: Peter Mathis (petschki) <petschki@users.noreply.github.com> Commit: plone/plone.app.versioningbehavior@9609525 Merge pull request #64 from plone/petschki-fix-test Fix test for changed label in `Products.CMFEditions` Files changed: A news/64.bugfix M plone/app/versioningbehavior/tests/test_functional.py M setup.py D test-plone-4.1.x-dexterity-1.cfg D test-plone-4.1.x-dexterity-2.cfg D test-plone-5.cfg
mister-roboto
pushed a commit
that referenced
this issue
Dec 6, 2022
Branch: refs/heads/master Date: 2022-12-06T12:48:55+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.registry@5b02211 Fix responsive table Files changed: M plone/app/registry/browser/templates/records.pt Repository: plone.app.registry Branch: refs/heads/master Date: 2022-12-06T12:50:29+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.registry@f8a7e88 changenote Files changed: A news/64.bugfix Repository: plone.app.registry Branch: refs/heads/master Date: 2022-12-06T15:05:40+01:00 Author: Peter Mathis (petschki) <petschki@users.noreply.github.com> Commit: plone/plone.app.registry@5b91ad8 Merge pull request #64 from plone/petschki-responsive-table Fix responsive table Files changed: A news/64.bugfix M plone/app/registry/browser/templates/records.pt
mister-roboto
pushed a commit
that referenced
this issue
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.formwidget.namedfile@e66d682 [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.formwidget.namedfile Branch: refs/heads/master Date: 2024-01-03T09:30:24+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.formwidget.namedfile@62bff5c Merge pull request #64 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 issue
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.formwidget.namedfile@e66d682 [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.formwidget.namedfile Branch: refs/heads/master Date: 2024-01-03T09:30:24+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.formwidget.namedfile@62bff5c Merge pull request #64 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 issue
Apr 2, 2024
Branch: refs/heads/master Date: 2024-04-01T16:56:45-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@83595d5 Add image_scales support for RealContentListingObject Files changed: M plone/app/contentlisting/realobject.py M plone/app/contentlisting/tests/test_integration_unit.py Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T17:01:27-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@80233ae changelog Files changed: A news/64.bugfix Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T17:02:09-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@3a79161 fix test dependencies Files changed: M setup.py Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T17:03:09-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@4a6d32d lint Files changed: M plone/app/contentlisting/tests/test_integration_unit.py Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T23:54:40-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@c99c7f8 Merge pull request #64 from plone/image-scales Add image_scales support for RealContentListingObject Files changed: A news/64.bugfix M plone/app/contentlisting/realobject.py M plone/app/contentlisting/tests/test_integration_unit.py M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Apr 2, 2024
Branch: refs/heads/master Date: 2024-04-01T16:56:45-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@83595d5 Add image_scales support for RealContentListingObject Files changed: M plone/app/contentlisting/realobject.py M plone/app/contentlisting/tests/test_integration_unit.py Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T17:01:27-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@80233ae changelog Files changed: A news/64.bugfix Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T17:02:09-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@3a79161 fix test dependencies Files changed: M setup.py Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T17:03:09-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@4a6d32d lint Files changed: M plone/app/contentlisting/tests/test_integration_unit.py Repository: plone.app.contentlisting Branch: refs/heads/master Date: 2024-04-01T23:54:40-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.contentlisting@c99c7f8 Merge pull request #64 from plone/image-scales Add image_scales support for RealContentListingObject Files changed: A news/64.bugfix M plone/app/contentlisting/realobject.py M plone/app/contentlisting/tests/test_integration_unit.py M setup.py
mister-roboto
pushed a commit
that referenced
this issue
Jun 4, 2024
Branch: refs/heads/master Date: 2024-06-03T20:00:06Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.app.textfield@63cfe57 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: plone.app.textfield Branch: refs/heads/master Date: 2024-06-04T03:30:21-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.textfield@34890af Merge pull request #64 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
mister-roboto
pushed a commit
that referenced
this issue
Jun 4, 2024
Branch: refs/heads/master Date: 2024-06-03T20:00:06Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.app.textfield@63cfe57 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: plone.app.textfield Branch: refs/heads/master Date: 2024-06-04T03:30:21-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.textfield@34890af Merge pull request #64 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
mister-roboto
pushed a commit
that referenced
this issue
Jun 4, 2024
Branch: refs/heads/master Date: 2024-06-03T19:59:05Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/Products.CMFPlacefulWorkflow@a3a39c5 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: Products.CMFPlacefulWorkflow Branch: refs/heads/master Date: 2024-06-04T03:32:04-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFPlacefulWorkflow@e28697e Merge pull request #64 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
mister-roboto
pushed a commit
that referenced
this issue
Jun 4, 2024
Branch: refs/heads/master Date: 2024-06-03T19:59:05Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/Products.CMFPlacefulWorkflow@a3a39c5 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: Products.CMFPlacefulWorkflow Branch: refs/heads/master Date: 2024-06-04T03:32:04-04:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFPlacefulWorkflow@e28697e Merge pull request #64 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
mister-roboto
pushed a commit
that referenced
this issue
Jun 16, 2024
Branch: refs/heads/master Date: 2024-06-03T20:01:00Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.i18n@e0f49e8 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: plone.i18n Branch: refs/heads/master Date: 2024-06-05T20:07:41+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.i18n@68a10ce Configuring with plone/meta Files changed: A dependabot.yml M .editorconfig M .flake8 M .github/workflows/meta.yml M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M tox.ini Repository: plone.i18n Branch: refs/heads/master Date: 2024-06-16T11:02:56+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.i18n@396d584 Added missing Zope dependency. Files changed: A news/64.bugfix M setup.py Repository: plone.i18n Branch: refs/heads/master Date: 2024-06-16T11:10:03+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.i18n@37d7f86 Merge pull request #64 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: A dependabot.yml A news/64.bugfix M .editorconfig M .flake8 M .github/workflows/meta.yml M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M setup.py M tox.ini
mister-roboto
pushed a commit
that referenced
this issue
Jun 16, 2024
Branch: refs/heads/master Date: 2024-06-03T20:01:00Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.i18n@e0f49e8 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Files changed: M .pre-commit-config.yaml Repository: plone.i18n Branch: refs/heads/master Date: 2024-06-05T20:07:41+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.i18n@68a10ce Configuring with plone/meta Files changed: A dependabot.yml M .editorconfig M .flake8 M .github/workflows/meta.yml M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M tox.ini Repository: plone.i18n Branch: refs/heads/master Date: 2024-06-16T11:02:56+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.i18n@396d584 Added missing Zope dependency. Files changed: A news/64.bugfix M setup.py Repository: plone.i18n Branch: refs/heads/master Date: 2024-06-16T11:10:03+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.i18n@37d7f86 Merge pull request #64 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: A dependabot.yml A news/64.bugfix M .editorconfig M .flake8 M .github/workflows/meta.yml M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M setup.py M tox.ini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just taking a look at https://github.com/plone/buildout.coredev/tree/5.0/plips shows lots of really old plips (5+ years some of them).
Is there any need to keep all of them around?
With the work that we are doing on the new jenkins.plone.org setup, one approach to make it easier for plips to be merged successfully would be to create a jenkins job for each plip. So a jenkins job would be monitoring buildout.coredev and keep creating/deleting jobs as they would be found on the plips folder, hence a clean up on it would be nice to not create lots of garbage jobs.
/cc @tisto
The text was updated successfully, but these errors were encountered: