| 1 |
*******************************************************
|
| 2 |
README.txt for formupdater.module for Drupal
|
| 3 |
by Jeff Robbins :: jeff /@t\ jjeff /d0t\ com
|
| 4 |
*******************************************************
|
| 5 |
|
| 6 |
Let's face it, upgrading modules to the new formapi in
|
| 7 |
Drupal 4.7 can be quite a challenge. Form Updater can
|
| 8 |
help developers with the upgrade by searching through
|
| 9 |
old Drupal code to find calls to old form functions
|
| 10 |
(such as form_textfield, form_radios, etc). It will then
|
| 11 |
reformat these functions as arrays for use with the new
|
| 12 |
Drupal 4.7 formapi. It's far from a complete solution,
|
| 13 |
but it provides a big kick-start for the upgrade.
|