[Checkins] [zopefoundation/zope.app.publication] afe68d: improve the publication factory lookup by falling ...

GitHub noreply at github.com
Mon Mar 24 12:02:32 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.publication
  Commit: afe68dce34e179daf75b0d476bb056ad5f5e78a5
      https://github.com/zopefoundation/zope.app.publication/commit/afe68dce34e179daf75b0d476bb056ad5f5e78a5
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M src/zope/app/publication/requestpublicationregistry.py
    M src/zope/app/publication/tests/test_requestpublicationregistry.py
    M tox.ini

  Log Message:
  -----------
  improve the publication factory lookup by falling back to a more generic registration if the specific factory chooses not to handle the request after all


  Commit: 59ec8d6344d7ad58b9f5599088eadb68df4c2e28
      https://github.com/zopefoundation/zope.app.publication/commit/59ec8d6344d7ad58b9f5599088eadb68df4c2e28
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M src/zope/app/publication/interfaces.py

  Log Message:
  -----------
  improve interface description


  Commit: 578de0c1faaa712a2a752e3286f006b71bfb3136
      https://github.com/zopefoundation/zope.app.publication/commit/578de0c1faaa712a2a752e3286f006b71bfb3136
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  removing errorneously added webtest "dependency"


  Commit: 5b9ebefd311cdeb35493f5dbed0550e486f7be21
      https://github.com/zopefoundation/zope.app.publication/commit/5b9ebefd311cdeb35493f5dbed0550e486f7be21
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  update changelog


  Commit: e57f20dab198e4d00c259004a15e734e2708f4e7
      https://github.com/zopefoundation/zope.app.publication/commit/e57f20dab198e4d00c259004a15e734e2708f4e7
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  fix version pin


  Commit: 71796a1c816a188ccdc50a4af798f0f3cde13e32
      https://github.com/zopefoundation/zope.app.publication/commit/71796a1c816a188ccdc50a4af798f0f3cde13e32
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  fix version pin


  Commit: 8848d00f8e718ef9a1482718e69575a8d0e85870
      https://github.com/zopefoundation/zope.app.publication/commit/8848d00f8e718ef9a1482718e69575a8d0e85870
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M src/zope/app/publication/tests/test_requestpublicationregistry.py

  Log Message:
  -----------
  old-style self.assertRaises


  Commit: 510c2428284efbd238b6095c0491aa04b7beb81c
      https://github.com/zopefoundation/zope.app.publication/commit/510c2428284efbd238b6095c0491aa04b7beb81c
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M CHANGES.txt
    M src/zope/app/publication/interfaces.py
    M src/zope/app/publication/requestpublicationregistry.py
    M src/zope/app/publication/tests/test_requestpublicationregistry.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #1 from minddistrict/master

Improve the publication factory lookup by falling back to a more generic
registration if the specific factory chooses not to handle the request
after all.

Also, fail clearly by raising an configuration error always if no
handling factory can be (instead of returning None in that case, which
is not handled properly in the callee).


Compare: https://github.com/zopefoundation/zope.app.publication/compare/34c8e6f518a1...510c2428284e


More information about the checkins mailing list