Home » HTML » HTML_QuickForm2_Captcha
Captcha package for QuickForm2
This package is unmaintained.
Download latest release 0.1.2 (archived versions might be outdated)
License: LGPL
Description
Provides anti-spam measures for forms built with QuickForm2
by adding a security question that hopefully only humans
can answer.
Available plugins:
- ReCaptcha.net
- Mathematical questions (numeral captcha)
- Text_CAPTCHA (image, figlet, words, equations)
Maintainers
- Christian Weiske (cweiske) — lead, active
- Rico Sonntag (ricson) — developer, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.6.1)
- HTML_QuickForm2 (>= 2.0.0)
Optional
- Services_ReCaptcha (>= 1.0.1)
- Text_CAPTCHA_Numeral (>= 1.3.0)
- Text_CAPTCHA (>= 0.5.0)
Releases
- 0.1.2 (alpha, 2013-11-04)
Release notes
License: LGPL
- Make package.xml validate against xsd
- 0.1.1 (alpha, 2013-10-11)
Release notes
License: LGPL
- adapt to Text_CAPTCHA 0.5.0 changes
- Fix bug #20083: img tag (Image captcha) missing height and width
- Fix bug #20082: Text_CAPTCHA dependency missing
- Fix bug #20084: PEAR.php not included but using PEAR::isError
- Fix bug #20080: Exception.php missing from package.xml - 0.1.0 (alpha, 2013-07-17)
Release notes
License: LGPL
- First release
- Unit tests
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #20080 | Closed | Bug | 0.1.0 | 2013-10-04 | Exception.php missing from package.xml |
| #20081 | Feedback | Bug | 0.1.0 | 2013-10-04 | No indication that something is wrong when font file does not exist |
| #20082 | Closed | Bug | 0.1.0 | 2013-10-04 | Text_CAPTCHA dependency missing |
| #20083 | Closed | Bug | 0.1.0 | 2013-10-04 | img tag (Image captcha) missing height and width |
| #20084 | Closed | Bug | 0.1.0 | 2013-10-04 | PEAR.php not included but using PEAR::isError |