Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkout all packages. #136

Closed
wants to merge 2 commits into from
Closed

Checkout all packages. #136

wants to merge 2 commits into from

Conversation

mauritsvanrees
Copy link
Member

Do NOT merge this. Just a test to see how much (if anything) would break if we did this.

This is for issue #101.

Running buildout at least works. Starting an instance on the foreground works too.
I have started the tests locally and see several test failures coming in, at least ZCatalog raising a TypeError 'None cannot be in an index.'

Do NOT merge this. Just a test to see how much (if anything) would break if we did this.
@mauritsvanrees
Copy link
Member Author

Let's see what happens. http://jenkins.plone.org/job/pull-request-5.0/520/
Note that on 4.3 this is actually working fine (after a few recent fixes).

@mauritsvanrees
Copy link
Member Author

Another one with ZCatalog branch 2.13:
http://jenkins.plone.org/job/pull-request-5.0/521/

@gforcada
Copy link
Member

I have this jenkins job as well: http://jenkins.plone.org/view/All/job/all-checkouts/16/

Running on this branch https://github.com/plone/buildout.coredev/tree/all-sources

My goal is to be able to run all tests from all packages, so at some point we can get a stable - all git checkouts - snapshot from where to start refactorings.

@mauritsvanrees
Copy link
Member Author

Ah, right, I saw problems with ZCatalog master so I looked for the nearest branch, which was 2.13. I should have checked the versions. We are at 3.0.2 indeed on Plone 5.

Hm, strange that the first Jenkins job, with ZCatalog master passed. Looks like not all packages were checked out.
Anyway, this pull request is not meant for merging, so I'll close it now.

@jensens jensens deleted the maurits-checkout-all-5 branch February 26, 2016 11:13
mister-roboto pushed a commit that referenced this pull request Aug 26, 2017
Branch: refs/heads/master
Date: 2017-08-25T15:30:15+02:00
Author: goibhniu (cillianderoiste) <[email protected]>
Commit: plone/plone.app.content@e96c698

Translate the workflow transition name

Files changed:
M plone/app/content/browser/contents/workflow.py
Repository: plone.app.content

Branch: refs/heads/master
Date: 2017-08-25T15:32:04+02:00
Author: goibhniu (cillianderoiste) <[email protected]>
Commit: plone/plone.app.content@c435989

Update the changelog

Files changed:
M CHANGES.rst
Repository: plone.app.content

Branch: refs/heads/master
Date: 2017-08-26T11:14:47+02:00
Author: Gil Forcada Codinachs (gforcada) <[email protected]>
Commit: plone/plone.app.content@5415063

Merge pull request #136 from plone/wf-name-translation

Translate the workflow name

Files changed:
M CHANGES.rst
M plone/app/content/browser/contents/workflow.py
mister-roboto pushed a commit that referenced this pull request Sep 16, 2017
Branch: refs/heads/master
Date: 2017-09-11T21:12:26+02:00
Author: Philip Bauer (pbauer) <[email protected]>
Commit: plone/plone.app.upgrade@9354a25

Use str() when migrating checkout_workflow_policy since the field is ASCII

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

Branch: refs/heads/master
Date: 2017-09-16T12:30:57+02:00
Author: Philip Bauer (pbauer) <[email protected]>
Commit: plone/plone.app.upgrade@973855e

Merge pull request #136 from plone/workon_checkout_workflow_policy_issues

Use str() when migrating checkout_workflow_policy

Files changed:
M CHANGES.rst
M plone/app/upgrade/v50/betas.py
mister-roboto pushed a commit that referenced this pull request Sep 16, 2017
Branch: refs/heads/master
Date: 2017-09-11T21:12:26+02:00
Author: Philip Bauer (pbauer) <[email protected]>
Commit: plone/plone.app.upgrade@9354a25

Use str() when migrating checkout_workflow_policy since the field is ASCII

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

