forked from plone/plone.formwidget.captcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
74 lines (50 loc) · 1.47 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Changelog
=========
1.0.2 (unreleased)
------------------
* Added Spanish translate
[macagua]
* Renamed README file for the package
[macagua]
* Added git ignore file
[macagua]
* Added more metadata strings for the package
[macagua]
1.0.1 (2012-01-26)
------------------
* Add i18n option and translate to dutch
[maartenkling]
* Use widgets view class attributes in the template.
[romanofski]
1.0 (2011-06-29)
----------------
* Use hashlib module by default.
[thomasdesvenain]
* Zope 2.13 imports (removes warnings under Plone 4.1)
[thomasdesvenain]
1.0b2 - 2010-09-02
------------------
* 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]