[Checkins] [zopefoundation/Zope] c20dd3: include fanstatic into wsgi pipeline

GitHub noreply at github.com
Tue Jun 12 14:48:45 CEST 2018


  Branch: refs/heads/zmi-bootstrap
  Home:   https://github.com/zopefoundation/Zope
  Commit: c20dd3bc4066d421a70e4f5a5b09d5d91c825181
      https://github.com/zopefoundation/Zope/commit/c20dd3bc4066d421a70e4f5a5b09d5d91c825181
  Author: Daniel Havlik <dh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M buildout.cfg
    M setup.py
    M src/Zope2/utilities/skel/etc/zope.ini.in

  Log Message:
  -----------
  include fanstatic into wsgi pipeline


  Commit: a0d923f66f1331baa475da82e1d865db50eb8ba6
      https://github.com/zopefoundation/Zope/commit/a0d923f66f1331baa475da82e1d865db50eb8ba6
  Author: Daniel Havlik <dh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  remove not needed js.jquery


  Commit: 2358572a172206ca55b67153a2320bbcfec93794
      https://github.com/zopefoundation/Zope/commit/2358572a172206ca55b67153a2320bbcfec93794
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M buildout.cfg
    M requirements-full.txt
    M setup.py
    M sources.cfg
    M versions-prod.cfg

  Log Message:
  -----------
  Add bootstrap support.


  Commit: 229363efca977b71a83f47eb9e5a26aa39ac033b
      https://github.com/zopefoundation/Zope/commit/229363efca977b71a83f47eb9e5a26aa39ac033b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/Management.py
    M src/App/dtml/manage_page_footer.dtml
    M src/App/dtml/manage_page_header.dtml

  Log Message:
  -----------
  Require the bootstrap assets on each page via the header template.

Refactor the layout to be like suggested by bootstrap.


  Commit: 773adbaf5c284f843f7b446a9945bb635f6f58d6
      https://github.com/zopefoundation/Zope/commit/773adbaf5c284f843f7b446a9945bb635f6f58d6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Style the tabs with bootstrap.


  Commit: 32422ab9a0699ac735b951ebda11c65cf70e8280
      https://github.com/zopefoundation/Zope/commit/32422ab9a0699ac735b951ebda11c65cf70e8280
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Switch back to tabs which are actually nicer.


  Commit: acbe1ed29e3df068f33d323b796a39ed3cb01f52
      https://github.com/zopefoundation/Zope/commit/acbe1ed29e3df068f33d323b796a39ed3cb01f52
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Convert to bootstrap.


  Commit: fc495a5b8170afbd41e05f28c7f8f666e1b62351
      https://github.com/zopefoundation/Zope/commit/fc495a5b8170afbd41e05f28c7f8f666e1b62351
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Convert to bootstrap.


  Commit: 8fe2882de64eb443c1bb0725a4009ff993c9b1cb
      https://github.com/zopefoundation/Zope/commit/8fe2882de64eb443c1bb0725a4009ff993c9b1cb
  Author: Daniel Havlik <dh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M .gitignore
    M buildout.cfg
    M setup.py
    M sources.cfg
    M src/App/Management.py
    M src/App/dtml/menu.dtml
    M src/OFS/Folder.py
    M src/OFS/SimpleItem.py
    M src/OFS/dtml/main.dtml

  Log Message:
  -----------
  use icons provided by zmi.icons package


  Commit: 53bbb652750782d3030228eaca662e675c6c70e4
      https://github.com/zopefoundation/Zope/commit/53bbb652750782d3030228eaca662e675c6c70e4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Finish styling of folder listing.


  Commit: 7172f07d030f3748521adc729d0fcdaf2f2fe451
      https://github.com/zopefoundation/Zope/commit/7172f07d030f3748521adc729d0fcdaf2f2fe451
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Re-implement template using ZPT instead of DTML.


  Commit: 0ad2f9fe2b38450a4df2e1e05b50dff2e2b9128e
      https://github.com/zopefoundation/Zope/commit/0ad2f9fe2b38450a4df2e1e05b50dff2e2b9128e
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Render breadcrumbs using bootstrap.


  Commit: 326077747a6f8079a03a7754e0891f8b656e23db
      https://github.com/zopefoundation/Zope/commit/326077747a6f8079a03a7754e0891f8b656e23db
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Fix condition for rendering copy/cut/paste buttons.

