You are here

CHANGELOG.txt in BOTCHA Spam Prevention 6.3

botcha 6.x-3.x-dev
------------------
[#1861016] by ckng: PHP Fatal error:  Call to a member function addAdminLinks() on a non-object
[#1867180] by retorque: ObscureUrl Recipe breaks in IE7 on node add form
[#1962416] by iva2k: watchdog_exception() is not present in Drupal 6
[#1974430] by monnerat: Botcha class name
[#1991984] PHP warnings, simpletest exception


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