This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plone.formwidget.captcha/CHANGES.txt

41 lines
964 B
Plaintext

Changelog
=========
1.0b2 - unreleased
------------------
* Specify allowed_attributes for the captcha view, so the image/audio pages
are accessible in Zope 2.12.9+.
[hannosch]
* Move to plone.app.discussion-captcha feature declaration to meta.zcml.
[timo]
* Fix verify method for empty string input values. This is necessary for
plone.app.discussion 1.0b5 compatibility.
[timo]
1.0b1 - 2010-06-02
------------------
* Fix _generate_words method. The "nowish" variable tells us in which 5 minutes
slot we are in. Therefore we increment the time slot by 1, not by 5 (minutes).
[tbesluau]
* 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
------------------
* Updated package metadata and marked this as a Plone add-on.
[hannosch]
1.0a1 - 2009-08-28
------------------
* Initial release
[timo]