You are here

CHANGELOG.txt in BOTCHA Spam Prevention 6.2

botcha 6.x-2.x-dev
------------------
[#1861016] by ckng: PHP Fatal error:  Call to a member function addAdminLinks() on a non-object
[#1868686] by retorque: Honeypot2 recipe uses trim() in a way that is not supported in IE7


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