Branch: refs/heads/master
Date: 2017-09-16T12:30:57+02:00
Author: Philip Bauer (pbauer) <[email protected]>
Commit: plone/plone.app.upgrade@973855e

Merge pull request #136 from plone/workon_checkout_workflow_policy_issues

Use str() when migrating checkout_workflow_policy

Files changed:
M CHANGES.rst
M plone/app/upgrade/v50/betas.py
mister-roboto pushed a commit that referenced this pull request Jul 11, 2018
Branch: refs/heads/3.x
Date: 2018-07-10T13:35:44+02:00
Author: Markus Hilbert (iham) <[email protected]>
Commit: plone/plone.app.discussion@0afaa59

Fixed tests when IRichText behavior is used.

Files changed:
M CHANGES.rst
M plone/app/discussion/browser/comment.py
M plone/app/discussion/browser/comments.py
M plone/app/discussion/browser/controlpanel.py
M plone/app/discussion/catalog.py
M plone/app/discussion/comment.py
M plone/app/discussion/conversation.py
M plone/app/discussion/interfaces.py
M plone/app/discussion/testing.py
M plone/app/discussion/tests/functional_test_comments.txt
M plone/app/discussion/tests/test_catalog.py
M plone/app/discussion/tests/test_comment.py
M plone/app/discussion/tests/test_comments_viewlet.py
M plone/app/discussion/tests/test_contentrules.py
M plone/app/discussion/tests/test_controlpanel.py
M plone/app/discussion/tests/test_conversation.py
M plone/app/discussion/tests/test_events.py
M plone/app/discussion/tests/test_functional.py
M plone/app/discussion/tests/test_indexers.py
M plone/app/discussion/tests/test_moderation_view.py
M plone/app/discussion/tests/test_notifications.py
M plone/app/discussion/tests/test_robot.py
M plone/app/discussion/tests/test_workflow.py
M setup.py
Repository: plone.app.discussion

Branch: refs/heads/3.x
Date: 2018-07-10T14:07:22+02:00
Author: Markus Hilbert (iham) <[email protected]>
Commit: plone/plone.app.discussion@84dca48

Fixed tests when IRichText behavior is used.

Files changed:
M CHANGES.rst
M plone/app/discussion/browser/comment.py
M plone/app/discussion/tests/test_conversation.py
M plone/app/discussion/tests/test_functional.py
Repository: plone.app.discussion

Branch: refs/heads/3.x
Date: 2018-07-11T12:26:12+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.discussion@d82051d

Merge pull request #136 from plone/issue_135

Fixed tests when IRichText behavior is used.

Files changed:
M CHANGES.rst
M plone/app/discussion/browser/comment.py
M plone/app/discussion/browser/comments.py
M plone/app/discussion/browser/controlpanel.py
M plone/app/discussion/catalog.py
M plone/app/discussion/comment.py
M plone/app/discussion/conversation.py
M plone/app/discussion/interfaces.py
M plone/app/discussion/testing.py
M plone/app/discussion/tests/functional_test_comments.txt
M plone/app/discussion/tests/test_catalog.py
M plone/app/discussion/tests/test_comment.py
M plone/app/discussion/tests/test_comments_viewlet.py
M plone/app/discussion/tests/test_contentrules.py
M plone/app/discussion/tests/test_controlpanel.py
M plone/app/discussion/tests/test_conversation.py
M plone/app/discussion/tests/test_events.py
M plone/app/discussion/tests/test_functional.py
M plone/app/discussion/tests/test_indexers.py
M plone/app/discussion/tests/test_moderation_view.py
M plone/app/discussion/tests/test_notifications.py
M plone/app/discussion/tests/test_robot.py
M plone/app/discussion/tests/test_workflow.py
mister-roboto pushed a commit that referenced this pull request Mar 23, 2020
Branch: refs/heads/master
Date: 2020-03-23T13:46:35+01:00
Author: Jürgen Gmach (jugmac00) <[email protected]>
Commit: plone/plone.recipe.zope2instance@d085ed4

