[Checkins] [zopefoundation/Zope] d8f459: Make unrestrictedTraverse more pedantic about the ...

Michael Howitz noreply at github.com
Sat Jan 18 11:14:35 CET 2020


  Branch: refs/heads/issue_692
  Home:   https://github.com/zopefoundation/Zope
  Commit: d8f459dd69efca1b9ff8c59bc8ccaebf1a871d5a
      https://github.com/zopefoundation/Zope/commit/d8f459dd69efca1b9ff8c59bc8ccaebf1a871d5a
  Author: Alessandro Pisa <alessandro.pisa at gmail.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/OFS/Traversable.py
    M src/OFS/tests/testTraverse.py

  Log Message:
  -----------
  Make unrestrictedTraverse more pedantic about the path (#722)

* Make unrestrictedTraverse more pedantic about the path

The method ``unrestrictedTraverse`` raises an error when
the argument ``path`` is not something it can work with

Closes #674

* - fix lint issue

* - restore original control flow


  Commit: 98783a0e39b7c076f882bb07f4505c46baaa0f07
      https://github.com/zopefoundation/Zope/commit/98783a0e39b7c076f882bb07f4505c46baaa0f07
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M src/OFS/dtml/access.dtml

  Log Message:
  -----------
  - up the role count for showing the short form


  Commit: dee43a91504c2451b01ec55c8090061bb42e5557
      https://github.com/zopefoundation/Zope/commit/dee43a91504c2451b01ec55c8090061bb42e5557
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M docs/zdgbook/AppendixA.rst
    M docs/zdgbook/Security.rst

  Log Message:
  -----------
  - update the Security chapter, see zopefoundation/Zope#252


  Commit: 69db4a128227426fc4976d0ea962d08e794d47f6
      https://github.com/zopefoundation/Zope/commit/69db4a128227426fc4976d0ea962d08e794d47f6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M docs/INSTALL.rst
    M setup.py

  Log Message:
  -----------
  Add missing Paste dependency. (#735)

* Add missing Paste dependency.

Otherwise Zope won't start up when installed with `pip` and the
`constraints.txt` file.

* - move Paste into an extra

* Some more coherence

with the previous example

* - the extra doesn't exist yet on 4.1.2, but will on 4.1.3 [ci skip]

* - note about changed install [ci skip]


  Commit: 08c9d6c5071e2333d18bdf8d5e5d9c18162bdfe5
      https://github.com/zopefoundation/Zope/commit/08c9d6c5071e2333d18bdf8d5e5d9c18162bdfe5
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M docs/maintenance.rst

  Log Message:
  -----------
  - add link to requires.io [ci skip]


  Commit: 5ce0702f80a768ff9d679bd1a4a851fef3736b35
      https://github.com/zopefoundation/Zope/commit/5ce0702f80a768ff9d679bd1a4a851fef3736b35
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M buildout.cfg
    M versions.cfg

  Log Message:
  -----------
  - ``make-docs`` will fail without ``tempstorage``


  Commit: 430d8afbedc5d831751b505b3e6bf5f894f0d57b
      https://github.com/zopefoundation/Zope/commit/430d8afbedc5d831751b505b3e6bf5f894f0d57b
  Author: drfho <dr.frank.hoffmann at web.de>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M src/zmi/styles/resources/zmi_base.css

  Log Message:
  -----------
  fixed border bug of select element (chromium) (#737)

* fixed border bug of select element (chromium)

* remove safari glow style


  Commit: 2ada72e24b0c386e70be3b05497b6ca6e3d66162
      https://github.com/zopefoundation/Zope/commit/2ada72e24b0c386e70be3b05497b6ca6e3d66162
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M constraints.txt
    M requirements-full.txt
    M versions-prod.cfg
    M versions.cfg

  Log Message:
  -----------
  - update all dependencies


  Commit: cc170019d0ed786a8c66dce4711a8c30a694a99c
      https://github.com/zopefoundation/Zope/commit/cc170019d0ed786a8c66dce4711a8c30a694a99c
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M docs/INSTALL.rst
    M docs/conf.py
    M docs/index.rst
    A docs/migrations/index.rst
    A docs/migrations/zope4/code.rst
    A docs/migrations/zope4/content.rst
    A docs/migrations/zope4/index.rst
    A docs/migrations/zope4/removed.rst
    A docs/migrations/zope4/zodb.rst
    A docs/news.rst
    M docs/operation.rst
    R docs/wsgi.rst
    R docs/zope4/index.rst
    R docs/zope4/migration/code.rst
    R docs/zope4/migration/content.rst
    R docs/zope4/migration/index.rst
    R docs/zope4/migration/removed.rst
    R docs/zope4/migration/zodb.rst
    R docs/zope4/news.rst
    M setup.py

  Log Message:
  -----------
  Updated Zope documentation sources for Zope 5 (#738)

* - Updated Zope documentation sources for Zope 5

* - a few style and table of contents fixes

* - move migrations section below configuration section


  Commit: 6a9d18d337c09a77d5c6b11423f9444fa573bc73
      https://github.com/zopefoundation/Zope/commit/6a9d18d337c09a77d5c6b11423f9444fa573bc73
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M constraints.txt
    M requirements-full.txt
    M versions-prod.cfg

  Log Message:
  -----------
  - add version pin for SecretStorage


  Commit: 9f297effde20d403ca6acea9c1371b0fc8351703
      https://github.com/zopefoundation/Zope/commit/9f297effde20d403ca6acea9c1371b0fc8351703
  Author: Mauro Amico <mauro.amico at gmail.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/Zope2/Startup/serve.py

  Log Message:
  -----------
  close opened db during shutdown (#740)

* close opened db during shutdown

* refs

* sort import


  Commit: 6fc016854419e6deb55e4e5980d7532a8addbaed
      https://github.com/zopefoundation/Zope/commit/6fc016854419e6deb55e4e5980d7532a8addbaed
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-12-01 (Sun, 01 Dec 2019)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M buildout.cfg
    M docs/maintenance.rst

  Log Message:
  -----------
  - forward-port documentation fixes from the 4.x branch


  Commit: 40e8e8ba3de439b8e62600384f8b394de5237348
      https://github.com/zopefoundation/Zope/commit/40e8e8ba3de439b8e62600384f8b394de5237348
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-12-01 (Sun, 01 Dec 2019)

  Changed paths:
    M docs/zdgbook/ObjectPublishing.rst
    M src/zmi/styles/README.rst

  Log Message:
  -----------
  - fix links that broke in the documentation reorganization [ci skip]


  Commit: 6a4bb9444b14d23d396aa0c4a4f8dce71f75521a
      https://github.com/zopefoundation/Zope/commit/6a4bb9444b14d23d396aa0c4a4f8dce71f75521a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M docs/INSTALL.rst

  Log Message:
  -----------
  - boldface for ``requirements-full.txt`` side effect [ci skip]


  Commit: 1961208d11b8bf07706f017b419e5e0960543285
      https://github.com/zopefoundation/Zope/commit/1961208d11b8bf07706f017b419e5e0960543285
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M docs/zopebook/SearchingZCatalog.rst

  Log Message:
  -----------
  Improve readability of the ZCatalog documentation (#741)

- improved formatting
- cleaned up code examples a bit
- fixed many typos
- deleted references to arcane Zope versions
- deleted references to both TextIndexNG3 and FieldedTextIndex


  Commit: e806747425efddfb90d427c13ee4241fab2b8a19
      https://github.com/zopefoundation/Zope/commit/e806747425efddfb90d427c13ee4241fab2b8a19
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M src/App/ProductContext.py

  Log Message:
  -----------
  Minor fixes (#745)

* Remove useless line

modified:   src/App/ProductContext.py

* Fix typo

modified:   src/App/ProductContext.py


  Commit: 2821ecb8f6cdb3517e976317707eda25eb0e0d2d
      https://github.com/zopefoundation/Zope/commit/2821ecb8f6cdb3517e976317707eda25eb0e0d2d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2019-12-21 (Sat, 21 Dec 2019)

  Changed paths:
    M constraints.txt
    M requirements-full.txt

  Log Message:
  -----------
  Bump waitress from 1.3.1 to 1.4.0 (#747)

Bumps [waitress](https://github.com/Pylons/waitress) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt)
- [Commits](https://github.com/Pylons/waitress/compare/v1.3.1...v1.4.0)

Signed-off-by: dependabot[bot] <support at github.com>


  Commit: 00e787fa150419f8b6617037bdd84dc773ff68b7
      https://github.com/zopefoundation/Zope/commit/00e787fa150419f8b6617037bdd84dc773ff68b7
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-12-21 (Sat, 21 Dec 2019)

  Changed paths:
    M versions-prod.cfg

  Log Message:
  -----------
  - finish waitress upgrade


  Commit: f586aa6f0fb3b4d48329d6d486c78e48e287f659
      https://github.com/zopefoundation/Zope/commit/f586aa6f0fb3b4d48329d6d486c78e48e287f659
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2019-12-27 (Fri, 27 Dec 2019)

  Changed paths:
    M constraints.txt
    M requirements-full.txt
    M versions-prod.cfg

  Log Message:
  -----------
  Bump waitress from 1.4.0 to 1.4.1 (#751)

* Bump waitress from 1.4.0 to 1.4.1

Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt)
- [Commits](https://github.com/Pylons/waitress/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot[bot] <support at github.com>

* Finish waitress update

modified:   versions-prod.cfg

Co-authored-by: Jürgen Gmach <juergen.gmach at googlemail.com>


  Commit: b41806767e4dc98d17142f5597a19500b3a84915
      https://github.com/zopefoundation/Zope/commit/b41806767e4dc98d17142f5597a19500b3a84915
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M constraints.txt
    M requirements-full.txt
    M versions-prod.cfg

  Log Message:
  -----------
  Bump waitress from 1.4.1 to 1.4.2 (#754)

* Bump waitress from 1.4.1 to 1.4.2

Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt)
- [Commits](https://github.com/Pylons/waitress/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot[bot] <support at github.com>

* - complete waitress version bump

Co-authored-by: Jens Vagelpohl <jens at netz.ooo>


  Commit: 5ee0a4d3639f92b209626133e89508b30a44ad79
      https://github.com/zopefoundation/Zope/commit/5ee0a4d3639f92b209626133e89508b30a44ad79
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-01-18 (Sat, 18 Jan 2020)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M buildout.cfg
    M constraints.txt
    M docs/INSTALL.rst
    M docs/conf.py
    M docs/index.rst
    M docs/maintenance.rst
    A docs/migrations/index.rst
    A docs/migrations/zope4/code.rst
    A docs/migrations/zope4/content.rst
    A docs/migrations/zope4/index.rst
    A docs/migrations/zope4/removed.rst
    A docs/migrations/zope4/zodb.rst
    A docs/news.rst
    M docs/operation.rst
    R docs/wsgi.rst
    M docs/zdgbook/AppendixA.rst
    M docs/zdgbook/ObjectPublishing.rst
    M docs/zdgbook/Security.rst
    R docs/zope4/index.rst
    R docs/zope4/migration/code.rst
    R docs/zope4/migration/content.rst
    R docs/zope4/migration/index.rst
    R docs/zope4/migration/removed.rst
    R docs/zope4/migration/zodb.rst
    R docs/zope4/news.rst
    M docs/zopebook/SearchingZCatalog.rst
    M requirements-full.txt
    M setup.py
    M src/App/ProductContext.py
    M src/OFS/Traversable.py
    M src/OFS/dtml/access.dtml
    M src/OFS/tests/testTraverse.py
    M src/Zope2/Startup/serve.py
    M src/zmi/styles/README.rst
    M src/zmi/styles/resources/zmi_base.css
    M versions-prod.cfg
    M versions.cfg

  Log Message:
  -----------
  Merge branch 'master' into issue_692


Compare: https://github.com/zopefoundation/Zope/compare/897d456b9437...5ee0a4d3639f


More information about the checkins mailing list