-
-
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
Use newer version of Chameleon #91
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Another try: http://jenkins.plone.org/job/pull-request-5.0/33/ |
Closed
All tests are green. Please merge before branches diverge again. |
mister-roboto
pushed a commit
that referenced
this pull request
Mar 5, 2016
Branch: refs/heads/master Date: 2016-03-05T02:30:48Z Author: David Bain (pigeonflight) <[email protected]> Commit: plone/plonetheme.barceloneta@a159ff4 fixed issue #1435 improved look and feel for @@overview-controlpanel buttons Files changed: M CHANGES.rst M plonetheme/barceloneta/theme/less/barceloneta-compiled.css M plonetheme/barceloneta/theme/less/barceloneta-compiled.css.map M plonetheme/barceloneta/theme/less/controlpanels.plone.less Repository: plonetheme.barceloneta Branch: refs/heads/master Date: 2016-03-04T21:21:53-06:00 Author: Nathan Van Gheem (vangheem) <[email protected]> Commit: plone/plonetheme.barceloneta@a79dc18 Merge pull request #91 from plone/pigeonflight-overview-controlpanel-fix-1435 fixed issue #1435 improved look and feel for @@overview-controlpanel Files changed: M CHANGES.rst M plonetheme/barceloneta/theme/less/barceloneta-compiled.css M plonetheme/barceloneta/theme/less/barceloneta-compiled.css.map M plonetheme/barceloneta/theme/less/controlpanels.plone.less
mister-roboto
pushed a commit
that referenced
this pull request
Apr 7, 2016
Branch: refs/heads/master Date: 2016-04-07T18:36:19+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.discussion@eee8e3c Mark edit link for translation (#91) Mark edit link for translation. Files changed: M CHANGES.rst M plone/app/discussion/browser/comments.pt
mister-roboto
pushed a commit
that referenced
this pull request
Apr 7, 2016
Branch: refs/heads/master Date: 2016-04-07T18:36:19+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.discussion@eee8e3c Mark edit link for translation (#91) Mark edit link for translation. Files changed: M CHANGES.rst M plone/app/discussion/browser/comments.pt
mister-roboto
pushed a commit
that referenced
this pull request
Oct 3, 2016
Branch: refs/heads/master Date: 2016-10-02T23:27:05+02:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.portlets@17b1559 Add coding header Files changed: M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/portlets/__init__.py M plone/app/portlets/assignable.py M plone/app/portlets/browser/adding.py M plone/app/portlets/browser/editmanager.py M plone/app/portlets/browser/formhelper.py M plone/app/portlets/browser/interfaces.py M plone/app/portlets/browser/manage.py M plone/app/portlets/browser/traversal.py M plone/app/portlets/browser/utils.py M plone/app/portlets/cache.py M plone/app/portlets/checker.py M plone/app/portlets/dashboard.py M plone/app/portlets/exportimport/__init__.py M plone/app/portlets/exportimport/interfaces.py M plone/app/portlets/exportimport/portlets.py M plone/app/portlets/interfaces.py M plone/app/portlets/manager.py M plone/app/portlets/metaconfigure.py M plone/app/portlets/metadirectives.py M plone/app/portlets/portletcontext.py M plone/app/portlets/portlets/__init__.py M plone/app/portlets/portlets/base.py M plone/app/portlets/portlets/calendar.py M plone/app/portlets/portlets/classic.py M plone/app/portlets/portlets/events.py M plone/app/portlets/portlets/language.py M plone/app/portlets/portlets/login.py M plone/app/portlets/portlets/navigation.py M plone/app/portlets/portlets/news.py M plone/app/portlets/portlets/recent.py M plone/app/portlets/portlets/review.py M plone/app/portlets/portlets/rss.py M plone/app/portlets/portlets/search.py M plone/app/portlets/storage.py M plone/app/portlets/tests/__init__.py M plone/app/portlets/tests/base.py M plone/app/portlets/tests/testDoctests.py M plone/app/portlets/tests/test_actions_portlet.py M plone/app/portlets/tests/test_classic_portlet.py M plone/app/portlets/tests/test_context.py M plone/app/portlets/tests/test_dashboard.py M plone/app/portlets/tests/test_exportimport.py M plone/app/portlets/tests/test_login_portlet.py M plone/app/portlets/tests/test_manage_views.py M plone/app/portlets/tests/test_mapping.py M plone/app/portlets/tests/test_namechooser.py M plone/app/portlets/tests/test_navigation_portlet.py M plone/app/portlets/tests/test_news_portlet.py M plone/app/portlets/tests/test_recent_portlet.py M plone/app/portlets/tests/test_review_portlet.py M plone/app/portlets/tests/test_rss_portlet.py M plone/app/portlets/tests/test_setup.py M plone/app/portlets/tests/test_traversal.py M plone/app/portlets/tests/test_utils.py M plone/app/portlets/tests/utils.py M plone/app/portlets/utils.py Repository: plone.app.portlets Branch: refs/heads/master Date: 2016-10-03T07:33:59+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.portlets@9a98a81 Merge pull request #91 from plone/gforcada-patch-2 Add coding header Files changed: M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/portlets/__init__.py M plone/app/portlets/assignable.py M plone/app/portlets/browser/adding.py M plone/app/portlets/browser/editmanager.py M plone/app/portlets/browser/formhelper.py M plone/app/portlets/browser/interfaces.py M plone/app/portlets/browser/manage.py M plone/app/portlets/browser/traversal.py M plone/app/portlets/browser/utils.py M plone/app/portlets/cache.py M plone/app/portlets/checker.py M plone/app/portlets/dashboard.py M plone/app/portlets/exportimport/__init__.py M plone/app/portlets/exportimport/interfaces.py M plone/app/portlets/exportimport/portlets.py M plone/app/portlets/interfaces.py M plone/app/portlets/manager.py M plone/app/portlets/metaconfigure.py M plone/app/portlets/metadirectives.py M plone/app/portlets/portletcontext.py M plone/app/portlets/portlets/__init__.py M plone/app/portlets/portlets/base.py M plone/app/portlets/portlets/calendar.py M plone/app/portlets/portlets/classic.py M plone/app/portlets/portlets/events.py M plone/app/portlets/portlets/language.py M plone/app/portlets/portlets/login.py M plone/app/portlets/portlets/navigation.py M plone/app/portlets/portlets/news.py M plone/app/portlets/portlets/recent.py M plone/app/portlets/portlets/review.py M plone/app/portlets/portlets/rss.py M plone/app/portlets/portlets/search.py M plone/app/portlets/storage.py M plone/app/portlets/tests/__init__.py M plone/app/portlets/tests/base.py M plone/app/portlets/tests/testDoctests.py M plone/app/portlets/tests/test_actions_portlet.py M plone/app/portlets/tests/test_classic_portlet.py M plone/app/portlets/tests/test_context.py M plone/app/portlets/tests/test_dashboard.py M plone/app/portlets/tests/test_exportimport.py M plone/app/portlets/tests/test_login_portlet.py M plone/app/portlets/tests/test_manage_views.py M plone/app/portlets/tests/test_mapping.py M plone/app/portlets/tests/test_namechooser.py M plone/app/portlets/tests/test_navigation_portlet.py M plone/app/portlets/tests/test_news_portlet.py M plone/app/portlets/tests/test_recent_portlet.py M plone/app/portlets/tests/test_review_portlet.py M plone/app/portlets/tests/test_rss_portlet.py M plone/app/portlets/tests/test_setup.py M plone/app/portlets/tests/test_traversal.py M plone/app/portlets/tests/test_utils.py M plone/app/portlets/tests/utils.py M plone/app/portlets/utils.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 23, 2016
Branch: refs/heads/master Date: 2016-10-22T14:35:10-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@825f170 Remove (really) old upgrades Fixes plone/Products.CMFPlone#1778 Files changed: M CHANGES.rst M plone/app/upgrade/__init__.py M plone/app/upgrade/configure.zcml M plone/app/upgrade/v43/final.py D plone/app/upgrade/v25/__init__.py D plone/app/upgrade/v25/configure.zcml D plone/app/upgrade/v25/data/test-base.zexp D plone/app/upgrade/v25/profiles.zcml D plone/app/upgrade/v25/profiles/final_two51/actions.xml D plone/app/upgrade/v25/profiles/final_two51/cssregistry.xml D plone/app/upgrade/v25/tests.py D plone/app/upgrade/v30/__init__.py D plone/app/upgrade/v30/alphas.py D plone/app/upgrade/v30/betas.py D plone/app/upgrade/v30/configure.zcml D plone/app/upgrade/v30/data/test-base.zexp D plone/app/upgrade/v30/data/test-full.zexp D plone/app/upgrade/v30/final_three0x.py D plone/app/upgrade/v30/profiles.zcml D plone/app/upgrade/v30/profiles/alpha1_alpha2/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/cssregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/jsregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/properties.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/actions.xml D plone/app/upgrade/v30/profiles/beta1_beta2/catalog.xml D plone/app/upgrade/v30/profiles/beta1_beta2/componentregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/cssregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/export_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/import_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/portal_atct.xml D plone/app/upgrade/v30/profiles/beta1_beta2/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/rolemap.xml D plone/app/upgrade/v30/profiles/beta1_beta2/workflows.xml D plone/app/upgrade/v30/profiles/beta2_beta3/actions.xml D plone/app/upgrade/v30/profiles/beta2_beta3/componentregistry.xml D plone/app/upgrade/v30/profiles/beta2_beta3/export_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/import_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/viewlets.xml D plone/app/upgrade/v30/profiles/beta3_beta4/actions.xml D plone/app/upgrade/v30/profiles/beta3_beta4/cmfeditions_various.txt D plone/app/upgrade/v30/profiles/beta3_beta4/cssregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/jsregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/propertiestool.xml D plone/app/upgrade/v30/profiles/beta3_beta4/viewlets.xml D plone/app/upgrade/v30/profiles/final_three01/componentregistry.xml D plone/app/upgrade/v30/profiles/final_three01/rolemap.xml D plone/app/upgrade/v30/profiles/final_three01/toolset.xml D plone/app/upgrade/v30/profiles/rc2_final/actions.xml D plone/app/upgrade/v30/profiles/rc2_final/cssregistry.xml D plone/app/upgrade/v30/profiles/rc2_final/jsregistry.xml D plone/app/upgrade/v30/profiles/rc2_final_iterate/rolemap.xml D plone/app/upgrade/v30/profiles/three01_three02/controlpanel.xml D plone/app/upgrade/v30/profiles/three01_three02/jsregistry.xml D plone/app/upgrade/v30/profiles/three01_three02/rolemap.xml D plone/app/upgrade/v30/profiles/three03_three04/diff_tool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/componentregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/controlpanel.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/cssregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/propertiestool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/toolset.xml D plone/app/upgrade/v30/rcs.py D plone/app/upgrade/v30/tests.py D plone/app/upgrade/v31/__init__.py D plone/app/upgrade/v31/betas.py D plone/app/upgrade/v31/configure.zcml D plone/app/upgrade/v31/data/test-base.zexp D plone/app/upgrade/v31/data/test-full.zexp D plone/app/upgrade/v31/final_three1x.py D plone/app/upgrade/v31/profiles.zcml D plone/app/upgrade/v31/profiles/three0_beta1/actions.xml D plone/app/upgrade/v31/profiles/three0_beta1/componentregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/jsregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/metadata.xml D plone/app/upgrade/v31/profiles/three0_beta1/portlets.xml D plone/app/upgrade/v31/profiles/three13_three14/propertiestool.xml D plone/app/upgrade/v31/tests.py D plone/app/upgrade/v32/__init__.py D plone/app/upgrade/v32/betas.py D plone/app/upgrade/v32/configure.zcml D plone/app/upgrade/v32/data/test-base.zexp D plone/app/upgrade/v32/data/test-full.zexp D plone/app/upgrade/v32/profiles.zcml D plone/app/upgrade/v32/profiles/three1_beta1_iterate/actions.xml D plone/app/upgrade/v32/profiles/three2_three21/propertiestool.xml D plone/app/upgrade/v32/tests.py D plone/app/upgrade/v33/__init__.py D plone/app/upgrade/v33/configure.zcml D plone/app/upgrade/v33/data/test-base.zexp D plone/app/upgrade/v33/data/test-full.zexp D plone/app/upgrade/v33/profiles.zcml D plone/app/upgrade/v33/profiles/three2_three3/actions.xml D plone/app/upgrade/v33/profiles/three2_three3/propertiestool.xml D plone/app/upgrade/v33/profiles/three3_rc3_three3_rc4/actions.xml D plone/app/upgrade/v33/tests.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-10-22T14:35:10-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@aac74f6 Copy method from v30 Files changed: M plone/app/upgrade/v40/alphas.py M plone/app/upgrade/v40/configure.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-10-23T09:15:37-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@8066f51 These attributes do not exist anymore Files changed: M plone/app/upgrade/utils.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-10-23T09:15:37-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@20011ca Cleanup setup.py Files changed: M plone/app/upgrade/__init__.py M plone/app/upgrade/configure.zcml M setup.py D plone/app/upgrade/gruf_bbb.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-10-23T14:33:34-04:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.upgrade@f4e80d0 Merge pull request #91 from plone/gforcada-remove-old-upgrades Remove (really) old upgrades Files changed: M CHANGES.rst M plone/app/upgrade/__init__.py M plone/app/upgrade/configure.zcml M plone/app/upgrade/utils.py M plone/app/upgrade/v40/alphas.py M plone/app/upgrade/v40/configure.zcml M plone/app/upgrade/v43/final.py M plone/app/upgrade/v50/alphas.py M plone/app/upgrade/v50/betas.py M setup.py D plone/app/upgrade/gruf_bbb.py D plone/app/upgrade/v25/__init__.py D plone/app/upgrade/v25/configure.zcml D plone/app/upgrade/v25/data/test-base.zexp D plone/app/upgrade/v25/profiles.zcml D plone/app/upgrade/v25/profiles/final_two51/actions.xml D plone/app/upgrade/v25/profiles/final_two51/cssregistry.xml D plone/app/upgrade/v25/tests.py D plone/app/upgrade/v30/__init__.py D plone/app/upgrade/v30/alphas.py D plone/app/upgrade/v30/betas.py D plone/app/upgrade/v30/configure.zcml D plone/app/upgrade/v30/data/test-base.zexp D plone/app/upgrade/v30/data/test-full.zexp D plone/app/upgrade/v30/final_three0x.py D plone/app/upgrade/v30/profiles.zcml D plone/app/upgrade/v30/profiles/alpha1_alpha2/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/cssregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/jsregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/properties.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/actions.xml D plone/app/upgrade/v30/profiles/beta1_beta2/catalog.xml D plone/app/upgrade/v30/profiles/beta1_beta2/componentregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/cssregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/export_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/import_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/portal_atct.xml D plone/app/upgrade/v30/profiles/beta1_beta2/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/rolemap.xml D plone/app/upgrade/v30/profiles/beta1_beta2/workflows.xml D plone/app/upgrade/v30/profiles/beta2_beta3/actions.xml D plone/app/upgrade/v30/profiles/beta2_beta3/componentregistry.xml D plone/app/upgrade/v30/profiles/beta2_beta3/export_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/import_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/viewlets.xml D plone/app/upgrade/v30/profiles/beta3_beta4/actions.xml D plone/app/upgrade/v30/profiles/beta3_beta4/cmfeditions_various.txt D plone/app/upgrade/v30/profiles/beta3_beta4/cssregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/jsregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/propertiestool.xml D plone/app/upgrade/v30/profiles/beta3_beta4/viewlets.xml D plone/app/upgrade/v30/profiles/final_three01/componentregistry.xml D plone/app/upgrade/v30/profiles/final_three01/rolemap.xml D plone/app/upgrade/v30/profiles/final_three01/toolset.xml D plone/app/upgrade/v30/profiles/rc2_final/actions.xml D plone/app/upgrade/v30/profiles/rc2_final/cssregistry.xml D plone/app/upgrade/v30/profiles/rc2_final/jsregistry.xml D plone/app/upgrade/v30/profiles/rc2_final_iterate/rolemap.xml D plone/app/upgrade/v30/profiles/three01_three02/controlpanel.xml D plone/app/upgrade/v30/profiles/three01_three02/jsregistry.xml D plone/app/upgrade/v30/profiles/three01_three02/rolemap.xml D plone/app/upgrade/v30/profiles/three03_three04/diff_tool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/componentregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/controlpanel.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/cssregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/propertiestool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/toolset.xml D plone/app/upgrade/v30/rcs.py D plone/app/upgrade/v30/tests.py D plone/app/upgrade/v31/__init__.py D plone/app/upgrade/v31/betas.py D plone/app/upgrade/v31/configure.zcml D plone/app/upgrade/v31/data/test-base.zexp D plone/app/upgrade/v31/data/test-full.zexp D plone/app/upgrade/v31/final_three1x.py D plone/app/upgrade/v31/profiles.zcml D plone/app/upgrade/v31/profiles/three0_beta1/actions.xml D plone/app/upgrade/v31/profiles/three0_beta1/componentregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/jsregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/metadata.xml D plone/app/upgrade/v31/profiles/three0_beta1/portlets.xml D plone/app/upgrade/v31/profiles/three13_three14/propertiestool.xml D plone/app/upgrade/v31/tests.py D plone/app/upgrade/v32/__init__.py D plone/app/upgrade/v32/betas.py D plone/app/upgrade/v32/configure.zcml D plone/app/upgrade/v32/data/test-base.zexp D plone/app/upgrade/v32/data/test-full.zexp D plone/app/upgrade/v32/profiles.zcml D plone/app/upgrade/v32/profiles/three1_beta1_iterate/actions.xml D plone/app/upgrade/v32/profiles/three2_three21/propertiestool.xml D plone/app/upgrade/v32/tests.py D plone/app/upgrade/v33/__init__.py D plone/app/upgrade/v33/configure.zcml D plone/app/upgrade/v33/data/test-base.zexp D plone/app/upgrade/v33/data/test-full.zexp D plone/app/upgrade/v33/profiles.zcml D plone/app/upgrade/v33/profiles/three2_three3/actions.xml D plone/app/upgrade/v33/profiles/three2_three3/propertiestool.xml D plone/app/upgrade/v33/profiles/three3_rc3_three3_rc4/actions.xml D plone/app/upgrade/v33/tests.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 23, 2016
Branch: refs/heads/master Date: 2016-10-22T14:35:10-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@825f170 Remove (really) old upgrades Fixes plone/Products.CMFPlone#1778 Files changed: M CHANGES.rst M plone/app/upgrade/__init__.py M plone/app/upgrade/configure.zcml M plone/app/upgrade/v43/final.py D plone/app/upgrade/v25/__init__.py D plone/app/upgrade/v25/configure.zcml D plone/app/upgrade/v25/data/test-base.zexp D plone/app/upgrade/v25/profiles.zcml D plone/app/upgrade/v25/profiles/final_two51/actions.xml D plone/app/upgrade/v25/profiles/final_two51/cssregistry.xml D plone/app/upgrade/v25/tests.py D plone/app/upgrade/v30/__init__.py D plone/app/upgrade/v30/alphas.py D plone/app/upgrade/v30/betas.py D plone/app/upgrade/v30/configure.zcml D plone/app/upgrade/v30/data/test-base.zexp D plone/app/upgrade/v30/data/test-full.zexp D plone/app/upgrade/v30/final_three0x.py D plone/app/upgrade/v30/profiles.zcml D plone/app/upgrade/v30/profiles/alpha1_alpha2/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/cssregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/jsregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/properties.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/actions.xml D plone/app/upgrade/v30/profiles/beta1_beta2/catalog.xml D plone/app/upgrade/v30/profiles/beta1_beta2/componentregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/cssregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/export_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/import_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/portal_atct.xml D plone/app/upgrade/v30/profiles/beta1_beta2/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/rolemap.xml D plone/app/upgrade/v30/profiles/beta1_beta2/workflows.xml D plone/app/upgrade/v30/profiles/beta2_beta3/actions.xml D plone/app/upgrade/v30/profiles/beta2_beta3/componentregistry.xml D plone/app/upgrade/v30/profiles/beta2_beta3/export_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/import_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/viewlets.xml D plone/app/upgrade/v30/profiles/beta3_beta4/actions.xml D plone/app/upgrade/v30/profiles/beta3_beta4/cmfeditions_various.txt D plone/app/upgrade/v30/profiles/beta3_beta4/cssregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/jsregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/propertiestool.xml D plone/app/upgrade/v30/profiles/beta3_beta4/viewlets.xml D plone/app/upgrade/v30/profiles/final_three01/componentregistry.xml D plone/app/upgrade/v30/profiles/final_three01/rolemap.xml D plone/app/upgrade/v30/profiles/final_three01/toolset.xml D plone/app/upgrade/v30/profiles/rc2_final/actions.xml D plone/app/upgrade/v30/profiles/rc2_final/cssregistry.xml D plone/app/upgrade/v30/profiles/rc2_final/jsregistry.xml D plone/app/upgrade/v30/profiles/rc2_final_iterate/rolemap.xml D plone/app/upgrade/v30/profiles/three01_three02/controlpanel.xml D plone/app/upgrade/v30/profiles/three01_three02/jsregistry.xml D plone/app/upgrade/v30/profiles/three01_three02/rolemap.xml D plone/app/upgrade/v30/profiles/three03_three04/diff_tool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/componentregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/controlpanel.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/cssregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/propertiestool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/toolset.xml D plone/app/upgrade/v30/rcs.py D plone/app/upgrade/v30/tests.py D plone/app/upgrade/v31/__init__.py D plone/app/upgrade/v31/betas.py D plone/app/upgrade/v31/configure.zcml D plone/app/upgrade/v31/data/test-base.zexp D plone/app/upgrade/v31/data/test-full.zexp D plone/app/upgrade/v31/final_three1x.py D plone/app/upgrade/v31/profiles.zcml D plone/app/upgrade/v31/profiles/three0_beta1/actions.xml D plone/app/upgrade/v31/profiles/three0_beta1/componentregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/jsregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/metadata.xml D plone/app/upgrade/v31/profiles/three0_beta1/portlets.xml D plone/app/upgrade/v31/profiles/three13_three14/propertiestool.xml D plone/app/upgrade/v31/tests.py D plone/app/upgrade/v32/__init__.py D plone/app/upgrade/v32/betas.py D plone/app/upgrade/v32/configure.zcml D plone/app/upgrade/v32/data/test-base.zexp D plone/app/upgrade/v32/data/test-full.zexp D plone/app/upgrade/v32/profiles.zcml D plone/app/upgrade/v32/profiles/three1_beta1_iterate/actions.xml D plone/app/upgrade/v32/profiles/three2_three21/propertiestool.xml D plone/app/upgrade/v32/tests.py D plone/app/upgrade/v33/__init__.py D plone/app/upgrade/v33/configure.zcml D plone/app/upgrade/v33/data/test-base.zexp D plone/app/upgrade/v33/data/test-full.zexp D plone/app/upgrade/v33/profiles.zcml D plone/app/upgrade/v33/profiles/three2_three3/actions.xml D plone/app/upgrade/v33/profiles/three2_three3/propertiestool.xml D plone/app/upgrade/v33/profiles/three3_rc3_three3_rc4/actions.xml D plone/app/upgrade/v33/tests.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-10-22T14:35:10-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@aac74f6 Copy method from v30 Files changed: M plone/app/upgrade/v40/alphas.py M plone/app/upgrade/v40/configure.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-10-23T09:15:37-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@8066f51 These attributes do not exist anymore Files changed: M plone/app/upgrade/utils.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-10-23T09:15:37-04:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.upgrade@20011ca Cleanup setup.py Files changed: M plone/app/upgrade/__init__.py M plone/app/upgrade/configure.zcml M setup.py D plone/app/upgrade/gruf_bbb.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-10-23T14:33:34-04:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.upgrade@f4e80d0 Merge pull request #91 from plone/gforcada-remove-old-upgrades Remove (really) old upgrades Files changed: M CHANGES.rst M plone/app/upgrade/__init__.py M plone/app/upgrade/configure.zcml M plone/app/upgrade/utils.py M plone/app/upgrade/v40/alphas.py M plone/app/upgrade/v40/configure.zcml M plone/app/upgrade/v43/final.py M plone/app/upgrade/v50/alphas.py M plone/app/upgrade/v50/betas.py M setup.py D plone/app/upgrade/gruf_bbb.py D plone/app/upgrade/v25/__init__.py D plone/app/upgrade/v25/configure.zcml D plone/app/upgrade/v25/data/test-base.zexp D plone/app/upgrade/v25/profiles.zcml D plone/app/upgrade/v25/profiles/final_two51/actions.xml D plone/app/upgrade/v25/profiles/final_two51/cssregistry.xml D plone/app/upgrade/v25/tests.py D plone/app/upgrade/v30/__init__.py D plone/app/upgrade/v30/alphas.py D plone/app/upgrade/v30/betas.py D plone/app/upgrade/v30/configure.zcml D plone/app/upgrade/v30/data/test-base.zexp D plone/app/upgrade/v30/data/test-full.zexp D plone/app/upgrade/v30/final_three0x.py D plone/app/upgrade/v30/profiles.zcml D plone/app/upgrade/v30/profiles/alpha1_alpha2/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha1_alpha2/cssregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/componentregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/controlpanel.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/jsregistry.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/properties.xml D plone/app/upgrade/v30/profiles/alpha2_beta1/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/actions.xml D plone/app/upgrade/v30/profiles/beta1_beta2/catalog.xml D plone/app/upgrade/v30/profiles/beta1_beta2/componentregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/cssregistry.xml D plone/app/upgrade/v30/profiles/beta1_beta2/export_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/import_steps.xml D plone/app/upgrade/v30/profiles/beta1_beta2/portal_atct.xml D plone/app/upgrade/v30/profiles/beta1_beta2/propertiestool.xml D plone/app/upgrade/v30/profiles/beta1_beta2/rolemap.xml D plone/app/upgrade/v30/profiles/beta1_beta2/workflows.xml D plone/app/upgrade/v30/profiles/beta2_beta3/actions.xml D plone/app/upgrade/v30/profiles/beta2_beta3/componentregistry.xml D plone/app/upgrade/v30/profiles/beta2_beta3/export_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/import_steps.xml D plone/app/upgrade/v30/profiles/beta2_beta3/viewlets.xml D plone/app/upgrade/v30/profiles/beta3_beta4/actions.xml D plone/app/upgrade/v30/profiles/beta3_beta4/cmfeditions_various.txt D plone/app/upgrade/v30/profiles/beta3_beta4/cssregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/jsregistry.xml D plone/app/upgrade/v30/profiles/beta3_beta4/propertiestool.xml D plone/app/upgrade/v30/profiles/beta3_beta4/viewlets.xml D plone/app/upgrade/v30/profiles/final_three01/componentregistry.xml D plone/app/upgrade/v30/profiles/final_three01/rolemap.xml D plone/app/upgrade/v30/profiles/final_three01/toolset.xml D plone/app/upgrade/v30/profiles/rc2_final/actions.xml D plone/app/upgrade/v30/profiles/rc2_final/cssregistry.xml D plone/app/upgrade/v30/profiles/rc2_final/jsregistry.xml D plone/app/upgrade/v30/profiles/rc2_final_iterate/rolemap.xml D plone/app/upgrade/v30/profiles/three01_three02/controlpanel.xml D plone/app/upgrade/v30/profiles/three01_three02/jsregistry.xml D plone/app/upgrade/v30/profiles/three01_three02/rolemap.xml D plone/app/upgrade/v30/profiles/three03_three04/diff_tool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/componentregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/controlpanel.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/cssregistry.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/propertiestool.xml D plone/app/upgrade/v30/profiles/two5x_alpha1/toolset.xml D plone/app/upgrade/v30/rcs.py D plone/app/upgrade/v30/tests.py D plone/app/upgrade/v31/__init__.py D plone/app/upgrade/v31/betas.py D plone/app/upgrade/v31/configure.zcml D plone/app/upgrade/v31/data/test-base.zexp D plone/app/upgrade/v31/data/test-full.zexp D plone/app/upgrade/v31/final_three1x.py D plone/app/upgrade/v31/profiles.zcml D plone/app/upgrade/v31/profiles/three0_beta1/actions.xml D plone/app/upgrade/v31/profiles/three0_beta1/componentregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/jsregistry.xml D plone/app/upgrade/v31/profiles/three0_beta1/metadata.xml D plone/app/upgrade/v31/profiles/three0_beta1/portlets.xml D plone/app/upgrade/v31/profiles/three13_three14/propertiestool.xml D plone/app/upgrade/v31/tests.py D plone/app/upgrade/v32/__init__.py D plone/app/upgrade/v32/betas.py D plone/app/upgrade/v32/configure.zcml D plone/app/upgrade/v32/data/test-base.zexp D plone/app/upgrade/v32/data/test-full.zexp D plone/app/upgrade/v32/profiles.zcml D plone/app/upgrade/v32/profiles/three1_beta1_iterate/actions.xml D plone/app/upgrade/v32/profiles/three2_three21/propertiestool.xml D plone/app/upgrade/v32/tests.py D plone/app/upgrade/v33/__init__.py D plone/app/upgrade/v33/configure.zcml D plone/app/upgrade/v33/data/test-base.zexp D plone/app/upgrade/v33/data/test-full.zexp D plone/app/upgrade/v33/profiles.zcml D plone/app/upgrade/v33/profiles/three2_three3/actions.xml D plone/app/upgrade/v33/profiles/three2_three3/propertiestool.xml D plone/app/upgrade/v33/profiles/three3_rc3_three3_rc4/actions.xml D plone/app/upgrade/v33/tests.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 21, 2017
Branch: refs/heads/master Date: 2017-02-21T22:25:25+01:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.content@29f2396 Adapt tests With PLIP 1343 being merged some tests need to be adapted. Now the catalog no longer processes indexing operations right away. Some tests rely on that, so a minimal adaptation was needed. References: plone/Products.CMFPlone#1343 Files changed: M CHANGES.rst M plone/app/content/basecontent.rst M plone/app/content/tests/test_widgets.py Repository: plone.app.content Branch: refs/heads/master Date: 2017-02-21T22:26:42+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.content@6565502 Merge pull request #91 from plone/merge-collective-indexing Merge collective indexing Files changed: M CHANGES.rst M plone/app/content/basecontent.rst M plone/app/content/tests/test_widgets.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 21, 2017
Branch: refs/heads/master Date: 2017-02-21T22:25:25+01:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: plone/plone.app.content@29f2396 Adapt tests With PLIP 1343 being merged some tests need to be adapted. Now the catalog no longer processes indexing operations right away. Some tests rely on that, so a minimal adaptation was needed. References: plone/Products.CMFPlone#1343 Files changed: M CHANGES.rst M plone/app/content/basecontent.rst M plone/app/content/tests/test_widgets.py Repository: plone.app.content Branch: refs/heads/master Date: 2017-02-21T22:26:42+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.app.content@6565502 Merge pull request #91 from plone/merge-collective-indexing Merge collective indexing Files changed: M CHANGES.rst M plone/app/content/basecontent.rst M plone/app/content/tests/test_widgets.py
mister-roboto
pushed a commit
that referenced
this pull request
Jul 4, 2017
Branch: refs/heads/master Date: 2017-06-21T10:10:38+02:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/Products.Archetypes@83a04f0 Prevent AttributeError on deleting a Reference from a object that is gone. Fixes plone/plone.app.contenttypes#41 Files changed: M CHANGES.rst M Products/Archetypes/ReferenceEngine.py Repository: Products.Archetypes Branch: refs/heads/master Date: 2017-07-04T17:49:39+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/Products.Archetypes@51bca84 Merge pull request #91 from plone/fix_delete_reference Prevent AttributeError on deleting a Reference Files changed: M CHANGES.rst M Products/Archetypes/ReferenceEngine.py
mister-roboto
pushed a commit
that referenced
this pull request
May 17, 2018
Branch: refs/heads/master Date: 2018-05-17T12:01:26+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@18c7f4b isort Files changed: M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/utils.py M plone/app/z3cform/widget.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T12:08:09+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@24aef53 pep8 Files changed: M plone/app/z3cform/tests/test_widgets.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T12:44:30+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@4e68ee7 remove a bunch of C812 and related formatting Files changed: M plone/app/z3cform/converters.py M plone/app/z3cform/templates.py M plone/app/z3cform/tests/layer.py M plone/app/z3cform/tests/test_utils.py M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/tests/tests.py M plone/app/z3cform/utils.py M plone/app/z3cform/widget.py M plone/app/z3cform/wysiwyg/widget.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T14:48:40+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@8ea0418 add changelog Files changed: M CHANGES.rst M plone/app/z3cform/tests/tests.py M plone/app/z3cform/widget.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T15:35:29+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@a712134 Merge pull request #91 from plone/jensens/cleanup Cleanup code analysis errors Files changed: M CHANGES.rst M plone/app/z3cform/converters.py M plone/app/z3cform/templates.py M plone/app/z3cform/tests/layer.py M plone/app/z3cform/tests/test_utils.py M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/tests/tests.py M plone/app/z3cform/utils.py M plone/app/z3cform/widget.py M plone/app/z3cform/wysiwyg/widget.py
mister-roboto
pushed a commit
that referenced
this pull request
May 17, 2018
Branch: refs/heads/master Date: 2018-05-17T12:01:26+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@18c7f4b isort Files changed: M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/utils.py M plone/app/z3cform/widget.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T12:08:09+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@24aef53 pep8 Files changed: M plone/app/z3cform/tests/test_widgets.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T12:44:30+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@4e68ee7 remove a bunch of C812 and related formatting Files changed: M plone/app/z3cform/converters.py M plone/app/z3cform/templates.py M plone/app/z3cform/tests/layer.py M plone/app/z3cform/tests/test_utils.py M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/tests/tests.py M plone/app/z3cform/utils.py M plone/app/z3cform/widget.py M plone/app/z3cform/wysiwyg/widget.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T14:48:40+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@8ea0418 add changelog Files changed: M CHANGES.rst M plone/app/z3cform/tests/tests.py M plone/app/z3cform/widget.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2018-05-17T15:35:29+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.z3cform@a712134 Merge pull request #91 from plone/jensens/cleanup Cleanup code analysis errors Files changed: M CHANGES.rst M plone/app/z3cform/converters.py M plone/app/z3cform/templates.py M plone/app/z3cform/tests/layer.py M plone/app/z3cform/tests/test_utils.py M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/tests/tests.py M plone/app/z3cform/utils.py M plone/app/z3cform/widget.py M plone/app/z3cform/wysiwyg/widget.py
mister-roboto
pushed a commit
that referenced
this pull request
Aug 5, 2018
Branch: refs/heads/1.9.x Date: 2018-08-01T13:37:59+02:00 Author: Fred van Dijk (fredvd) <[email protected]> Commit: plone/Products.Archetypes@7bc06f0 Prevent AttributeError on deleting a Reference from object that is gone. Backport from master #91. Fixes plone/plone.app.contenttypes#41. Files changed: M CHANGES.rst M Products/Archetypes/ReferenceEngine.py Repository: Products.Archetypes Branch: refs/heads/1.9.x Date: 2018-08-05T16:45:17+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/Products.Archetypes@7068c71 Merge pull request #110 from plone/fix_delete_reference Prevent AttributeError on deleting a Reference Files changed: M CHANGES.rst M Products/Archetypes/ReferenceEngine.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 6, 2018
Branch: refs/heads/master Date: 2018-10-05T23:45:40-04:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.dexterity@ccdec8b encode unicode message as utf-8, not default encoding Files changed: M plone/dexterity/filerepresentation.py Repository: plone.dexterity Branch: refs/heads/master Date: 2018-10-06T08:43:31-04:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.dexterity@a7523ae Merge pull request #91 from plone/fix-message-encoding encode unicode message as utf-8, not default encoding Files changed: M plone/dexterity/filerepresentation.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 6, 2018
Branch: refs/heads/master Date: 2018-10-05T23:45:40-04:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.dexterity@ccdec8b encode unicode message as utf-8, not default encoding Files changed: M plone/dexterity/filerepresentation.py Repository: plone.dexterity Branch: refs/heads/master Date: 2018-10-06T08:43:31-04:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.dexterity@a7523ae Merge pull request #91 from plone/fix-message-encoding encode unicode message as utf-8, not default encoding Files changed: M plone/dexterity/filerepresentation.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 5, 2018
Branch: refs/heads/master Date: 2018-12-05T07:44:48+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.querystring@eef5cdd Do not show default profile as installable (already installed with core) Files changed: M CHANGES.rst M plone/app/querystring/hiddenprofiles.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2018-12-05T08:48:05+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.querystring@2826070 Merge pull request #91 from plone/noninstallable-default-profile Do not show default profile as installable (already installed with core) Files changed: M CHANGES.rst M plone/app/querystring/hiddenprofiles.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 5, 2018
Branch: refs/heads/master Date: 2018-12-05T07:44:48+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.querystring@eef5cdd Do not show default profile as installable (already installed with core) Files changed: M CHANGES.rst M plone/app/querystring/hiddenprofiles.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2018-12-05T08:48:05+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.querystring@2826070 Merge pull request #91 from plone/noninstallable-default-profile Do not show default profile as installable (already installed with core) Files changed: M CHANGES.rst M plone/app/querystring/hiddenprofiles.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 18, 2019
Branch: refs/heads/master Date: 2019-04-17T19:17:21-05:00 Author: Jens Vagelpohl (dataflake) <[email protected]> Commit: plone/plone.recipe.zope2instance@c69d031 Add the ability to specify a custom WSGI configuration file Files changed: A news/90.feature M src/plone/recipe/zope2instance/ctl.py M src/plone/recipe/zope2instance/recipe.py M src/plone/recipe/zope2instance/tests/zope2instance.txt Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-04-17T19:27:59-05:00 Author: Jens Vagelpohl (dataflake) <[email protected]> Commit: plone/plone.recipe.zope2instance@76b90c4 - fix test Files changed: M src/plone/recipe/zope2instance/tests/zope2instance.txt Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-04-18T11:07:20+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.recipe.zope2instance@7eeda14 Merge pull request #91 from plone/issue_90 Add the ability to specify a custom WSGI configuration file Files changed: A news/90.feature M src/plone/recipe/zope2instance/ctl.py M src/plone/recipe/zope2instance/recipe.py M src/plone/recipe/zope2instance/tests/zope2instance.txt
mister-roboto
pushed a commit
that referenced
this pull request
Apr 19, 2019
Branch: refs/heads/master Date: 2019-04-18T08:42:32-05:00 Author: Jens Vagelpohl (dataflake) <[email protected]> Commit: plone/plone.recipe.zope2instance@434c015 - update README for #91 Files changed: M README.rst Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-04-18T08:43:59-05:00 Author: Jens Vagelpohl (dataflake) <[email protected]> Commit: plone/plone.recipe.zope2instance@73bed11 - consistency Files changed: M README.rst Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-04-19T08:53:13+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.recipe.zope2instance@5aae898 Merge pull request #92 from plone/jens_wsgi_fixes README fix for #91 Files changed: M README.rst
mister-roboto
pushed a commit
that referenced
this pull request
Oct 14, 2019
Branch: refs/heads/master Date: 2019-07-24T18:54:31+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.rest@64962c1 Black Files changed: M src/plone/__init__.py M src/plone/rest/cors.py M src/plone/rest/demo.py M src/plone/rest/errors.py M src/plone/rest/events.py M src/plone/rest/interfaces.py M src/plone/rest/negotiation.py M src/plone/rest/patches.py M src/plone/rest/service.py M src/plone/rest/testing.py M src/plone/rest/tests/test_cors.py M src/plone/rest/tests/test_dexterity.py M src/plone/rest/tests/test_dispatching.py M src/plone/rest/tests/test_error_handling.py M src/plone/rest/tests/test_named_services.py M src/plone/rest/tests/test_negotiation.py M src/plone/rest/tests/test_permissions.py M src/plone/rest/tests/test_redirects.py M src/plone/rest/tests/test_siteroot.py M src/plone/rest/tests/test_traversal.py M src/plone/rest/traverse.py M src/plone/rest/zcml.py Repository: plone.rest Branch: refs/heads/master Date: 2019-07-24T18:56:12+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.rest@5cc7dd0 Set flake8 max line length to 200. Files changed: M base.cfg Repository: plone.rest Branch: refs/heads/master Date: 2019-10-14T14:29:37+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.rest@3886a54 Merge pull request #91 from plone/black Black Files changed: M base.cfg M src/plone/__init__.py M src/plone/rest/cors.py M src/plone/rest/demo.py M src/plone/rest/errors.py M src/plone/rest/events.py M src/plone/rest/interfaces.py M src/plone/rest/negotiation.py M src/plone/rest/patches.py M src/plone/rest/service.py M src/plone/rest/testing.py M src/plone/rest/tests/test_cors.py M src/plone/rest/tests/test_dexterity.py M src/plone/rest/tests/test_dispatching.py M src/plone/rest/tests/test_error_handling.py M src/plone/rest/tests/test_named_services.py M src/plone/rest/tests/test_negotiation.py M src/plone/rest/tests/test_permissions.py M src/plone/rest/tests/test_redirects.py M src/plone/rest/tests/test_siteroot.py M src/plone/rest/tests/test_traversal.py M src/plone/rest/traverse.py M src/plone/rest/zcml.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 15, 2020
Branch: refs/heads/master Date: 2020-02-15T14:18:32+01:00 Author: ale-rt (ale-rt) <[email protected]> Commit: plone/plone.protect@770e345 Remove deprecation warnings Fixes #90 Files changed: A news/90.bugfix M plone/protect/utils.py Repository: plone.protect Branch: refs/heads/master Date: 2020-02-15T20:58:47+01:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.protect@0810e40 Merge pull request #91 from plone/90-modernize-inspect Remove deprecation warnings Files changed: A news/90.bugfix M plone/protect/utils.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 21, 2020
Branch: refs/heads/master Date: 2020-04-20T22:22:36+03:00 Author: Asko Soukka (datakurre) <[email protected]> Commit: plone/plone.namedfile@c1bed2f Change to use field value _p_mtime instead of context object _p_mtime as image scale invalidation timestamp Files changed: M plone/namedfile/scaling.py M plone/namedfile/tests/test_scaling.py Repository: plone.namedfile Branch: refs/heads/master Date: 2020-04-20T22:27:33+03:00 Author: Asko Soukka (datakurre) <[email protected]> Commit: plone/plone.namedfile@43f4bf9 Add changelog entry Files changed: A news/91.feature Repository: plone.namedfile Branch: refs/heads/master Date: 2020-04-21T15:43:58+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.namedfile@0aefc45 Merge pull request #91 from plone/datakurre-invalidate-by-field Change to use field value _p_mtime instead of context object _p_mtime… Files changed: A news/91.feature M plone/namedfile/scaling.py M plone/namedfile/tests/test_scaling.py
mister-roboto
pushed a commit
that referenced
this pull request
Jul 17, 2020
Branch: refs/heads/master Date: 2020-07-07T18:34:24+02:00 Author: Vincent Fretin (vincentfretin) <[email protected]> Commit: plone/plone.staticresources@7cf94a7 add upgrade step 9 Files changed: A src/plone/staticresources/upgrades/9.zcml A src/plone/staticresources/upgrades/profiles/9/registry.xml M src/plone/staticresources/profiles/default/metadata.xml M src/plone/staticresources/profiles/default/registry/bundles.xml M src/plone/staticresources/setuphandlers.py M src/plone/staticresources/upgrades/configure.zcml Repository: plone.staticresources Branch: refs/heads/master Date: 2020-07-14T09:10:52+02:00 Author: Vincent Fretin (vincentfretin) <[email protected]> Commit: plone/plone.staticresources@313e903 use latest mockup commit Files changed: M package.json M yarn.lock Repository: plone.staticresources Branch: refs/heads/master Date: 2020-07-14T09:11:56+02:00 Author: Vincent Fretin (vincentfretin) <[email protected]> Commit: plone/plone.staticresources@6ad8505 components folder changes Files changed: A src/plone/staticresources/static/components/mockup/news/1000.bugfix A src/plone/staticresources/static/components/mockup/news/1002.bugfix A src/plone/staticresources/static/components/mockup/news/1003.bugfix A src/plone/staticresources/static/components/mockup/news/990.bugfix A src/plone/staticresources/static/components/mockup/news/991.bugfix A src/plone/staticresources/static/components/mockup/news/996.bugfix A src/plone/staticresources/static/components/mockup/news/997.bugfix M src/plone/staticresources/static/components/mockup/CHANGES.rst M src/plone/staticresources/static/components/mockup/mockup/js/ui/views/anchor.js M src/plone/staticresources/static/components/mockup/mockup/js/ui/views/button.js M src/plone/staticresources/static/components/mockup/mockup/js/ui/views/popover.js M src/plone/staticresources/static/components/mockup/mockup/less/popover.less M src/plone/staticresources/static/components/mockup/mockup/patterns/filemanager/pattern.filemanager.less M src/plone/staticresources/static/components/mockup/mockup/patterns/querystring/pattern.js M src/plone/staticresources/static/components/mockup/mockup/patterns/resourceregistry/pattern.resourceregistry.less M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/js/actionmenu.js M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/js/views/app.js M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/js/views/selectionwell.js M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/less/pattern.structure.less M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/templates/actionmenu.xml M src/plone/staticresources/static/components/mockup/mockup/patterns/toolbar/pattern.js M src/plone/staticresources/static/components/mockup/mockup/patterns/toolbar/pattern.toolbar.less M src/plone/staticresources/static/components/mockup/mockup/patterns/upload/templates/preview.xml M src/plone/staticresources/static/components/mockup/package.json D src/plone/staticresources/static/components/mockup/news/825.feature D src/plone/staticresources/static/components/mockup/news/867.bugfix D src/plone/staticresources/static/components/mockup/news/884.fix D src/plone/staticresources/static/components/mockup/news/886.feature D src/plone/staticresources/static/components/mockup/news/891.feature D src/plone/staticresources/static/components/mockup/news/892.feature D src/plone/staticresources/static/components/mockup/news/893.feature D src/plone/staticresources/static/components/mockup/news/910.bugfix D src/plone/staticresources/static/components/mockup/news/911.feature D src/plone/staticresources/static/components/mockup/news/914.feature D src/plone/staticresources/static/components/mockup/news/931.fix D src/plone/staticresources/static/components/mockup/news/932.bugfix D src/plone/staticresources/static/components/mockup/news/937.feature D src/plone/staticresources/static/components/mockup/news/938.feature D src/plone/staticresources/static/components/mockup/news/939.bugfix D src/plone/staticresources/static/components/mockup/news/943.bugfix D src/plone/staticresources/static/components/mockup/news/944.feature D src/plone/staticresources/static/components/mockup/news/945.bugfix D src/plone/staticresources/static/components/mockup/news/946.enhancement D src/plone/staticresources/static/components/mockup/news/948.feature D src/plone/staticresources/static/components/mockup/news/950.bugfix D src/plone/staticresources/static/components/mockup/news/952.bugfix D src/plone/staticresources/static/components/mockup/news/955.bugfix D src/plone/staticresources/static/components/mockup/news/957.bugfix D src/plone/staticresources/static/components/mockup/news/959.bugfix D src/plone/staticresources/static/components/mockup/news/963.bugfix D src/plone/staticresources/static/components/mockup/news/965.bugfix D src/plone/staticresources/static/components/mockup/news/967.bugfix D src/plone/staticresources/static/components/mockup/news/968.bugfix D src/plone/staticresources/static/components/mockup/news/971.bugfix D src/plone/staticresources/static/components/mockup/news/975.feature D src/plone/staticresources/static/components/mockup/news/982.bugfix D src/plone/staticresources/static/components/mockup/news/986.bugfix D src/plone/staticresources/static/components/mockup/news/987.bugfix Repository: plone.staticresources Branch: refs/heads/master Date: 2020-07-14T09:14:21+02:00 Author: Vincent Fretin (vincentfretin) <[email protected]> Commit: plone/plone.staticresources@1223b2c build bundles Files changed: M src/plone/staticresources/static/filemanager-compiled.css M src/plone/staticresources/static/filemanager-compiled.css.map M src/plone/staticresources/static/filemanager-compiled.js M src/plone/staticresources/static/filemanager-compiled.min.js M src/plone/staticresources/static/filemanager-compiled.min.js.map M src/plone/staticresources/static/plone-compiled.css.map M src/plone/staticresources/static/plone-editor-tools-compiled.css M src/plone/staticresources/static/plone-editor-tools-compiled.js M src/plone/staticresources/static/plone-editor-tools-compiled.min.js M src/plone/staticresources/static/plone-logged-in-compiled.css M src/plone/staticresources/static/plone-logged-in-compiled.css.map M src/plone/staticresources/static/plone-logged-in-compiled.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js.map M src/plone/staticresources/static/plone-tinymce-compiled.js M src/plone/staticresources/static/plone-tinymce-compiled.min.js M src/plone/staticresources/static/resourceregistry-compiled.css M src/plone/staticresources/static/resourceregistry-compiled.css.map M src/plone/staticresources/static/thememapper-compiled.css M src/plone/staticresources/static/thememapper-compiled.css.map M src/plone/staticresources/static/thememapper-compiled.js M src/plone/staticresources/static/thememapper-compiled.min.js M src/plone/staticresources/static/thememapper-compiled.min.js.map Repository: plone.staticresources Branch: refs/heads/master Date: 2020-07-14T09:14:31+02:00 Author: Vincent Fretin (vincentfretin) <[email protected]> Commit: plone/plone.staticresources@66dc46f add changelog entry Files changed: A 91.bugfix Repository: plone.staticresources Branch: refs/heads/master Date: 2020-07-17T16:01:41+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.staticresources@f55ec95 Merge pull request #91 from plone/bundles-step9 Update bundles (step 9) Files changed: A 91.bugfix A src/plone/staticresources/static/components/mockup/news/1000.bugfix A src/plone/staticresources/static/components/mockup/news/1002.bugfix A src/plone/staticresources/static/components/mockup/news/1003.bugfix A src/plone/staticresources/static/components/mockup/news/990.bugfix A src/plone/staticresources/static/components/mockup/news/991.bugfix A src/plone/staticresources/static/components/mockup/news/996.bugfix A src/plone/staticresources/static/components/mockup/news/997.bugfix A src/plone/staticresources/upgrades/9.zcml A src/plone/staticresources/upgrades/profiles/9/registry.xml M package.json M src/plone/staticresources/profiles/default/metadata.xml M src/plone/staticresources/profiles/default/registry/bundles.xml M src/plone/staticresources/setuphandlers.py M src/plone/staticresources/static/components/mockup/CHANGES.rst M src/plone/staticresources/static/components/mockup/mockup/js/ui/views/anchor.js M src/plone/staticresources/static/components/mockup/mockup/js/ui/views/button.js M src/plone/staticresources/static/components/mockup/mockup/js/ui/views/popover.js M src/plone/staticresources/static/components/mockup/mockup/less/popover.less M src/plone/staticresources/static/components/mockup/mockup/patterns/filemanager/pattern.filemanager.less M src/plone/staticresources/static/components/mockup/mockup/patterns/querystring/pattern.js M src/plone/staticresources/static/components/mockup/mockup/patterns/resourceregistry/pattern.resourceregistry.less M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/js/actionmenu.js M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/js/views/app.js M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/js/views/selectionwell.js M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/less/pattern.structure.less M src/plone/staticresources/static/components/mockup/mockup/patterns/structure/templates/actionmenu.xml M src/plone/staticresources/static/components/mockup/mockup/patterns/toolbar/pattern.js M src/plone/staticresources/static/components/mockup/mockup/patterns/toolbar/pattern.toolbar.less M src/plone/staticresources/static/components/mockup/mockup/patterns/upload/templates/preview.xml M src/plone/staticresources/static/components/mockup/package.json M src/plone/staticresources/static/filemanager-compiled.css M src/plone/staticresources/static/filemanager-compiled.css.map M src/plone/staticresources/static/filemanager-compiled.js M src/plone/staticresources/static/filemanager-compiled.min.js M src/plone/staticresources/static/filemanager-compiled.min.js.map M src/plone/staticresources/static/plone-compiled.css.map M src/plone/staticresources/static/plone-editor-tools-compiled.css M src/plone/staticresources/static/plone-editor-tools-compiled.js M src/plone/staticresources/static/plone-editor-tools-compiled.min.js M src/plone/staticresources/static/plone-logged-in-compiled.css M src/plone/staticresources/static/plone-logged-in-compiled.css.map M src/plone/staticresources/static/plone-logged-in-compiled.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js M src/plone/staticresources/static/plone-logged-in-compiled.min.js.map M src/plone/staticresources/static/plone-tinymce-compiled.js M src/plone/staticresources/static/plone-tinymce-compiled.min.js M src/plone/staticresources/static/resourceregistry-compiled.css M src/plone/staticresources/static/resourceregistry-compiled.css.map M src/plone/staticresources/static/thememapper-compiled.css M src/plone/staticresources/static/thememapper-compiled.css.map M src/plone/staticresources/static/thememapper-compiled.js M src/plone/staticresources/static/thememapper-compiled.min.js M src/plone/staticresources/static/thememapper-compiled.min.js.map M src/plone/staticresources/upgrades/configure.zcml M yarn.lock D src/plone/staticresources/static/components/mockup/news/825.feature D src/plone/staticresources/static/components/mockup/news/867.bugfix D src/plone/staticresources/static/components/mockup/news/884.fix D src/plone/staticresources/static/components/mockup/news/886.feature D src/plone/staticresources/static/components/mockup/news/891.feature D src/plone/staticresources/static/components/mockup/news/892.feature D src/plone/staticresources/static/components/mockup/news/893.feature D src/plone/staticresources/static/components/mockup/news/910.bugfix D src/plone/staticresources/static/components/mockup/news/911.feature D src/plone/staticresources/static/components/mockup/news/914.feature D src/plone/staticresources/static/components/mockup/news/931.fix D src/plone/staticresources/static/components/mockup/news/932.bugfix D src/plone/staticresources/static/components/mockup/news/937.feature D src/plone/staticresources/static/components/mockup/news/938.feature D src/plone/staticresources/static/components/mockup/news/939.bugfix D src/plone/staticresources/static/components/mockup/news/943.bugfix D src/plone/staticresources/static/components/mockup/news/944.feature D src/plone/staticresources/static/components/mockup/news/945.bugfix D src/plone/staticresources/static/components/mockup/news/946.enhancement D src/plone/staticresources/static/components/mockup/news/948.feature D src/plone/staticresources/static/components/mockup/news/950.bugfix D src/plone/staticresources/static/components/mockup/news/952.bugfix D src/plone/staticresources/static/components/mockup/news/955.bugfix D src/plone/staticresources/static/components/mockup/news/957.bugfix D src/plone/staticresources/static/components/mockup/news/959.bugfix D src/plone/staticresources/static/components/mockup/news/963.bugfix D src/plone/staticresources/static/components/mockup/news/965.bugfix D src/plone/staticresources/static/components/mockup/news/967.bugfix D src/plone/staticresources/static/components/mockup/news/968.bugfix D src/plone/staticresources/static/components/mockup/news/971.bugfix D src/plone/staticresources/static/components/mockup/news/975.feature D src/plone/staticresources/static/components/mockup/news/982.bugfix D src/plone/staticresources/static/components/mockup/news/986.bugfix D src/plone/staticresources/static/components/mockup/news/987.bugfix
mister-roboto
pushed a commit
that referenced
this pull request
Feb 9, 2022
Branch: refs/heads/master Date: 2022-01-22T19:30:21+01:00 Author: Yuri (yurj) <[email protected]> Commit: plone/plone.app.caching@866b91e Update controlpanel.xml Use iconresolver to get the proper svg icon Files changed: M plone/app/caching/profiles/default/controlpanel.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2022-01-22T19:31:46+01:00 Author: Yuri (yurj) <[email protected]> Commit: plone/plone.app.caching@6ce48ed Create 91.news Files changed: A news/91.news Repository: plone.app.caching Branch: refs/heads/master Date: 2022-02-09T12:48:24+01:00 Author: agitator (agitator) <[email protected]> Commit: plone/plone.app.caching@f9037d2 use speedometer icon Files changed: M plone/app/caching/profiles/default/controlpanel.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2022-02-09T14:32:30+01:00 Author: Yuri (yurj) <[email protected]> Commit: plone/plone.app.caching@850258b Create profiles.zcml this should work but untested Files changed: A plone/app/caching/profiles/profiles.zcml Repository: plone.app.caching Branch: refs/heads/master Date: 2022-02-09T15:28:34+01:00 Author: Yuri Carrer (yurj) <[email protected]> Commit: plone/plone.app.caching@70d339b fix wrong path Files changed: M plone/app/caching/profiles.zcml D plone/app/caching/profiles/profiles.zcml Repository: plone.app.caching Branch: refs/heads/master Date: 2022-02-09T16:11:15+01:00 Author: agitator (agitator) <[email protected]> Commit: plone/plone.app.caching@c1acee0 push version Files changed: M plone/app/caching/profiles/default/metadata.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2022-02-09T17:28:43+01:00 Author: agitator (agitator) <[email protected]> Commit: plone/plone.app.caching@e112923 Merge pull request #91 from plone/yurj-icon-1 Update controlpanel.xml Files changed: A news/91.news M plone/app/caching/profiles.zcml M plone/app/caching/profiles/default/controlpanel.xml M plone/app/caching/profiles/default/metadata.xml
mister-roboto
pushed a commit
that referenced
this pull request
Sep 19, 2022
Branch: refs/heads/master Date: 2022-09-19T11:00:34-07:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/Products.CMFEditions@13b7ef6 Avoid extra ObjectModifiedEvent on revert Files changed: A news/90.bugfix M Products/CMFEditions/CopyModifyMergeRepositoryTool.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2022-09-19T11:52:03-07:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/Products.CMFEditions@68c5595 Merge pull request #91 from plone/fix-extra-version-on-revert Avoid extra ObjectModifiedEvent on revert Files changed: A news/90.bugfix M Products/CMFEditions/CopyModifyMergeRepositoryTool.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 29, 2022
Branch: refs/heads/main Date: 2022-09-29T16:17:17+02:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.volto@0a5406b fix indexers when there is a broken preview_image_link (#91) * fix indexers when there is a broken preview_image_link * changelog Files changed: A news/91.bugfix M src/plone/volto/indexers.py
mister-roboto
pushed a commit
that referenced
this pull request
Jun 18, 2024
Branch: refs/heads/master Date: 2024-06-16T00:54:04+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.vocabularies@96b247b Remove usage of `portal_properties`. In `getForbiddenContentTypes` we used to check `portal_properties.site_properties.forbidden_contenttypes`. Files changed: A news/125.breaking M plone/app/vocabularies/types.py Repository: plone.app.vocabularies Branch: refs/heads/master Date: 2024-06-18T12:09:26+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.vocabularies@1763943 Deprecate `etForbiddenContentTypes, to be removed in Plone 7. Files changed: M news/125.breaking M plone/app/vocabularies/types.py Repository: plone.app.vocabularies Branch: refs/heads/master Date: 2024-06-18T12:01:40-04:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.vocabularies@e0a16ce Merge pull request #91 from plone/remove-portal_properties Remove usage of `portal_properties`. Files changed: A news/125.breaking M plone/app/vocabularies/types.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.