Skip to content

Commit

Permalink
[fc] Repository: plone.app.blob
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2017-02-03T12:02:09+01:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.blob@37a6625

Make doctests work with new zope.testbrowser based on Webtest

Files changed:
M CHANGES.rst
M src/plone/app/blob/tests/replacement-types.txt
Repository: plone.app.blob
Branch: refs/heads/master
Date: 2017-02-03T12:19:02+01:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.blob@2e127f9

fix second doctest

Files changed:
M src/plone/app/blob/README.txt
Repository: plone.app.blob
Branch: refs/heads/master
Date: 2017-02-04T12:26:09+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.blob@77c27d2

Merge pull request #34 from plone/plonezope4

Make doctests work with new zope.testbrowser based on Webtest

Files changed:
M CHANGES.rst
M src/plone/app/blob/README.txt
M src/plone/app/blob/tests/replacement-types.txt
  • Loading branch information
jensens committed Feb 4, 2017
1 parent a4a419e commit 9220951
Showing 1 changed file with 25 additions and 127 deletions.
152 changes: 25 additions & 127 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,152 +1,50 @@
Repository: plone.api
Repository: plone.app.blob


Branch: refs/heads/master
Date: 2017-01-31T14:02:55Z
Author: Adam Forsythe-Cheasley (adamcheasley) <adamcheasley@users.noreply.github.com>
Commit: https://github.com/plone/plone.api/commit/09f6ea4bf4bf42001e2b497d9b7b6f6be20777d1
Date: 2017-02-03T12:02:09+01:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: https://github.com/plone/plone.app.blob/commit/37a6625793fc299eb8940e4121e1c73aee5d0145

stop jenkins complaining about "bad quotes"
Make doctests work with new zope.testbrowser based on Webtest

Files changed:
M src/plone/api/portal.py

diff --git a/src/plone/api/portal.py b/src/plone/api/portal.py
index 659850a..dec94a8 100644
--- a/src/plone/api/portal.py
+++ b/src/plone/api/portal.py
@@ -285,8 +285,8 @@ def get_registry_record(name=None, interface=None, default=MISSING):

if interface is not None and not IInterface.providedBy(interface):
raise InvalidParameterError(
- u"The interface parameter has to derive from "
- u"zope.interface.Interface"
+ u'The interface parameter has to derive from '
+ u'zope.interface.Interface'
)

registry = getUtility(IRegistry)
@@ -327,7 +327,7 @@ def get_registry_record(name=None, interface=None, default=MISSING):
records = [key for key in registry.records.keys() if name in key]
if records:
msg = (
- "{0}\n"
+ '{0}\n'
'Did you mean?:\n'
'{1}'.format(msg, '\n'.join(records))
)


Repository: plone.api
M CHANGES.rst
M src/plone/app/blob/tests/replacement-types.txt

Content containing PDF or PS header bytes cannot be rendered from this domain for security reasons.

Branch: refs/heads/master
Date: 2017-01-31T16:14:50Z
Author: Adam Forsythe-Cheasley (adamcheasley) <adamcheasley@users.noreply.github.com>
Commit: https://github.com/plone/plone.api/commit/75f0f7f2c58732c93be4dd35329dacf5f4cd7b10

Update CHANGES.rst

Files changed:
M docs/CHANGES.rst

diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index be0fbad..2cdc9cc 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -19,6 +19,9 @@ Bug fixes:

- Fix imports from Globals that was removed in Zope4
[pbauer]
+
+- Fix "bad" quotes.
+ [adamcheasley]


1.5.1 (2016-12-06)


Repository: plone.api
Repository: plone.app.blob


Branch: refs/heads/master
Date: 2017-02-03T16:51:47Z
Author: Adam Forsythe-Cheasley (adamcheasley) <adamcheasley@users.noreply.github.com>
Commit: https://github.com/plone/plone.api/commit/cb9fadd8069c67e5d8ea3f67498a10f0ffcc7352
Date: 2017-02-03T12:19:02+01:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: https://github.com/plone/plone.app.blob/commit/2e127f992747ceccb674038ba18990ce391e07c9

Update CHANGES.rst
fix second doctest

Files changed:
M docs/CHANGES.rst

diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 2cdc9cc..f5315c0 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -20,7 +20,7 @@ Bug fixes:
- Fix imports from Globals that was removed in Zope4
[pbauer]

-- Fix "bad" quotes.
+- Fix 'bad' quotes.
[adamcheasley]


M src/plone/app/blob/README.txt

Content containing PDF or PS header bytes cannot be rendered from this domain for security reasons.

Repository: plone.api
Repository: plone.app.blob


Branch: refs/heads/master
Date: 2017-02-03T22:03:34+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: https://github.com/plone/plone.api/commit/4ca668a556d55147e8404c85b4c0e74f78896e2d
Date: 2017-02-04T12:26:09+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: https://github.com/plone/plone.app.blob/commit/77c27d2f26cced76bdd62ee76971fcbc5b551fdf

Merge pull request #347 from plone/fix-quotes
Merge pull request #34 from plone/plonezope4

stop jenkins complaining about "bad quotes"
Make doctests work with new zope.testbrowser based on Webtest

Files changed:
M docs/CHANGES.rst
M src/plone/api/portal.py

diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index f5814b9..b916ce2 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -19,6 +19,9 @@ Bug fixes:

- Fix imports from Globals that was removed in Zope4
[pbauer]
+
+- Fix 'bad' quotes.
+ [adamcheasley]

- Fix error in tests that try to add built-in roles, which no longer fails
silently in Zope4.
diff --git a/src/plone/api/portal.py b/src/plone/api/portal.py
index 659850a..dec94a8 100644
--- a/src/plone/api/portal.py
+++ b/src/plone/api/portal.py
@@ -285,8 +285,8 @@ def get_registry_record(name=None, interface=None, default=MISSING):

if interface is not None and not IInterface.providedBy(interface):
raise InvalidParameterError(
- u"The interface parameter has to derive from "
- u"zope.interface.Interface"
+ u'The interface parameter has to derive from '
+ u'zope.interface.Interface'
)

registry = getUtility(IRegistry)
@@ -327,7 +327,7 @@ def get_registry_record(name=None, interface=None, default=MISSING):
records = [key for key in registry.records.keys() if name in key]
if records:
msg = (
- "{0}\n"
+ '{0}\n'
'Did you mean?:\n'
'{1}'.format(msg, '\n'.join(records))
)
M CHANGES.rst
M src/plone/app/blob/README.txt
M src/plone/app/blob/tests/replacement-types.txt

Content containing PDF or PS header bytes cannot be rendered from this domain for security reasons.

0 comments on commit 9220951

Please sign in to comment.