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

GitHub noreply at github.com
Sun Feb 5 14:03:22 CET 2017


  Branch: refs/heads/master
  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.


Compare: https://github.com/zopefoundation/Zope/compare/00129546b2bd...213e8abf611f


More information about the checkins mailing list