Beyond testing, here is what needs to be done with this module:

  1. By studying the code in the module, it should be straighforward to roll a patch to 4.7. Since I consider the ability to multiple-submit forms a bug, this could potentially be fixed for an upcoming 4.7.* release.
  2. This code (or something similar) absolutely must get into 4.8. This is a knockout criterion for some clients and a major flaw in Drupal in general, and someone needs to step up and push forward to get these features into Drupal 4.8.

Comments

pwolanin’s picture

Do you have a suggested protocol for testing?

robertdouglass’s picture

The only way that I've been testing so far is to click repeatedly on submit buttons and to see if that generates multiple posts. Improvements on the testing technique would be appreciated.

A recent problem that was spotted (and is hopefully fixed) arises when multiple forms exist on the same page. This will be the case when the login form, the search form, webforms from the webform module, the contact form from contact module, or the execute php form from the devel module are on the page together, so be sure to test that case as well.

Thanks for your interest.

pwolanin’s picture

Just taking a look at the module- it seems a bit unfortunate that the recent addition of form tokens http://drupal.org/node/90508
did not address this issue.