[Checkins] [zopefoundation/Zope] 5284b1: Move in the code from Zope.

Jens Vagelpohl noreply at github.com
Wed Jan 29 03:35:09 CET 2020


  Branch: refs/heads/webdav
  Home:   https://github.com/zopefoundation/Zope
  Commit: 5284b1cf7b38f2f876453c0fdf60bae0b2643e6d
      https://github.com/zopefoundation/Zope/commit/5284b1cf7b38f2f876453c0fdf60bae0b2643e6d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    A src/webdav/Collection.py
    A src/webdav/EtagSupport.py
    A src/webdav/LockItem.py
    A src/webdav/Lockable.py
    A src/webdav/NullResource.py
    A src/webdav/PropertySheet.py
    A src/webdav/PropertySheets.py
    A src/webdav/Resource.py
    A src/webdav/__init__.py
    A src/webdav/client.py
    A src/webdav/common.py
    A src/webdav/davcmds.py
    A src/webdav/dtml/locknullmain.dtml
    A src/webdav/hookable_PUT.py
    A src/webdav/interfaces.py
    A src/webdav/litmus-results.txt
    A src/webdav/tests/__init__.py
    A src/webdav/tests/testCollection.py
    A src/webdav/tests/testCopySupportEvents.py
    A src/webdav/tests/testCopySupportHooks.py
    A src/webdav/tests/testNullResource.py
    A src/webdav/tests/testPUT_factory.py
    A src/webdav/tests/testProperties.py
    A src/webdav/tests/testResource.py
    A src/webdav/tests/test_davcmds.py
    A src/webdav/tests/test_xmltools.py
    A src/webdav/xmltools.py

  Log Message:
  -----------
  Move in the code from Zope.

