[Checkins] [zopefoundation/Zope] fb0377: - add missing change log entry [ci skip]

Jens Vagelpohl noreply at github.com
Sun Feb 17 17:36:09 CET 2019


  Branch: refs/heads/issue_482
  Home:   https://github.com/zopefoundation/Zope
  Commit: fb0377c6b0f8e9fe60e3ed10dc225008ed598f39
      https://github.com/zopefoundation/Zope/commit/fb0377c6b0f8e9fe60e3ed10dc225008ed598f39
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  - add missing change log entry [ci skip]


  Commit: 4301984cc6f6a401e951a9f07463e22867842e37
      https://github.com/zopefoundation/Zope/commit/4301984cc6f6a401e951a9f07463e22867842e37
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M src/OFS/Image.py
    M src/OFS/tests/testFileAndImage.py

  Log Message:
  -----------
  Fix error when not selecting a file for upload in Files and Images (#497)

* Fix error when not selecting a file for upload in Files and Images

* - under Python 2 that ValueError is not thrown. Sigh.


  Commit: 52b078b6f7cb599cc0504883c041010dcd4e939a
      https://github.com/zopefoundation/Zope/commit/52b078b6f7cb599cc0504883c041010dcd4e939a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M src/OFS/interfaces.py

  Log Message:
  -----------
  Fix ``OFS.interfaces`` attribute declarations to match reality (fixes #498)


  Commit: 33c01b6810c70085dd65b5193638b3a9add1496b
      https://github.com/zopefoundation/Zope/commit/33c01b6810c70085dd65b5193638b3a9add1496b
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M src/OFS/tests/testObjectManager.py

  Log Message:
  -----------
  - add a few more tests for bad IDs in ObjectManagers


  Commit: c9c23b5348218f62f25c5d4c70a0b11654708237
      https://github.com/zopefoundation/Zope/commit/c9c23b5348218f62f25c5d4c70a0b11654708237
  Author: Philip Bauer <bauer at starzel.de>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M src/ZPublisher/WSGIPublisher.py

  Log Message:
  -----------
  Only flag PubBeforeAbort and PubBeforeAbort as retry when the event will actually be retried. (#502)

See https://github.com/plone/buildout.coredev/pull/564


  Commit: 9c8dd7672cbef67573b3641178f12337c80de074
      https://github.com/zopefoundation/Zope/commit/9c8dd7672cbef67573b3641178f12337c80de074
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Make sure the WSGI Response object respects lock semantics (#504)


  Commit: 12eb6980bcc6419728b21fee16028b2c057fbd91
      https://github.com/zopefoundation/Zope/commit/12eb6980bcc6419728b21fee16028b2c057fbd91
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M src/Products/PageTemplates/engine.py
    A src/Products/PageTemplates/tests/macros.pt
    M src/Products/PageTemplates/tests/test_engine.py

  Log Message:
  -----------
  Fix subscript access on Page Template `macros` attribute (#503)

* Fix subscript access on Page Template ``macros`` attribute

* - adding a test that exercises the issue


  Commit: a82fb277bb3c18f756a3762989840ae0c1b29278
      https://github.com/zopefoundation/Zope/commit/a82fb277bb3c18f756a3762989840ae0c1b29278
  Author: Dieter Maurer <d-maurer at users.noreply.github.com>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M src/App/dtml/manage_navbar.dtml
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Zmi add fix #505 (single add item) and #506 ("addItemSelect" handling)  (#508)

* fix for #505: no special handling for single `filtered_meta_types` in `App.dtml.manage_navbar.dtml`
fix for #506: generate the `addItemSelect` form only for a context with unacquired `filtered_meta_types`

* Improve on fix for #506: ensure that `filtered_meta_type` is called with the "normal" acquisition wrapper - in case, that `filtered_meta_type` relies on implicit acquisition

* apply first part of `drfho`s change request (remove commented JS block)

* - removed unnecessary condition and fix misplaced tag opening/closing


  Commit: ea4600a6aa7edd865c804ca91b28510f6998e7a9
      https://github.com/zopefoundation/Zope/commit/ea4600a6aa7edd865c804ca91b28510f6998e7a9
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M .travis.yml
    R update_index.sh

  Log Message:
  -----------
  - remove non-working index updater (fixes #244)


  Commit: 3460dbd7cb84f12f4bbe72d8e4b8bdfdf91b9362
      https://github.com/zopefoundation/Zope/commit/3460dbd7cb84f12f4bbe72d8e4b8bdfdf91b9362
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M docs/maintenance.rst

  Log Message:
  -----------
  - the `gh_pages` process will remain manual [ci skip]


  Commit: 940cc4f3b455e4862c8e8e42690a994aae223820
      https://github.com/zopefoundation/Zope/commit/940cc4f3b455e4862c8e8e42690a994aae223820
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M docs/maintenance.rst
    M src/App/dtml/manage_navbar.dtml
    M src/OFS/Image.py
    M src/OFS/interfaces.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testObjectManager.py
    M src/Products/PageTemplates/engine.py
    A src/Products/PageTemplates/tests/macros.pt
    M src/Products/PageTemplates/tests/test_engine.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    M src/zmi/styles/resources/zmi_base.js
    R update_index.sh

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


Compare: https://github.com/zopefoundation/Zope/compare/508bf5a36757...940cc4f3b455


More information about the checkins mailing list