From 3c5b9da7ca9330414f30400e54cbe432e2175834 Mon Sep 17 00:00:00 2001 From: hvelarde Date: Mon, 7 Mar 2016 22:36:25 -0300 Subject: [PATCH] Remove 'magic' around plone.app.stagingbehavior dependency We simply should not depend on it in any way; that's most likely the work of a policy package. --- CHANGES.rst | 1 - README.rst | 1 - src/collective/cover/profiles.zcml | 8 ------ src/collective/cover/setuphandlers.py | 36 ------------------------ src/collective/cover/testing.py | 6 ---- src/collective/cover/tests/test_cover.py | 7 ----- versions-4.2.x.cfg | 1 - versions-4.3.x.cfg | 1 - 8 files changed, 61 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 175982699..9c0a2d38c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -35,7 +35,6 @@ There's a frood who really knows where his towel is. - Remove hard dependency on plone.app.stagingbehavior as that package is no longer needed in Plone 5. Under Plone < 5.0 you should now explicitly add it to the `eggs` part of your buildout configuration to avoid issues while upgrading. - Support for checkout and checkin operations will be automatically configured if ``plone.app.stagingbehavior`` is available. [hvelarde] - Implement drag and drop among tiles (closes `#487`_). diff --git a/README.rst b/README.rst index 7c7286d9f..92362bac2 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,6 @@ To enable this package in a buildout-based installation: ... eggs = collective.cover - plone.app.stagingbehavior [versions] ... diff --git a/src/collective/cover/profiles.zcml b/src/collective/cover/profiles.zcml index 110329ed0..995d5f5d9 100644 --- a/src/collective/cover/profiles.zcml +++ b/src/collective/cover/profiles.zcml @@ -32,14 +32,6 @@ - - - -