source: sipes/modules_contrib/webform/CHANGELOG.txt @ a8b1f3f

stableversion-3.0
Last change on this file since a8b1f3f was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 1.9 KB
Línea 
1Webform 2.x Changelog
2---------------------
3
42.x to 3.0
5----------
6- Module directory structure moved around.
7- Webform configuration moved to an entirely separate tab.
8- E-mail templates are now editable by administrators.
9- Conditional fields.
10- Submissions may be saved as a draft and resumed later.
11- Webform may now be attached to any content type.
12- Public API for allowing other modules to provide components.
13- Public API for interacting with submission save, insert, update, and delete.
14- New rendering capabilities for HTML presentation of submissions and e-mails.
15- Print module support.
16- Basic Views module support.
17- Popup calendar support on Date components (with Date Popup module).
18- New Mollom module integration.
19
201.x to 2.0
21----------
22- Redirect POST option removed.
23- Webform components moved to the "Form components" tab when editing.
24- Webform node structure changed. All webform additions to the node are placed in $node->webform.
25- Clone option added to components.
26- Database storage improved to be more consistent and efficient.
27- Additional e-mails may be sent by modifying the $node->webform['additional_emails'] variable in the Additional Validation field.
28- The values of select and hidden fields may receive e-mails by using the option in Conditional e-mail recipients field.
29- E-mail from name, from address, and from subject may be entered in a text field.
30- The complete webform may be shown in the teaser view of a node.
31- Submit button text may be changed.
32- Theme function theme_webform_create_mailmessage() has been renamed to theme_webform_mail_message().
33- $cid parameter added to theme_webform_mail_message() to create unique e-mails depending on a particular recipient or component.
34- Theme function theme_webform_mail_headers added.
35- Component descriptions are textareas rather than textfields.
36- _webform_filtervalues() has been renamed to _webform_filter_values.
37
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.