Downloads

Download tar.gz 101.03 KB
MD5: 08069bc9c0a51ec5e7ce81480245efbb
SHA-1: c8ed17676875f63d797d9f4301d08e527c65203c
SHA-256: 48435ca9df58aff5980e19b4614677a0d2005fecff8db6fffa693f03c96cec96
Download zip 109.46 KB
MD5: 45e6b8142da01024e9484e59d57ef334
SHA-1: 407e4d4b397638108db94a19aa2c83b9205e1817
SHA-256: d309ebd90f6051a71115b35dcda378fee786f8a92c8455b22e125c7eaac09690

Release notes

Changes since 6.x-2.4:

  • #1701050: replace strtolower() with drupal_strtolower()
  • #1597970 by drupalishsandip and soxofaan: PHP sucks at comparing strings that look like numbers
  • be more explicit in $form_state['captcha_info'] about this and posted form_id
  • #1479370 by Robin Millette: added isset check for undefined property stdClass::$captcha_type
  • #960270: no need anymore for workaround for CAPTCHA on login forms
  • GD library availability check should look for imagepng function (which is required), not imagejpeg (which is optional). Related to issue #1337366.
  • #1024370: Make sure we can use a top level form value $form_state['values']['captcha_response'], even if the form has #tree=true.
  • properly sort result of ctools_export_load_object for on settings page. (follow up of of issue #825088)
  • Preloaded captcha points default to 'none' (follow up of issue #825088)
  • #825088: tweaked patch from comments #9 and #12
  • refactored captcha_get_captcha_points helper function to (part of issue #825088)
  • first simple implementation: click image for reload
  • remove unneeded id-attribute on captcha description
  • #1142606: added css class to CAPTCHA admin links fieldset
  • #976436 by matheusgorino, soxofaan: Adds an ob_end_clean to prevent the output image from being corrupted.
  • removing aditional empty line in the end of file
  • minor change in the readme file
  • Removing translation directories
  • Stripping CVS keywords
  • one of my better commits
  • #893810: CAPTCHA should also be possible on login block on "access denied" admin pages
Created by: wundo
Created on: 25 Jun 2013 at 23:49 UTC
Last updated: 22 Sep 2014 at 14:23 UTC
New features
Bug fixes
Unsupported

Other releases