Declare that plone.formwidget.captcha provides a Captcha field that can be used by plone.app.discussion to add a Captcha field to comment forms.

svn path=/plone.formwidget.captcha/trunk/; revision=36789
This commit is contained in:
Timo Stollenwerk 2010-05-28 16:35:19 +00:00
parent 189bb35451
commit 05549fd873
2 changed files with 12 additions and 3 deletions

View File

@ -4,7 +4,10 @@ Changelog
1.0a3 - unreleased
------------------
* Declare that plone.formwidget.captcha provides a Captcha field that can be
used by plone.app.discussion to add a Captcha field to comment forms.
[timo]
1.0a2 - 2010-01-28
------------------

View File

@ -1,9 +1,10 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:z3c="http://namespaces.zope.org/z3c"
xmlns:five="http://namespaces.zope.org/five"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:five="http://namespaces.zope.org/five"
xmlns:meta="http://namespaces.zope.org/meta"
xmlns:gs="http://namespaces.zope.org/genericsetup"
xmlns:z3c="http://namespaces.zope.org/z3c"
i18n_domain="plone.formwidget.captcha">
<include package="plone.z3cform" />
@ -41,6 +42,11 @@
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
<!-- Declare that plone.formwidget.captcha provides a Captcha field that
can be used by plone.app.discussion to add a Captcha field to comment
forms. -->
<meta:provides feature="plone.app.discussion-captcha" />
<!--
example:
http://yourplonesite/@@captcha_form