Not to self: `not:` has a lower precedence than `|`.


  Commit: a36d4c7519ad9adcc77039fa34823efe6c106d4a
      https://github.com/zopefoundation/Zope/commit/a36d4c7519ad9adcc77039fa34823efe6c106d4a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Move the checkbox next to the icon.


  Commit: 0b4a75760de48eb6acb9f81ef88c31ae0a4a664d
      https://github.com/zopefoundation/Zope/commit/0b4a75760de48eb6acb9f81ef88c31ae0a4a664d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M buildout.cfg
    M sources.cfg
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Image.py
    M src/OFS/OrderedFolder.py
    M src/Products/PageTemplates/ZopePageTemplate.py
    M src/Products/SiteAccess/VirtualHostMonster.py

  Log Message:
  -----------
  Add icons for all TTW installable types.


  Commit: bdbb0ec897a068b659e05e32bd2b5e22068a70b7
      https://github.com/zopefoundation/Zope/commit/bdbb0ec897a068b659e05e32bd2b5e22068a70b7
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Style the message using Bootstrap.


  Commit: 2ab4841a00a7e4a0c04646a6759f79bf09c426e8
      https://github.com/zopefoundation/Zope/commit/2ab4841a00a7e4a0c04646a6759f79bf09c426e8
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/properties.dtml

  Log Message:
  -----------
  Convert the property tab to bootstrap.


  Commit: 82b3f9bfd7e1915a8bb86e807c663fd83ecc7bf5
      https://github.com/zopefoundation/Zope/commit/82b3f9bfd7e1915a8bb86e807c663fd83ecc7bf5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M buildout.cfg
    M sources.cfg

  Log Message:
  -----------
  Add more packages which need a release after this branch is merged.


  Commit: b2ed971ed7f6ae6106f59236515bdb502dee7764
      https://github.com/zopefoundation/Zope/commit/b2ed971ed7f6ae6106f59236515bdb502dee7764
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M docs/WHATSNEW.rst
    A docs/ZMI.rst
    M docs/index.rst

  Log Message:
  -----------
  Document usage of the new icons.


  Commit: d50747fec14276d49377a900d0c64206916a731e
      https://github.com/zopefoundation/Zope/commit/d50747fec14276d49377a900d0c64206916a731e
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/access.dtml

  Log Message:
  -----------
  Re-indent.


  Commit: 06db38558b619188a0ac81b35b913cf1bc2a3067
      https://github.com/zopefoundation/Zope/commit/06db38558b619188a0ac81b35b913cf1bc2a3067
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/properties.dtml

  Log Message:
  -----------
  Reduce whitespaces.

This prevents additional rendering and storage of whitespaces in the form.


  Commit: fb3a39e43ad36adeaa17b5efc2dc80425d13ff45
      https://github.com/zopefoundation/Zope/commit/fb3a39e43ad36adeaa17b5efc2dc80425d13ff45
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/access.dtml

  Log Message:
  -----------
  Convert to bootstrap.


  Commit: 13a11daa29361cf3fb3c74fbe5daeff03ea6e458
      https://github.com/zopefoundation/Zope/commit/13a11daa29361cf3fb3c74fbe5daeff03ea6e458
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M docs/ZMI.rst
    M src/App/Management.py
    M src/App/interfaces.py
    M src/Zope2/App/configure.zcml
    A src/Zope2/App/zmi.py

  Log Message:
  -----------
  Add ability to add custom CSS and JavaScript to the ZMI.

This requires using fanstatic resources in an event subscriber.


  Commit: ff9aadd92e390ff62e06757411bcd2b1adc6223a
      https://github.com/zopefoundation/Zope/commit/ff9aadd92e390ff62e06757411bcd2b1adc6223a
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Include a check all checkbox in folder listings.

