[Checkins] [zopefoundation/Zope] dad721: Configure conversion strategies for zodbupdate to ...

GitHub noreply at github.com
Thu Oct 11 10:01:55 CEST 2018


  Branch: refs/heads/fix-287
  Home:   https://github.com/zopefoundation/Zope
  Commit: dad7214eaa48da05e1ee49f7f683b63b33d5a8e6
      https://github.com/zopefoundation/Zope/commit/dad7214eaa48da05e1ee49f7f683b63b33d5a8e6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M buildout.cfg
    M setup.py
    M src/OFS/__init__.py
    M versions.cfg

  Log Message:
  -----------
  Configure conversion strategies for zodbupdate to convert ZODB to Python 3.


  Commit: d7fcae1cb18aa3ba98c789c06368e1029280ff92
      https://github.com/zopefoundation/Zope/commit/d7fcae1cb18aa3ba98c789c06368e1029280ff92
  Author: Robert Buchholz <rbu at goodpoint.de>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M src/OFS/__init__.py

  Log Message:
  -----------
  Declare title as utf-8 for more OFS types


  Commit: 3219a7386b9b63adf03c3332ada938deded71cd4
      https://github.com/zopefoundation/Zope/commit/3219a7386b9b63adf03c3332ada938deded71cd4
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/INSTALL-virtualenv.rst

  Log Message:
  -----------
  Improve pip/virtualenv installation

Installing Zope on a fresh Ubuntu 18.04 brought up some issues, like
- missing virtualenv
- too old pip version
- missing Python development package

The documentation was updated in order to help novice users.

This closes #324


  Commit: e8f782eb6dac798f265da8bad3c67b077ed4e458
      https://github.com/zopefoundation/Zope/commit/e8f782eb6dac798f265da8bad3c67b077ed4e458
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/INSTALL-buildout.rst

  Log Message:
  -----------
  Simplify buildout configuration

There is no need to have more than one part.


  Commit: 5a4ba3ba6a19227f8812f0eb7672e569cdcf3339
      https://github.com/zopefoundation/Zope/commit/5a4ba3ba6a19227f8812f0eb7672e569cdcf3339
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Reflect moving of permissions

As the dtml permissions were moved out of the AccessControl package,
the documentation has to be updated, too.


  Commit: d2a65cfe6f28bd535d905436f682a048be3b2b51
      https://github.com/zopefoundation/Zope/commit/d2a65cfe6f28bd535d905436f682a048be3b2b51
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Remove dropped permission

As the "View History" permission was removed, also the documentation
has to be updated.


  Commit: 4f8c807bba35a2db82b48178c026ae6e215cfc0d
      https://github.com/zopefoundation/Zope/commit/4f8c807bba35a2db82b48178c026ae6e215cfc0d
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Update available core permissions

I compared the permissions in the documentation with the permissions in
the AccessControl package and removed the ones, no longer available.


  Commit: b8eb155edc521013e247f41df7b18010e16e4e37
      https://github.com/zopefoundation/Zope/commit/b8eb155edc521013e247f41df7b18010e16e4e37
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    A appveyor.yml
    M buildout.cfg
    A constraints.txt
    A docs/INSTALL-pipenv.txt
    M docs/INSTALL-virtualenv.rst
    M docs/ZMI.rst
    M docs/operation.rst
    M docs/zdgbook/Acquisition.rst
    M docs/zdgbook/AppendixA.rst
    M docs/zdgbook/ComponentsAndInterfaces.rst
    M docs/zdgbook/GettingStarted.rst
    M docs/zdgbook/Introduction.rst
    M docs/zdgbook/ObjectPublishing.rst
    M docs/zdgbook/Products.rst
    M docs/zdgbook/Security.rst
    M docs/zdgbook/TestingAndDebugging.rst
    M docs/zdgbook/ZODBPersistentComponents.rst
    A docs/zdgbook/includes/zope2_notice.rst
    M requirements-full.txt
    M setup.py
    M src/App/dtml/manage_navbar.dtml
    M src/App/dtml/menu.dtml
    M src/App/tests/test_ApplicationManager.py
    M src/OFS/DTMLDocument.py
    R src/OFS/History.py
    M src/OFS/ObjectManager.py
    A src/OFS/tests/testSorting.py
    M src/OFS/zpt/main.zpt
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/starter.py
    M src/Zope2/Startup/tests/test_schema.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/wsgi.conf.in
    A src/Zope2/utilities/tests/__init__.py
    A src/Zope2/utilities/tests/test_zconsole.py
    A src/Zope2/utilities/zconsole.py
    M src/zmi/styles/resources/zmi_base.css
    M src/zmi/styles/resources/zmi_base.js
    M tox.ini
    M util.py

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


  Commit: 2e9ff0b19869441e931b6932eb6d472df7b05859
      https://github.com/zopefoundation/Zope/commit/2e9ff0b19869441e931b6932eb6d472df7b05859
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Removed Zope 2 notice

