-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.app.collection
Branch: refs/heads/master Date: 2018-12-17T10:45:29+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.collection@a625964 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) <jk@kleinundpartner.at> Commit: plone/plone.app.collection@dcb136f 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
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) <jk@kleinundpartner.at> | ||
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 <version>1</version>\n <dependencies>\n <dependency>profile-plone.app.querystring:default</dependency>\n- <dependency>profile-plone.app.widgets:default</dependency>\n </dependencies>\n </metadata>\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) <jk@kleinundpartner.at> | ||
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 <version>1</version>\n <dependencies>\n <dependency>profile-plone.app.querystring:default</dependency>\n- <dependency>profile-plone.app.widgets:default</dependency>\n </dependencies>\n </metadata>\n' | ||
|