We do not want to use jQuery here, so we go with plain JS. Unfortunately the compatibility for the `for ... in` statement is not given for IE, so we need to stay with a normal for loop.


  Commit: c263311c8091d93e49a68680ffd0922628d44272
      https://github.com/zopefoundation/Zope/commit/c263311c8091d93e49a68680ffd0922628d44272
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M docs/zdgbook/Products.rst
    M src/App/Management.py
    M src/App/dtml/manage_page_header.dtml
    R src/App/dtml/manage_page_style.css.dtml
    M src/App/interfaces.py

  Log Message:
  -----------
  Remove old ZMI CSS.


  Commit: 7b7e7dd7fa764e9bda30f4f9e57826d55f50f072
      https://github.com/zopefoundation/Zope/commit/7b7e7dd7fa764e9bda30f4f9e57826d55f50f072
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M buildout.cfg
    M docs/ZMI.rst
    M setup.py
    M sources.cfg
    M src/App/Management.py
    M src/App/dtml/manage_page_header.dtml
    M src/App/interfaces.py
    M src/Zope2/App/configure.zcml
    R src/Zope2/App/zmi.py

  Log Message:
  -----------
  Sketch possible solution without fanstatic.


  Commit: 7ebdd633d17e5d0aabcab720871c17fc69098802
      https://github.com/zopefoundation/Zope/commit/7ebdd633d17e5d0aabcab720871c17fc69098802
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Render broken objects + allow to delete them.


  Commit: 57101818fd779bb2249baa8311dee207ba147c64
      https://github.com/zopefoundation/Zope/commit/57101818fd779bb2249baa8311dee207ba147c64
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M requirements-full.txt
    M sources.cfg
    M src/Zope2/utilities/skel/etc/zope.ini.in
    M versions-prod.cfg

  Log Message:
  -----------
  Remove leftovers of fanstatic integration.


  Commit: 1976d28351c85db31aff54f991d82986f3775cbd
      https://github.com/zopefoundation/Zope/commit/1976d28351c85db31aff54f991d82986f3775cbd
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/Folder.py

  Log Message:
  -----------
  Clean-up.


  Commit: af61cd5346d43efd1e2af2fa72f2ba4e2a9b25ec
      https://github.com/zopefoundation/Zope/commit/af61cd5346d43efd1e2af2fa72f2ba4e2a9b25ec
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Remove one more fanstatic leftover.


  Commit: 240eff08d4c85efe3f7ea70f24251b716e25fe40
      https://github.com/zopefoundation/Zope/commit/240eff08d4c85efe3f7ea70f24251b716e25fe40
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  This is no longer needed.
[skip ci]


  Commit: f8000757cdb74561df4acb29a1ff145d51d24a6b
      https://github.com/zopefoundation/Zope/commit/f8000757cdb74561df4acb29a1ff145d51d24a6b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M docs/ZMI.rst
    M src/App/Management.py
    M src/App/tests/testManagement.py

  Log Message:
  -----------
  Add ability to customise the CSS and JS in ZMI via Properties.

Requested by customer who uses TTW approach.


  Commit: 03ada7ea3e20f1a47b70d42a5e7b2cee9208d6cd
      https://github.com/zopefoundation/Zope/commit/03ada7ea3e20f1a47b70d42a5e7b2cee9208d6cd
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Add generic class to ease targeting only ZMI specific stuff via CSS


  Commit: 20ded2377c141cc76e3a50f6b12f785394af7a71
      https://github.com/zopefoundation/Zope/commit/20ded2377c141cc76e3a50f6b12f785394af7a71
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/imageEdit.dtml

  Log Message:
  -----------
  Rework Image manage_main html code to use bootstrap.


  Commit: dc2e5b6663974ad3c69d62693bacfe109fe3483e
      https://github.com/zopefoundation/Zope/commit/dc2e5b6663974ad3c69d62693bacfe109fe3483e
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/tests/testManagement.py

  Log Message:
  -----------
  Fix test on python3 (now they insert unicode strings instead of b strings)


  Commit: 34982f1c2210f3e39204c32202c9e7b48a6b9bd9
      https://github.com/zopefoundation/Zope/commit/34982f1c2210f3e39204c32202c9e7b48a6b9bd9
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/SimpleItem.py

  Log Message:
  -----------
  Make Item a subclass of Navigation

