[Checkins] [zopefoundation/Zope] 4428ba: Fix handling of broken objects in ZMI

GitHub noreply at github.com
Wed Oct 3 18:26:34 CEST 2018


  Branch: refs/heads/fix-setBody-tuple
  Home:   https://github.com/zopefoundation/Zope
  Commit: 4428baf0cc22c86cfdceeaa5b61688a9cab1a52f
      https://github.com/zopefoundation/Zope/commit/4428baf0cc22c86cfdceeaa5b61688a9cab1a52f
  Author: Viktor Dick <viktor.dick at perfact.de>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  Fix handling of broken objects in ZMI


  Commit: 387bfede47ef062f4a2b5879fe2333b5581eb0ff
      https://github.com/zopefoundation/Zope/commit/387bfede47ef062f4a2b5879fe2333b5581eb0ff
  Author: Viktor Dick <viktor.dick at perfact.de>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M src/OFS/ObjectManager.py
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  Move sorting logic to ObjectManager, fix sorting by date and size


  Commit: bb4dbb48522ca43abf547e3741c6ee48adb89614
      https://github.com/zopefoundation/Zope/commit/bb4dbb48522ca43abf547e3741c6ee48adb89614
  Author: Viktor Dick <viktor.dick at perfact.de>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M src/OFS/ObjectManager.py
    A src/OFS/tests/testSorting.py

  Log Message:
  -----------
  Added test


  Commit: 2a49df412621048fff0cc82139ce449eed992f70
      https://github.com/zopefoundation/Zope/commit/2a49df412621048fff0cc82139ce449eed992f70
  Author: Viktor Dick <viktor.dick at perfact.de>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  Removed obsolete line from main.zpt


  Commit: e8a6091ae581aae4ef93c0d020519f827ed8cd60
      https://github.com/zopefoundation/Zope/commit/e8a6091ae581aae4ef93c0d020519f827ed8cd60
  Author: Viktor Dick <viktor.dick at perfact.de>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

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

  Log Message:
  -----------
  flake8 conformity


  Commit: 6fba72965d11aeef30c7fad719fe9dd7733620e1
      https://github.com/zopefoundation/Zope/commit/6fba72965d11aeef30c7fad719fe9dd7733620e1
  Author: viktordick <viktordick at users.noreply.github.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M src/OFS/ObjectManager.py
    A src/OFS/tests/testSorting.py
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  Merge pull request #336 from zopefoundation/zmi-fix-broken-objects

Fix handling of broken objects in ZMI


  Commit: 66e853e53accc9e4b4cbc8d16bcc2570924c48d6
      https://github.com/zopefoundation/Zope/commit/66e853e53accc9e4b4cbc8d16bcc2570924c48d6
  Author: Daniel Havlik <dh at gocept.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M .gitignore
    M README.rst
    A constraints.txt
    A docs/INSTALL-pipenv.txt
    M docs/INSTALL-virtualenv.rst
    M requirements-full.txt
    M util.py

  Log Message:
  -----------
  Support for installing zope via pipenv #272 (#334)

* Prepare and document pipenv support. Installation of ZServer with python2 now requires an additional step because we do not yet want to have the pipfile in version control.

* Add link to pipenv documentation in readme.

* Declare support for installation via pipenv as experimental


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

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Mark code as code.


  Commit: 47c71380812912b77639d32a7eb5fd7958a96c5a
      https://github.com/zopefoundation/Zope/commit/47c71380812912b77639d32a7eb5fd7958a96c5a
  Author: viktordick <viktordick at users.noreply.github.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M docs/operation.rst
    M src/Zope2/Startup/starter.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/wsgi.conf.in

  Log Message:
  -----------
  Use system locale if no locale is set in config (#338)

This commit also includes some documentation of possible config settings in the `wsgi.conf` that is generated by `mkwsgiinstance`.


  Commit: 7d23b437b305b79f9759d25a3f1f6787dfa7d5e3
      https://github.com/zopefoundation/Zope/commit/7d23b437b305b79f9759d25a3f1f6787dfa7d5e3
  Author: viktordick <viktordick at users.noreply.github.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/OFS/ObjectManager.py
    M src/OFS/tests/testSorting.py
    M src/OFS/zpt/main.zpt
    M src/zmi/styles/resources/zmi_base.css

  Log Message:
  -----------
  Restore support for ordered folders in ZMI (#344)


  Commit: c095e70c83cbecb2223b6c384f60efa6b369a26a
      https://github.com/zopefoundation/Zope/commit/c095e70c83cbecb2223b6c384f60efa6b369a26a
  Author: ale-rt <alessandro.pisa at gmail.com>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M README.rst
    A constraints.txt
    A docs/INSTALL-pipenv.txt
    M docs/INSTALL-virtualenv.rst
    M docs/operation.rst
    M requirements-full.txt
    M src/OFS/ObjectManager.py
    A src/OFS/tests/testSorting.py
    M src/OFS/zpt/main.zpt
    M src/Zope2/Startup/starter.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/wsgi.conf.in
    M src/zmi/styles/resources/zmi_base.css
    M util.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into fix-setBody-tuple


Compare: https://github.com/zopefoundation/Zope/compare/018902718cfc...c095e70c83cb
      **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