You are here

CHANGELOG.txt in BOTCHA Spam Prevention 7

botcha 7.x-1.x-dev
------------------
[#1867180] by retorque: ObscureUrl Recipe breaks in IE7 on node add form


botcha 7.x-1.5, 2012-01-09
--------------------------
[#1833378] Disabled unstable _botcha_recipe4() (Honeypot2)


botcha 7.x-1.4, 2012-01-08
--------------------------
[#1637548] Fixed "Undefined variable: path in _botcha_url()"
[#1694962] Fixed "Undefined index: xxxx_name in botcha_form_alter_botcha()"
[#1788978] by Staratel: Move rule action to group BOTCHA
[NOISSUE]  Added _POST and _GET to loglevel 5
[NOISSUE]  Added _SERVER to loglevel 5
[NOISSUE]  Added honeypot_js_css2field recipe
[#1800406] by drclaw: Fixed array merge error in _form_set_class() 
[#1800532] by drclaw: Fixed JS errors in IE7


botcha 7.x-1.0, 2012-05-02
--------------------------
[#1045192] Port to D7
[#1510082] Fixed form rebuild was not happening properly - D7 ignores global $conf['cache'] and needs $form_state['no_cache'] instead
[NOISSUE]  Removed global $conf['cache'] = 0, all notes on performance and caching
[NOISSUE]  Reworded "Form session reuse detected" message, added "Please try again..."
[NOISSUE]  Copied some goodies from CAPTCHA, added update_7000 to rename form ids in BOTCHA points
[#1075722] Cleanup, looks like sessions are handled properly for D7 (different from D6)
[#1511034] Fixed "Undefined vaiable t in botcha_install line 117"
[#1511042] Added configure path to botcha.info
[#1534350] Fixed comments crash (due to remnant D6 hack)
[NOISSUE]  Refactoring: Allow named recipe books other than 'default'; Use form_state to pass '#botcha' value
[NOISSUE]  Fixed lost recipe selector for add new on BOTCHA admin page
[NOISSUE]  Remove Captcha integration text from help if Captcha module is not present
[NOISSUE]  Remove hole in user_login_block protection when accessed via /admin/ path
[NOISSUE]  Reworked _form_alter and _form_validate workings to allow clean reset of default values
[NOISSUE]  Added simple honeypot recipe suitable for simpletest (no JS)
[NOISSUE]  Added simpletest test cases
[#1544124] Fixed drush crash in rules integration due to API changes in rules 7.x-2.x


botcha 6.x-1.x-dev
------------------
[#5308708] Added autocomplete=off to avoid false detects with client's autocomplete
[NOISSUE]  Coder style fixes
[NOISSUE]  Reworded "Form session reuse detected" message, added "Please try again..."
[NOISSUE]  Backported secret key generation cleanup from 7.x-1.x-dev
[NOISSUE]  Refactoring: Allow named recipe books other than 'default'; Use form_state to pass '#botcha' value
[NOISSUE]  Remove Captcha integration text from help if Captcha module is not present
[NOISSUE]  Remove hole in user_login_block protection when accessed via /admin/ path
[NOISSUE]  Reworked _form_alter and _form_validate workings to allow clean reset of default values
[NOISSUE]  Added simple honeypot recipe suitable for simpletest (no JS)
[#1075722] Backport D7 session handling to D6
[NOISSUE]  Added simpletest test cases


File

CHANGELOG.txt
View source
  1. botcha 7.x-1.x-dev
  2. ------------------
  3. [#1867180] by retorque: ObscureUrl Recipe breaks in IE7 on node add form
  4. botcha 7.x-1.5, 2012-01-09
  5. --------------------------
  6. [#1833378] Disabled unstable _botcha_recipe4() (Honeypot2)
  7. botcha 7.x-1.4, 2012-01-08
  8. --------------------------
  9. [#1637548] Fixed "Undefined variable: path in _botcha_url()"
  10. [#1694962] Fixed "Undefined index: xxxx_name in botcha_form_alter_botcha()"
  11. [#1788978] by Staratel: Move rule action to group BOTCHA
  12. [NOISSUE] Added _POST and _GET to loglevel 5
  13. [NOISSUE] Added _SERVER to loglevel 5
  14. [NOISSUE] Added honeypot_js_css2field recipe
  15. [#1800406] by drclaw: Fixed array merge error in _form_set_class()
  16. [#1800532] by drclaw: Fixed JS errors in IE7
  17. botcha 7.x-1.0, 2012-05-02
  18. --------------------------
  19. [#1045192] Port to D7
  20. [#1510082] Fixed form rebuild was not happening properly - D7 ignores global $conf['cache'] and needs $form_state['no_cache'] instead
  21. [NOISSUE] Removed global $conf['cache'] = 0, all notes on performance and caching
  22. [NOISSUE] Reworded "Form session reuse detected" message, added "Please try again..."
  23. [NOISSUE] Copied some goodies from CAPTCHA, added update_7000 to rename form ids in BOTCHA points
  24. [#1075722] Cleanup, looks like sessions are handled properly for D7 (different from D6)
  25. [#1511034] Fixed "Undefined vaiable t in botcha_install line 117"
  26. [#1511042] Added configure path to botcha.info
  27. [#1534350] Fixed comments crash (due to remnant D6 hack)
  28. [NOISSUE] Refactoring: Allow named recipe books other than 'default'; Use form_state to pass '#botcha' value
  29. [NOISSUE] Fixed lost recipe selector for add new on BOTCHA admin page
  30. [NOISSUE] Remove Captcha integration text from help if Captcha module is not present
  31. [NOISSUE] Remove hole in user_login_block protection when accessed via /admin/ path
  32. [NOISSUE] Reworked _form_alter and _form_validate workings to allow clean reset of default values
  33. [NOISSUE] Added simple honeypot recipe suitable for simpletest (no JS)
  34. [NOISSUE] Added simpletest test cases
  35. [#1544124] Fixed drush crash in rules integration due to API changes in rules 7.x-2.x
  36. botcha 6.x-1.x-dev
  37. ------------------
  38. [#5308708] Added autocomplete=off to avoid false detects with client's autocomplete
  39. [NOISSUE] Coder style fixes
  40. [NOISSUE] Reworded "Form session reuse detected" message, added "Please try again..."
  41. [NOISSUE] Backported secret key generation cleanup from 7.x-1.x-dev
  42. [NOISSUE] Refactoring: Allow named recipe books other than 'default'; Use form_state to pass '#botcha' value
  43. [NOISSUE] Remove Captcha integration text from help if Captcha module is not present
  44. [NOISSUE] Remove hole in user_login_block protection when accessed via /admin/ path
  45. [NOISSUE] Reworked _form_alter and _form_validate workings to allow clean reset of default values
  46. [NOISSUE] Added simple honeypot recipe suitable for simpletest (no JS)
  47. [#1075722] Backport D7 session handling to D6
  48. [NOISSUE] Added simpletest test cases