modified:   docs/zdgbook/AppendixA.rst


  Commit: 7752fe298dd13b4e9cdcff646c43d8fd6c6c90cc
      https://github.com/zopefoundation/Zope/commit/7752fe298dd13b4e9cdcff646c43d8fd6c6c90cc
  Author: David Glick <dglick at salesforce.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

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

  Log Message:
  -----------
  Fix HTTPResponse.setBody when the publisher returns a tuple (#340)

* Fix HTTPResponse.setBody when the publisher returns a tuple


  Commit: 9898b75dc08443f8acc2ddd8c714417efdb9f295
      https://github.com/zopefoundation/Zope/commit/9898b75dc08443f8acc2ddd8c714417efdb9f295
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M docs/zdgbook/GettingStarted.rst

  Log Message:
  -----------
  Update GettingStarted for Zope 4 (#352)


  Commit: 854a7c5628e6e02dea2d1dfa688aecbb40b5dfd6
      https://github.com/zopefoundation/Zope/commit/854a7c5628e6e02dea2d1dfa688aecbb40b5dfd6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Reference documentation.
[skip ci]


  Commit: 51253e0971dc613b7a6fa5bc5004f9df769589fb
      https://github.com/zopefoundation/Zope/commit/51253e0971dc613b7a6fa5bc5004f9df769589fb
  Author: Thomas Schorr <t_schorr at gmx.de>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M src/App/tests/testImageFile.py
    M src/ZPublisher/tests/test_xmlrpc.py

  Log Message:
  -----------
  Fix deprecation and resource warnings (#362)

fix deprecation and resource warning


  Commit: b2c700bdad6770afe73355475430a660d55d6ad1
      https://github.com/zopefoundation/Zope/commit/b2c700bdad6770afe73355475430a660d55d6ad1
  Author: David Glick <dglick at salesforce.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/Products/Five/component/browser.py

  Log Message:
  -----------
  Fix test layer isolation issue (#361)

* Fix test layer isolation issue


  Commit: a28e26fb6951934ed0c9d5344573accdac6c4214
      https://github.com/zopefoundation/Zope/commit/a28e26fb6951934ed0c9d5344573accdac6c4214
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M docs/INSTALL-virtualenv.rst

  Log Message:
  -----------
  Merge pull request #353 from zopefoundation/improve_virtualenv_documentation_

Improve pip/virtualenv installation


  Commit: dc659e7c60d310139a6ff7cac7a3122d0052cd1d
      https://github.com/zopefoundation/Zope/commit/dc659e7c60d310139a6ff7cac7a3122d0052cd1d
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M docs/INSTALL-buildout.rst

  Log Message:
  -----------
  Merge pull request #355 from zopefoundation/simplify-buildout-installation-document

Simplify buildout configuration


  Commit: 748b1648d8f0ac45d44bd08c28ed310329982494
      https://github.com/zopefoundation/Zope/commit/748b1648d8f0ac45d44bd08c28ed310329982494
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Merge pull request #358 from zopefoundation/PermissionsDocument

Update Appendix A - Permissions Documentation


  Commit: 1fd1bd9cf808d164a03372503c597a62a58a5295
      https://github.com/zopefoundation/Zope/commit/1fd1bd9cf808d164a03372503c597a62a58a5295
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  Use the necessary zodbupdate version.


  Commit: 6806c482ce1ab87e8828a423ae4bb37616b84c9a
      https://github.com/zopefoundation/Zope/commit/6806c482ce1ab87e8828a423ae4bb37616b84c9a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    A zope-ecosystem.cfg

  Log Message:
  -----------
  Add a configuration to run zope including some optional Products. (#335)


  Commit: 478319637795508082823eeabe907e34322b1fe2
      https://github.com/zopefoundation/Zope/commit/478319637795508082823eeabe907e34322b1fe2
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    R .coveragerc
    A .editorconfig
    M .gitignore
    M setup.cfg
    M setup.py
    M src/OFS/Application.py
    M src/OFS/Cache.py
    M src/OFS/CopySupport.py
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Document.py
    M src/OFS/EtagSupport.py
    M src/OFS/FindSupport.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/LockItem.py
    M src/OFS/Lockable.py
    M src/OFS/Moniker.py
    M src/OFS/ObjectManager.py
    M src/OFS/OrderSupport.py
    M src/OFS/OrderedFolder.py
    M src/OFS/PropertyManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/Uninstalled.py
    M src/OFS/absoluteurl.py
    M src/OFS/bbb.py
    M src/OFS/event.py
    M src/OFS/interfaces.py
    M src/OFS/metaconfigure.py
    M src/OFS/metadirectives.py
    M src/OFS/misc_.py
    M src/OFS/owner.py
    M src/OFS/role.py
    M src/OFS/subscribers.py
    M src/OFS/tests/applicationproduct/__init__.py
    M src/OFS/tests/testAcquisition.py
    M src/OFS/tests/testAppInitializer.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCache.py
    M src/OFS/tests/testChownRecursive.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFindSupport.py
    M src/OFS/tests/testLockable.py
    M src/OFS/tests/testObjectManager.py
    M src/OFS/tests/testOrderSupport.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testSorting.py
    M src/OFS/tests/testTraverse.py
    M src/OFS/tests/test_Uninstalled.py
    M src/OFS/tests/test_event.py
    M src/OFS/tests/test_metaconfigure.py
    M src/OFS/tests/test_registerclass.py
    M src/OFS/tests/test_registerpackage.py
    M src/OFS/tests/test_subscribers.py
    M src/OFS/tests/test_userfolder.py
    M src/OFS/userfolder.py
    M src/OFS/zpt/main.zpt
    M src/Testing/ZopeTestCase/__init__.py
    M tox.ini

  Log Message:
  -----------
  Enforce conventions (First in OFS) (#354)

* first step to enforce conventions

* add editorconfig

* for now ignore isort errors

* linting main.zpt

* fix decorator declaration


  Commit: fa96f844e83a892e6ac1e82337ef6d52af830407
      https://github.com/zopefoundation/Zope/commit/fa96f844e83a892e6ac1e82337ef6d52af830407
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M zope-ecosystem.cfg

  Log Message:
  -----------
  Add documentation


  Commit: b3e7c5aca4a66d0aa4b8151e6f89170bd75fee6c
      https://github.com/zopefoundation/Zope/commit/b3e7c5aca4a66d0aa4b8151e6f89170bd75fee6c
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M CHANGES.rst
    R bootstrap.py
    M docs/INSTALL-buildout.rst
    M versions.cfg

  Log Message:
  -----------
  Remove bootstrap.py (#364)

It leads to update loops when running `bin/buildout -n` for the first time.
When omitting `-n` the setuptools version might be too old.


  Commit: 0e7915a8b687ee9b04cfdecda71eb2f78fbc076b
      https://github.com/zopefoundation/Zope/commit/0e7915a8b687ee9b04cfdecda71eb2f78fbc076b
  Author: Robert Buchholz <rbu at goodpoint.de>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    A docs/ZODB-migration.rst
    M docs/index.rst

  Log Message:
  -----------
  Add documentation describing a ZODB migration


  Commit: 8e0bfaf2fb3e65b2ea530c63208e5e74095d92b3
      https://github.com/zopefoundation/Zope/commit/8e0bfaf2fb3e65b2ea530c63208e5e74095d92b3
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Python 3.7 is no longer allowed to fail.

As it is now officially supported.


  Commit: d0c992ec7449e5efd1cd3d3e0b4ab34dc0ef4698
      https://github.com/zopefoundation/Zope/commit/d0c992ec7449e5efd1cd3d3e0b4ab34dc0ef4698
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Mention 3.7 support.

Fixes #322.


  Commit: a91023304913a84d15060b4eefb1dda01b0b371c
      https://github.com/zopefoundation/Zope/commit/a91023304913a84d15060b4eefb1dda01b0b371c
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    M buildout.cfg
    A docs/ZODB-migration.rst
    M docs/index.rst
    M setup.py
    M src/OFS/__init__.py
    M versions.cfg

  Log Message:
  -----------
  Merge pull request #285 from zopefoundation/zodbupdate

Convert ZODB via zodbupdate to Python 3

currently WIP


  Commit: 59a71e5c051f9326cb1501bc5dbe6ae53bc6f10b
      https://github.com/zopefoundation/Zope/commit/59a71e5c051f9326cb1501bc5dbe6ae53bc6f10b
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    M docs/zdgbook/ComponentsAndInterfaces.rst

  Log Message:
  -----------
  Update Interface/Component documentation for Python 3 (#359)


  Commit: ff8be94b83e3b11e645c772ada667981ea1b1deb
      https://github.com/zopefoundation/Zope/commit/ff8be94b83e3b11e645c772ada667981ea1b1deb
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-11 (Thu, 11 Oct 2018)

  Changed paths:
    R .coveragerc
    A .editorconfig
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    R bootstrap.py
    M buildout.cfg
    M docs/INSTALL-buildout.rst
    M docs/INSTALL-virtualenv.rst
    A docs/ZODB-migration.rst
    M docs/index.rst
    M docs/zdgbook/AppendixA.rst
    M docs/zdgbook/ComponentsAndInterfaces.rst
    M docs/zdgbook/GettingStarted.rst
    M setup.cfg
    M setup.py
    M src/App/tests/testImageFile.py
    M src/OFS/Application.py
    M src/OFS/Cache.py
    M src/OFS/CopySupport.py
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Document.py
    M src/OFS/EtagSupport.py
    M src/OFS/FindSupport.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/LockItem.py
    M src/OFS/Lockable.py
    M src/OFS/Moniker.py
    M src/OFS/ObjectManager.py
    M src/OFS/OrderSupport.py
    M src/OFS/OrderedFolder.py
    M src/OFS/PropertyManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/Uninstalled.py
    M src/OFS/__init__.py
    M src/OFS/absoluteurl.py
    M src/OFS/bbb.py
    M src/OFS/event.py
    M src/OFS/interfaces.py
    M src/OFS/metaconfigure.py
    M src/OFS/metadirectives.py
    M src/OFS/misc_.py
    M src/OFS/owner.py
    M src/OFS/role.py
    M src/OFS/subscribers.py
    M src/OFS/tests/applicationproduct/__init__.py
    M src/OFS/tests/testAcquisition.py
    M src/OFS/tests/testAppInitializer.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCache.py
    M src/OFS/tests/testChownRecursive.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFindSupport.py
    M src/OFS/tests/testLockable.py
    M src/OFS/tests/testObjectManager.py
    M src/OFS/tests/testOrderSupport.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testSorting.py
    M src/OFS/tests/testTraverse.py
    M src/OFS/tests/test_Uninstalled.py
    M src/OFS/tests/test_event.py
    M src/OFS/tests/test_metaconfigure.py
    M src/OFS/tests/test_registerclass.py
    M src/OFS/tests/test_registerpackage.py
    M src/OFS/tests/test_subscribers.py
    M src/OFS/tests/test_userfolder.py
    M src/OFS/userfolder.py
    M src/OFS/zpt/main.zpt
    M src/Products/Five/component/browser.py
    M src/Testing/ZopeTestCase/__init__.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPResponse.py
    M src/ZPublisher/tests/test_xmlrpc.py
    M tox.ini
    M versions.cfg
    A zope-ecosystem.cfg

  Log Message:
  -----------
  Merge branch 'master' into fix-287


Compare: https://github.com/zopefoundation/Zope/compare/bbc9a809e32f...ff8be94b83e3
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list