You are here

CHANGELOG.txt in CAPTCHA After 6

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
CAPTCHA After  x.x-x.x, xxxx-xx-xx
----------------------------------


CAPTCHA After  6.x-1.2, 2011-06-30
--------------------------------------
by pivica: Replace session submit threshold with flood submit threshold. 
  Storing submit count in session can be avoided by clearing cookies.
by pivica: Disable some of captcha_after threshold check with empty or 0 
  threshold value.
by pivica: Captcha after global thresholds can now be overridden per form.


CAPTCHA After  6.x-1.1, 2011-03-01
----------------------------------
#1063026 by pivica: captcha_after did not work for captcha 6.x-2.4 because
  of a small database change.


CAPTCHA After  6.x-1.0, 2010-09-28
----------------------------------
by Matt V.: Modified admin form to direct users to configure CAPTCHA for at
  least one form before CAPTCHA After can be enabled.
by Matt V.: Corrected CVS ID strings that had been checked in their expanded
  forms.


CAPTCHA After  6.x-1.0-DEV, 2010-09-24
--------------------------------------
by pivica: Added simple tests.
by pivica: Fixed bug for captcha protection on node forms.


CAPTCHA After  6.x-1.0-DEV, 2010-08-28
--------------------------------------
by Matt V.: minor modifications (mostly to documentation), based on
  recommendations from the Coder module.


CAPTCHA After  6.x-1.0-DEV, 2010-08-11
--------------------------------------
by pivica: Fixed captcha form list on admin page not showing all captcha enabled
  forms.
by pivica: Fixed captcha after handling for other forms - it only worked
  correctly for user login/ register/pass forms. New code tested with webform
  captcha protected form.


CAPTCHA After  6.x-1.0-DEV, 2010-08-07
--------------------------------------
by pivica: Initial release of captcha_after module. Check
  http://drupal.org/node/536274 thread for explanation of module creation
  history.
by Matt V.: Added flooding threshold options.
by Matt V.: Moved administration page to separate file.

File

CHANGELOG.txt
View source
  1. CAPTCHA After x.x-x.x, xxxx-xx-xx
  2. ----------------------------------
  3. CAPTCHA After 6.x-1.2, 2011-06-30
  4. --------------------------------------
  5. by pivica: Replace session submit threshold with flood submit threshold.
  6. Storing submit count in session can be avoided by clearing cookies.
  7. by pivica: Disable some of captcha_after threshold check with empty or 0
  8. threshold value.
  9. by pivica: Captcha after global thresholds can now be overridden per form.
  10. CAPTCHA After 6.x-1.1, 2011-03-01
  11. ----------------------------------
  12. #1063026 by pivica: captcha_after did not work for captcha 6.x-2.4 because
  13. of a small database change.
  14. CAPTCHA After 6.x-1.0, 2010-09-28
  15. ----------------------------------
  16. by Matt V.: Modified admin form to direct users to configure CAPTCHA for at
  17. least one form before CAPTCHA After can be enabled.
  18. by Matt V.: Corrected CVS ID strings that had been checked in their expanded
  19. forms.
  20. CAPTCHA After 6.x-1.0-DEV, 2010-09-24
  21. --------------------------------------
  22. by pivica: Added simple tests.
  23. by pivica: Fixed bug for captcha protection on node forms.
  24. CAPTCHA After 6.x-1.0-DEV, 2010-08-28
  25. --------------------------------------
  26. by Matt V.: minor modifications (mostly to documentation), based on
  27. recommendations from the Coder module.
  28. CAPTCHA After 6.x-1.0-DEV, 2010-08-11
  29. --------------------------------------
  30. by pivica: Fixed captcha form list on admin page not showing all captcha enabled
  31. forms.
  32. by pivica: Fixed captcha after handling for other forms - it only worked
  33. correctly for user login/ register/pass forms. New code tested with webform
  34. captcha protected form.
  35. CAPTCHA After 6.x-1.0-DEV, 2010-08-07
  36. --------------------------------------
  37. by pivica: Initial release of captcha_after module. Check
  38. http://drupal.org/node/536274 thread for explanation of module creation
  39. history.
  40. by Matt V.: Added flooding threshold options.
  41. by Matt V.: Moved administration page to separate file.