Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: Products.CMFEditions
Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.CMFEditions@43f62f9 start migrating tests away from PloneTestCase Files changed: M Products/CMFEditions/StandardModifiers.py M Products/CMFEditions/tests/DummyTools.py M Products/CMFEditions/tests/base.py M Products/CMFEditions/tests/test_ArchivistTool.py M Products/CMFEditions/tests/test_ContentTypes.py M Products/CMFEditions/tests/test_CopyModifyMergeRepositoryTool.py M Products/CMFEditions/tests/test_IntegrationTests.py M Products/CMFEditions/tests/test_KeepLastNVersionsTool.py M Products/CMFEditions/tests/test_ModifierRegistryTool.py M Products/CMFEditions/tests/test_ZVCStorageTool.py M Products/CMFEditions/tests/test_versions_history_form.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.CMFEditions@3c7d2f2 finish porting away from PloneTestCase Files changed: A Products/CMFEditions/testing.py M Products/CMFEditions/tests/base.py M Products/CMFEditions/tests/large_file_modifiers.txt M Products/CMFEditions/tests/test_ATContentTypes.py M Products/CMFEditions/tests/test_ATReferences.py M Products/CMFEditions/tests/test_CopyModifyMergeRepositoryTool.py M Products/CMFEditions/tests/test_doctests.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.CMFEditions@f8a9848 do not run webdav_history.txt in py3 since it breaks following tests with: ZODB.POSException.ConnectionStateError: Shouldn't load state for Products.PluggableAuthService.PluggableAuthService.PluggableAuthService 0x3984317ff5f25a28 when the connection is closed Files changed: M Products/CMFEditions/tests/test_doctests.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@6640143 isort/formatting/security decorators Files changed: M Products/CMFEditions/ArchivistTool.py M Products/CMFEditions/CopyModifyMergeRepositoryTool.py M Products/CMFEditions/KeepLastNVersionsTool.py M Products/CMFEditions/ModifierRegistryTool.py M Products/CMFEditions/Modifiers.py M Products/CMFEditions/Permissions.py M Products/CMFEditions/ReferenceFactoriesTool.py M Products/CMFEditions/StandardModifiers.py M Products/CMFEditions/StorageMigrationSupport.py M Products/CMFEditions/UniqueIdHandlerTool.py M Products/CMFEditions/ZVCStorageTool.py M Products/CMFEditions/__init__.py M Products/CMFEditions/browser/__init__.py M Products/CMFEditions/browser/utils.py M Products/CMFEditions/browser/views.py M Products/CMFEditions/exportimport/repository.py M Products/CMFEditions/interfaces/IArchivist.py M Products/CMFEditions/interfaces/IModifier.py M Products/CMFEditions/interfaces/IRepository.py M Products/CMFEditions/interfaces/IStorage.py M Products/CMFEditions/interfaces/__init__.py M Products/CMFEditions/setuphandlers.py M Products/CMFEditions/skins/CMFEditions/checkUpToDate.py M Products/CMFEditions/skins/CMFEditions/createTestHierarchy.py M Products/CMFEditions/skins/CMFEditions/migrateStorage.py M Products/CMFEditions/skins/CMFEditions/saveasnewversion.py M Products/CMFEditions/subscriber.py M Products/CMFEditions/tests/DummyTools.py M Products/CMFEditions/tests/base.py M Products/CMFEditions/tests/test_ATContentTypes.py M Products/CMFEditions/tests/test_ATReferences.py M Products/CMFEditions/tests/test_ArchivistTool.py M Products/CMFEditions/tests/test_ContentTypes.py M Products/CMFEditions/tests/test_CopyModifyMergeRepositoryTool.py M Products/CMFEditions/tests/test_IntegrationTests.py M Products/CMFEditions/tests/test_KeepLastNVersionsTool.py M Products/CMFEditions/tests/test_ModifierRegistryTool.py M Products/CMFEditions/tests/test_ZVCStorageTool.py M Products/CMFEditions/tests/test_doctests.py M Products/CMFEditions/tests/test_versions_history_form.py M Products/CMFEditions/utilities.py M setup.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/Products.CMFEditions@84cbccb Fix decorators Files changed: M Products/CMFEditions/CopyModifyMergeRepositoryTool.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@12ed660 InitializeClass was moved to AccessControl.class_init Files changed: M Products/CMFEditions/ArchivistTool.py M Products/CMFEditions/CopyModifyMergeRepositoryTool.py M Products/CMFEditions/KeepLastNVersionsTool.py M Products/CMFEditions/ModifierRegistryTool.py M Products/CMFEditions/Modifiers.py M Products/CMFEditions/ReferenceFactoriesTool.py M Products/CMFEditions/StandardModifiers.py M Products/CMFEditions/ZVCStorageTool.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@d1a7461 setDefaultRoles is deprecated. addPermission from AccessControl.Permission is used. Files changed: M Products/CMFEditions/Permissions.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:43:57+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@28166ac fix setup metadata Files changed: M setup.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T12:44:26+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@6ff2790 note changes Files changed: M CHANGES.rst Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T14:22:04+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@e8100ea make doctest files rst Files changed: A Products/CMFEditions/tests/large_file_modifiers.rst A Products/CMFEditions/tests/webdav_history.rst M Products/CMFEditions/tests/test_doctests.py D Products/CMFEditions/tests/large_file_modifiers.txt D Products/CMFEditions/tests/webdav_history.txt Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T14:29:32+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@23cfc29 catch expections and so do not depend on actual output Files changed: M Products/CMFEditions/tests/large_file_modifiers.rst Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-14T14:53:44+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@68ec8be create a simple folder Files changed: M Products/CMFEditions/tests/webdav_history.rst Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-23T07:30:00+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.CMFEditions@6623cc7 fix AT testlayer Files changed: M Products/CMFEditions/tests/test_ATContentTypes.py M Products/CMFEditions/tests/test_ATReferences.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-09-23T23:51:19+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/Products.CMFEditions@24b4934 Fix sorting in Python3 Files changed: M Products/CMFEditions/exportimport/repository.py Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-10-02T16:29:03+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/Products.CMFEditions@2ffabb9 Fix registration wrongly removed without archetypes Files changed: M Products/CMFEditions/configure.zcml Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-10-03T19:29:48+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.CMFEditions@d9622eb Fix webdav test (TODO: DX has too many history entries and a weird return code) Files changed: M Products/CMFEditions/tests/webdav_history.rst Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-10-04T00:16:07+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/Products.CMFEditions@478019c add teardown to prevent spill to other testlayers Files changed: M Products/CMFEditions/tests/webdav_history.rst Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-10-10T23:18:05+02:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/Products.CMFEditions@0d42816 Merge branch 'master' into python3 and resolve conflicts Files changed: A news/.gitkeep A news/60.feature A pyproject.toml M CHANGES.rst M MANIFEST.in M Products/CMFEditions/browser/configure.zcml M Products/CMFEditions/browser/templates/version_file_view.pt M Products/CMFEditions/browser/templates/version_image_view.pt M Products/CMFEditions/browser/views.py M setup.py D .gitattributes Repository: Products.CMFEditions Branch: refs/heads/master Date: 2018-10-17T11:26:41+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.CMFEditions@f378669 Merge pull request #58 from plone/python3 migrate tests away from PloneTestCase Files changed: A Products/CMFEditions/testing.py A Products/CMFEditions/tests/large_file_modifiers.rst A Products/CMFEditions/tests/webdav_history.rst M CHANGES.rst M Products/CMFEditions/ArchivistTool.py M Products/CMFEditions/CopyModifyMergeRepositoryTool.py M Products/CMFEditions/KeepLastNVersionsTool.py M Products/CMFEditions/ModifierRegistryTool.py M Products/CMFEditions/Modifiers.py M Products/CMFEditions/Permissions.py M Products/CMFEditions/ReferenceFactoriesTool.py M Products/CMFEditions/StandardModifiers.py M Products/CMFEditions/StorageMigrationSupport.py M Products/CMFEditions/UniqueIdHandlerTool.py M Products/CMFEditions/ZVCStorageTool.py M Products/CMFEditions/__init__.py M Products/CMFEditions/browser/__init__.py M Products/CMFEditions/browser/utils.py M Products/CMFEditions/browser/views.py M Products/CMFEditions/configure.zcml M Products/CMFEditions/exportimport/repository.py M Products/CMFEditions/interfaces/IArchivist.py M Products/CMFEditions/interfaces/IModifier.py M Products/CMFEditions/interfaces/IRepository.py M Products/CMFEditions/interfaces/IStorage.py M Products/CMFEditions/interfaces/__init__.py M Products/CMFEditions/setuphandlers.py M Products/CMFEditions/skins/CMFEditions/checkUpToDate.py M Products/CMFEditions/skins/CMFEditions/createTestHierarchy.py M Products/CMFEditions/skins/CMFEditions/migrateStorage.py M Products/CMFEditions/skins/CMFEditions/saveasnewversion.py M Products/CMFEditions/subscriber.py M Products/CMFEditions/tests/DummyTools.py M Products/CMFEditions/tests/base.py M Products/CMFEditions/tests/test_ATContentTypes.py M Products/CMFEditions/tests/test_ATReferences.py M Products/CMFEditions/tests/test_ArchivistTool.py M Products/CMFEditions/tests/test_ContentTypes.py M Products/CMFEditions/tests/test_CopyModifyMergeRepositoryTool.py M Products/CMFEditions/tests/test_IntegrationTests.py M Products/CMFEditions/tests/test_KeepLastNVersionsTool.py M Products/CMFEditions/tests/test_ModifierRegistryTool.py M Products/CMFEditions/tests/test_ZVCStorageTool.py M Products/CMFEditions/tests/test_doctests.py M Products/CMFEditions/tests/test_versions_history_form.py M Products/CMFEditions/utilities.py M setup.py D Products/CMFEditions/tests/large_file_modifiers.txt D Products/CMFEditions/tests/webdav_history.txt
- Loading branch information