[Checkins] [zopefoundation/Zope] 7a5872: Fix XML Page template files in Python 3

GitHub noreply at github.com
Tue Oct 2 10:16:17 CEST 2018


  Branch: refs/heads/re-240-fix-manage-file
  Home:   https://github.com/zopefoundation/Zope
  Commit: 7a58724055f2934830d99d54df2f67278832b501
      https://github.com/zopefoundation/Zope/commit/7a58724055f2934830d99d54df2f67278832b501
  Author: ale-rt <alessandro.pisa at gmail.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M src/Products/PageTemplates/PageTemplateFile.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/tests/test_ptfile.py
    A src/Products/PageTemplates/tests/utf8.xml

  Log Message:
  -----------
  Fix XML Page template files in Python 3


  Commit: 23d5e1478d670ed2ab0802f1be9096e9768451ba
      https://github.com/zopefoundation/Zope/commit/23d5e1478d670ed2ab0802f1be9096e9768451ba
  Author: Philip Bauer <bauer at starzel.de>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M src/App/dtml/manage_tabs.dtml

  Log Message:
  -----------
  fix breadcrumbs if there is no title


  Commit: ec3614b8f203c7093dcc7da1487ceef06e516568
      https://github.com/zopefoundation/Zope/commit/ec3614b8f203c7093dcc7da1487ceef06e516568
  Author: ‮rekcäH nitraM‮ <spamfaenger at gmx.de>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M src/App/dtml/manage_tabs.dtml

  Log Message:
  -----------
  Merge pull request #325 from zopefoundation/fix_breadcrumbs

fix breadcrumbs if there is no title


  Commit: ffa46562f7003cc84e974f3e5d912063603a28e5
      https://github.com/zopefoundation/Zope/commit/ffa46562f7003cc84e974f3e5d912063603a28e5
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M src/App/ApplicationManager.py

  Log Message:
  -----------
  Add icon to ControlPanel


  Commit: af9d6ece0cae09c01b6a4ce9fda21f0ee3279d00
      https://github.com/zopefoundation/Zope/commit/af9d6ece0cae09c01b6a4ce9fda21f0ee3279d00
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M src/zmi/styles/resources/zmi_base.css

  Log Message:
  -----------
  Document icon


  Commit: 41ac1771a379cc010151f8452da59285ecf75fc0
      https://github.com/zopefoundation/Zope/commit/41ac1771a379cc010151f8452da59285ecf75fc0
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Cleanup whitespaces and line endings.


  Commit: d6f77aa42f7980ba002c71f00034dee40764f4b9
      https://github.com/zopefoundation/Zope/commit/d6f77aa42f7980ba002c71f00034dee40764f4b9
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Fix action extraction for addItem.

This resulted in a malformed from action as the splitting was done too early as `add` was also included in `manage_addProduct`. This occurred with `Products.ZSQLMethod` as the add method name is very generic.


  Commit: 328de7044c80478d7bb657b539fe0cc44d0f79d3
      https://github.com/zopefoundation/Zope/commit/328de7044c80478d7bb657b539fe0cc44d0f79d3
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Do all DOM modifications directly on the complete callback.

Otherwise, the `ajaxComplete` callback might be added multiple times in case the modal in aborted without submission.


  Commit: 66ba4430fa3d4922d277e1064ac866da1d7d69d1
      https://github.com/zopefoundation/Zope/commit/66ba4430fa3d4922d277e1064ac866da1d7d69d1
  Author: ‮rekcäH nitraM‮ <spamfaenger at gmx.de>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Merge pull request #326 from zopefoundation/re-316-broken-zsqlmethod-addItem

Fix action extraction for addItem.


  Commit: b6c83916ba72d82e20394ecb75636d19c2c7e1fd
      https://github.com/zopefoundation/Zope/commit/b6c83916ba72d82e20394ecb75636d19c2c7e1fd
  Author: ‮rekcäH nitraM‮ <spamfaenger at gmx.de>
  Date:   2018-10-01 (Mon, 01 Oct 2018)

  Changed paths:
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Merge pull request #328 from zopefoundation/re-327-fix-addItem

Do all DOM modifications directly on the complete callback.


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

  Changed paths:
    M src/Products/PageTemplates/PageTemplateFile.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/tests/test_ptfile.py
    M src/Products/PageTemplates/utils.py

  Log Message:
  -----------
  PageTemplateFile accepts an encoding parameter


  Commit: e64d75c282957343c6d4a32901ab431305193a9c
      https://github.com/zopefoundation/Zope/commit/e64d75c282957343c6d4a32901ab431305193a9c
  Author: Alessandro Pisa <alessandro.pisa at gmail.com>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/Products/PageTemplates/PageTemplateFile.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/tests/test_ptfile.py
    A src/Products/PageTemplates/tests/utf8.xml
    M src/Products/PageTemplates/utils.py

  Log Message:
  -----------
  Merge pull request #320 from zopefoundation/fix-xml-page-template

Fix XML Page template files in Python 3


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

  Changed paths:
    M CHANGES.rst
    M src/App/ApplicationManager.py
    M src/App/dtml/manage_tabs.dtml
    M src/Products/PageTemplates/PageTemplateFile.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/tests/test_ptfile.py
    A src/Products/PageTemplates/tests/utf8.xml
    M src/Products/PageTemplates/utils.py
    M src/zmi/styles/resources/zmi_base.css
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Merge branch 'master' into re-240-fix-manage-file


Compare: https://github.com/zopefoundation/Zope/compare/3273aee01b6b...ce020314e358
      **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