Fix formatting

Files changed:
M CHANGES.rst
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2020-03-23T18:27:25+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.recipe.zope2instance@9da1258

Merge pull request #136 from plone/jugmac00-patch-1

Fix formatting

Files changed:
M CHANGES.rst
mister-roboto pushed a commit that referenced this pull request Oct 8, 2020
Branch: refs/heads/master
Date: 2020-10-08T14:46:24+02:00
Author: Alin Voinea (avoinea) <[email protected]>
Commit: plone/plone.dexterity@8fd6060

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

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

Files changed:
A news/136.bugfix
M plone/dexterity/fti.py
M plone/dexterity/schema.py
mister-roboto pushed a commit that referenced this pull request Oct 13, 2020
Branch: refs/heads/2.2.x
Date: 2020-10-08T16:56:04+03:00
Author: Alin Voinea (avoinea) <[email protected]>
Commit: plone/plone.dexterity@acbb717

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

Files changed:
A news/136.bugfix
M plone/dexterity/fti.py
M plone/dexterity/utils.py
Repository: plone.dexterity

Branch: refs/heads/2.2.x
Date: 2020-10-13T15:21:01+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.dexterity@3b5a791

Merge pull request #143 from plone/sync-schema-on-zeo-clients-plone4

2.2.x - Refs #136 - Update dynamic schema on all ZEO clients on change

Files changed:
A news/136.bugfix
M plone/dexterity/fti.py
M plone/dexterity/utils.py
mister-roboto pushed a commit that referenced this pull request Apr 23, 2021
Branch: refs/heads/master
Date: 2021-04-22T23:14:44+06:00
Author: SHUVRO-PC\USER (craftsbyshuvro) <[email protected]>
Commit: plone/Products.Archetypes@5f456bf

Dead links fixed, If you need other revisions of the link you can get that from https://web.archive.org/

Files changed:
M Products/Archetypes/tests/test_construction.py
M Products/Archetypes/tests/test_filename.py
M Products/Archetypes/tests/test_widgets.py
Repository: Products.Archetypes

Branch: refs/heads/master
Date: 2021-04-23T16:12:05+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/Products.Archetypes@4c07248

Merge pull request #136 from craftsbyshuvro/fix_dead_links

Dead links fixed

Files changed:
M Products/Archetypes/tests/test_construction.py
M Products/Archetypes/tests/test_filename.py
M Products/Archetypes/tests/test_widgets.py
mister-roboto pushed a commit that referenced this pull request Jun 8, 2022
Branch: refs/heads/master
Date: 2022-06-08T00:46:29+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.robotframework@150c54e

Change the Selenium timeout from 30 seconds to 7.

Fixes plone/plone.app.robotframework#135

Files changed:
A news/135.bugfix
M src/plone/app/robotframework/selenium.robot
Repository: plone.app.robotframework

Branch: refs/heads/master
Date: 2022-06-08T00:46:36+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.robotframework@8b8bdc9

Add keywords for making sure an element is visible before clicking.

Keywords are: `Wait For Element`, `Wait For Then Click Element`, `Wait For Then Click Hidden Element`.
Fixes plone/plone.app.robotframework#134

Files changed:
A news/134.feature
M src/plone/app/robotframework/selenium.robot
Repository: plone.app.robotframework

Branch: refs/heads/master
Date: 2022-06-08T11:59:17+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.robotframework@d7aabda

Rename keyword to 'Wait For Then Click Invisible Element'.

'Invisible' is more correct than 'hidden'.
Added extra documentation explaining when to use it.

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

Branch: refs/heads/master
Date: 2022-06-08T12:21:29+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.robotframework@84aaeb0

Merge pull request #136 from plone/maurits-extra-keywords

Add extra waiting/visible keywords, wait 7 seconds

