[Checkins] [zopefoundation/Zope] 4d49fa: Revert "Removed ZMI export/import feature."

GitHub noreply at github.com
Sat Feb 11 08:50:31 CET 2017


  Branch: refs/heads/plonezope4
  Home:   https://github.com/zopefoundation/Zope
  Commit: 4d49fa3c3c83bfdad908bf5bbf86b0898d5d9b21
      https://github.com/zopefoundation/Zope/commit/4d49fa3c3c83bfdad908bf5bbf86b0898d5d9b21
  Author: Philip Bauer <bauer at starzel.de>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/OFS/ObjectManager.py
    A src/OFS/XMLExportImport.py
    A src/OFS/dtml/importExport.dtml
    M src/OFS/dtml/main.dtml
    M src/OFS/interfaces.py
    A src/OFS/tests/test_XMLExportImport.py
    A src/Shared/DC/xml/__init__.py
    A src/Shared/DC/xml/ppml.py
    A src/Shared/DC/xml/xyap.py
    M src/Testing/ZopeTestCase/testZODBCompat.py

  Log Message:
  -----------
  Revert "Removed ZMI export/import feature."

This reverts commit d9ce0e27a2d7caf2230ddcb7323f086b8fa89f38.


  Commit: cdd506ee7c65f733d90f54c9870603bb46b816dd
      https://github.com/zopefoundation/Zope/commit/cdd506ee7c65f733d90f54c9870603bb46b816dd
  Author: Philip Bauer <bauer at starzel.de>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/OFS/ObjectManager.py
    R src/OFS/XMLExportImport.py
    M src/OFS/dtml/importExport.dtml
    M src/OFS/interfaces.py
    R src/OFS/tests/test_XMLExportImport.py
    R src/Shared/DC/xml/__init__.py
    R src/Shared/DC/xml/ppml.py
    R src/Shared/DC/xml/xyap.py

  Log Message:
  -----------
  Remove broken xml-export/import. Keep zexp-export/import.


  Commit: f56856f8cdc055d6473d84392f6e8cfbabdc1fc5
      https://github.com/zopefoundation/Zope/commit/f56856f8cdc055d6473d84392f6e8cfbabdc1fc5
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
    M src/OFS/ObjectManager.py

  Log Message:
  -----------
  Import/export: don't put html in manage_tabs_message.

This gets html quoted, so you see the plain html in the output.


  Commit: f5b5980e59107df1790c1f8d10e8d90b37f21bff
      https://github.com/zopefoundation/Zope/commit/f5b5980e59107df1790c1f8d10e8d90b37f21bff
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
    M src/OFS/ObjectManager.py

  Log Message:
  -----------
  Import/export: show the correct imported id.

Until now you would see '<built-in function id> successfully imported'.
I have been wondering about that for years...


  Commit: 213e8abf611fa440fcec98c17d5657840f28fec6
      https://github.com/zopefoundation/Zope/commit/213e8abf611fa440fcec98c17d5657840f28fec6
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M src/OFS/ObjectManager.py

  Log Message:
  -----------
  PEP8/ clean up export/import code.


  Commit: 8cf7a006763e1c7ab683c27e3a6f8dd64ba2e936
      https://github.com/zopefoundation/Zope/commit/8cf7a006763e1c7ab683c27e3a6f8dd64ba2e936
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M sources.cfg
    M src/ZPublisher/WSGIPublisher.py

  Log Message:
  -----------
  WSGIPublisher: normalize http exception classes


  Commit: 1a0268c9881018b59fef703af95a5cead2bb5f27
      https://github.com/zopefoundation/Zope/commit/1a0268c9881018b59fef703af95a5cead2bb5f27
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M requirements-full.txt
    M sources.cfg
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    M versions-prod.cfg

  Log Message:
  -----------
  Use zExceptions 3.5 release, add tests and fix the implementation.

The `raise exc` vs. `raise` change got lost from the last attempt.


  Commit: 694fa17856c8667ca7b4fc5943772f134b002568
      https://github.com/zopefoundation/Zope/commit/694fa17856c8667ca7b4fc5943772f134b002568
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M requirements-full.txt
    M src/Testing/ZopeTestCase/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    M versions-prod.cfg

  Log Message:
  -----------
  Treat redirect/unauthorized as exceptions in WSGIPublisher.

This removes the special handling of those two exceptions types.
Idea based on zopefoundation/Zope#92.


  Commit: 25461a701c1ad7cbb08f937dd47434844573dc41
      https://github.com/zopefoundation/Zope/commit/25461a701c1ad7cbb08f937dd47434844573dc41
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/Products/Five/component/makesite.txt
    M src/Testing/ZopeTestCase/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/testbrowser.py
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/httpexceptions.py

  Log Message:
  -----------
  Testbrowser and functional tests turn HTTPExceptions into responses.

This should more closely mirror the prior behavior, were
`handle_errors = False` was used to catch unexpected exceptions like
value or type errors, but still get normal responses when non 2xx
but expected HTTP responses were encountered.


  Commit: ca1be7cb33d7342466113568233bce9052187b8e
      https://github.com/zopefoundation/Zope/commit/ca1be7cb33d7342466113568233bce9052187b8e
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/ZPublisher/WSGIPublisher.py

  Log Message:
  -----------
  A couple fixes for WSGI publisher exception handling

* Avoid converting exception type if it's a subclass of the preferred HTTP exception
* Preserve the original traceback on Python 2


  Commit: a4966a41175d946cf07448ff415a6a7b95c563e3
      https://github.com/zopefoundation/Zope/commit/a4966a41175d946cf07448ff415a6a7b95c563e3
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M src/ZPublisher/WSGIPublisher.py

  Log Message:
  -----------
  Render exception views within the pubevents context manager


  Commit: 492c9f7c68069262960d59fbb0b04fb049a29816
      https://github.com/zopefoundation/Zope/commit/492c9f7c68069262960d59fbb0b04fb049a29816
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M requirements-full.txt
    M src/OFS/ObjectManager.py
    M src/Products/Five/component/makesite.txt
    M src/Testing/ZopeTestCase/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/testbrowser.py
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/httpexceptions.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    M versions-prod.cfg

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/wsgi-exceptionview-pubevents' into plonezope4


Compare: https://github.com/zopefoundation/Zope/compare/27ff94003d34...492c9f7c6806


More information about the checkins mailing list