-
-
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
4.1 robot #17
Merged
Merged
4.1 robot #17
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
gotcha
added a commit
that referenced
this pull request
Nov 8, 2011
Add setup and teardown to tests that had no
tisto
added a commit
that referenced
this pull request
Mar 5, 2015
Branch: refs/heads/master Date: 2015-01-28T14:59:49+01:00 Author: Gil Forcada (gforcada) <gforcada@gnome.org> Commit: plone/plone.app.blob@093e1d6 Revert "Revert "Ported tests to plone.app.testing and pep8 - v3"" Files changed: A plone-4.3.cfg M .gitignore M CHANGES.rst M bootstrap.py M buildout.cfg M setup.py M src/plone/__init__.py M src/plone/app/__init__.py M src/plone/app/blob/README.txt M src/plone/app/blob/__init__.py M src/plone/app/blob/browser/maintenance.py M src/plone/app/blob/browser/size.py M src/plone/app/blob/content.py M src/plone/app/blob/download.py M src/plone/app/blob/field.py M src/plone/app/blob/iterators.py M src/plone/app/blob/markings.py M src/plone/app/blob/mixins.py M src/plone/app/blob/monkey.py M src/plone/app/blob/subtypes/blob.py M src/plone/app/blob/subtypes/file.py M src/plone/app/blob/subtypes/image.py M src/plone/app/blob/tests/__init__.py M src/plone/app/blob/tests/base.py M src/plone/app/blob/tests/bbb.py M src/plone/app/blob/tests/layer.py M src/plone/app/blob/tests/lingua.py M src/plone/app/blob/tests/replacement-types.txt M src/plone/app/blob/tests/test_adapters.py M src/plone/app/blob/tests/test_base_fields.py M src/plone/app/blob/tests/test_doctests.py M src/plone/app/blob/tests/test_integration.py M src/plone/app/blob/tests/test_linguaplone.py M src/plone/app/blob/tests/test_maintenance.py M src/plone/app/blob/tests/test_replacements.py M src/plone/app/blob/tests/test_scaling.py M src/plone/app/blob/tests/test_utils.py M src/plone/app/blob/tests/test_webdav.py M src/plone/app/blob/tests/transforms.txt M src/plone/app/blob/tests/utils.py D src/plone/app/blob/tests/db/__init__.py D src/plone/app/blob/tests/db/custom_zodb.py D src/plone/app/blob/tests/test_new_scaling.py Content containing PDF or PS header bytes cannot be rendered from this domain for security reasons. Repository: plone.app.blob Branch: refs/heads/master Date: 2015-03-03T20:06:38+01:00 Author: Tom Gross (tomgross) <itconsense@gmail.com> Commit: plone/plone.app.blob@5776da5 removed empty newlines Files changed: M CHANGES.rst diff --git a/CHANGES.rst b/CHANGES.rst index 89ba4fe..f53f733 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,9 +23,6 @@ Changelog - Make sure mimetype is not None and use use filename for detection if available. [tschanzt] - - - 1.5.8 (2013-04-06) ------------------ Repository: plone.app.blob Branch: refs/heads/master Date: 2015-03-05T17:35:29+01:00 Author: Timo Stollenwerk (tisto) <tisto@plone.org> Commit: plone/plone.app.blob@8d749a7 Merge pull request #17 from plone/revert-16-revert-14-tomgross-ptc-v3 Revert "Revert "Ported tests to plone.app.testing and pep8 - v3"" Files changed: A plone-4.3.cfg M .gitignore M CHANGES.rst M bootstrap.py M buildout.cfg M setup.py M src/plone/__init__.py M src/plone/app/__init__.py M src/plone/app/blob/README.txt M src/plone/app/blob/__init__.py M src/plone/app/blob/browser/maintenance.py M src/plone/app/blob/browser/size.py M src/plone/app/blob/content.py M src/plone/app/blob/download.py M src/plone/app/blob/field.py M src/plone/app/blob/iterators.py M src/plone/app/blob/markings.py M src/plone/app/blob/mixins.py M src/plone/app/blob/monkey.py M src/plone/app/blob/subtypes/blob.py M src/plone/app/blob/subtypes/file.py M src/plone/app/blob/subtypes/image.py M src/plone/app/blob/tests/__init__.py M src/plone/app/blob/tests/base.py M src/plone/app/blob/tests/bbb.py M src/plone/app/blob/tests/layer.py M src/plone/app/blob/tests/lingua.py M src/plone/app/blob/tests/replacement-types.txt M src/plone/app/blob/tests/test_adapters.py M src/plone/app/blob/tests/test_base_fields.py M src/plone/app/blob/tests/test_doctests.py M src/plone/app/blob/tests/test_integration.py M src/plone/app/blob/tests/test_linguaplone.py M src/plone/app/blob/tests/test_maintenance.py M src/plone/app/blob/tests/test_replacements.py M src/plone/app/blob/tests/test_scaling.py M src/plone/app/blob/tests/test_utils.py M src/plone/app/blob/tests/test_webdav.py M src/plone/app/blob/tests/transforms.txt M src/plone/app/blob/tests/utils.py D src/plone/app/blob/tests/db/__init__.py D src/plone/app/blob/tests/db/custom_zodb.py D src/plone/app/blob/tests/test_new_scaling.py Content containing PDF or PS header bytes cannot be rendered from this domain for security reasons.
tisto
added a commit
that referenced
this pull request
Mar 5, 2015
Branch: refs/heads/master Date: 2015-01-28T14:59:49+01:00 Author: Gil Forcada (gforcada) <gforcada@gnome.org> Commit: plone/plone.app.blob@093e1d6 Revert "Revert "Ported tests to plone.app.testing and pep8 - v3"" Files changed: A plone-4.3.cfg M .gitignore M CHANGES.rst M bootstrap.py M buildout.cfg M setup.py M src/plone/__init__.py M src/plone/app/__init__.py M src/plone/app/blob/README.txt M src/plone/app/blob/__init__.py M src/plone/app/blob/browser/maintenance.py M src/plone/app/blob/browser/size.py M src/plone/app/blob/content.py M src/plone/app/blob/download.py M src/plone/app/blob/field.py M src/plone/app/blob/iterators.py M src/plone/app/blob/markings.py M src/plone/app/blob/mixins.py M src/plone/app/blob/monkey.py M src/plone/app/blob/subtypes/blob.py M src/plone/app/blob/subtypes/file.py M src/plone/app/blob/subtypes/image.py M src/plone/app/blob/tests/__init__.py M src/plone/app/blob/tests/base.py M src/plone/app/blob/tests/bbb.py M src/plone/app/blob/tests/layer.py M src/plone/app/blob/tests/lingua.py M src/plone/app/blob/tests/replacement-types.txt M src/plone/app/blob/tests/test_adapters.py M src/plone/app/blob/tests/test_base_fields.py M src/plone/app/blob/tests/test_doctests.py M src/plone/app/blob/tests/test_integration.py M src/plone/app/blob/tests/test_linguaplone.py M src/plone/app/blob/tests/test_maintenance.py M src/plone/app/blob/tests/test_replacements.py M src/plone/app/blob/tests/test_scaling.py M src/plone/app/blob/tests/test_utils.py M src/plone/app/blob/tests/test_webdav.py M src/plone/app/blob/tests/transforms.txt M src/plone/app/blob/tests/utils.py D src/plone/app/blob/tests/db/__init__.py D src/plone/app/blob/tests/db/custom_zodb.py D src/plone/app/blob/tests/test_new_scaling.py Content containing PDF or PS header bytes cannot be rendered from this domain for security reasons. Repository: plone.app.blob Branch: refs/heads/master Date: 2015-03-03T20:06:38+01:00 Author: Tom Gross (tomgross) <itconsense@gmail.com> Commit: plone/plone.app.blob@5776da5 removed empty newlines Files changed: M CHANGES.rst diff --git a/CHANGES.rst b/CHANGES.rst index 89ba4fe..f53f733 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,9 +23,6 @@ Changelog - Make sure mimetype is not None and use use filename for detection if available. [tschanzt] - - - 1.5.8 (2013-04-06) ------------------ Repository: plone.app.blob Branch: refs/heads/master Date: 2015-03-05T17:35:29+01:00 Author: Timo Stollenwerk (tisto) <tisto@plone.org> Commit: plone/plone.app.blob@8d749a7 Merge pull request #17 from plone/revert-16-revert-14-tomgross-ptc-v3 Revert "Revert "Ported tests to plone.app.testing and pep8 - v3"" Files changed: A plone-4.3.cfg M .gitignore M CHANGES.rst M bootstrap.py M buildout.cfg M setup.py M src/plone/__init__.py M src/plone/app/__init__.py M src/plone/app/blob/README.txt M src/plone/app/blob/__init__.py M src/plone/app/blob/browser/maintenance.py M src/plone/app/blob/browser/size.py M src/plone/app/blob/content.py M src/plone/app/blob/download.py M src/plone/app/blob/field.py M src/plone/app/blob/iterators.py M src/plone/app/blob/markings.py M src/plone/app/blob/mixins.py M src/plone/app/blob/monkey.py M src/plone/app/blob/subtypes/blob.py M src/plone/app/blob/subtypes/file.py M src/plone/app/blob/subtypes/image.py M src/plone/app/blob/tests/__init__.py M src/plone/app/blob/tests/base.py M src/plone/app/blob/tests/bbb.py M src/plone/app/blob/tests/layer.py M src/plone/app/blob/tests/lingua.py M src/plone/app/blob/tests/replacement-types.txt M src/plone/app/blob/tests/test_adapters.py M src/plone/app/blob/tests/test_base_fields.py M src/plone/app/blob/tests/test_doctests.py M src/plone/app/blob/tests/test_integration.py M src/plone/app/blob/tests/test_linguaplone.py M src/plone/app/blob/tests/test_maintenance.py M src/plone/app/blob/tests/test_replacements.py M src/plone/app/blob/tests/test_scaling.py M src/plone/app/blob/tests/test_utils.py M src/plone/app/blob/tests/test_webdav.py M src/plone/app/blob/tests/transforms.txt M src/plone/app/blob/tests/utils.py D src/plone/app/blob/tests/db/__init__.py D src/plone/app/blob/tests/db/custom_zodb.py D src/plone/app/blob/tests/test_new_scaling.py Content containing PDF or PS header bytes cannot be rendered from this domain for security reasons.
frisi
added a commit
that referenced
this pull request
Apr 9, 2015
Branch: refs/heads/master Date: 2015-02-27T11:01:23+01:00 Author: Dimitar Dimitrov (mitakas) <dimitrod@hu-berlin.de> Commit: plone/archetypes.referencebrowserwidget@e768e0f Add a label in the popup widget for the image preview. Files changed: M src/archetypes/referencebrowserwidget/browser/popup.pt Repository: archetypes.referencebrowserwidget Branch: refs/heads/master Date: 2015-02-27T11:01:23+01:00 Author: Dimitar Dimitrov (mitakas) <dimitrod@hu-berlin.de> Commit: plone/archetypes.referencebrowserwidget@1a6d8b8 Show the image even if it can't be referenced. Files changed: M src/archetypes/referencebrowserwidget/browser/popup.pt Repository: archetypes.referencebrowserwidget Branch: refs/heads/master Date: 2015-02-27T11:04:31+01:00 Author: Dimitar Dimitrov (mitakas) <dimitrod@hu-berlin.de> Commit: plone/archetypes.referencebrowserwidget@0fa3114 Update changelog. Files changed: M docs/CHANGES.txt Repository: archetypes.referencebrowserwidget Branch: refs/heads/master Date: 2015-04-10T01:18:55+02:00 Author: Harald Friessnegger (frisi) <harald@webmeisterei.com> Commit: plone/archetypes.referencebrowserwidget@a4f8e57 Merge pull request #17 from mitakas/image_preview_label Add a label in the popup widget for the image preview. Files changed: M docs/CHANGES.txt M src/archetypes/referencebrowserwidget/browser/popup.pt
frisi
added a commit
that referenced
this pull request
Apr 9, 2015
Branch: refs/heads/master Date: 2015-02-27T11:01:23+01:00 Author: Dimitar Dimitrov (mitakas) <dimitrod@hu-berlin.de> Commit: plone/archetypes.referencebrowserwidget@e768e0f Add a label in the popup widget for the image preview. Files changed: M src/archetypes/referencebrowserwidget/browser/popup.pt Repository: archetypes.referencebrowserwidget Branch: refs/heads/master Date: 2015-02-27T11:01:23+01:00 Author: Dimitar Dimitrov (mitakas) <dimitrod@hu-berlin.de> Commit: plone/archetypes.referencebrowserwidget@1a6d8b8 Show the image even if it can't be referenced. Files changed: M src/archetypes/referencebrowserwidget/browser/popup.pt Repository: archetypes.referencebrowserwidget Branch: refs/heads/master Date: 2015-02-27T11:04:31+01:00 Author: Dimitar Dimitrov (mitakas) <dimitrod@hu-berlin.de> Commit: plone/archetypes.referencebrowserwidget@0fa3114 Update changelog. Files changed: M docs/CHANGES.txt Repository: archetypes.referencebrowserwidget Branch: refs/heads/master Date: 2015-04-10T01:18:55+02:00 Author: Harald Friessnegger (frisi) <harald@webmeisterei.com> Commit: plone/archetypes.referencebrowserwidget@a4f8e57 Merge pull request #17 from mitakas/image_preview_label Add a label in the popup widget for the image preview. Files changed: M docs/CHANGES.txt M src/archetypes/referencebrowserwidget/browser/popup.pt
bloodbare
added a commit
that referenced
this pull request
Jul 16, 2015
Branch: refs/heads/master Date: 2015-07-15T17:05:55+02:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.app.caching@551237b Change the category of the configlet to 'plone-advanced' Files changed: M CHANGES.rst M plone/app/caching/profiles/default/controlpanel.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2015-07-16T18:31:38+02:00 Author: Ramon Navarro Bosch (bloodbare) <ramon.nb@gmail.com> Commit: plone/plone.app.caching@42218fd Merge pull request #17 from plone/toolbar-fixup Change the category of the configlet to 'plone-advanced' Files changed: M CHANGES.rst M plone/app/caching/profiles/default/controlpanel.xml
jensens
added a commit
that referenced
this pull request
Jul 22, 2015
Branch: refs/heads/master Date: 2015-07-20T19:16:53Z Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@4426170 Allow to disable logs Files changed: M CHANGES.txt M src/plone/recipe/zope2instance/__init__.py Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-20T16:49:42-03:00 Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@7190ea2 Add test Files changed: M src/plone/recipe/zope2instance/tests/zope2instance.txt Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-20T19:52:09Z Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@f909d65 Update doc Files changed: M README.rst Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-22T17:15:57-03:00 Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@c9fbb24 Update docs Files changed: M README.rst Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-22T23:36:36+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.recipe.zope2instance@c3f67c7 Merge pull request #17 from enfold/master Allow to not render the logging sections in zope.conf Files changed: M CHANGES.txt M README.rst M src/plone/recipe/zope2instance/__init__.py M src/plone/recipe/zope2instance/tests/zope2instance.txt
jensens
added a commit
that referenced
this pull request
Jul 22, 2015
Branch: refs/heads/master Date: 2015-07-20T19:16:53Z Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@4426170 Allow to disable logs Files changed: M CHANGES.txt M src/plone/recipe/zope2instance/__init__.py Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-20T16:49:42-03:00 Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@7190ea2 Add test Files changed: M src/plone/recipe/zope2instance/tests/zope2instance.txt Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-20T19:52:09Z Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@f909d65 Update doc Files changed: M README.rst Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-22T17:15:57-03:00 Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.recipe.zope2instance@c9fbb24 Update docs Files changed: M README.rst Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2015-07-22T23:36:36+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.recipe.zope2instance@c3f67c7 Merge pull request #17 from enfold/master Allow to not render the logging sections in zope.conf Files changed: M CHANGES.txt M README.rst M src/plone/recipe/zope2instance/__init__.py M src/plone/recipe/zope2instance/tests/zope2instance.txt
ebrehault
added a commit
that referenced
this pull request
Jul 29, 2015
Branch: refs/heads/master Date: 2015-07-29T11:32:46+02:00 Author: Gagaro (Gagaro) <gagaro42@gmail.com> Commit: plone/plone.app.vocabularies@ab75b38 fix: use unicode for plone.app.vocabularies.SyndicatableFeedItems Files changed: M CHANGES.rst M plone/app/vocabularies/syndication.py Repository: plone.app.vocabularies Branch: refs/heads/master Date: 2015-07-29T12:53:31+02:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/plone.app.vocabularies@a48de49 Merge pull request #17 from Gagaro/master fix: use unicode for plone.app.vocabularies.SyndicatableFeedItems Files changed: M CHANGES.rst M plone/app/vocabularies/syndication.py
ebrehault
added a commit
that referenced
this pull request
Jul 29, 2015
Branch: refs/heads/master Date: 2015-07-29T11:32:46+02:00 Author: Gagaro (Gagaro) <gagaro42@gmail.com> Commit: plone/plone.app.vocabularies@ab75b38 fix: use unicode for plone.app.vocabularies.SyndicatableFeedItems Files changed: M CHANGES.rst M plone/app/vocabularies/syndication.py Repository: plone.app.vocabularies Branch: refs/heads/master Date: 2015-07-29T12:53:31+02:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/plone.app.vocabularies@a48de49 Merge pull request #17 from Gagaro/master fix: use unicode for plone.app.vocabularies.SyndicatableFeedItems Files changed: M CHANGES.rst M plone/app/vocabularies/syndication.py
gforcada
added a commit
that referenced
this pull request
Sep 14, 2015
Branch: refs/heads/master Date: 2015-09-13T22:22:25+02:00 Author: Gil Forcada (gforcada) <gforcada@gnome.org> Commit: plone/plone.formwidget.recurrence@78f5298 No need for unittest2 Since python 2.7 unittest2 was already merged with unittest. Files changed: M plone/formwidget/recurrence/tests/base.py M setup.py Repository: plone.formwidget.recurrence Branch: refs/heads/master Date: 2015-09-14T12:01:34+02:00 Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org> Commit: plone/plone.formwidget.recurrence@edda85c Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.formwidget.recurrence Branch: refs/heads/master Date: 2015-09-14T12:01:52+02:00 Author: Gil Forcada Codinachs (gforcada) <gforcada@gnome.org> Commit: plone/plone.formwidget.recurrence@1d8f823 Merge pull request #17 from plone/no-unittest2 No need for unittest2 Files changed: M CHANGES.rst M plone/formwidget/recurrence/tests/base.py M setup.py
jensens
added a commit
that referenced
this pull request
Oct 23, 2015
Branch: refs/heads/master Date: 2015-10-23T09:13:18+02:00 Author: Gil Forcada (gforcada) <gforcada@gnome.org> Commit: plone/plone.app.contentrules@ec3bedc Fix a write on read situation Only get the rule management assignable if it's going to be used. Getting it has the side effect of creating it if it does not exist, thus causing a write on read. Files changed: M CHANGES.rst M plone/app/contentrules/browser/assignments.py Repository: plone.app.contentrules Branch: refs/heads/master Date: 2015-10-23T14:49:06+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.contentrules@f2839b9 Merge pull request #17 from derFreitag/write-on-read Fix a write on read situation Files changed: M CHANGES.rst M plone/app/contentrules/browser/assignments.py
thet
added a commit
that referenced
this pull request
Dec 11, 2015
Branch: refs/heads/master Date: 2015-12-10T22:41:14+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@63437f9 changelog foo Files changed: M CHANGES.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-10T23:43:02+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@151405a autopep8 Files changed: M CHANGES.rst M setup.py M src/plone/__init__.py M src/plone/testing/__init__.py M src/plone/testing/_z2_testbrowser.py M src/plone/testing/layer.py M src/plone/testing/publisher.py M src/plone/testing/security.py M src/plone/testing/testing_zca.zcml M src/plone/testing/testing_zca_more_specific.zcml M src/plone/testing/tests.py M src/plone/testing/z2.py M src/plone/testing/zca.py M src/plone/testing/zodb.py Repository: plone.testing Branch: refs/heads/master Date: 2015-12-10T23:44:21+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@b477e4d Rename all txt doctest files to rst. Files changed: A src/plone/testing/layer.rst A src/plone/testing/publisher.rst A src/plone/testing/security.rst A src/plone/testing/z2.rst A src/plone/testing/zca.rst A src/plone/testing/zodb.rst M CHANGES.rst M MANIFEST.in M README.rst M setup.py M src/plone/testing/README.rst M src/plone/testing/tests.py D src/plone/testing/layer.txt D src/plone/testing/publisher.txt D src/plone/testing/security.txt D src/plone/testing/z2.txt D src/plone/testing/zca.txt D src/plone/testing/zodb.txt Repository: plone.testing Branch: refs/heads/master Date: 2015-12-10T23:51:36+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@4aea4b6 simpler concatenating Files changed: M setup.py Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:16:56+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@58624ac reformat for semantic linebreaks. add code block indicators Files changed: M src/plone/testing/README.rst M src/plone/testing/layer.rst M src/plone/testing/publisher.rst M src/plone/testing/security.rst M src/plone/testing/z2.rst M src/plone/testing/zca.rst M src/plone/testing/zodb.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:30:05+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@2aa3fbd move src/plone/testing/README.rst to docs. Files changed: A docs/index.rst A docs/overview.rst M README.rst M setup.py M src/plone/testing/tests.py D src/plone/testing/README.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:32:49+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@758784e missing changelog Files changed: M CHANGES.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:46:58+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@e29c992 fix toctree link Files changed: M docs/index.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:49:41+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@0ca838b omit heading level Files changed: M docs/index.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:55:34+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@a5e4fe4 Merge pull request #17 from plone/thet-cleanup doctests cleanup Files changed: A docs/index.rst A docs/overview.rst A src/plone/testing/layer.rst A src/plone/testing/publisher.rst A src/plone/testing/security.rst A src/plone/testing/z2.rst A src/plone/testing/zca.rst A src/plone/testing/zodb.rst M CHANGES.rst M MANIFEST.in M README.rst M setup.py M src/plone/__init__.py M src/plone/testing/__init__.py M src/plone/testing/_z2_testbrowser.py M src/plone/testing/layer.py M src/plone/testing/publisher.py M src/plone/testing/security.py M src/plone/testing/testing_zca.zcml M src/plone/testing/testing_zca_more_specific.zcml M src/plone/testing/tests.py M src/plone/testing/z2.py M src/plone/testing/zca.py M src/plone/testing/zodb.py D src/plone/testing/README.rst D src/plone/testing/layer.txt D src/plone/testing/publisher.txt D src/plone/testing/security.txt D src/plone/testing/z2.txt D src/plone/testing/zca.txt D src/plone/testing/zodb.txt
thet
added a commit
that referenced
this pull request
Dec 11, 2015
Branch: refs/heads/master Date: 2015-12-10T22:41:14+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@63437f9 changelog foo Files changed: M CHANGES.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-10T23:43:02+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@151405a autopep8 Files changed: M CHANGES.rst M setup.py M src/plone/__init__.py M src/plone/testing/__init__.py M src/plone/testing/_z2_testbrowser.py M src/plone/testing/layer.py M src/plone/testing/publisher.py M src/plone/testing/security.py M src/plone/testing/testing_zca.zcml M src/plone/testing/testing_zca_more_specific.zcml M src/plone/testing/tests.py M src/plone/testing/z2.py M src/plone/testing/zca.py M src/plone/testing/zodb.py Repository: plone.testing Branch: refs/heads/master Date: 2015-12-10T23:44:21+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@b477e4d Rename all txt doctest files to rst. Files changed: A src/plone/testing/layer.rst A src/plone/testing/publisher.rst A src/plone/testing/security.rst A src/plone/testing/z2.rst A src/plone/testing/zca.rst A src/plone/testing/zodb.rst M CHANGES.rst M MANIFEST.in M README.rst M setup.py M src/plone/testing/README.rst M src/plone/testing/tests.py D src/plone/testing/layer.txt D src/plone/testing/publisher.txt D src/plone/testing/security.txt D src/plone/testing/z2.txt D src/plone/testing/zca.txt D src/plone/testing/zodb.txt Repository: plone.testing Branch: refs/heads/master Date: 2015-12-10T23:51:36+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@4aea4b6 simpler concatenating Files changed: M setup.py Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:16:56+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@58624ac reformat for semantic linebreaks. add code block indicators Files changed: M src/plone/testing/README.rst M src/plone/testing/layer.rst M src/plone/testing/publisher.rst M src/plone/testing/security.rst M src/plone/testing/z2.rst M src/plone/testing/zca.rst M src/plone/testing/zodb.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:30:05+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@2aa3fbd move src/plone/testing/README.rst to docs. Files changed: A docs/index.rst A docs/overview.rst M README.rst M setup.py M src/plone/testing/tests.py D src/plone/testing/README.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:32:49+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@758784e missing changelog Files changed: M CHANGES.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:46:58+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@e29c992 fix toctree link Files changed: M docs/index.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:49:41+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@0ca838b omit heading level Files changed: M docs/index.rst Repository: plone.testing Branch: refs/heads/master Date: 2015-12-11T01:55:34+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.testing@a5e4fe4 Merge pull request #17 from plone/thet-cleanup doctests cleanup Files changed: A docs/index.rst A docs/overview.rst A src/plone/testing/layer.rst A src/plone/testing/publisher.rst A src/plone/testing/security.rst A src/plone/testing/z2.rst A src/plone/testing/zca.rst A src/plone/testing/zodb.rst M CHANGES.rst M MANIFEST.in M README.rst M setup.py M src/plone/__init__.py M src/plone/testing/__init__.py M src/plone/testing/_z2_testbrowser.py M src/plone/testing/layer.py M src/plone/testing/publisher.py M src/plone/testing/security.py M src/plone/testing/testing_zca.zcml M src/plone/testing/testing_zca_more_specific.zcml M src/plone/testing/tests.py M src/plone/testing/z2.py M src/plone/testing/zca.py M src/plone/testing/zodb.py D src/plone/testing/README.rst D src/plone/testing/layer.txt D src/plone/testing/publisher.txt D src/plone/testing/security.txt D src/plone/testing/z2.txt D src/plone/testing/zca.txt D src/plone/testing/zodb.txt
mister-roboto
pushed a commit
that referenced
this pull request
Jan 28, 2016
Branch: refs/heads/master Date: 2016-01-27T23:27:31+01:00 Author: Stephan Klinger (staeff) <stephan.klinger@freitag.de> Commit: plone/plone.formwidget.autocomplete@1aa60ea Use plone i18n domain Files changed: M plone/formwidget/autocomplete/__init__.py M plone/formwidget/autocomplete/configure.zcml M plone/formwidget/autocomplete/demo.zcml M plone/formwidget/autocomplete/testing.zcml Repository: plone.formwidget.autocomplete Branch: refs/heads/master Date: 2016-01-27T23:34:45+01:00 Author: Stephan Klinger (staeff) <stephan.klinger@freitag.de> Commit: plone/plone.formwidget.autocomplete@e080698 Update CHANGES Files changed: M CHANGES.rst Repository: plone.formwidget.autocomplete Branch: refs/heads/master Date: 2016-01-28T10:31:36+01:00 Author: Stephan Klinger (staeff) <stephan.klinger@freitag.de> Commit: plone/plone.formwidget.autocomplete@3180158 Re-add imports that might be needed elsewhere Files changed: M plone/formwidget/autocomplete/__init__.py Repository: plone.formwidget.autocomplete Branch: refs/heads/master Date: 2016-01-28T11:39:31+01:00 Author: Vincent Fretin (vincentfretin) <vincent.fretin@gmail.com> Commit: plone/plone.formwidget.autocomplete@ad29393 Merge pull request #17 from plone/use-plone-i18n-domain Use plone i18n domain Files changed: M CHANGES.rst M plone/formwidget/autocomplete/__init__.py M plone/formwidget/autocomplete/configure.zcml M plone/formwidget/autocomplete/demo.zcml M plone/formwidget/autocomplete/testing.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Jan 28, 2016
Branch: refs/heads/master Date: 2016-01-27T23:27:31+01:00 Author: Stephan Klinger (staeff) <stephan.klinger@freitag.de> Commit: plone/plone.formwidget.autocomplete@1aa60ea Use plone i18n domain Files changed: M plone/formwidget/autocomplete/__init__.py M plone/formwidget/autocomplete/configure.zcml M plone/formwidget/autocomplete/demo.zcml M plone/formwidget/autocomplete/testing.zcml Repository: plone.formwidget.autocomplete Branch: refs/heads/master Date: 2016-01-27T23:34:45+01:00 Author: Stephan Klinger (staeff) <stephan.klinger@freitag.de> Commit: plone/plone.formwidget.autocomplete@e080698 Update CHANGES Files changed: M CHANGES.rst Repository: plone.formwidget.autocomplete Branch: refs/heads/master Date: 2016-01-28T10:31:36+01:00 Author: Stephan Klinger (staeff) <stephan.klinger@freitag.de> Commit: plone/plone.formwidget.autocomplete@3180158 Re-add imports that might be needed elsewhere Files changed: M plone/formwidget/autocomplete/__init__.py Repository: plone.formwidget.autocomplete Branch: refs/heads/master Date: 2016-01-28T11:39:31+01:00 Author: Vincent Fretin (vincentfretin) <vincent.fretin@gmail.com> Commit: plone/plone.formwidget.autocomplete@ad29393 Merge pull request #17 from plone/use-plone-i18n-domain Use plone i18n domain Files changed: M CHANGES.rst M plone/formwidget/autocomplete/__init__.py M plone/formwidget/autocomplete/configure.zcml M plone/formwidget/autocomplete/demo.zcml M plone/formwidget/autocomplete/testing.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Jan 29, 2016
Branch: refs/heads/master Date: 2016-01-29T11:51:42+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@59d0d85 Replace deprecated zope.testing.doctestunit import with doctest module from stdlib. Files changed: M CHANGES.rst M plone/formwidget/namedfile/tests.py Repository: plone.formwidget.namedfile Branch: refs/heads/master Date: 2016-01-29T11:52:23+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@8c2e75e utf-8 headers, _ instead MessageFactory Files changed: M plone/__init__.py M plone/formwidget/__init__.py M plone/formwidget/namedfile/__init__.py M plone/formwidget/namedfile/converter.py M plone/formwidget/namedfile/interfaces.py M plone/formwidget/namedfile/tests.py M plone/formwidget/namedfile/validator.py M plone/formwidget/namedfile/widget.py M setup.py Repository: plone.formwidget.namedfile Branch: refs/heads/master Date: 2016-01-29T11:52:23+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@43f39cf Specify doctest encoding and make doctest more robust against formating changes. Files changed: M CHANGES.rst M plone/formwidget/namedfile/tests.py M plone/formwidget/namedfile/widget.rst Repository: plone.formwidget.namedfile Branch: refs/heads/master Date: 2016-01-29T16:38:01+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@d51364c Merge pull request #17 from plone/thet-zope4 Zope4 Files changed: M CHANGES.rst M plone/__init__.py M plone/formwidget/__init__.py M plone/formwidget/namedfile/__init__.py M plone/formwidget/namedfile/converter.py M plone/formwidget/namedfile/interfaces.py M plone/formwidget/namedfile/tests.py M plone/formwidget/namedfile/validator.py M plone/formwidget/namedfile/widget.py M plone/formwidget/namedfile/widget.rst M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Jan 29, 2016
Branch: refs/heads/master Date: 2016-01-29T11:51:42+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@59d0d85 Replace deprecated zope.testing.doctestunit import with doctest module from stdlib. Files changed: M CHANGES.rst M plone/formwidget/namedfile/tests.py Repository: plone.formwidget.namedfile Branch: refs/heads/master Date: 2016-01-29T11:52:23+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@8c2e75e utf-8 headers, _ instead MessageFactory Files changed: M plone/__init__.py M plone/formwidget/__init__.py M plone/formwidget/namedfile/__init__.py M plone/formwidget/namedfile/converter.py M plone/formwidget/namedfile/interfaces.py M plone/formwidget/namedfile/tests.py M plone/formwidget/namedfile/validator.py M plone/formwidget/namedfile/widget.py M setup.py Repository: plone.formwidget.namedfile Branch: refs/heads/master Date: 2016-01-29T11:52:23+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@43f39cf Specify doctest encoding and make doctest more robust against formating changes. Files changed: M CHANGES.rst M plone/formwidget/namedfile/tests.py M plone/formwidget/namedfile/widget.rst Repository: plone.formwidget.namedfile Branch: refs/heads/master Date: 2016-01-29T16:38:01+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.formwidget.namedfile@d51364c Merge pull request #17 from plone/thet-zope4 Zope4 Files changed: M CHANGES.rst M plone/__init__.py M plone/formwidget/__init__.py M plone/formwidget/namedfile/__init__.py M plone/formwidget/namedfile/converter.py M plone/formwidget/namedfile/interfaces.py M plone/formwidget/namedfile/tests.py M plone/formwidget/namedfile/validator.py M plone/formwidget/namedfile/widget.py M plone/formwidget/namedfile/widget.rst M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 23, 2016
Branch: refs/heads/master Date: 2015-12-14T23:18:17+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.namedfile@8940e77 housekeeping: pep8, utf8header, ... Files changed: M plone/namedfile/file.py Repository: plone.namedfile Branch: refs/heads/master Date: 2015-12-14T23:23:32+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.namedfile@ea98fc4 Workarround for method getImageSize. Prevent returning (-1, -1) as the size of the image. by andreesg Files changed: M CHANGES.rst M plone/namedfile/file.py Repository: plone.namedfile Branch: refs/heads/master Date: 2016-02-23T11:11:11+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.namedfile@699d5f4 Merge pull request #17 from plone/getImageSize-workaround Get image size workaround Files changed: M CHANGES.rst M plone/namedfile/file.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 7, 2016
Branch: refs/heads/master Date: 2016-03-07T22:33:58+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.relationfield@f0b866c cleanup: pep8, utf8 header, sorted imports, zca decorators, ... Files changed: A .isort.cfg M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/relationfield/__init__.py M plone/app/relationfield/behavior.py M plone/app/relationfield/demo.py M plone/app/relationfield/event.py M plone/app/relationfield/interfaces.py M plone/app/relationfield/marshaler.py M plone/app/relationfield/monkey.py M plone/app/relationfield/path.py M plone/app/relationfield/schemaeditor.py M plone/app/relationfield/setuphandlers.py M plone/app/relationfield/source.py M plone/app/relationfield/supermodel.py M plone/app/relationfield/testing.py M plone/app/relationfield/tests/test_marshall.py M plone/app/relationfield/tests/test_schemaeditor.py M plone/app/relationfield/tests/test_supermodel.py M plone/app/relationfield/tests/test_widget.py M plone/app/relationfield/widget.py M setup.py Repository: plone.app.relationfield Branch: refs/heads/master Date: 2016-03-08T00:24:20+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.relationfield@cd51379 Merge pull request #17 from plone/cleanup cleanup: pep8, utf8 header, sorted imports, zca decorators, ... Files changed: A .isort.cfg M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/relationfield/__init__.py M plone/app/relationfield/behavior.py M plone/app/relationfield/demo.py M plone/app/relationfield/event.py M plone/app/relationfield/interfaces.py M plone/app/relationfield/marshaler.py M plone/app/relationfield/monkey.py M plone/app/relationfield/path.py M plone/app/relationfield/schemaeditor.py M plone/app/relationfield/setuphandlers.py M plone/app/relationfield/source.py M plone/app/relationfield/supermodel.py M plone/app/relationfield/testing.py M plone/app/relationfield/tests/test_marshall.py M plone/app/relationfield/tests/test_schemaeditor.py M plone/app/relationfield/tests/test_supermodel.py M plone/app/relationfield/tests/test_widget.py M plone/app/relationfield/widget.py M setup.py
ale-rt
pushed a commit
that referenced
this pull request
Mar 8, 2016
Branch: refs/heads/master Date: 2016-03-07T22:33:58+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.relationfield@f0b866c cleanup: pep8, utf8 header, sorted imports, zca decorators, ... Files changed: A .isort.cfg M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/relationfield/__init__.py M plone/app/relationfield/behavior.py M plone/app/relationfield/demo.py M plone/app/relationfield/event.py M plone/app/relationfield/interfaces.py M plone/app/relationfield/marshaler.py M plone/app/relationfield/monkey.py M plone/app/relationfield/path.py M plone/app/relationfield/schemaeditor.py M plone/app/relationfield/setuphandlers.py M plone/app/relationfield/source.py M plone/app/relationfield/supermodel.py M plone/app/relationfield/testing.py M plone/app/relationfield/tests/test_marshall.py M plone/app/relationfield/tests/test_schemaeditor.py M plone/app/relationfield/tests/test_supermodel.py M plone/app/relationfield/tests/test_widget.py M plone/app/relationfield/widget.py M setup.py Repository: plone.app.relationfield Branch: refs/heads/master Date: 2016-03-08T00:24:20+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.relationfield@cd51379 Merge pull request #17 from plone/cleanup cleanup: pep8, utf8 header, sorted imports, zca decorators, ... Files changed: A .isort.cfg M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/relationfield/__init__.py M plone/app/relationfield/behavior.py M plone/app/relationfield/demo.py M plone/app/relationfield/event.py M plone/app/relationfield/interfaces.py M plone/app/relationfield/marshaler.py M plone/app/relationfield/monkey.py M plone/app/relationfield/path.py M plone/app/relationfield/schemaeditor.py M plone/app/relationfield/setuphandlers.py M plone/app/relationfield/source.py M plone/app/relationfield/supermodel.py M plone/app/relationfield/testing.py M plone/app/relationfield/tests/test_marshall.py M plone/app/relationfield/tests/test_schemaeditor.py M plone/app/relationfield/tests/test_supermodel.py M plone/app/relationfield/tests/test_widget.py M plone/app/relationfield/widget.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 14, 2016
Branch: refs/heads/master Date: 2016-03-09T16:09:31+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.registry@4841a33 Overview control panel url from context Let the RegistryEditForm construct the base url to the @@overview-controlpanel from the context URL instead the portal URL. This gives more flexibility when calling controlpanels on contexts with local registries while in standard Plone installations the controlpanel is still bound to the portal url. Files changed: A plone/app/registry/tests/test_controlpanel.py M CHANGES.rst M plone/app/registry/browser/controlpanel.py M plone/app/registry/browser/controlpanel_layout.pt Repository: plone.app.registry Branch: refs/heads/master Date: 2016-03-09T17:07:22+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.registry@8747e4b For the @@configuration_registry, construct the base url to the @@overview-controlpanel from the nearest site. Files changed: M CHANGES.rst M plone/app/registry/browser/records.pt M plone/app/registry/browser/records.py M plone/app/registry/tests/test_controlpanel.py Repository: plone.app.registry Branch: refs/heads/master Date: 2016-03-11T12:51:49+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.registry@de6c4c6 Consistency: For ``ControlPanelFormWrapper`` and ``@@configuration_registry``, construct the base url to the ``@@overview-controlpanel`` from the nearest site. Files changed: M CHANGES.rst M plone/app/registry/browser/controlpanel.py M plone/app/registry/browser/records.py M plone/app/registry/tests/test_controlpanel.py Repository: plone.app.registry Branch: refs/heads/master Date: 2016-03-14T11:07:06+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.registry@8ead847 Merge pull request #17 from plone/thet-control-panel-url Overview control panel url from context Files changed: A plone/app/registry/tests/test_controlpanel.py M CHANGES.rst M plone/app/registry/browser/controlpanel.py M plone/app/registry/browser/controlpanel_layout.pt M plone/app/registry/browser/records.pt M plone/app/registry/browser/records.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 14, 2016
Branch: refs/heads/master Date: 2016-03-09T16:09:31+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.registry@4841a33 Overview control panel url from context Let the RegistryEditForm construct the base url to the @@overview-controlpanel from the context URL instead the portal URL. This gives more flexibility when calling controlpanels on contexts with local registries while in standard Plone installations the controlpanel is still bound to the portal url. Files changed: A plone/app/registry/tests/test_controlpanel.py M CHANGES.rst M plone/app/registry/browser/controlpanel.py M plone/app/registry/browser/controlpanel_layout.pt Repository: plone.app.registry Branch: refs/heads/master Date: 2016-03-09T17:07:22+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.registry@8747e4b For the @@configuration_registry, construct the base url to the @@overview-controlpanel from the nearest site. Files changed: M CHANGES.rst M plone/app/registry/browser/records.pt M plone/app/registry/browser/records.py M plone/app/registry/tests/test_controlpanel.py Repository: plone.app.registry Branch: refs/heads/master Date: 2016-03-11T12:51:49+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.registry@de6c4c6 Consistency: For ``ControlPanelFormWrapper`` and ``@@configuration_registry``, construct the base url to the ``@@overview-controlpanel`` from the nearest site. Files changed: M CHANGES.rst M plone/app/registry/browser/controlpanel.py M plone/app/registry/browser/records.py M plone/app/registry/tests/test_controlpanel.py Repository: plone.app.registry Branch: refs/heads/master Date: 2016-03-14T11:07:06+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.registry@8ead847 Merge pull request #17 from plone/thet-control-panel-url Overview control panel url from context Files changed: A plone/app/registry/tests/test_controlpanel.py M CHANGES.rst M plone/app/registry/browser/controlpanel.py M plone/app/registry/browser/controlpanel_layout.pt M plone/app/registry/browser/records.pt M plone/app/registry/browser/records.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 17, 2016
Branch: refs/heads/master Date: 2016-03-17T09:28:27+01:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/plone.resourceeditor@49d0a90 Do not crash on saving in FilesystemResourceDirectory Files changed: M CHANGES.rst M plone/resourceeditor/browser.py Repository: plone.resourceeditor Branch: refs/heads/master Date: 2016-03-17T07:53:15-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.resourceeditor@54244e2 Merge pull request #17 from plone/fix-build-css-for-fs-themes Do not crash on saving in FilesystemResourceDirectory Files changed: M CHANGES.rst M plone/resourceeditor/browser.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 17, 2016
Branch: refs/heads/master Date: 2016-03-17T09:28:27+01:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/plone.resourceeditor@49d0a90 Do not crash on saving in FilesystemResourceDirectory Files changed: M CHANGES.rst M plone/resourceeditor/browser.py Repository: plone.resourceeditor Branch: refs/heads/master Date: 2016-03-17T07:53:15-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.resourceeditor@54244e2 Merge pull request #17 from plone/fix-build-css-for-fs-themes Do not crash on saving in FilesystemResourceDirectory Files changed: M CHANGES.rst M plone/resourceeditor/browser.py
mister-roboto
pushed a commit
that referenced
this pull request
Jun 14, 2017
Branch: refs/heads/master Date: 2017-06-12T18:23:38+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.portlet.collection@b69253f Cleanup of PLIP #1734 Files changed: M CHANGES.rst M plone/portlet/collection/collection.pt M plone/portlet/collection/collection.py Repository: plone.portlet.collection Branch: refs/heads/master Date: 2017-06-14T14:41:44+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.portlet.collection@5e9021f Merge pull request #17 from plone/thet-1734-cleanup Cleanup of PLIP #1734 Files changed: M CHANGES.rst M plone/portlet/collection/collection.pt M plone/portlet/collection/collection.py
mister-roboto
pushed a commit
that referenced
this pull request
Jul 29, 2017
Branch: refs/heads/1.4.x Date: 2017-07-21T15:55:36-03:00 Author: Rodrigo Ferreira de Souza (rodfersou) <rodfersou@gmail.com> Commit: plone/plonetheme.sunburst@a94dbf3 * Add data-base-url attribute in body tag closes #2051 * Fix @@plone_lock_operations fixes #2061 * Review @@sharing fixes #2053 Files changed: M CHANGES.rst M plonetheme/sunburst/skins/sunburst_templates/main_template.pt Repository: plonetheme.sunburst Branch: refs/heads/1.4.x Date: 2017-07-29T23:31:09+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plonetheme.sunburst@df65c12 Merge pull request #17 from plone/issue_2051 * Add data-base-url attribute in body tag closes #2051 Files changed: M CHANGES.rst M plonetheme/sunburst/skins/sunburst_templates/main_template.pt
mister-roboto
pushed a commit
that referenced
this pull request
Jun 20, 2018
Branch: refs/heads/master Date: 2018-06-20T11:48:29+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.registry@e072542 Update README.rst Files changed: M README.rst Repository: plone.registry Branch: refs/heads/master Date: 2018-06-20T11:49:00+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.registry@9b2dc4c Merge pull request #17 from plone/gforcada-patch-1 Update README.rst Files changed: M README.rst
mister-roboto
pushed a commit
that referenced
this pull request
Jun 20, 2018
Branch: refs/heads/master Date: 2018-06-20T11:48:29+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.registry@e072542 Update README.rst Files changed: M README.rst Repository: plone.registry Branch: refs/heads/master Date: 2018-06-20T11:49:00+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.registry@9b2dc4c Merge pull request #17 from plone/gforcada-patch-1 Update README.rst Files changed: M README.rst
mister-roboto
pushed a commit
that referenced
this pull request
Aug 17, 2018
Branch: refs/heads/master Date: 2018-03-21T22:05:02+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.locking@ab09c43 fix import for zope4 Files changed: M plone/locking/lockable.py Repository: plone.locking Branch: refs/heads/master Date: 2018-03-22T11:58:31+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.locking@d3f80e5 use class decorator for py3 Files changed: M plone/locking/lockable.py Repository: plone.locking Branch: refs/heads/master Date: 2018-06-14T23:09:44+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.locking@18d41b1 More Python 2 / 3 compatibility fixes. Files changed: M CHANGES.rst M plone/locking/lockable.py M plone/locking/testing.py M plone/locking/tests/test_functional.py Repository: plone.locking Branch: refs/heads/master Date: 2018-07-25T12:00:34-03:00 Author: hvelarde (hvelarde) <hector.velarde@gmail.com> Commit: plone/plone.locking@3ab128e Fix old-division Files changed: M plone/locking/browser/locking.py M plone/locking/interfaces.py Repository: plone.locking Branch: refs/heads/master Date: 2018-08-17T09:23:36+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.locking@6496390 Merge pull request #17 from plone/python3 Python3 Files changed: M CHANGES.rst M plone/locking/browser/locking.py M plone/locking/interfaces.py M plone/locking/lockable.py M plone/locking/testing.py M plone/locking/tests/test_functional.py
mister-roboto
pushed a commit
that referenced
this pull request
Aug 17, 2018
Branch: refs/heads/master Date: 2018-03-21T22:05:02+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.locking@ab09c43 fix import for zope4 Files changed: M plone/locking/lockable.py Repository: plone.locking Branch: refs/heads/master Date: 2018-03-22T11:58:31+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.locking@d3f80e5 use class decorator for py3 Files changed: M plone/locking/lockable.py Repository: plone.locking Branch: refs/heads/master Date: 2018-06-14T23:09:44+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.locking@18d41b1 More Python 2 / 3 compatibility fixes. Files changed: M CHANGES.rst M plone/locking/lockable.py M plone/locking/testing.py M plone/locking/tests/test_functional.py Repository: plone.locking Branch: refs/heads/master Date: 2018-07-25T12:00:34-03:00 Author: hvelarde (hvelarde) <hector.velarde@gmail.com> Commit: plone/plone.locking@3ab128e Fix old-division Files changed: M plone/locking/browser/locking.py M plone/locking/interfaces.py Repository: plone.locking Branch: refs/heads/master Date: 2018-08-17T09:23:36+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.locking@6496390 Merge pull request #17 from plone/python3 Python3 Files changed: M CHANGES.rst M plone/locking/browser/locking.py M plone/locking/interfaces.py M plone/locking/lockable.py M plone/locking/testing.py M plone/locking/tests/test_functional.py
mister-roboto
pushed a commit
that referenced
this pull request
Aug 17, 2018
Branch: refs/heads/master Date: 2018-03-21T22:05:02+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.locking@ab09c43 fix import for zope4 Files changed: M plone/locking/lockable.py Repository: plone.locking Branch: refs/heads/master Date: 2018-03-22T11:58:31+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.locking@d3f80e5 use class decorator for py3 Files changed: M plone/locking/lockable.py Repository: plone.locking Branch: refs/heads/master Date: 2018-06-14T23:09:44+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.locking@18d41b1 More Python 2 / 3 compatibility fixes. Files changed: M CHANGES.rst M plone/locking/lockable.py M plone/locking/testing.py M plone/locking/tests/test_functional.py Repository: plone.locking Branch: refs/heads/master Date: 2018-07-25T12:00:34-03:00 Author: hvelarde (hvelarde) <hector.velarde@gmail.com> Commit: plone/plone.locking@3ab128e Fix old-division Files changed: M plone/locking/browser/locking.py M plone/locking/interfaces.py Repository: plone.locking Branch: refs/heads/master Date: 2018-08-17T09:23:36+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.locking@6496390 Merge pull request #17 from plone/python3 Python3 Files changed: M CHANGES.rst M plone/locking/browser/locking.py M plone/locking/interfaces.py M plone/locking/lockable.py M plone/locking/testing.py M plone/locking/tests/test_functional.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 15, 2018
Branch: refs/heads/master Date: 2018-03-29T12:31:46+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@3069500 fix GopipIndex for py3 Files changed: M src/plone/app/folder/nogopip.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-06-27T00:32:56+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.folder@c148fb6 setDefaultRoles is deprecated. addPermission from AccessControl.Permission is used. Files changed: M src/plone/app/folder/__init__.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-09-15T10:23:12+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@15a32ee add changenote and classifiers Files changed: M CHANGES.rst M setup.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-09-15T12:04:26+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@1988f81 Merge pull request #17 from plone/python3 fix GopipIndex for py3 Files changed: M CHANGES.rst M setup.py M src/plone/app/folder/__init__.py M src/plone/app/folder/nogopip.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 15, 2018
Branch: refs/heads/master Date: 2018-03-29T12:31:46+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@3069500 fix GopipIndex for py3 Files changed: M src/plone/app/folder/nogopip.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-06-27T00:32:56+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.folder@c148fb6 setDefaultRoles is deprecated. addPermission from AccessControl.Permission is used. Files changed: M src/plone/app/folder/__init__.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-09-15T10:23:12+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@15a32ee add changenote and classifiers Files changed: M CHANGES.rst M setup.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-09-15T12:04:26+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@1988f81 Merge pull request #17 from plone/python3 fix GopipIndex for py3 Files changed: M CHANGES.rst M setup.py M src/plone/app/folder/__init__.py M src/plone/app/folder/nogopip.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 15, 2018
Branch: refs/heads/master Date: 2018-03-29T12:31:46+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@3069500 fix GopipIndex for py3 Files changed: M src/plone/app/folder/nogopip.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-06-27T00:32:56+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.folder@c148fb6 setDefaultRoles is deprecated. addPermission from AccessControl.Permission is used. Files changed: M src/plone/app/folder/__init__.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-09-15T10:23:12+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@15a32ee add changenote and classifiers Files changed: M CHANGES.rst M setup.py Repository: plone.app.folder Branch: refs/heads/master Date: 2018-09-15T12:04:26+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.folder@1988f81 Merge pull request #17 from plone/python3 fix GopipIndex for py3 Files changed: M CHANGES.rst M setup.py M src/plone/app/folder/__init__.py M src/plone/app/folder/nogopip.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 16, 2018
Branch: refs/heads/master Date: 2018-06-12T13:20:47+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.viewletmanager@cdda093 fix issue with a test in plone.app.customerize: TypeError: '<' not supported between instances of 'TTWViewletRenderer' and 'AnalyticsViewlet' Files changed: M plone/app/viewletmanager/manager.py Repository: plone.app.viewletmanager Branch: refs/heads/master Date: 2018-09-16T09:29:56+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.viewletmanager@6b7847d add changelog, classifiers and dependencies Files changed: M CHANGES.rst M setup.py Repository: plone.app.viewletmanager Branch: refs/heads/master Date: 2018-09-16T10:37:11+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.viewletmanager@72efc04 Merge pull request #17 from plone/python3 fix issue with a test in plone.app.customerize Files changed: M CHANGES.rst M plone/app/viewletmanager/manager.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 9, 2018
Branch: refs/heads/master Date: 2018-10-08T23:05:47+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.cachepurging@239844d Try to avoid port collisions On our CI environment it seems that every now and then these tests fail because the port it tries to bind to is already in use, see plone/plone.cachepurging#16 Files changed: M plone/cachepurging/tests/test_purger.py Repository: plone.cachepurging Branch: refs/heads/master Date: 2018-10-08T23:05:47+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.cachepurging@f6b4419 Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.cachepurging Branch: refs/heads/master Date: 2018-10-09T12:03:02+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.cachepurging@5c3787c Merge pull request #17 from plone/gforcada-patch-1 Try to avoid port collisions Files changed: M CHANGES.rst M plone/cachepurging/tests/test_purger.py
mister-roboto
pushed a commit
that referenced
this pull request
Nov 14, 2018
Branch: refs/heads/master Date: 2018-11-11T21:08:59+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.customerize@5b5d19a Avoid leaving a file unclosed On jenkins in python 3.7 this gives a ResourceWarning: ``` plone/app/customerize/registration.py:157: ResourceWarning: unclosed file <_io.BufferedReader name='plone/app/customerize/tests/standard.pt'> ``` Files changed: M plone/app/customerize/registration.py Repository: plone.app.customerize Branch: refs/heads/master Date: 2018-11-11T21:10:12+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.customerize@b0250a7 Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.app.customerize Branch: refs/heads/master Date: 2018-11-14T11:26:27+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.customerize@f83a042 Merge pull request #17 from plone/gforcada-patch-1 Avoid leaving a file unclosed Files changed: M CHANGES.rst M plone/app/customerize/registration.py
mister-roboto
pushed a commit
that referenced
this pull request
Nov 14, 2018
Branch: refs/heads/master Date: 2018-11-11T21:08:59+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.customerize@5b5d19a Avoid leaving a file unclosed On jenkins in python 3.7 this gives a ResourceWarning: ``` plone/app/customerize/registration.py:157: ResourceWarning: unclosed file <_io.BufferedReader name='plone/app/customerize/tests/standard.pt'> ``` Files changed: M plone/app/customerize/registration.py Repository: plone.app.customerize Branch: refs/heads/master Date: 2018-11-11T21:10:12+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.customerize@b0250a7 Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.app.customerize Branch: refs/heads/master Date: 2018-11-14T11:26:27+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.customerize@f83a042 Merge pull request #17 from plone/gforcada-patch-1 Avoid leaving a file unclosed Files changed: M CHANGES.rst M plone/app/customerize/registration.py
mister-roboto
pushed a commit
that referenced
this pull request
Nov 14, 2018
Branch: refs/heads/master Date: 2018-11-11T21:08:59+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.customerize@5b5d19a Avoid leaving a file unclosed On jenkins in python 3.7 this gives a ResourceWarning: ``` plone/app/customerize/registration.py:157: ResourceWarning: unclosed file <_io.BufferedReader name='plone/app/customerize/tests/standard.pt'> ``` Files changed: M plone/app/customerize/registration.py Repository: plone.app.customerize Branch: refs/heads/master Date: 2018-11-11T21:10:12+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.customerize@b0250a7 Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.app.customerize Branch: refs/heads/master Date: 2018-11-14T11:26:27+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.customerize@f83a042 Merge pull request #17 from plone/gforcada-patch-1 Avoid leaving a file unclosed Files changed: M CHANGES.rst M plone/app/customerize/registration.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 31, 2018
Branch: refs/heads/master Date: 2018-11-07T15:08:00+09:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/Products.CMFDynamicViewFTI@176e51f Added test showing that fti.defaultView fallback to default view is broken Files changed: M Products/CMFDynamicViewFTI/tests/test_fti.py Repository: Products.CMFDynamicViewFTI Branch: refs/heads/master Date: 2018-12-04T12:35:03+01:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/Products.CMFDynamicViewFTI@71dfd0f Pass **kw from browserdefault.getLayout to fti.getViewMethod to be able to handle the "check_exists" parameter to fix issue with fallback to default view not working. Files changed: A news/16.bugfix M Products/CMFDynamicViewFTI/browserdefault.py Repository: Products.CMFDynamicViewFTI Branch: refs/heads/master Date: 2018-12-06T09:22:21+01:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/Products.CMFDynamicViewFTI@20e7638 type_info.default_view_fallback is False by default, enable it so it works in test Files changed: M Products/CMFDynamicViewFTI/tests/test_fti.py Repository: Products.CMFDynamicViewFTI Branch: refs/heads/master Date: 2018-12-06T16:07:19+01:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/Products.CMFDynamicViewFTI@3b8ffda When check_exists, check also if layout is a view Files changed: M Products/CMFDynamicViewFTI/fti.py Repository: Products.CMFDynamicViewFTI Branch: refs/heads/master Date: 2018-12-31T01:56:42+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.CMFDynamicViewFTI@85cbcf0 Merge pull request #17 from plone/defaultView_fallback_broken Default view fallback broken Files changed: A news/16.bugfix M Products/CMFDynamicViewFTI/browserdefault.py M Products/CMFDynamicViewFTI/fti.py M Products/CMFDynamicViewFTI/tests/test_fti.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 11, 2020
Branch: refs/heads/master Date: 2020-04-10T16:36:39+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@06607af Make code black Preparation for #17 Files changed: A news/17.bugfix M bootstrap-buildout.py M plone/__init__.py M plone/memoize/compress.py M plone/memoize/forever.py M plone/memoize/instance.py M plone/memoize/interfaces.py M plone/memoize/ram.py M plone/memoize/request.py M plone/memoize/tests.py M plone/memoize/view.py M plone/memoize/volatile.py M setup.py Repository: plone.memoize Branch: refs/heads/master Date: 2020-04-11T10:46:53+02:00 Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@0e94832 Merge pull request #18 from plone/17-black Make code black Files changed: A news/17.bugfix M bootstrap-buildout.py M plone/__init__.py M plone/memoize/compress.py M plone/memoize/forever.py M plone/memoize/instance.py M plone/memoize/interfaces.py M plone/memoize/ram.py M plone/memoize/request.py M plone/memoize/tests.py M plone/memoize/view.py M plone/memoize/volatile.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 11, 2020
Branch: refs/heads/master Date: 2020-04-10T16:36:39+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@06607af Make code black Preparation for #17 Files changed: A news/17.bugfix M bootstrap-buildout.py M plone/__init__.py M plone/memoize/compress.py M plone/memoize/forever.py M plone/memoize/instance.py M plone/memoize/interfaces.py M plone/memoize/ram.py M plone/memoize/request.py M plone/memoize/tests.py M plone/memoize/view.py M plone/memoize/volatile.py M setup.py Repository: plone.memoize Branch: refs/heads/master Date: 2020-04-11T10:46:53+02:00 Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@0e94832 Merge pull request #18 from plone/17-black Make code black Files changed: A news/17.bugfix M bootstrap-buildout.py M plone/__init__.py M plone/memoize/compress.py M plone/memoize/forever.py M plone/memoize/instance.py M plone/memoize/interfaces.py M plone/memoize/ram.py M plone/memoize/request.py M plone/memoize/tests.py M plone/memoize/view.py M plone/memoize/volatile.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 11, 2020
Branch: refs/heads/master Date: 2020-04-11T16:43:46+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@1c29639 Use the global request Use the zope global request if available as a fallback if the context does not have it Fixes #17 Files changed: A news/17.feature M plone/memoize/view.py M plone/memoize/view.rst M setup.py Repository: plone.memoize Branch: refs/heads/master Date: 2020-04-11T23:16:20+02:00 Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@f378dc6 Merge pull request #22 from plone/17-use-global-request Use the global request Files changed: A news/17.feature M plone/memoize/view.py M plone/memoize/view.rst M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 11, 2020
Branch: refs/heads/master Date: 2020-04-11T16:43:46+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@1c29639 Use the global request Use the zope global request if available as a fallback if the context does not have it Fixes #17 Files changed: A news/17.feature M plone/memoize/view.py M plone/memoize/view.rst M setup.py Repository: plone.memoize Branch: refs/heads/master Date: 2020-04-11T23:16:20+02:00 Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.memoize@f378dc6 Merge pull request #22 from plone/17-use-global-request Use the global request Files changed: A news/17.feature M plone/memoize/view.py M plone/memoize/view.rst M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Aug 24, 2020
Branch: refs/heads/master Date: 2020-08-22T11:32:01+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.portlet.static@c6f7714 Fixed startup warning for setDefaultRoles. ``` DeprecationWarning: setDefaultRoles is deprecated. Please use addPermission from AccessControl.Permission. ``` Files changed: A news/17.bugfix M plone/portlet/static/__init__.py Repository: plone.portlet.static Branch: refs/heads/master Date: 2020-08-24T12:30:48+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.portlet.static@0b06f03 Merge pull request #17 from plone/maurits/fix-startup-warnings Fixed startup warning for setDefaultRoles. Files changed: A news/17.bugfix M plone/portlet/static/__init__.py
mister-roboto
pushed a commit
that referenced
this pull request
Aug 24, 2020
Branch: refs/heads/master Date: 2020-08-22T11:32:01+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.portlet.static@c6f7714 Fixed startup warning for setDefaultRoles. ``` DeprecationWarning: setDefaultRoles is deprecated. Please use addPermission from AccessControl.Permission. ``` Files changed: A news/17.bugfix M plone/portlet/static/__init__.py Repository: plone.portlet.static Branch: refs/heads/master Date: 2020-08-24T12:30:48+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.portlet.static@0b06f03 Merge pull request #17 from plone/maurits/fix-startup-warnings Fixed startup warning for setDefaultRoles. Files changed: A news/17.bugfix M plone/portlet/static/__init__.py
mister-roboto
pushed a commit
that referenced
this pull request
May 5, 2021
Branch: refs/heads/master Date: 2021-05-05T08:50:18+02:00 Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.folder@0ebb042 Restore WebDAV support. (#17) Restore WebDAV support. fixes #16 Files changed: A news/16.bugfix M src/plone/folder/ordered.py M src/plone/folder/tests/test_webdav.py
mister-roboto
pushed a commit
that referenced
this pull request
May 5, 2021
Branch: refs/heads/master Date: 2021-05-05T08:50:18+02:00 Author: Franco Pellegrini (frapell) <frapell@gmail.com> Commit: plone/plone.folder@0ebb042 Restore WebDAV support. (#17) Restore WebDAV support. fixes #16 Files changed: A news/16.bugfix M src/plone/folder/ordered.py M src/plone/folder/tests/test_webdav.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 15, 2021
Branch: refs/heads/master Date: 2021-10-08T14:44:11+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.reload@ce9f103 Fix a deprecation warning Closes #16 Files changed: M CHANGES.rst M plone/reload/zcml.py Repository: plone.reload Branch: refs/heads/master Date: 2021-10-13T23:30:02+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.reload@04cbd0c Merge branch 'master' into 16-fixed Files changed: M CHANGES.rst M plone/reload/reload.pt Repository: plone.reload Branch: refs/heads/master Date: 2021-10-15T10:12:48+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.reload@9765a0c Merge pull request #17 from plone/16-fixed Fix a deprecation warning Files changed: M CHANGES.rst M plone/reload/zcml.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 15, 2021
Branch: refs/heads/master Date: 2021-10-08T14:44:11+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.reload@ce9f103 Fix a deprecation warning Closes #16 Files changed: M CHANGES.rst M plone/reload/zcml.py Repository: plone.reload Branch: refs/heads/master Date: 2021-10-13T23:30:02+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.reload@04cbd0c Merge branch 'master' into 16-fixed Files changed: M CHANGES.rst M plone/reload/reload.pt Repository: plone.reload Branch: refs/heads/master Date: 2021-10-15T10:12:48+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.reload@9765a0c Merge pull request #17 from plone/16-fixed Fix a deprecation warning Files changed: M CHANGES.rst M plone/reload/zcml.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 7, 2022
Branch: refs/heads/main Date: 2022-09-06T17:12:55+03:00 Author: MrTango (MrTango) <md@derico.de> Commit: plone/plone.base@d3c9fbf fix content_css control-panel description Files changed: A news/17.bugfix M src/plone/base/interfaces/controlpanel.py Repository: plone.base Branch: refs/heads/main Date: 2022-09-07T13:40:35+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.base@49075e9 Merge pull request #17 from plone/MrTango-fix-content_css-control-panel-description fix content_css control-panel description Files changed: A news/17.bugfix M src/plone/base/interfaces/controlpanel.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 21, 2023
Branch: refs/heads/master Date: 2023-03-18T00:32:02+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@51439c7 Configuring with plone/meta Files changed: A .editorconfig A .meta.toml A .pre-commit-config.yaml A news/b2d5d4a5.internal A tox.ini M pyproject.toml M setup.cfg Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-18T00:32:41+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@7f0b897 chore: pyupgrade Files changed: M plone/__init__.py M plone/app/__init__.py M plone/app/uuid/browser.py M plone/app/uuid/indexer.py M plone/app/uuid/testing.py M plone/app/uuid/tests.py M plone/app/uuid/utils.py M setup.py Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-18T00:32:59+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@59d80a8 chore: isort Files changed: M plone/app/uuid/tests.py M setup.py Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-18T00:33:47+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@abb3e8f chore: black Files changed: M plone/__init__.py M plone/app/__init__.py M plone/app/uuid/browser.py M plone/app/uuid/testing.py M plone/app/uuid/tests.py M plone/app/uuid/utils.py M setup.py Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-18T00:34:00+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@a478843 chore: zpretty Files changed: M plone/app/uuid/configure.zcml Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-18T00:34:38+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@302e29f feat: pyroma Files changed: M setup.py Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-18T00:35:56+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@2a0eb37 feat: flake8 Files changed: M plone/app/uuid/tests.py M plone/app/uuid/utils.py Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-18T00:38:00+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.uuid@e106c53 feat: declare dependencies Files changed: M setup.py Repository: plone.app.uuid Branch: refs/heads/master Date: 2023-03-21T14:59:24+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.uuid@cadf37e Merge pull request #17 from plone/config-with-default-template-22a75215 Config with default template Files changed: A .editorconfig A .meta.toml A .pre-commit-config.yaml A news/b2d5d4a5.internal A tox.ini M plone/__init__.py M plone/app/__init__.py M plone/app/uuid/browser.py M plone/app/uuid/configure.zcml M plone/app/uuid/indexer.py M plone/app/uuid/testing.py M plone/app/uuid/tests.py M plone/app/uuid/utils.py M pyproject.toml M setup.cfg M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 25, 2023
Branch: refs/heads/master Date: 2023-03-24T11:52:53+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.schema@eaeafd6 fixes #12, isort, black, pyupgrade, dependency cleanup Files changed: A news/12.bugfix A news/17.breaking A plone/schema/interfaces.py M README.rst M plone/__init__.py M plone/schema/__init__.py M plone/schema/browser/configure.zcml M plone/schema/browser/email.py M plone/schema/browser/jsonfield.py M plone/schema/browser/uri.py M plone/schema/configure.zcml M plone/schema/editor.py M plone/schema/email.py M plone/schema/handler.py M plone/schema/jsonfield.py M plone/schema/tests/test_doctests.py M setup.cfg M setup.py Repository: plone.schema Branch: refs/heads/master Date: 2023-03-25T15:35:59+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schema@5c63531 Merge pull request #17 from plone/housecleaning fixes #12, isort, black, pyupgrade, dependency cleanup Files changed: A news/12.bugfix A news/17.breaking A plone/schema/interfaces.py M README.rst M plone/__init__.py M plone/schema/__init__.py M plone/schema/browser/configure.zcml M plone/schema/browser/email.py M plone/schema/browser/jsonfield.py M plone/schema/browser/uri.py M plone/schema/configure.zcml M plone/schema/editor.py M plone/schema/email.py M plone/schema/handler.py M plone/schema/jsonfield.py M plone/schema/tests/test_doctests.py M setup.cfg M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
May 2, 2023
Branch: refs/heads/master Date: 2023-05-01T22:50:30Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.event@6460f11 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/collective/zpretty: 3.0.3 → 3.0.4](collective/zpretty@3.0.3...3.0.4) Files changed: M .pre-commit-config.yaml Repository: plone.event Branch: refs/heads/master Date: 2023-05-02T16:35:40+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.event@511ebe3 Merge pull request #17 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
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.