Based on zopefoundation/Zope at d1536a577d15f7a35fc459283797223d00343aa1.


  Commit: b016f58cc37a5675cdf29d62966992f71a47f78e
      https://github.com/zopefoundation/Zope/commit/b016f58cc37a5675cdf29d62966992f71a47f78e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/NullResource.py
    M src/webdav/Resource.py
    M src/webdav/__init__.py
    M src/webdav/tests/testResource.py

  Log Message:
  -----------
  Move new Zope2.startup.config module into ZServer.


  Commit: bd98a8681689707333ccdabc3bd2f6b571f76123
      https://github.com/zopefoundation/Zope/commit/bd98a8681689707333ccdabc3bd2f6b571f76123
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/Collection.py

  Log Message:
  -----------
  Add explicit security declaration on webdav.Collection class.


  Commit: ff81b6e8c0c897b38ea2c0db67a89d0a6cd1eb08
      https://github.com/zopefoundation/Zope/commit/ff81b6e8c0c897b38ea2c0db67a89d0a6cd1eb08
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/interfaces.py

  Log Message:
  -----------
  Move IFTPAccess from OFS.


  Commit: f79b05c136e3b3878935c9e25a0482ae16462978
      https://github.com/zopefoundation/Zope/commit/f79b05c136e3b3878935c9e25a0482ae16462978
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/PropertySheet.py
    M src/webdav/PropertySheets.py
    M src/webdav/common.py

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


  Commit: 89263b00feee4ae4fe880ca9ae18fd75c645a394
      https://github.com/zopefoundation/Zope/commit/89263b00feee4ae4fe880ca9ae18fd75c645a394
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/Collection.py
    M src/webdav/Resource.py
    M src/webdav/tests/testCopySupportEvents.py
    M src/webdav/tests/test_davcmds.py

  Log Message:
  -----------
  Use `@implementer` class decorator.


  Commit: 32b34021f6ebe8f4bf62efbf4dcc1ffe14881a5f
      https://github.com/zopefoundation/Zope/commit/32b34021f6ebe8f4bf62efbf4dcc1ffe14881a5f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/Collection.py
    M src/webdav/NullResource.py
    M src/webdav/PropertySheets.py
    M src/webdav/Resource.py
    M src/webdav/client.py
    M src/webdav/common.py
    M src/webdav/davcmds.py
    M src/webdav/hookable_PUT.py
    M src/webdav/interfaces.py
    M src/webdav/tests/testCollection.py
    M src/webdav/tests/testCopySupportEvents.py
    M src/webdav/tests/testCopySupportHooks.py
    M src/webdav/tests/testNullResource.py
    M src/webdav/tests/testResource.py
    M src/webdav/tests/test_davcmds.py
    M src/webdav/tests/test_xmltools.py
    M src/webdav/xmltools.py

  Log Message:
  -----------
  pep8


  Commit: 5fc202e26487e244c833859f2ad7dac733f153a3
      https://github.com/zopefoundation/Zope/commit/5fc202e26487e244c833859f2ad7dac733f153a3
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/tests/testCopySupportEvents.py
    M src/webdav/tests/testCopySupportHooks.py
    M src/webdav/tests/testPUT_factory.py

  Log Message:
  -----------
  Fix deprecations (#10)

* A released Zope is enough.
* Fix deprecation warnings occurring during a test run.
* Update to versions requested by buildout.cfg.
* Add coveralls.
* Add coverage config.


  Commit: f906a92b3ff112f536e0d637b61b35005519eab7
      https://github.com/zopefoundation/Zope/commit/f906a92b3ff112f536e0d637b61b35005519eab7
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/webdav/Collection.py
    M src/webdav/NullResource.py
    M src/webdav/Resource.py
    M src/webdav/__init__.py
    M src/webdav/client.py
    M src/webdav/common.py
    M src/webdav/davcmds.py
    M src/webdav/tests/testCopySupportEvents.py
    M src/webdav/tests/testCopySupportHooks.py
    M src/webdav/tests/testPUT_factory.py
    M src/webdav/tests/testResource.py
    M src/webdav/xmltools.py

  Log Message:
  -----------
  - checkpoint checkin


  Commit: 755d065aac3b33eee4510ad1706bb903fc710d04
      https://github.com/zopefoundation/Zope/commit/755d065aac3b33eee4510ad1706bb903fc710d04
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M src/OFS/Application.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/ObjectManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/tests/testFileAndImage.py
    M src/Products/PageTemplates/ZopePageTemplate.py
    M src/Testing/ZopeTestCase/testFunctional.py
    M src/ZPublisher/BaseRequest.py
    M src/webdav/Collection.py
    M src/webdav/PropertySheet.py
    M src/webdav/PropertySheets.py
    M src/webdav/Resource.py
    M src/webdav/client.py
    M src/webdav/common.py
    M src/webdav/davcmds.py
    M src/webdav/tests/testResource.py
    M src/webdav/xmltools.py

  Log Message:
  -----------
  - checkpoint checkin


  Commit: 43515a71918cf3c176f1f17fa22a8a601f4001a8
      https://github.com/zopefoundation/Zope/commit/43515a71918cf3c176f1f17fa22a8a601f4001a8
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M src/OFS/Image.py
    M src/OFS/tests/testFileAndImage.py
    M src/webdav/NullResource.py
    M src/webdav/PropertySheet.py
    R src/webdav/client.py
    M src/webdav/tests/testResource.py

  Log Message:
  -----------
  - unit tests passing


  Commit: dbe307b539bd1c98dd15249ee6bc5d23a687e2c1
      https://github.com/zopefoundation/Zope/commit/dbe307b539bd1c98dd15249ee6bc5d23a687e2c1
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M src/OFS/PropertySheets.py
    M src/webdav/Collection.py
    M src/webdav/EtagSupport.py
    M src/webdav/LockItem.py
    M src/webdav/Lockable.py
    M src/webdav/NullResource.py
    M src/webdav/PropertySheets.py
    M src/webdav/Resource.py
    M src/webdav/common.py
    M src/webdav/davcmds.py
    M src/webdav/hookable_PUT.py
    M src/webdav/interfaces.py
    M src/webdav/tests/testCopySupportEvents.py
    M src/webdav/tests/testCopySupportHooks.py
    M src/webdav/tests/testPUT_factory.py
    M src/webdav/tests/testResource.py
    M src/webdav/xmltools.py

  Log Message:
  -----------
  - satisfy isort


  Commit: 32c9998b79e3bf740d0182689de86f260429aba6
      https://github.com/zopefoundation/Zope/commit/32c9998b79e3bf740d0182689de86f260429aba6
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M src/OFS/PropertySheets.py
    M src/webdav/Collection.py
    M src/webdav/NullResource.py
    M src/webdav/PropertySheet.py
    M src/webdav/PropertySheets.py
    M src/webdav/Resource.py
    M src/webdav/tests/testCopySupportEvents.py
    M src/webdav/tests/testCopySupportHooks.py
    M src/webdav/xmltools.py
    M tox.ini

  Log Message:
  -----------
  - satisfy flake8


Compare: https://github.com/zopefoundation/Zope/compare/5284b1cf7b38%5E...32c9998b79e3


More information about the checkins mailing list