[Checkins] [zopefoundation/Zope] 3230ed: Add warning box about know issue with records (#604)

Steffen Allner noreply at github.com
Fri May 10 11:49:14 CEST 2019


  Branch: refs/heads/re-345-appveyor
  Home:   https://github.com/zopefoundation/Zope
  Commit: 3230ed54d4848b1337305b664193a802fe5f0c35
      https://github.com/zopefoundation/Zope/commit/3230ed54d4848b1337305b664193a802fe5f0c35
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M docs/zdgbook/ObjectPublishing.rst

  Log Message:
  -----------
  Add warning box about know issue with records (#604)

When using a checkbox as the first form field, the object publisher
may not be able to match checked checkboxes with the correct record.

As this behaviour cannot be fixed, a warning box in the documentation
was added.

closes #568

modified:   docs/zdgbook/ObjectPublishing.rst


  Commit: df8ecc874733059593b81b9cf7f353b0ee98f4f7
      https://github.com/zopefoundation/Zope/commit/df8ecc874733059593b81b9cf7f353b0ee98f4f7
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M src/ZPublisher/xmlrpc.py

  Log Message:
  -----------
  Fix typos. (#606)


  Commit: bab9ccadf42c4b7d4ba42cc07b778d958c287b7c
      https://github.com/zopefoundation/Zope/commit/bab9ccadf42c4b7d4ba42cc07b778d958c287b7c
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M CHANGES.rst
    M src/App/dtml/manage_page_footer.dtml
    M src/OFS/ObjectManager.py
    M src/OFS/tests/testObjectManager.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/zope.conf.in

  Log Message:
  -----------
  - Add a configuration flag to show bookmarkable URLs in the ZMI (#590)

* - Add a configuration flag to show bookmarkable URLs in the ZMI

* - change the default to "on"


  Commit: b3ec627f8958e94ec8209944696b396e5880aeae
      https://github.com/zopefoundation/Zope/commit/b3ec627f8958e94ec8209944696b396e5880aeae
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

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

  Log Message:
  -----------
  Update to latest releases of dependencies. (#607)


  Commit: 654dcd8eb9ec9d372cf8cc9148b0911c26626b29
      https://github.com/zopefoundation/Zope/commit/654dcd8eb9ec9d372cf8cc9148b0911c26626b29
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M docs/wsgi.rst

  Log Message:
  -----------
  - add a section about WSGI server selection and criteria


  Commit: 46f25566fb9f71596e7694b3deddd9719bcc7f16
      https://github.com/zopefoundation/Zope/commit/46f25566fb9f71596e7694b3deddd9719bcc7f16
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M CHANGES.rst
    M src/Zope2/utilities/skel/etc/zope.ini.in

  Log Message:
  -----------
  - no waitress.queue messages to the console anymore, just the event log


  Commit: 0f0bc781856d74a1f8bae2207a05dc478868cd76
      https://github.com/zopefoundation/Zope/commit/0f0bc781856d74a1f8bae2207a05dc478868cd76
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M docs/zdgbook/ObjectPublishing.rst

  Log Message:
  -----------
  Revise section "Exceptions and Transactions" (#609)

- mention "max_conflict_retries"
- do no longer mention "zpublisher_exception_hook"
- remove paragraph about how to return a custom error view, as this
is covered already in the previous section "Exceptions"

modified:   docs/zdgbook/ObjectPublishing.rst


  Commit: d4d8488af991f4e1c839c29cde157c8dca791cd2
      https://github.com/zopefoundation/Zope/commit/d4d8488af991f4e1c839c29cde157c8dca791cd2
  Author: Jens <jh at perfact.de>
  Date:   2019-05-10 (Fri, 10 May 2019)

  Changed paths:
    M CHANGES.rst
    M src/OFS/FindSupport.py
    M src/OFS/tests/testFindSupport.py

  Log Message:
  -----------
  Issue 594: Prevent FindSupport.ZopeFind from throwing UnicodeDecodeErrors (#605)

* prevent UnicodeDecodeErrors in ZopeFind

* Add test for searching in undecodable data


  Commit: 72924c4fae2edab1645a79fafd0d028d8699f593
      https://github.com/zopefoundation/Zope/commit/72924c4fae2edab1645a79fafd0d028d8699f593
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

  Changed paths:
    M docs/zdgbook/ObjectPublishing.rst

  Log Message:
  -----------
  Use the actual name of the class.

[skip ci]


  Commit: 8c44286cc01c9abdd1511da4971f9ea0ebb4b4cb
      https://github.com/zopefoundation/Zope/commit/8c44286cc01c9abdd1511da4971f9ea0ebb4b4cb
  Author: Steffen Allner <sa at gocept.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

  Changed paths:
    M CHANGES.rst
    M constraints.txt
    M docs/wsgi.rst
    M docs/zdgbook/ObjectPublishing.rst
    M requirements-full.txt
    M src/App/dtml/manage_page_footer.dtml
    M src/OFS/FindSupport.py
    M src/OFS/ObjectManager.py
    M src/OFS/tests/testFindSupport.py
    M src/OFS/tests/testObjectManager.py
    M src/ZPublisher/xmlrpc.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/zope.conf.in
    M src/Zope2/utilities/skel/etc/zope.ini.in
    M versions-prod.cfg
    M versions.cfg

  Log Message:
  -----------
  Merge branch 'master' into re-345-appveyor


Compare: https://github.com/zopefoundation/Zope/compare/1c9c61178a68...8c44286cc01c


More information about the checkins mailing list