You are here

CHANGELOG.txt in BOTCHA Spam Prevention 6

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


botcha 6.x-1.10, 2013-01-09
---------------------------
[#1833378] Disabled unstable _botcha_recipe4() (Honeypot2)


botcha 6.x-1.9, 2013-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
[#1800532] by drclaw: Fixed JS errors in IE7


botcha 6.x-1.8, 2012-05-02
--------------------------
[#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
[NOISSUE]  Fixed warning in rules integration


botcha 6.x-1.7, 2011-09-22
--------------------------
[#1180272] Rules integration - botcha_form_approved, botcha_form_rejected, botcha_rules_action_regenerate_seed
[#1004218] Rearranging text order for screen readers again
[#1004218] Added CSS visibility:hidden for screen readers
[#1285092] Make Javascript message more user friendly
[NOISSUE]  Filter sensitive form data from detailed BOTCHA logs
[#1075722] by kndr: Compatibility with pressflow


botcha 6.x-1.6, 2011-08-27
--------------------------
[Roadmap, #1044368] Added forms list to configuration page
[Roadmap] Added admin link option to add/edit BOTCHA to forms
[NOISSUE] Added 'skip BOTCHA' permission
[NOISSUE] Cleanup admin/user/botcha/botcha paths
[#1058110] Fixed validation priority on user_login* forms
[NOISSUE] Fixed missing call to drupal_install_schema in install. duh!
[#1004218] Addition for screen readers. Apparently, they don't hande CSS display:none.
[#1089522] Fixed warning: array_unshift() [function.array-unshift]: The first argument should be an array


botcha 6.x-1.5, 2011-02-01
--------------------------
[NOISSUE] Fixed url query string for non-clean URLs
[#1024106] Fixed problem with Drupal installations in subfolder


botcha 6.x-1.4, 2010-12-19
--------------------------
[NOISSUE] Secret key setting and random generator
[NOISSUE] Secret key generation upon install
[NOISSUE] Clarify loglevels
[NOISSUE] Some weird statistics glitch - counters not self-initialized (cache problem?)
[NOISSUE] Added "No Resubmit" recipe
[NOISSUE] Split Botcha worker code into new botcha.botcha.inc
[NOISSUE] Changed 'noresubmit' recipe error message to account for humans pressing "back" and resubmit
[NOISSUE] Fixed wrong URL and skipped user/register for multi-lingual sites
[NOISSUE] Fixed skipped user/register for non-clean URLs


botcha 6.x-1.3, 2010-12-07
--------------------------
[#991416] Fixed WSOD upon install


botcha 6.x-1.2, 2010-12-07
--------------------------
[NOISSUE] Unneeded code removed
[NOISSUE] Added format to % blocked statistics on status
[NOISSUE] README.txt updated


botcha 6.x-1.1, 2010-12-07
--------------------------
[NOISSUE] Updated README.txt; Split todo items from README.txt into TODO.txt


botcha 6.x-1.0, 2010-11-26
--------------------------
[NOISSUE] Initial commit, First Release
[NOISSUE] First working code, release v1.0
[ROADMAP] Added statistic counters
[ROADMAP] Addded some configuration settings


File

CHANGELOG.txt
View source
  1. botcha 6.x-1.x-dev
  2. ------------------
  3. [#1867180] by retorque: ObscureUrl Recipe breaks in IE7 on node add form
  4. botcha 6.x-1.10, 2013-01-09
  5. ---------------------------
  6. [#1833378] Disabled unstable _botcha_recipe4() (Honeypot2)
  7. botcha 6.x-1.9, 2013-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. [#1800532] by drclaw: Fixed JS errors in IE7
  16. botcha 6.x-1.8, 2012-05-02
  17. --------------------------
  18. [#5308708] Added autocomplete=off to avoid false detects with client's autocomplete
  19. [NOISSUE] Coder style fixes
  20. [NOISSUE] Reworded "Form session reuse detected" message, added "Please try again..."
  21. [NOISSUE] Backported secret key generation cleanup from 7.x-1.x-dev
  22. [NOISSUE] Refactoring: Allow named recipe books other than 'default'; Use form_state to pass '#botcha' value
  23. [NOISSUE] Remove Captcha integration text from help if Captcha module is not present
  24. [NOISSUE] Remove hole in user_login_block protection when accessed via /admin/ path
  25. [NOISSUE] Reworked _form_alter and _form_validate workings to allow clean reset of default values
  26. [NOISSUE] Added simple honeypot recipe suitable for simpletest (no JS)
  27. [#1075722] Backport D7 session handling to D6
  28. [NOISSUE] Added simpletest test cases
  29. [NOISSUE] Fixed warning in rules integration
  30. botcha 6.x-1.7, 2011-09-22
  31. --------------------------
  32. [#1180272] Rules integration - botcha_form_approved, botcha_form_rejected, botcha_rules_action_regenerate_seed
  33. [#1004218] Rearranging text order for screen readers again
  34. [#1004218] Added CSS visibility:hidden for screen readers
  35. [#1285092] Make Javascript message more user friendly
  36. [NOISSUE] Filter sensitive form data from detailed BOTCHA logs
  37. [#1075722] by kndr: Compatibility with pressflow
  38. botcha 6.x-1.6, 2011-08-27
  39. --------------------------
  40. [Roadmap, #1044368] Added forms list to configuration page
  41. [Roadmap] Added admin link option to add/edit BOTCHA to forms
  42. [NOISSUE] Added 'skip BOTCHA' permission
  43. [NOISSUE] Cleanup admin/user/botcha/botcha paths
  44. [#1058110] Fixed validation priority on user_login* forms
  45. [NOISSUE] Fixed missing call to drupal_install_schema in install. duh!
  46. [#1004218] Addition for screen readers. Apparently, they don't hande CSS display:none.
  47. [#1089522] Fixed warning: array_unshift() [function.array-unshift]: The first argument should be an array
  48. botcha 6.x-1.5, 2011-02-01
  49. --------------------------
  50. [NOISSUE] Fixed url query string for non-clean URLs
  51. [#1024106] Fixed problem with Drupal installations in subfolder
  52. botcha 6.x-1.4, 2010-12-19
  53. --------------------------
  54. [NOISSUE] Secret key setting and random generator
  55. [NOISSUE] Secret key generation upon install
  56. [NOISSUE] Clarify loglevels
  57. [NOISSUE] Some weird statistics glitch - counters not self-initialized (cache problem?)
  58. [NOISSUE] Added "No Resubmit" recipe
  59. [NOISSUE] Split Botcha worker code into new botcha.botcha.inc
  60. [NOISSUE] Changed 'noresubmit' recipe error message to account for humans pressing "back" and resubmit
  61. [NOISSUE] Fixed wrong URL and skipped user/register for multi-lingual sites
  62. [NOISSUE] Fixed skipped user/register for non-clean URLs
  63. botcha 6.x-1.3, 2010-12-07
  64. --------------------------
  65. [#991416] Fixed WSOD upon install
  66. botcha 6.x-1.2, 2010-12-07
  67. --------------------------
  68. [NOISSUE] Unneeded code removed
  69. [NOISSUE] Added format to % blocked statistics on status
  70. [NOISSUE] README.txt updated
  71. botcha 6.x-1.1, 2010-12-07
  72. --------------------------
  73. [NOISSUE] Updated README.txt; Split todo items from README.txt into TODO.txt
  74. botcha 6.x-1.0, 2010-11-26
  75. --------------------------
  76. [NOISSUE] Initial commit, First Release
  77. [NOISSUE] First working code, release v1.0
  78. [ROADMAP] Added statistic counters
  79. [ROADMAP] Addded some configuration settings