Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear out all startup "WARNING plone.behavior Specifing 'for' in behavior 'xxx' if no 'factory' is given has no effect and is superfluous." messages #669

Closed
fulv opened this issue Jul 12, 2015 · 1 comment
Assignees
Milestone

Comments

@fulv
Copy link
Member

fulv commented Jul 12, 2015

When the instance is started, there are a bunch of warnings that should be cleared up in the underlying code. (Note that "Specifying" is misspelled, too.)

2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Name from title' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Name from file name' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Navigation root' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Exclude From navigation' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Next previous navigation toggle' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Allow discussion' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Next previous navigation' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Related items' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Event Basic' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Event Recurrence' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Event Location' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Event Attendees' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Event Contact' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Locking' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:04 WARNING plone.behavior Specifing 'for' in behavior 'Table of contents' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:06 WARNING plone.behavior Specifing 'for' in behavior 'Referenceable' if no 'factory' is given has no effect and is superfluous.
2015-07-12 23:09:08 WARNING plone.behavior Specifing 'for' in behavior 'Multilingual Support' if no 'factory' is given has no effect and is superfluous.
@fulv fulv self-assigned this Jul 12, 2015
@fulv fulv added this to the Plone 5 milestone Jul 12, 2015
vangheem added a commit to plone/buildout.coredev that referenced this issue Jul 13, 2015
vangheem added a commit to plone/buildout.coredev that referenced this issue Jul 13, 2015
Branch: refs/heads/master
Date: 2015-07-12T22:56:31Z
Author: Fulvio Casali (fulv) <fulviocasali@gmail.com>
Commit: plone/plone.app.contenttypes@c99d8c4

Remove superfluous 'for'.

Files changed:
M plone/app/contenttypes/behaviors/configure.zcml
Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2015-07-13T07:29:59+02:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.contenttypes@46955d1

Merge pull request #242 from plone/fulv-warning-plone-behavior

Fixes plone/Products.CMFPlone#669

Files changed:
M plone/app/contenttypes/behaviors/configure.zcml
vangheem added a commit to plone/plone.app.dexterity that referenced this issue Jul 13, 2015
vangheem added a commit to plone/plone.app.relationfield that referenced this issue Jul 13, 2015
vangheem added a commit to plone/buildout.coredev that referenced this issue Jul 13, 2015
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
vangheem added a commit to plone/plone.app.event that referenced this issue Jul 13, 2015
vangheem added a commit to plone/plone.app.lockingbehavior that referenced this issue Jul 13, 2015
vangheem added a commit to plone/buildout.coredev that referenced this issue Jul 13, 2015
Branch: refs/heads/master
Date: 2015-07-12T21:43:25Z
Author: Fulvio Casali (fulv) <fulviocasali@gmail.com>
Commit: plone/plone.app.event@e5652cc

Remove superfluous 'for'.

Files changed:
M plone/app/event/dx/configure.zcml
Repository: plone.app.event
Branch: refs/heads/master
Date: 2015-07-13T07:30:47+02:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.event@7c05a90

Merge pull request #193 from plone/fulv-warning-plone-behavior

Fixes plone/Products.CMFPlone#669

Files changed:
M plone/app/event/dx/configure.zcml
vangheem added a commit to plone/buildout.coredev that referenced this issue Jul 13, 2015
Branch: refs/heads/master
Date: 2015-07-12T21:45:10Z
Author: Fulvio Casali (fulv) <fulviocasali@gmail.com>
Commit: plone/plone.app.lockingbehavior@728ef6e

Remove superfluous 'for'.

Files changed:
M plone/app/lockingbehavior/configure.zcml
Repository: plone.app.lockingbehavior
Branch: refs/heads/master
Date: 2015-07-13T07:30:51+02:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.lockingbehavior@8a8295b

Merge pull request #2 from plone/fulv-warning-plone-behavior

Fixes plone/Products.CMFPlone#669

Files changed:
M plone/app/lockingbehavior/configure.zcml
vangheem added a commit to plone/plone.app.multilingual that referenced this issue Jul 13, 2015
vangheem added a commit to plone/plone.app.referenceablebehavior that referenced this issue Jul 13, 2015
vangheem added a commit to plone/buildout.coredev that referenced this issue Jul 13, 2015
Branch: refs/heads/master
Date: 2015-07-12T22:28:19Z
Author: Fulvio Casali (fulv) <fulviocasali@gmail.com>
Commit: plone/plone.app.multilingual@b2f9d36

Remove superfluous 'for'.

Files changed:
M src/plone/app/multilingual/dx/configure.zcml
Repository: plone.app.multilingual
Branch: refs/heads/master
Date: 2015-07-13T07:31:09+02:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.multilingual@4a3eb7f

Merge pull request #171 from plone/fulv-warning-plone-behavior

Fixes plone/Products.CMFPlone#669

Files changed:
M src/plone/app/multilingual/dx/configure.zcml
vangheem added a commit to plone/buildout.coredev that referenced this issue Jul 13, 2015
Branch: refs/heads/master
Date: 2015-07-12T22:54:59Z
Author: Fulvio Casali (fulv) <fulviocasali@gmail.com>
Commit: plone/plone.app.referenceablebehavior@d5e5fcd

Remove superfluous 'for'.

Files changed:
M plone/app/referenceablebehavior/configure.zcml
Repository: plone.app.referenceablebehavior
Branch: refs/heads/master
Date: 2015-07-13T07:31:18+02:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.referenceablebehavior@11bc52b

Merge pull request #5 from plone/fulv-warning-plone-behavior

Fixes plone/Products.CMFPlone#669

Files changed:
M plone/app/referenceablebehavior/configure.zcml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant