-
-
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
Rephrase header #192
Merged
Merged
Rephrase header #192
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
This also should go into 5.0.3 of course ! |
mister-roboto
pushed a commit
that referenced
this pull request
Dec 27, 2018
Branch: refs/heads/master Date: 2018-12-05T08:19:15+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.widgets@a1396eb Remove GS profile pointing to non existing directory. Files changed: M CHANGES.rst M plone/app/widgets/configure.zcml Repository: plone.app.widgets Branch: refs/heads/master Date: 2018-12-06T00:28:11+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.widgets@217fa88 rm unused XMLNSs Files changed: M plone/app/widgets/configure.zcml Repository: plone.app.widgets Branch: refs/heads/master Date: 2018-12-27T13:01:46+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.widgets@19bbdbc Merge pull request #192 from plone/rm-profile Remove GS profile pointing to non existing directory. Files changed: M CHANGES.rst M plone/app/widgets/configure.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Apr 11, 2019
Branch: refs/heads/master Date: 2019-04-10T15:40:10+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.layout@3870136 fix regression in show_excluded_items Files changed: A news/190.bugfix M plone/app/layout/viewlets/common.py M plone/app/layout/viewlets/tests/test_common.py Repository: plone.app.layout Branch: refs/heads/master Date: 2019-04-10T23:43:36+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.layout@7502f34 switch conditions for performance reason Files changed: M plone/app/layout/viewlets/common.py Repository: plone.app.layout Branch: refs/heads/master Date: 2019-04-11T07:58:25+02:00 Author: Peter Mathis (petschki) <petschki@users.noreply.github.com> Commit: plone/plone.app.layout@aaabb86 Merge pull request #192 from plone/issue_190 fix regression in show_excluded_items Files changed: A news/190.bugfix M plone/app/layout/viewlets/common.py M plone/app/layout/viewlets/tests/test_common.py
mister-roboto
pushed a commit
that referenced
this pull request
Jan 16, 2020
Branch: refs/heads/3.5.x Date: 2020-01-14T13:28:58+01:00 Author: Matthias Osswald (busykoala) <m@osswald.li> Commit: plone/plone.app.content@81c2481 Fix unicode error. Files changed: M plone/app/content/browser/contents/workflow.py Repository: plone.app.content Branch: refs/heads/3.5.x Date: 2020-01-14T13:29:06+01:00 Author: Matthias Osswald (busykoala) <m@osswald.li> Commit: plone/plone.app.content@2ce0d34 Add changelog entry. Files changed: A news/191.bugfix Repository: plone.app.content Branch: refs/heads/3.5.x Date: 2020-01-15T16:05:34+01:00 Author: Matthias Osswald (busykoala) <m@osswald.li> Commit: plone/plone.app.content@7ea7405 Test non-ascii characters in workflow state title. Files changed: A plone/app/content/tests/profiles/non-ascii-workflow-profile/workflows.xml A plone/app/content/tests/profiles/non-ascii-workflow-profile/workflows/non-ascii-workflow/definition.xml A plone/app/content/tests/profiles/non-ascii-workflow.zcml A plone/app/content/tests/test_non_ascii_characters_in_workflow_state.py M plone/app/content/testing.py Repository: plone.app.content Branch: refs/heads/3.5.x Date: 2020-01-16T10:02:41+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.content@282f7b0 Merge pull request #192 from 4teamwork/mo/fix_non_ascii_chars_in_workflow_state_title Fix UnicodeError when there are non ascii chars in workflow state title. Files changed: A news/191.bugfix A plone/app/content/tests/profiles/non-ascii-workflow-profile/workflows.xml A plone/app/content/tests/profiles/non-ascii-workflow-profile/workflows/non-ascii-workflow/definition.xml A plone/app/content/tests/profiles/non-ascii-workflow.zcml A plone/app/content/tests/test_non_ascii_characters_in_workflow_state.py M plone/app/content/browser/contents/workflow.py M plone/app/content/testing.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 24, 2020
Branch: refs/heads/master Date: 2020-09-23T23:58:51+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.theming@88d90a4 Fixed WrongContainedType for hostnameBlackList on Zope 5. See also plone/plone.app.theming#183. This reverts commit 9c64d46bf54ebf5259a8ccf400d329991a2cb70a which was itself a revert of "fix hostnameBlacklist (Theming ControlPanel) in Py3" In Plone 6 (with Zope 5) this is needed again, because `processInputs` no longer exists. Files changed: A news/183.bugfix M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2020-09-24T00:06:17+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.theming@bbed30e Call safe_nativestring on hostnameBlacklist. That should work on Py 2 and 3 and Plone 5.2 and 6.0. Files changed: M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2020-09-24T00:09:26+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.theming@8a67c21 hostnameBlacklist: PY2 needs no changes. Files changed: M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2020-09-24T09:45:18+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.theming@a784c2f Merge pull request #192 from plone/zope5 Fixed WrongContainedType for hostnameBlackList on Zope 5. Files changed: A news/183.bugfix M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 15, 2022
Branch: refs/heads/3.4.x Date: 2022-03-15T10:37:50+01:00 Author: Godefroid Chapelle (gotcha) <gotcha@bubblenet.be> Commit: plone/plone.app.discussion@c081e49 Fix test after PortalTransforms uses lxml html method to serialize (instead of xml method) Files changed: M plone/app/discussion/tests/test_comment.py Repository: plone.app.discussion Branch: refs/heads/3.4.x Date: 2022-03-15T17:08:15+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.discussion@a024fea Merge pull request #192 from plone/3.4.x_do_not_autoclose_tags [3.4.x] Fix test after PortalTransforms uses lxml html method to serialize (instead of xml method) Files changed: M plone/app/discussion/tests/test_comment.py
mister-roboto
pushed a commit
that referenced
this pull request
Jan 3, 2024
Branch: refs/heads/master Date: 2024-01-01T18:30:02Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.dexterity@13228c5 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) Files changed: M .pre-commit-config.yaml Repository: plone.dexterity Branch: refs/heads/master Date: 2024-01-03T09:31:48+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.dexterity@d3940e4 Merge pull request #192 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate [city-skip] Files changed: M .pre-commit-config.yaml
mister-roboto
pushed a commit
that referenced
this pull request
Jan 3, 2024
Branch: refs/heads/master Date: 2024-01-01T18:30:02Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.dexterity@13228c5 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) Files changed: M .pre-commit-config.yaml Repository: plone.dexterity Branch: refs/heads/master Date: 2024-01-03T09:31:48+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.dexterity@d3940e4 Merge pull request #192 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate [city-skip] Files changed: M .pre-commit-config.yaml
mister-roboto
pushed a commit
that referenced
this pull request
Mar 14, 2024
Branch: refs/heads/master Date: 2024-02-06T10:40:34+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.z3cform@8edc52a Fix `SelectFieldWidget` factory call from `plone.autoform` Files changed: M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/widgets/select.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2024-02-06T10:42:56+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.app.z3cform@e6f1e92 changenote Files changed: A news/192.bugfix Repository: plone.app.z3cform Branch: refs/heads/master Date: 2024-03-14T07:35:04+01:00 Author: Peter Mathis (petschki) <petschki@users.noreply.github.com> Commit: plone/plone.app.z3cform@7a80bc4 Merge pull request #192 from plone/autoform-widget-factory Fix `SelectFieldWidget` factory call from `plone.autoform` Files changed: A news/192.bugfix M plone/app/z3cform/tests/test_widgets.py M plone/app/z3cform/widgets/select.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.
This is needed for plone/documentation#483