This allows rendering the templates on navigation in the context of the current element, instead of finding the attributes through acquisition, which would then render them in the context of the containing folder, thus making it impossible to have the correct ‚title‘ attribute for non Navigation elements.


  Commit: 7c256819dfa9f56ab6e1c6bd00f491dc27d4560a
      https://github.com/zopefoundation/Zope/commit/7c256819dfa9f56ab6e1c6bd00f491dc27d4560a
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_page_header.dtml
    M src/OFS/dtml/imageEdit.dtml

  Log Message:
  -----------
  Generify creation of describing classes to make it easy to target specific zmi pages with css.


  Commit: 2372aabb875d43dfbc70fb7dcb8b900d2d4a0410
      https://github.com/zopefoundation/Zope/commit/2372aabb875d43dfbc70fb7dcb8b900d2d4a0410
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M requirements-full.txt

  Log Message:
  -----------
  Change requirements to reflect the versions actually required.

Not sure how this file is originally maintained, probably generated from buildout - please enlighten me at some point.


  Commit: a2502de1795110a4f5ea8a214c4acd113a67f0c7
      https://github.com/zopefoundation/Zope/commit/a2502de1795110a4f5ea8a214c4acd113a67f0c7
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M requirements-full.txt

  Log Message:
  -----------
  Update dependencies to ease working on the branch


  Commit: c959d5787ca6cdff65af2d8b44746796e871f26e
      https://github.com/zopefoundation/Zope/commit/c959d5787ca6cdff65af2d8b44746796e871f26e
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M requirements-full.txt

  Log Message:
  -----------
  Comment double dependencies


  Commit: 3e061d5bf234c7e630963e17ff50fa1696321301
      https://github.com/zopefoundation/Zope/commit/3e061d5bf234c7e630963e17ff50fa1696321301
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/OrderedFolder.py
    M src/OFS/SimpleItem.py
    M src/Products/PageTemplates/ZopePageTemplate.py
    M src/Products/SiteAccess/VirtualHostMonster.py

  Log Message:
  -----------
  Update icon font to new prefix.


  Commit: b565958426894b1de25650a4bbb0dfe763b8cddc
      https://github.com/zopefoundation/Zope/commit/b565958426894b1de25650a4bbb0dfe763b8cddc
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  Simplify ‚Add type‘ popup in folder view.

- Removed Label (really, just made it invisible, so it is only visible to screen readers)
- Added Disabled initial label, that acts as a default selection so the popup explains itself
- Ensured that after a selection the popup is reset to the default choice.

All these changes achieve a much simpler add menu, that reliably works even if you want to select the same entry multiple times without reloading the page (i.e. when navigating back). 