Files changed:
A news/134.feature
A news/135.bugfix
M src/plone/app/robotframework/selenium.robot
mister-roboto pushed a commit that referenced this pull request Nov 21, 2022
Branch: refs/heads/master
Date: 2022-11-21T15:37:22+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.namedfile@8064f43

Fixed writing to the database each time an original is requested.

This happens when requesting the original under a unique id.
Fixes plone/Products.CMFPlone#3678

Files changed:
A news/3678.bugfix
M plone/namedfile/scaling.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2022-11-21T17:20:43+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.namedfile@5f367ab

Merge pull request #136 from plone/maurits-want-original

Fixed writing to the database each time an original is requested.

Files changed:
A news/3678.bugfix
M plone/namedfile/scaling.py
mister-roboto pushed a commit that referenced this pull request May 10, 2023
Branch: refs/heads/master
Date: 2019-12-01T11:37:57+01:00
Author: Philip Bauer (pbauer) <[email protected]>
Commit: plone/plone.app.portlets@59ef159

add css class to actions

Files changed:
M plone/app/portlets/portlets/actions.pt
Repository: plone.app.portlets

Branch: refs/heads/master
Date: 2019-12-01T11:41:35+01:00
Author: Philip Bauer (pbauer) <[email protected]>
Commit: plone/plone.app.portlets@3347c8b

add changenote

Files changed:
A news/127.bugfix
Repository: plone.app.portlets

Branch: refs/heads/master
Date: 2022-07-04T13:48:52+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.portlets@4095bb8

Merge branch 'master' into add_css_class_to_actions

Files changed:
A plone/app/portlets/browser/templates/footer.pt
A plone/app/portlets/browser/templates/manage_portlets_fallback.pt
A plone/app/portlets/browser/viewlets.py
A plone/app/portlets/dashboard/__init__.py
A plone/app/portlets/dashboard/configure.zcml
A plone/app/portlets/dashboard/dashboard.pt
A plone/app/portlets/dashboard/dashboard.py
A plone/app/portlets/dashboard/user_actions.pt
A plone/app/portlets/dashboard/user_actions.py
A plone/app/portlets/tests/atom_feed_maurits.xml
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/configure.zcml
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/templates/edit-manager-contextual.pt
M plone/app/portlets/browser/templates/edit-manager-macros.pt
M plone/app/portlets/browser/templates/manage-contextual.pt
M plone/app/portlets/browser/templates/manage-dashboard.pt
M plone/app/portlets/browser/templates/manage-group-dashboard.pt
M plone/app/portlets/browser/templates/manage-group.pt
M plone/app/portlets/browser/templates/topbar-manage-portlets.pt
M plone/app/portlets/browser/templates/z3cform-portlets-pageform.pt
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/configure.zcml
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/actions.pt
M plone/app/portlets/portlets/actions.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.pt
M plone/app/portlets/portlets/language.py
M plone/app/portlets/portlets/login.pt
M plone/app/portlets/portlets/login.py
M plone/app/portlets/portlets/navigation.pt
M plone/app/portlets/portlets/navigation.py
M plone/app/portlets/portlets/navigation_recurse.pt
M plone/app/portlets/portlets/news.pt
M plone/app/portlets/portlets/news.py
M plone/app/portlets/portlets/recent.pt
M plone/app/portlets/portlets/recent.py
M plone/app/portlets/portlets/review.pt
M plone/app/portlets/portlets/review.py
M plone/app/portlets/portlets/rss.pt
M plone/app/portlets/portlets/rss.py
M plone/app/portlets/portlets/search.pt
M plone/app/portlets/portlets/search.py
M plone/app/portlets/storage.py
M plone/app/portlets/testing.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_cache.py
M plone/app/portlets/tests/test_classic_portlet.py
M plone/app/portlets/tests/test_configuration.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_formextender.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_redirects.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
M setup.cfg
M setup.py
D news/128.bugfix
D news/130.bugfix
D plone/app/portlets/browser/manage-portlets.js
D plone/app/portlets/dashboard.py
Repository: plone.app.portlets

