Releases for CAPTCHA
captcha 6.x-2.0
First released: September 23, 2009 - 21:56
Size: 148.66 KB
md5_file hash: a10e9524369a07f71195da84f80816ba
Last updated: September 23, 2009 - 22:00
Yay, the times of Beta and RC releases are over, we have a 6.x-2.0 final release!
It's been a long ride, mainly because I (soxofaan) am currently the only active maintainer and I only can do this in my sparsely distributed free time. If you are interested in deeper involvement with this module, feel free to contact me or jump right into the issue queue. Help is welcome on several levels (bug fixing, feature implementation, simpletest, translation, documentation writing, etc).
For users coming from the CAPTCHA 6.x-1.x branch: don not forget to run the update.php script (example.com/update.php) on your setup because the CAPTCHA 6.x-2.x introduces an extra database table. Apart from that, upgrading should be painless and your settings should be kept. One note however: the "Text CAPTCHA" submodule (word choice challenge) was removed from the CAPTCHA 6.x-2.x branch (mainly because it kept back the maintenance of the CAPTCHA core module) and was moved and improved in the CAPTCHA pack module. So, if you used the text CAPTCHA and want to upgrade to CAPTCHA 6.x-2.x, it is recommended to disable and uninstall the text CAPTCHA module first before upgrading.
Changes since DRUPAL-6--2-0-RC3:
- Added watchdog logging of "unknown csid" problem for easier debugging.
captcha 6.x-2.0-rc3
First released: August 27, 2009 - 23:22
Size: 95.33 KB
md5_file hash: 5cca375c55696cf2919dd3b2fbb89f8f
Last updated: August 27, 2009 - 23:25
This release is intended to be the last release candidate before a final CAPTCHA 6.x-2.0 version.
Feature-wise, the goals of CAPTCHA 6.x-2.0 are completed and there are no critical or outstanding bug reports left. However, I decided not to go for a final 6.x-2.0 version because of the following.
This 6.x-2.0-RC3 release is the milestone where the CAPTCHA 6.x-2.x branch becomes the recommended branch for Drupal 6 and the 6.x-1.x branch becomes deprecated (it was already unmaintained for many moons). Switching the "recommendedness" on a release candidate is mainly to increase usage of the 6.x-2.x branch (which is now roughly at 5000) at the expense of the 6.x-1.x branch (which is now roughly at 22000), collecting more feedback and possibly work out some more kinks before the final CAPTCHA 6.x-2.0 version.
captcha 6.x-2.0-rc2
First released: July 3, 2009 - 13:51
Size: 80.19 KB
md5_file hash: f04af543c77026d74c743abc794e92f9
Last updated: July 3, 2009 - 13:55
A 6.x-2.0 release is coming closer!
The large architectural changes are (finally) over.
Only some small issues and kinks to work out.
Changes since DRUPAL-6--2-0-RC1:
captcha 6.x-2.0-rc1
First released: June 13, 2009 - 22:26
Size: 83.03 KB
md5_file hash: 31411d9551200ff5422876aac96069d9
Last updated: June 13, 2009 - 22:30
Changes since DRUPAL-6--2-0-BETA5:
- #463002: dropping the preprocess op in hook_captcha()
- hardcoded CAPTCHA placement on comment_form: the 'Submit' button can be omitted on first submission, which confuses the automatic placement detection.
- fixed problem with CAPTCHA description still showing up after comment preview with correct CAPTCHA response and added test for this
- #467618: made CAPTCHA element placement more foolproof, e.g. when there are no buttons on a form
- added forum_node_form to the default form_ids on install
- fixed problem with node previews (CAPTCHA session ID was not reused, so no multipage form persistence)
- captcha_set_form_id_setting() now also accepts an object with module and type attributes
- #472144 by hctom and soxofaan: PHP error on CAPTCHA admin form submit when no CAPTCHA points defined
captcha 6.x-2.0-beta5
First released: May 17, 2009 - 17:16
Size: 65.98 KB
md5_file hash: 31fc5556501b097035aac48ae85b0150
Last updated: May 17, 2009 - 17:20
Changes since DRUPAL-6--2-0-BETA4:
- #445026: added option to add CAPTCHAs to forms on admin pages
- worked on translations: updated captcha-module.pot, added Dutch translations, fixed typos
- added setting for default challenge type
- added various simpletest tests
- various internal tweaks and cleanups
- worked on image example on admin: moved image example from help string to admin mode image CAPTCHA in admin
form itself (which is cleaner and follows standard more) - #463002 case sensitive/insensitive validation is now a global setting
captcha 6.x-2.0-beta4
First released: April 24, 2009 - 23:04
Size: 52.31 KB
md5_file hash: bf6fae015f39c393960dd95749d26a2d
Last updated: April 24, 2009 - 23:05
Changes since DRUPAL-6--2-0-BETA3:
- implemented admin mode CAPTCHAs (presolved and no validation)
- added simpletest file captcha.test and removed old version of simpletest file
- renamed _captcha_update_captcha_point() to captcha_set_form_id_setting().
- #384814: better checking of TTF support
- removed the double vision feature, which was not very usefull.
- made noise level more fine grained
- various refactoring and code cleanups
captcha 6.x-2.0-beta3
First released: April 7, 2009 - 00:59
Size: 51.76 KB
md5_file hash: 5330c966dbe920b6b6def3f9cc909df8
Last updated: April 7, 2009 - 01:00
Changes since DRUPAL-6--2-0-BETA2:
- #367959: CAPTCHA validation was silently ignored on cached forms
- minor documentation and code style cleanups
- #409210 by domasj and soxofaan: minor typo
- #410016 by domasj and soxofaan: translation updates: removed translations from database schema definitions and other minor translation tweaks
- updated captcha-module.pot
- #423736 by soxofaan: big refactoring in 6.x-2.x branch: use of hook_elements() instead of hook_form_alter()
This is the basic work, follow-up patches with tweaking will follow
captcha 6.x-2.0-beta2
First released: February 2, 2009 - 19:49
Size: 41.32 KB
md5_file hash: 5fc64168bb386816f73f066d7cd04a6d
Last updated: February 2, 2009 - 19:50
Changes since DRUPAL-6--2-0-BETA1:
- #354520 by Anselm Heaton: SQL syntax error
- minor UI tweak: added more descripitive title to collapsible CAPTCHA admin fieldset
- #356407: fixed problem with reCAPTCHA module
- added textfield and select widget to CAPTCHA point table for easier adding form_ids
- minor fix
- #237147: Reordered the "Form protection" fieldset on the CAPTCHA administration page
captcha 6.x-2.x-dev
First released: January 15, 2009 - 19:51
Size: 158.68 KB
md5_file hash: 74f1da027167f99486a2bdaff075863b
Last updated: October 28, 2009 - 00:05
Nightly snapshot of the development version of the CAPTCHA 6.x-2.x branch
captcha 5.x-3.2
First released: January 4, 2009 - 16:31
Size: 75.49 KB
md5_file hash: a1b2f7bebc6d35e69d74e1bde0b27e69
Last updated: January 4, 2009 - 16:35
Since CAPTCHA 5.x-3.1 was already more than one year old, it was time for a new release.
Do not forget to run update.php
This new release brings a lot of new stuff and fixes:
- Added visual structure to the CAPTCHA administration links to make it more user friendly
- #200355: fixed typos with administration/administrator
- Updated Greek translation. Updated captcha-module.pot from latest potx.
- #207234 and #207226: by Pancho: various cleanups and tweaks backported to DRUPAL-5--3
- updated outdated russian translation
- #213928: the list of unsolved challenges per user is now FIFO instead of "flush all when full", removes "You can't request more than @num challenges without solving them" message
- #227478: limited size of text CAPTCHA text field to 15 chars
- #231491: minor cange: added a t(...)
- #231491 (minor): added t(..) to permission strings where needed
- added message after installation linking to CAPTCHA admin for better usability
- #241248: fixed problem with overwriting of #pre_render functions in certain situations
- stupid typo
captcha 6.x-2.0-beta1
First released: January 3, 2009 - 22:29
Size: 40.9 KB
md5_file hash: 2c403c3df398ee453682a0ec29db216e
Last updated: January 3, 2009 - 22:30
First Beta of a rework of the CAPTCHA module, that does not require sessions for storing the challenge solutions, but uses a dedicated table instead.
The use of sessions in the previous versions of the CAPTCHA module is responsible for a large volume of support requests in the issue queue, because of problems with sessions, "user 0", cookies, browser security levels, etc.
Dropping the sessions requirement should eradicate this type of problems.
captcha 6.x-1.0-rc2
First released: April 11, 2008 - 09:04
Size: 46.42 KB
md5_file hash: 6f079f0572fe55e4b1a69cf7fda85ebd
Last updated: April 11, 2008 - 09:05
This release is compatible with the minor menu API change in Drupal 6.2.
Other changes since DRUPAL-6--1-0-RC1:
- #213928: the list of unsolved challenges per user is now FIFO instead of "flush all when full" (removes "You can't request more than @num challenges without solving them" message)
- fixed non working persitence modes CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM and CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL for first preview
- #227478: limited size of text CAPTCHA text field to 15 chars
- #231716: added alt and title attirbutes to image element
- added message after installation linking to CAPTCHA admin for better usability
- #240088: allow form_id's with numeric characters
- minor fixes and tweaks
captcha 6.x-1.0-rc1
First released: February 15, 2008 - 16:17
Size: 39.55 KB
md5_file hash: fe7173cc04b745fd9af092fbbfc4fd0b
Last updated: February 15, 2008 - 16:20
First official release of the Drupal 6 port of the CAPTCHA module.
captcha 6.x-1.x-dev
First released: January 26, 2008 - 16:46
Size: 90.13 KB
md5_file hash: 1721579d1cee93faa05cc876dd15136f
Last updated: October 9, 2009 - 00:06
CAPTCHA development branch for Drupal 6.
captcha 5.x-3.1
First released: December 3, 2007 - 01:29
Size: 45.07 KB
md5_file hash: ca18e90410c47430bd4d1bed06e34b6f
Last updated: December 3, 2007 - 01:30
- #185533 by soxofaan and incrn8: Add a CSS class to the Captcha fieldset
- #183608 by soxofaan: Add requirement check for GD Library when using Image CAPTCHA
- Polish translation update for version 5.x-3.0 by archetwist
- Added alt and title to img element for better accessibility and w3c by soxofaan
- Added check to prevent "notice: Trying to get property of non-object ..." error by soxofaan
- #195882 by soxofaan: Detect if cookies are disabled
- #176909 by Rob Loach: Put CAPTCHA administration links in Field Sets
captcha 5.x-3.0
First released: October 22, 2007 - 15:51
Size: 37.35 KB
md5_file hash: e81f07bb53793728a5b3ab33a0470f0c
Last updated: October 22, 2007 - 15:55
Version 3.0 of the CAPTCHA module features and fixes the following since version 3.0 RC3...
captcha 5.x-3.0-rc3
First released: September 1, 2007 - 13:31
Size: 29 KB
md5_file hash: 93ad9001fd20349981204a8804dd06fe
Last updated: September 1, 2007 - 13:35
Fixed incompatibility with php4.
captcha 5.x-3.0-rc2
First released: August 29, 2007 - 12:14
Size: 29.01 KB
md5_file hash: 8769f80f97f0a2879cc8da7437671313
Last updated: August 29, 2007 - 12:15
Captcha API changed! Many bugs fixed, improvements in UI, user help improved.
And much more stable! ;)
Changes since RC1:
Feature #170203: Adding $Id: $ to files.
Feature #168842: add full path to font selector in image_captcha
Feature #168694: reordering captcha's menu.
Fixed #168759: Fixing permitions problems
Patch #168004: Provide a link to free fonts
Fixed #156503: Allows to avoid having to repeatedly do captchas during multiple previews.
Patch #166534: Adds an overview page with examples of all available captha challenges.
Patch #158613: Minor improvements in captcha API, changing value to response, and anwser to solution
Patch #166517: Minor cosmetic tweaks of 'Math' captcha
Patch #166132: Image Captcha - Font Selector
Patch #167166: Wrong check in captcha module
Patch #166877: image captcha cleans to much of $_SESSION['image_captcha']
Patch #160947: CAPTCHA_DESCRIPTION Untranslatable
Patch #165530: empty captcha_answer before rendering
Patch #165393: Configuration page - not where Readme.txt says it is
Patch #163531: Small typo in module
Patch #158747: small image placement issue with image_captcha
Patch #160947: CAPTCHA_DESCRIPTION Untranslatable
Patch #162312: Font License Issue
Patch #161572: user_login / user_login_form can't be captcha-enabled
captcha 5.x-3.0-rc1
First released: July 19, 2007 - 23:02
Size: 354.38 KB
md5_file hash: 5938151328ba7b08001bd1bdd1f7293a
Last updated: July 19, 2007 - 23:05
New version of captcha.
captcha 5.x-3.x-dev
First released: July 12, 2007 - 19:43
Size: 75.78 KB
md5_file hash: ec5d42e507cc9fdbb9337ba3ea69086f
Last updated: April 11, 2009 - 00:04
Development snapshot of the DRUPAL-5--3 branch
