From b0e0365b758a9ac2d80ed6851bcce8dad6b3e215 Mon Sep 17 00:00:00 2001 From: jensens Date: Thu, 20 Dec 2018 12:37:55 +0100 Subject: [PATCH] [fc] Repository: plone.app.collection Branch: refs/heads/master Date: 2018-12-17T10:45:29+01:00 Author: Jens W. Klein (jensens) Commit: https://github.com/plone/plone.app.collection/commit/a625964208bdc6c7f7bdb86ce2bee0a9f7262756 Remove installation of plone.app.widgets default profile. Files changed: M CHANGES.rst M plone/app/collection/profiles/default/metadata.xml Repository: plone.app.collection Branch: refs/heads/master Date: 2018-12-20T12:37:55+01:00 Author: Jens W. Klein (jensens) Commit: https://github.com/plone/plone.app.collection/commit/dcb136f3b3f170a449f7e21c33f50afcae064c95 Merge pull request #53 from plone/jensens/rm-p.a.widgets-profile Remove installation of plone.app.widgets default profile. Files changed: M CHANGES.rst M plone/app/collection/profiles/default/metadata.xml --- last_commit.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index d6659316cc..40f02d080f 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,34 +1,34 @@ -Repository: plone.app.relationfield +Repository: plone.app.collection Branch: refs/heads/master -Date: 2018-12-17T10:45:12+01:00 +Date: 2018-12-17T10:45:29+01:00 Author: Jens W. Klein (jensens) -Commit: https://github.com/plone/plone.app.relationfield/commit/ecf8a8401e077e8d3f411a98df6c465be7d22ea6 +Commit: https://github.com/plone/plone.app.collection/commit/a625964208bdc6c7f7bdb86ce2bee0a9f7262756 -Remove installation of plone.app.widgets default profile in tests +Remove installation of plone.app.widgets default profile. Files changed: M CHANGES.rst -M plone/app/relationfield/testing.py +M plone/app/collection/profiles/default/metadata.xml -b"diff --git a/CHANGES.rst b/CHANGES.rst\nindex 6ea9d77..3033b70 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -14,7 +14,10 @@ New features:\n \n Bug fixes:\n \n-- *add item here*\n+- Remove installation of plone.app.widgets default profile in tests.\n+ In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.\n+ In Plone 5.2 will be removed.\n+ [jensens]\n \n \n 1.4.2 (2018-09-28)\ndiff --git a/plone/app/relationfield/testing.py b/plone/app/relationfield/testing.py\nindex aae0be4..fc2e4eb 100644\n--- a/plone/app/relationfield/testing.py\n+++ b/plone/app/relationfield/testing.py\n@@ -122,7 +122,6 @@ def setUpZope(self, app, configurationContext):\n \n def setUpPloneSite(self, portal):\n self.applyProfile(portal, 'plone.app.dexterity:default')\n- self.applyProfile(portal, 'plone.app.widgets:default')\n self.applyProfile(portal, 'plone.app.relationfield:default')\n \n \n" +b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex e83611b..672d296 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -14,7 +14,10 @@ New features:\n \n Bug fixes:\n \n-- *add item here*\n+- Remove installation of plone.app.widgets default profile.\n+ In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.\n+ In Plone 5.2 will be removed.\n+ [jensens]\n \n \n 1.2.6 (2018-02-04)\ndiff --git a/plone/app/collection/profiles/default/metadata.xml b/plone/app/collection/profiles/default/metadata.xml\nindex 59e8ead..4638879 100644\n--- a/plone/app/collection/profiles/default/metadata.xml\n+++ b/plone/app/collection/profiles/default/metadata.xml\n@@ -3,6 +3,5 @@\n 1\n \n profile-plone.app.querystring:default\n- profile-plone.app.widgets:default\n \n \n' -Repository: plone.app.relationfield +Repository: plone.app.collection Branch: refs/heads/master -Date: 2018-12-19T01:34:14+01:00 +Date: 2018-12-20T12:37:55+01:00 Author: Jens W. Klein (jensens) -Commit: https://github.com/plone/plone.app.relationfield/commit/57e6bfa8ac1fbf62b54f31827971d8c1336f0a2f +Commit: https://github.com/plone/plone.app.collection/commit/dcb136f3b3f170a449f7e21c33f50afcae064c95 -Merge pull request #25 from plone/jensens/rm-p.a.widgets-profile +Merge pull request #53 from plone/jensens/rm-p.a.widgets-profile -Remove installation of plone.app.widgets default profile in tests +Remove installation of plone.app.widgets default profile. Files changed: M CHANGES.rst -M plone/app/relationfield/testing.py +M plone/app/collection/profiles/default/metadata.xml -b"diff --git a/CHANGES.rst b/CHANGES.rst\nindex 6ea9d77..3033b70 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -14,7 +14,10 @@ New features:\n \n Bug fixes:\n \n-- *add item here*\n+- Remove installation of plone.app.widgets default profile in tests.\n+ In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.\n+ In Plone 5.2 will be removed.\n+ [jensens]\n \n \n 1.4.2 (2018-09-28)\ndiff --git a/plone/app/relationfield/testing.py b/plone/app/relationfield/testing.py\nindex aae0be4..fc2e4eb 100644\n--- a/plone/app/relationfield/testing.py\n+++ b/plone/app/relationfield/testing.py\n@@ -122,7 +122,6 @@ def setUpZope(self, app, configurationContext):\n \n def setUpPloneSite(self, portal):\n self.applyProfile(portal, 'plone.app.dexterity:default')\n- self.applyProfile(portal, 'plone.app.widgets:default')\n self.applyProfile(portal, 'plone.app.relationfield:default')\n \n \n" +b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex e83611b..672d296 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -14,7 +14,10 @@ New features:\n \n Bug fixes:\n \n-- *add item here*\n+- Remove installation of plone.app.widgets default profile.\n+ In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.\n+ In Plone 5.2 will be removed.\n+ [jensens]\n \n \n 1.2.6 (2018-02-04)\ndiff --git a/plone/app/collection/profiles/default/metadata.xml b/plone/app/collection/profiles/default/metadata.xml\nindex 59e8ead..4638879 100644\n--- a/plone/app/collection/profiles/default/metadata.xml\n+++ b/plone/app/collection/profiles/default/metadata.xml\n@@ -3,6 +3,5 @@\n 1\n \n profile-plone.app.querystring:default\n- profile-plone.app.widgets:default\n \n \n'