| 1 |
Webform 2.x Changelog
|
| 2 |
---------------------
|
| 3 |
|
| 4 |
2.x to 3.0
|
| 5 |
----------
|
| 6 |
- Module directory structure moved around.
|
| 7 |
|
| 8 |
1.x to 2.0
|
| 9 |
----------
|
| 10 |
- Redirect POST option removed.
|
| 11 |
- Webform components moved to the "Form components" tab when editing.
|
| 12 |
- Webform node structure changed. All webform additions to the node are placed in $node->webform.
|
| 13 |
- Clone option added to components.
|
| 14 |
- Database storage improved to be more consistent and efficient.
|
| 15 |
- Additional e-mails may be sent by modifying the $node->webform['additional_emails'] variable in the Additional Validation field.
|
| 16 |
- The values of select and hidden fields may receive e-mails by using the option in Conditional e-mail recipients field.
|
| 17 |
- E-mail from name, from address, and from subject may be entered in a text field.
|
| 18 |
- The complete webform may be shown in the teaser view of a node.
|
| 19 |
- Submit button text may be changed.
|
| 20 |
- Theme function theme_webform_create_mailmessage() has been renamed to theme_webform_mail_message().
|
| 21 |
- $cid parameter added to theme_webform_mail_message() to create unique e-mails depending on a particular recipient or component.
|
| 22 |
- Theme function theme_webform_mail_headers added.
|
| 23 |
- Component descriptions are textareas rather than textfields.
|
| 24 |
- _webform_filtervalues() has been renamed to _webform_filter_values.
|
| 25 |
|
| 26 |
$Id: CHANGELOG.txt,v 1.3 2009/05/07 22:38:13 quicksketch Exp $
|