Branch: refs/heads/master
Date: 2023-05-09T11:49:09+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.portlets@91fe8bb

Merge branch 'master' into add_css_class_to_actions

Files changed:
A .editorconfig
A .meta.toml
A .pre-commit-config.yaml
A tox.ini
M .gitignore
M CHANGES.rst
M README.rst
M plone/app/portlets/__init__.py
M plone/app/portlets/browser/adding.py
M plone/app/portlets/browser/configure.zcml
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/templates/column.pt
M plone/app/portlets/browser/templates/dashboard-column.pt
M plone/app/portlets/browser/templates/edit-manager-contextual.pt
M plone/app/portlets/browser/templates/edit-manager-macros.pt
M plone/app/portlets/browser/templates/edit-manager.pt
M plone/app/portlets/browser/templates/error_message.pt
M plone/app/portlets/browser/templates/footer.pt
M plone/app/portlets/browser/templates/manage-content-type.pt
M plone/app/portlets/browser/templates/manage-contextual.pt
M plone/app/portlets/browser/templates/manage-dashboard.pt
M plone/app/portlets/browser/templates/manage-group-dashboard.pt
M plone/app/portlets/browser/templates/manage-group.pt
M plone/app/portlets/browser/templates/manage_portlets_fallback.pt
M plone/app/portlets/browser/templates/portlets-pageform.pt
M plone/app/portlets/browser/templates/topbar-manage-portlets.pt
M plone/app/portlets/browser/templates/z3cform-portlets-pageform.pt
M plone/app/portlets/browser/viewlets.py
M plone/app/portlets/configure.zcml
M plone/app/portlets/dashboard/configure.zcml
M plone/app/portlets/dashboard/dashboard.pt
M plone/app/portlets/dashboard/dashboard.py
M plone/app/portlets/dashboard/user_actions.pt
M plone/app/portlets/dashboard/user_actions.py
M plone/app/portlets/exportimport/configure.zcml
M plone/app/portlets/exportimport/portlets.py
M plone/app/portlets/interfaces.py
M plone/app/portlets/meta.zcml
M plone/app/portlets/metaconfigure.py
M plone/app/portlets/overrides.zcml
M plone/app/portlets/permissions.zcml
M plone/app/portlets/portlets/actions.pt
M plone/app/portlets/portlets/base.py
M plone/app/portlets/portlets/calendar.py
M plone/app/portlets/portlets/classic.pt
M plone/app/portlets/portlets/configure.zcml
M plone/app/portlets/portlets/events.py
M plone/app/portlets/portlets/language.pt
M plone/app/portlets/portlets/language.py
M plone/app/portlets/portlets/login.pt
M plone/app/portlets/portlets/login.py
M plone/app/portlets/portlets/navigation.pt
M plone/app/portlets/portlets/navigation.py
M plone/app/portlets/portlets/navigation_recurse.pt
M plone/app/portlets/portlets/news.pt
M plone/app/portlets/portlets/news.py
M plone/app/portlets/portlets/recent.pt
M plone/app/portlets/portlets/recent.py
M plone/app/portlets/portlets/review.pt
M plone/app/portlets/portlets/review.py
M plone/app/portlets/portlets/rss.pt
M plone/app/portlets/portlets/rss.py
M plone/app/portlets/portlets/search.pt
M plone/app/portlets/portlets/search.py
M plone/app/portlets/testing.py
M plone/app/portlets/tests/atom_feed_maurits.xml
M plone/app/portlets/tests/configure.zcml
M plone/app/portlets/tests/profiles/testing/portlets.xml
M plone/app/portlets/tests/testDoctests.py
M plone/app/portlets/tests/testMemberDashboard.rst
M plone/app/portlets/tests/test_actions_portlet.py
M plone/app/portlets/tests/test_cache.py
M plone/app/portlets/tests/test_classic_portlet.py
M plone/app/portlets/tests/test_configuration.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_formextender.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_redirects.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/utils.py
M pyproject.toml
M setup.cfg
M setup.py
Repository: plone.app.portlets

