-
-
Notifications
You must be signed in to change notification settings - Fork 76
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 the Python 3 branches of plone.testing and plone.app.testing. #480
Closed
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
The PR job can test it as well. And we moreover want to merge those two into its masters. |
mister-roboto
pushed a commit
that referenced
this pull request
Jul 11, 2018
Branch: refs/heads/master Date: 2018-07-06T13:29:06+02:00 Author: Markus Hilbert (iham) <markus.hilbert@iham.at> Commit: plone/plone.app.contenttypes@b5be135 Fixed false implemented Factories and Markers for ILeadImage and IRichText. Files changed: M CHANGES.rst M buildout.cfg M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/behaviors/viewlets.py M plone/app/contenttypes/testing.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_content_profile.py M plone/app/contenttypes/tests/test_image.py M plone/app/contenttypes/tests/test_link.py M plone/app/contenttypes/tests/test_migration_custom.py M plone/app/contenttypes/tests/test_migration_topic.py M setup.py Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2018-07-06T15:27:41+02:00 Author: Markus Hilbert (iham) <markus.hilbert@iham.at> Commit: plone/plone.app.contenttypes@72fe89c Fixed false implemented Factories and Markers for ILeadImage and IRichText. Files changed: M CHANGES.rst M buildout.cfg M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/behaviors/viewlets.py M plone/app/contenttypes/testing.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_content_profile.py M plone/app/contenttypes/tests/test_image.py M plone/app/contenttypes/tests/test_link.py M plone/app/contenttypes/tests/test_migration_custom.py M plone/app/contenttypes/tests/test_migration_topic.py M setup.py Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2018-07-09T14:03:05+02:00 Author: Markus Hilbert (iham) <markus.hilbert@iham.at> Commit: plone/plone.app.contenttypes@de44954 ILeadImage and IRichText behaviors now have proper "Marker"-Interfaces. Files changed: M CHANGES.rst M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/behaviors/viewlets.py M plone/app/contenttypes/profiles/default/types/Collection.xml M plone/app/contenttypes/profiles/default/types/Document.xml M plone/app/contenttypes/profiles/default/types/Event.xml M plone/app/contenttypes/profiles/default/types/News_Item.xml M plone/app/contenttypes/tests/test_behaviors_leadimage.py M plone/app/contenttypes/tests/test_behaviors_richtext.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_document.py M plone/app/contenttypes/tests/test_event.py M plone/app/contenttypes/tests/test_news_item.py M plone/app/contenttypes/upgrades.py Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2018-07-11T12:25:43+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.contenttypes@e349dca Merge pull request #480 from plone/issue_476 Fixed false implemented Factories and Markers for Files changed: M CHANGES.rst M buildout.cfg M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/profiles/default/types/Collection.xml M plone/app/contenttypes/profiles/default/types/Document.xml M plone/app/contenttypes/profiles/default/types/Event.xml M plone/app/contenttypes/profiles/default/types/News_Item.xml M plone/app/contenttypes/testing.py M plone/app/contenttypes/tests/test_behaviors_leadimage.py M plone/app/contenttypes/tests/test_behaviors_richtext.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_content_profile.py M plone/app/contenttypes/tests/test_document.py M plone/app/contenttypes/tests/test_event.py M plone/app/contenttypes/tests/test_image.py M plone/app/contenttypes/tests/test_link.py M plone/app/contenttypes/tests/test_migration_custom.py M plone/app/contenttypes/tests/test_migration_topic.py M plone/app/contenttypes/tests/test_news_item.py M plone/app/contenttypes/upgrades.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Jul 11, 2018
Branch: refs/heads/master Date: 2018-07-06T13:29:06+02:00 Author: Markus Hilbert (iham) <markus.hilbert@iham.at> Commit: plone/plone.app.contenttypes@b5be135 Fixed false implemented Factories and Markers for ILeadImage and IRichText. Files changed: M CHANGES.rst M buildout.cfg M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/behaviors/viewlets.py M plone/app/contenttypes/testing.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_content_profile.py M plone/app/contenttypes/tests/test_image.py M plone/app/contenttypes/tests/test_link.py M plone/app/contenttypes/tests/test_migration_custom.py M plone/app/contenttypes/tests/test_migration_topic.py M setup.py Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2018-07-06T15:27:41+02:00 Author: Markus Hilbert (iham) <markus.hilbert@iham.at> Commit: plone/plone.app.contenttypes@72fe89c Fixed false implemented Factories and Markers for ILeadImage and IRichText. Files changed: M CHANGES.rst M buildout.cfg M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/behaviors/viewlets.py M plone/app/contenttypes/testing.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_content_profile.py M plone/app/contenttypes/tests/test_image.py M plone/app/contenttypes/tests/test_link.py M plone/app/contenttypes/tests/test_migration_custom.py M plone/app/contenttypes/tests/test_migration_topic.py M setup.py Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2018-07-09T14:03:05+02:00 Author: Markus Hilbert (iham) <markus.hilbert@iham.at> Commit: plone/plone.app.contenttypes@de44954 ILeadImage and IRichText behaviors now have proper "Marker"-Interfaces. Files changed: M CHANGES.rst M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/behaviors/viewlets.py M plone/app/contenttypes/profiles/default/types/Collection.xml M plone/app/contenttypes/profiles/default/types/Document.xml M plone/app/contenttypes/profiles/default/types/Event.xml M plone/app/contenttypes/profiles/default/types/News_Item.xml M plone/app/contenttypes/tests/test_behaviors_leadimage.py M plone/app/contenttypes/tests/test_behaviors_richtext.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_document.py M plone/app/contenttypes/tests/test_event.py M plone/app/contenttypes/tests/test_news_item.py M plone/app/contenttypes/upgrades.py Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2018-07-11T12:25:43+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.contenttypes@e349dca Merge pull request #480 from plone/issue_476 Fixed false implemented Factories and Markers for Files changed: M CHANGES.rst M buildout.cfg M plone/app/contenttypes/behaviors/configure.zcml M plone/app/contenttypes/behaviors/leadimage.py M plone/app/contenttypes/behaviors/richtext.py M plone/app/contenttypes/profiles/default/types/Collection.xml M plone/app/contenttypes/profiles/default/types/Document.xml M plone/app/contenttypes/profiles/default/types/Event.xml M plone/app/contenttypes/profiles/default/types/News_Item.xml M plone/app/contenttypes/testing.py M plone/app/contenttypes/tests/test_behaviors_leadimage.py M plone/app/contenttypes/tests/test_behaviors_richtext.py M plone/app/contenttypes/tests/test_collection.py M plone/app/contenttypes/tests/test_content_profile.py M plone/app/contenttypes/tests/test_document.py M plone/app/contenttypes/tests/test_event.py M plone/app/contenttypes/tests/test_image.py M plone/app/contenttypes/tests/test_link.py M plone/app/contenttypes/tests/test_migration_custom.py M plone/app/contenttypes/tests/test_migration_topic.py M plone/app/contenttypes/tests/test_news_item.py M plone/app/contenttypes/upgrades.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 8, 2019
Branch: refs/heads/master Date: 2019-02-08T15:29:58+01:00 Author: Wolfgang Thomas (pysailor) <thomas@syslab.com> Commit: plone/plone.app.contenttypes@7359717 Declare the former dotted name of the LeadImage and the RichText behavior Follows #480 Depends on plone/plone.behavior#19 Files changed: M plone/app/contenttypes/behaviors/configure.zcml Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2019-02-08T15:34:58+01:00 Author: Wolfgang Thomas (pysailor) <thomas@syslab.com> Commit: plone/plone.app.contenttypes@6b96b5b update changelog Files changed: A news/480.bugfix Repository: plone.app.contenttypes Branch: refs/heads/master Date: 2019-02-08T17:21:56+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.contenttypes@5827048 Merge pull request #504 from plone/declare-old-dotted-name Declare the former name of the LeadImage behavior Files changed: A news/480.bugfix M plone/app/contenttypes/behaviors/configure.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Jan 22, 2025
Branch: refs/heads/master Date: 2025-01-20T18:26:23+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.multilingual@03870ff Fix DeprecationWarnings. Files changed: A news/4090.bugfix M src/plone/app/multilingual/browser/configure.zcml M src/plone/app/multilingual/browser/helper_views.py M src/plone/app/multilingual/browser/setup.py M src/plone/app/multilingual/content/lrf.py M src/plone/app/multilingual/factory.py M src/plone/app/multilingual/tests/test_helper_views.py M src/plone/app/multilingual/tests/test_selector.py M src/plone/app/multilingual/tests/test_switcher.py Repository: plone.app.multilingual Branch: refs/heads/master Date: 2025-01-21T18:05:37-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.multilingual@0e534d0 Merge pull request #480 from plone/maurits-warnings Fix DeprecationWarnings. Files changed: A news/4090.bugfix M src/plone/app/multilingual/browser/configure.zcml M src/plone/app/multilingual/browser/helper_views.py M src/plone/app/multilingual/browser/setup.py M src/plone/app/multilingual/content/lrf.py M src/plone/app/multilingual/factory.py M src/plone/app/multilingual/tests/test_helper_views.py M src/plone/app/multilingual/tests/test_selector.py M src/plone/app/multilingual/tests/test_switcher.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.