Before these changes, this required the add button, as you could otherwise not add the same kind of element twice.


  Commit: 5fb45f530622ce70a2b81b34c768869bda01e757
      https://github.com/zopefoundation/Zope/commit/5fb45f530622ce70a2b81b34c768869bda01e757
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/userFolderProps.dtml

  Log Message:
  -----------
  Rework userFolderProps html code to use bootstrap


  Commit: cd6ab78ed42c6d22928b9a97c46d4b9e7bd3d3fe
      https://github.com/zopefoundation/Zope/commit/cd6ab78ed42c6d22928b9a97c46d4b9e7bd3d3fe
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/reportUserPermissions.dtml

  Log Message:
  -----------
  Rework reportUserPermissions html code to use bootstrap


  Commit: 7118226a1209a367be1fe310ea987f99a3aff5be
      https://github.com/zopefoundation/Zope/commit/7118226a1209a367be1fe310ea987f99a3aff5be
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/renameForm.dtml

  Log Message:
  -----------
  Rework renameForm html code to use bootstrap


  Commit: bbf74927650bc5e8f47ced32e32e6516676fc7af
      https://github.com/zopefoundation/Zope/commit/bbf74927650bc5e8f47ced32e32e6516676fc7af
  Author: Frank Hoffmann <Frank Hoffmann at HAL03>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/access.dtml

  Log Message:
  -----------
  revised manage_access-Template according to bootstrap/css


  Commit: dd45538f4ae1b1f2637be21c412532c22a876f77
      https://github.com/zopefoundation/Zope/commit/dd45538f4ae1b1f2637be21c412532c22a876f77
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    A .project
    A .pydevproject
    M requirements-full.txt
    M src/App/dtml/manage_page_footer.dtml
    M src/App/dtml/manage_page_header.dtml
    M src/OFS/dtml/access.dtml
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  ZMI


  Commit: 95733d8c3536b64227f48a1ad75f2454a138d9fc
      https://github.com/zopefoundation/Zope/commit/95733d8c3536b64227f48a1ad75f2454a138d9fc
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/renameForm.dtml

  Log Message:
  -----------
  changed renameForm to the two column standard


  Commit: 0f093dc8c6e4714d31e62b8d9bf466b4ba7a8797
      https://github.com/zopefoundation/Zope/commit/0f093dc8c6e4714d31e62b8d9bf466b4ba7a8797
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/properties.dtml

  Log Message:
  -----------
  minor changes in the properties page to fit the standard


  Commit: 25f3bf362ddc330f9b4b598e457bd673b8241e7e
      https://github.com/zopefoundation/Zope/commit/25f3bf362ddc330f9b4b598e457bd673b8241e7e
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/methodAdd.dtml

  Log Message:
  -----------
  Rework methodAdd Form to use bootstrap.


  Commit: 7bbe6229fb0bc8a1adf23a7e0084bf81e68eef64
      https://github.com/zopefoundation/Zope/commit/7bbe6229fb0bc8a1adf23a7e0084bf81e68eef64
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  ZMI


  Commit: 8cfcdf6a41610039c668325b6dffa3eb242398d7
      https://github.com/zopefoundation/Zope/commit/8cfcdf6a41610039c668325b6dffa3eb242398d7
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/imageEdit.dtml

  Log Message:
  -----------
  class prefixes added.


  Commit: 56d4aee34676f8b31ae1ca7f1e59d8c7c9190dd3
      https://github.com/zopefoundation/Zope/commit/56d4aee34676f8b31ae1ca7f1e59d8c7c9190dd3
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/mainUser.dtml

  Log Message:
  -----------
  Rework of mainUser to use bootstrap


  Commit: ab7018c12af466b4f4923b97c936f44400ecb464
      https://github.com/zopefoundation/Zope/commit/ab7018c12af466b4f4923b97c936f44400ecb464
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/listLocalRoles.dtml

  Log Message:
  -----------
  Rework of listLocalRoles to use bootstrap


  Commit: b695fcbf133a9d3f15a893d5ba0e0eac5b1bb3ac
      https://github.com/zopefoundation/Zope/commit/b695fcbf133a9d3f15a893d5ba0e0eac5b1bb3ac
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/importExport.dtml

  Log Message:
  -----------
  make ImportExport page use boostrap.


  Commit: 9f4dece9dff96dd0216002900db1d009563b80df
      https://github.com/zopefoundation/Zope/commit/9f4dece9dff96dd0216002900db1d009563b80df
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/imageAdd.dtml

  Log Message:
  -----------
  make ImageAdd use boostrap


  Commit: 3eed77fa1cc5c26bf9c043723b1df2e9f3dc180c
      https://github.com/zopefoundation/Zope/commit/3eed77fa1cc5c26bf9c043723b1df2e9f3dc180c
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/addOrderedFolder.dtml
    M src/OFS/dtml/folderAdd.dtml

  Log Message:
  -----------
  make forms to add folders and ordered folders use bootrap


  Commit: 6647a1891c22958719000c94a58bfbf5e7a86159
      https://github.com/zopefoundation/Zope/commit/6647a1891c22958719000c94a58bfbf5e7a86159
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/findAdv.dtml
    M src/OFS/dtml/findForm.dtml
    M src/OFS/dtml/findResult.dtml

  Log Message:
  -----------
  make find forms use bootstrap


  Commit: e220d04ef4b03b7f4164811f912dd55cf00a821e
      https://github.com/zopefoundation/Zope/commit/e220d04ef4b03b7f4164811f912dd55cf00a821e
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/access.dtml
    M src/OFS/dtml/properties.dtml
    M src/OFS/dtml/renameForm.dtml
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  ZMI


  Commit: 988ce636b8737443864dfb7d3dffe0a8bdf97a63
      https://github.com/zopefoundation/Zope/commit/988ce636b8737443864dfb7d3dffe0a8bdf97a63
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M docs/ZMI.rst
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/OrderedFolder.py
    M src/OFS/SimpleItem.py
    M src/Products/PageTemplates/ZopePageTemplate.py
    M src/Products/SiteAccess/VirtualHostMonster.py

  Log Message:
  -----------
  Switch to fontawesome icons


  Commit: 1908efe6d018c4468487af100a48f00f60518f4e
      https://github.com/zopefoundation/Zope/commit/1908efe6d018c4468487af100a48f00f60518f4e
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/Image.py

  Log Message:
  -----------
  Forgot one icon


  Commit: 0f072b5737a39ca40b483f8afb28dec6ca22f5b3
      https://github.com/zopefoundation/Zope/commit/0f072b5737a39ca40b483f8afb28dec6ca22f5b3
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/fileEdit.dtml
    M src/OFS/dtml/imageEdit.dtml

  Log Message:
  -----------
  make fileEdit and imageEdit look more alike


  Commit: a4c9904fd5e74a4460b5bbac2298013851854d73
      https://github.com/zopefoundation/Zope/commit/a4c9904fd5e74a4460b5bbac2298013851854d73
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/addUser.dtml
    M src/OFS/dtml/editUser.dtml

  Log Message:
  -----------
  Rework userForms to use bootstrap


  Commit: 2f0947b3bc137ba71637bdfa6748495cdd1c7038
      https://github.com/zopefoundation/Zope/commit/2f0947b3bc137ba71637bdfa6748495cdd1c7038
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/documentAdd.dtml
    M src/OFS/dtml/documentEdit.dtml
    M src/OFS/dtml/fileEdit.dtml
    M src/OFS/dtml/imageAdd.dtml
    M src/OFS/dtml/methodAdd.dtml
    M src/OFS/dtml/renameForm.dtml

  Log Message:
  -----------
  finalize basic bootstrap usage for the main zmi forms in dtml


  Commit: af049953544792676ec89736b1e5e516dec03726
      https://github.com/zopefoundation/Zope/commit/af049953544792676ec89736b1e5e516dec03726
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/Products/PageTemplates/www/ptAdd.zpt
    M src/Products/PageTemplates/www/ptEdit.zpt

  Log Message:
  -----------
  rework zpt manage forms to use boostrap


  Commit: 879ff6af95e8e16d67b4d26145bf63f1ca660e8d
      https://github.com/zopefoundation/Zope/commit/879ff6af95e8e16d67b4d26145bf63f1ca660e8d
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M docs/ZMI.rst

  Log Message:
  -----------
  fix docs


  Commit: 727e22519fb7793e4f0f4d0f72f36f79caa65a91
      https://github.com/zopefoundation/Zope/commit/727e22519fb7793e4f0f4d0f72f36f79caa65a91
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M sources.cfg

  Log Message:
  -----------
  Add missing branch to sources.cfg


  Commit: 58c5fd874a5226c00542ee925e8d7931486d2308
      https://github.com/zopefoundation/Zope/commit/58c5fd874a5226c00542ee925e8d7931486d2308
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M requirements-full.txt

  Log Message:
  -----------
  Switch to requiring the full repository path, so the requirements file can be executed from any path.


  Commit: 6f2034eea5ece243be8b30065ef3908bd707c1a0
      https://github.com/zopefoundation/Zope/commit/6f2034eea5ece243be8b30065ef3908bd707c1a0
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M requirements-full.txt

  Log Message:
  -----------
  Also require zctalog, as we're also working on restyling it.


  Commit: 4b7e1419bb9b80fc0ab2252fe03f3d468c8b1156
      https://github.com/zopefoundation/Zope/commit/4b7e1419bb9b80fc0ab2252fe03f3d468c8b1156
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M requirements-full.txt

  Log Message:
  -----------
  Disable ZCTextIndex as it’s empty anyway and seems to break my pip install.


  Commit: 4e8f4aad7fe47ec64757f2b0ba9925489bbe016f
      https://github.com/zopefoundation/Zope/commit/4e8f4aad7fe47ec64757f2b0ba9925489bbe016f
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_form_title.dtml
    M src/App/dtml/manage_page_footer.dtml
    M src/App/dtml/manage_page_header.dtml
    M src/App/dtml/manage_tabs.dtml
    M src/OFS/dtml/access.dtml
    M src/OFS/dtml/addOrderedFolder.dtml
    M src/OFS/dtml/addUser.dtml
    M src/OFS/dtml/documentAdd.dtml
    M src/OFS/dtml/documentEdit.dtml
    M src/OFS/dtml/editUser.dtml
    M src/OFS/dtml/fileEdit.dtml
    M src/OFS/dtml/findAdv.dtml
    M src/OFS/dtml/findForm.dtml
    M src/OFS/dtml/findResult.dtml
    M src/OFS/dtml/folderAdd.dtml
    M src/OFS/dtml/imageAdd.dtml
    M src/OFS/dtml/imageEdit.dtml
    M src/OFS/dtml/importExport.dtml
    M src/OFS/dtml/listLocalRoles.dtml
    M src/OFS/dtml/mainUser.dtml
    M src/OFS/dtml/methodAdd.dtml
    M src/OFS/dtml/properties.dtml
    M src/OFS/dtml/userFolderProps.dtml
    M src/OFS/zpt/main.zpt
    M src/Products/SiteAccess/www/VirtualHostMonster.dtml
    M src/Products/SiteAccess/www/manage_edit.dtml

  Log Message:
  -----------
  ZMI


  Commit: d44ce35c5cad3ec60edc3f6a1065bf7d0946b33b
      https://github.com/zopefoundation/Zope/commit/d44ce35c5cad3ec60edc3f6a1065bf7d0946b33b
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_tabs.dtml
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  ZMI


  Commit: 02e72d428114a30d3c68514991b614509cd41ab4
      https://github.com/zopefoundation/Zope/commit/02e72d428114a30d3c68514991b614509cd41ab4
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/Shared/DC/Scripts/dtml/scriptBindings.dtml

  Log Message:
  -----------
  new layout for the bindings page


  Commit: a12f413b62cf75896f0fe77c2dc420bd02103876
      https://github.com/zopefoundation/Zope/commit/a12f413b62cf75896f0fe77c2dc420bd02103876
  Author: jhinghaus <jh at perfact.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/Products/PageTemplates/www/ptAdd.zpt
    M src/Products/PageTemplates/www/ptEdit.zpt

  Log Message:
  -----------
  make zpt manage pages container-fluid


  Commit: 556d4b62efa19d4d76b74034cdd4b6cd402d208a
      https://github.com/zopefoundation/Zope/commit/556d4b62efa19d4d76b74034cdd4b6cd402d208a
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/OFS/dtml/acquiredEdit.dtml
    M src/OFS/dtml/addOrderedFolder.dtml
    M src/OFS/dtml/findAdv.dtml
    M src/OFS/dtml/findForm.dtml

  Log Message:
  -----------
  ZMI: started aggregating find forms


  Commit: 4a074439204e5a6ee3603e6bbfc68b922265e1e9
      https://github.com/zopefoundation/Zope/commit/4a074439204e5a6ee3603e6bbfc68b922265e1e9
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_page_footer.dtml
    M src/App/dtml/manage_page_header.dtml
    M src/App/dtml/menu.dtml
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  started with menu


  Commit: 18a3d270b3b914cc39b55eb6dbf3a32f76862f61
      https://github.com/zopefoundation/Zope/commit/18a3d270b3b914cc39b55eb6dbf3a32f76862f61
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    A requirements-branch.txt
    M requirements-full.txt

  Log Message:
  -----------
  Regenerate dependency file and place extra dependencies into it’s own file.


  Commit: 7941e5185b2ef15fd826d65ed28a3a525dd06a2c
      https://github.com/zopefoundation/Zope/commit/7941e5185b2ef15fd826d65ed28a3a525dd06a2c
  Author: Frank Hoffmann <dr.frank.hoffmann at web.de>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_page_footer.dtml
    M src/App/dtml/manage_page_header.dtml
    M src/App/dtml/menu.dtml
    M src/OFS/dtml/documentEdit.dtml

  Log Message:
  -----------
  proceeded with menu


  Commit: f000b7531100c7b5c708abdf4273e126deaba521
      https://github.com/zopefoundation/Zope/commit/f000b7531100c7b5c708abdf4273e126deaba521
  Author: Dr. Frank Hoffmann <fh at sntl-publishing.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_tabs.dtml
    M src/OFS/ObjectManager.py
    M src/OFS/dtml/documentEdit.dtml
    M src/OFS/dtml/fileEdit.dtml
    M src/OFS/dtml/findForm.dtml
    M src/OFS/zpt/main.zpt

  Log Message:
  -----------
  improved spacing of objectItems list, object selection, locked icon


  Commit: fa475e2be6ff00856b9b24fb7c477d08fcfd1476
      https://github.com/zopefoundation/Zope/commit/fa475e2be6ff00856b9b24fb7c477d08fcfd1476
  Author: Dr. Frank Hoffmann <fh at sntl-publishing.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  added name filter input element to objectItems list


  Commit: 77529599d0652a2c0b213a797d73120f5b43492b
      https://github.com/zopefoundation/Zope/commit/77529599d0652a2c0b213a797d73120f5b43492b
  Author: Dr. Frank Hoffmann <fh at sntl-publishing.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_page_footer.dtml
    M src/OFS/FindSupport.py
    R src/OFS/dtml/findAdv.dtml
    R src/OFS/dtml/findResult.dtml
    M src/OFS/interfaces.py
    M src/OFS/zpt/main.zpt
    M src/Products/PageTemplates/www/ptAdd.zpt
    M src/Products/PageTemplates/www/ptEdit.zpt

  Log Message:
  -----------
  removed obsolete find-methods, revised TAL-Editor GUI


  Commit: 94ce61db76712028b8e8a234db2597cd213b3f0e
      https://github.com/zopefoundation/Zope/commit/94ce61db76712028b8e8a234db2597cd213b3f0e
  Author: Dr. Frank Hoffmann <fh at sntl-publishing.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_tabs.dtml
    M src/OFS/dtml/documentEdit.dtml
    M src/OFS/dtml/imageEdit.dtml
    M src/OFS/zpt/main.zpt
    M src/Products/PageTemplates/www/ptAdd.zpt
    M src/Products/PageTemplates/www/ptEdit.zpt

  Log Message:
  -----------
  added nicer file upload GUI


  Commit: 7cec03f4e55c7d05c6e1099bfaeae94e7d871dd7
      https://github.com/zopefoundation/Zope/commit/7cec03f4e55c7d05c6e1099bfaeae94e7d871dd7
  Author: Dr. Frank Hoffmann <fh at sntl-publishing.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  reset breadcrumb nav to usual way


  Commit: 8d69461548fc73b835e2873538e7fbf5afbe7a72
      https://github.com/zopefoundation/Zope/commit/8d69461548fc73b835e2873538e7fbf5afbe7a72
  Author: Dr. Frank Hoffmann <fh at sntl-publishing.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/App/dtml/manage_page_footer.dtml
    M src/App/dtml/manage_tabs.dtml
    M src/OFS/dtml/documentEdit.dtml
    M src/OFS/dtml/fileEdit.dtml
    M src/OFS/dtml/imageEdit.dtml
    M src/OFS/zpt/main.zpt
    M src/Products/SiteAccess/www/manage_edit.dtml

  Log Message:
  -----------
  reset locked icon title to original


Compare: https://github.com/zopefoundation/Zope/compare/135b8805e4da...8d69461548fc
      **NOTE:** This service 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