-
-
Notifications
You must be signed in to change notification settings - Fork 76
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.relationfield
Branch: refs/heads/master Date: 2015-07-12T21:39:10Z Author: Fulvio Casali (fulv) <fulviocasali@gmail.com> Commit: plone/plone.app.relationfield@8911ec5 Remove superfluous 'for'. Files changed: M plone/app/relationfield/configure.zcml Repository: plone.app.relationfield Branch: refs/heads/master Date: 2015-07-13T07:30:32+02:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.app.relationfield@b339751 Merge pull request #14 from plone/fulv-warning-plone-behavior Fixes plone/Products.CMFPlone#669 Files changed: M plone/app/relationfield/configure.zcml
- Loading branch information
Showing
1 changed file
with
33 additions
and
33 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,56 +1,56 @@ | ||
Repository: plone.app.contenttypes | ||
Repository: plone.app.relationfield | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2015-07-12T22:56:31Z | ||
Date: 2015-07-12T21:39:10Z | ||
Author: Fulvio Casali (fulv) <fulviocasali@gmail.com> | ||
Commit: https://github.com/plone/plone.app.contenttypes/commit/c99d8c47278f3520107f7947cc98031df061ad9c | ||
Commit: https://github.com/plone/plone.app.relationfield/commit/8911ec519c1601524004bd19d728f342bb08d5c2 | ||
|
||
Remove superfluous 'for'. | ||
|
||
Files changed: | ||
M plone/app/contenttypes/behaviors/configure.zcml | ||
|
||
diff --git a/plone/app/contenttypes/behaviors/configure.zcml b/plone/app/contenttypes/behaviors/configure.zcml | ||
index 7cb7e70..cdb8c0f 100644 | ||
--- a/plone/app/contenttypes/behaviors/configure.zcml | ||
+++ b/plone/app/contenttypes/behaviors/configure.zcml | ||
@@ -30,7 +30,6 @@ | ||
title="Table of contents" | ||
description="Adds a table of contents" | ||
provides=".tableofcontents.ITableOfContents" | ||
- for="plone.dexterity.interfaces.IDexterityContent" | ||
marker=".tableofcontents.ITableOfContents" | ||
/> | ||
M plone/app/relationfield/configure.zcml | ||
|
||
diff --git a/plone/app/relationfield/configure.zcml b/plone/app/relationfield/configure.zcml | ||
index 054977e..e4f3974 100644 | ||
--- a/plone/app/relationfield/configure.zcml | ||
+++ b/plone/app/relationfield/configure.zcml | ||
@@ -45,7 +45,6 @@ | ||
title="Related items" | ||
description="Adds the ability to assign related items" | ||
provides=".behavior.IRelatedItems" | ||
- for="plone.dexterity.interfaces.IDexterityContent" | ||
/> | ||
</configure> | ||
|
||
|
||
|
||
Repository: plone.app.contenttypes | ||
Repository: plone.app.relationfield | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2015-07-13T07:29:59+02:00 | ||
Date: 2015-07-13T07:30:32+02:00 | ||
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> | ||
Commit: https://github.com/plone/plone.app.contenttypes/commit/46955d1cb603fe3c002deb83a6e964a4084a1a3f | ||
Commit: https://github.com/plone/plone.app.relationfield/commit/b3397518c883ba7847d617c83fd9004e0dbd7b50 | ||
|
||
Merge pull request #242 from plone/fulv-warning-plone-behavior | ||
Merge pull request #14 from plone/fulv-warning-plone-behavior | ||
|
||
Fixes plone/Products.CMFPlone#669 | ||
|
||
Files changed: | ||
M plone/app/contenttypes/behaviors/configure.zcml | ||
|
||
diff --git a/plone/app/contenttypes/behaviors/configure.zcml b/plone/app/contenttypes/behaviors/configure.zcml | ||
index 7cb7e70..cdb8c0f 100644 | ||
--- a/plone/app/contenttypes/behaviors/configure.zcml | ||
+++ b/plone/app/contenttypes/behaviors/configure.zcml | ||
@@ -30,7 +30,6 @@ | ||
title="Table of contents" | ||
description="Adds a table of contents" | ||
provides=".tableofcontents.ITableOfContents" | ||
- for="plone.dexterity.interfaces.IDexterityContent" | ||
marker=".tableofcontents.ITableOfContents" | ||
/> | ||
M plone/app/relationfield/configure.zcml | ||
|
||
diff --git a/plone/app/relationfield/configure.zcml b/plone/app/relationfield/configure.zcml | ||
index 054977e..e4f3974 100644 | ||
--- a/plone/app/relationfield/configure.zcml | ||
+++ b/plone/app/relationfield/configure.zcml | ||
@@ -45,7 +45,6 @@ | ||
title="Related items" | ||
description="Adds the ability to assign related items" | ||
provides=".behavior.IRelatedItems" | ||
- for="plone.dexterity.interfaces.IDexterityContent" | ||
/> | ||
</configure> | ||
|
||
|
||
|