The attached patch backports the 7.x-1.x repository version for D6.
I've verified functioning of the tests as well as I can with tamper data, but I do not yet have full faith that the 5 second timer is adequately tested.
| Comment | File | Size | Author |
|---|---|---|---|
| honeypot-backport-to-d6.patch | 2.98 KB | barrett |
Comments
Comment #1
barrett commentedComment #2
geerlingguy commentedI actually started work on this yesterday, but haven't finished. Thanks for the initial stab! There are still a few D6 vs. D7 code style fixes that are needed (comments should be
Implementation of hook_name_here()for D6, etc.).Should be able to post a 6.x-dev release very soon, and would appreciate testing once that's out. Thanks!
Comment #3
geerlingguy commentedI started off your patch above, and fixed a few other issues I found with the admin form and some other things. http://drupalcode.org/project/honeypot.git/commit/c630fd7
Thanks for the help!