Form Updater
Component type
Categories
Downloads
Component created
Component changed
Let's face it, upgrading old modules to the new form API in Drupal 4.7 can be quite a challenge. Form Updater can help developers with the upgrade by automatically searching through old Drupal code to find calls to old form functions (such as form_textfield, form_radios, etc). It will then reformat these functions as arrays for use with the new Drupal 4.7 form API. It's far from a complete solution, but it provides a big kick-start for the upgrade.
This module uses the new form api itself, so it requires the CVS (4.7) version of Drupal in order to run.