Branch: refs/heads/master
Date: 2023-05-10T09:29:59+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.portlets@74e4aae

Merge pull request #136 from plone/add_css_class_to_actions

Add css class to actions

Files changed:
A news/127.bugfix
M plone/app/portlets/portlets/actions.pt
mister-roboto pushed a commit that referenced this pull request Aug 17, 2023
Branch: refs/heads/master
Date: 2023-08-16T13:34:16-07:00
Author: David Glick (davisagli) <[email protected]>
Commit: plone/plone.app.querystring@26d6e56

Fix currentUser operation

Files changed:
A news/135.bugfix
M plone/app/querystring/queryparser.py
M plone/app/querystring/tests/testQueryParser.py
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2023-08-17T09:52:10-07:00
Author: David Glick (davisagli) <[email protected]>
Commit: plone/plone.app.querystring@2a5a5cd

Merge pull request #136 from plone/fix-currentUser

Fix currentUser operation

Files changed:
A news/135.bugfix
M plone/app/querystring/queryparser.py
M plone/app/querystring/tests/testQueryParser.py
mister-roboto pushed a commit that referenced this pull request Aug 17, 2023
Branch: refs/heads/master
Date: 2023-08-16T13:34:16-07:00
Author: David Glick (davisagli) <[email protected]>
Commit: plone/plone.app.querystring@26d6e56

Fix currentUser operation

Files changed:
A news/135.bugfix
M plone/app/querystring/queryparser.py
M plone/app/querystring/tests/testQueryParser.py
Repository: plone.app.querystring

Branch: refs/heads/master
Date: 2023-08-17T09:52:10-07:00
Author: David Glick (davisagli) <[email protected]>
Commit: plone/plone.app.querystring@2a5a5cd

Merge pull request #136 from plone/fix-currentUser

Fix currentUser operation

Files changed:
A news/135.bugfix
M plone/app/querystring/queryparser.py
M plone/app/querystring/tests/testQueryParser.py
mister-roboto pushed a commit that referenced this pull request Dec 13, 2023
Branch: refs/heads/main
Date: 2023-12-12T20:28:10+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@debcdce

Add `preview_image_link` behavior to the Example content type for testing.

Files changed:
M src/plone/volto/profiles/coresandbox/types/example.xml
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-12-12T20:29:08+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@d124bdf

Move the behavior to the top

Files changed:
M src/plone/volto/profiles/coresandbox/types/example.xml
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-12-12T20:29:46+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@108a4e5

Changelog

Files changed:
A news/136.feature
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-12-13T08:24:32+01:00
Author: Víctor Fernández de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@cbfb824

Merge pull request #136 from plone/addPreviewImageLinktoExampleContentType

Add `preview_image_link` behavior to the Example content type for testing.

Files changed:
A news/136.feature
M src/plone/volto/profiles/coresandbox/types/example.xml
mister-roboto pushed a commit that referenced this pull request Dec 13, 2023
Branch: refs/heads/main
Date: 2023-12-12T20:28:10+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@debcdce

Add `preview_image_link` behavior to the Example content type for testing.

Files changed:
M src/plone/volto/profiles/coresandbox/types/example.xml
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-12-12T20:29:08+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@d124bdf

Move the behavior to the top

Files changed:
M src/plone/volto/profiles/coresandbox/types/example.xml
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-12-12T20:29:46+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@108a4e5

Changelog

Files changed:
A news/136.feature
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-12-13T08:24:32+01:00
Author: Víctor Fernández de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@cbfb824

Merge pull request #136 from plone/addPreviewImageLinktoExampleContentType

Add `preview_image_link` behavior to the Example content type for testing.

Files changed:
A news/136.feature
M src/plone/volto/profiles/coresandbox/types/example.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants