Skip to content

Commit

Permalink
[fc] Repository: plone.app.relationfield
Browse files Browse the repository at this point in the history
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
vangheem committed Jul 13, 2015
1 parent 613fe6c commit 9dd25ca
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions last_commit.txt
@@ -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>



0 comments on commit 9dd25ca

Please sign in to comment.