Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
#1045192: D7 Port (BOTCHA) Port to D7
#1510082: BOTCHA D7: form rebuild is not happening properly on invalid submission 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: Re-login problem on multilingual site; Compatibility with Pressflow Cleanup, looks like sessions are handled properly for D7 (different from D6)
#1511034: Error notice on install - Undefined variable "t" Fixed "Undefined vaiable t in botcha_install line 117"
#1511042: No config menu Added configure path to botcha.info
#1534350: Comments crash 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: Drush crash when BOTCHA and rules modules are enabled Fixed drush crash in rules integration due to API changes in rules 7.x-2.x