| Download | Size | md5 hash |
|---|---|---|
| webform-7.x-3.0-beta6.tar.gz | 328.42 KB | b2e32326c4d009b9af6efb190f3623cd |
| webform-7.x-3.0-beta6.zip | 370.94 KB | f6bf8c73556533d3a43e78bc2d304633 |
The Beta 6 version of Webform 3 provides multiple bug fixes relating to conditional logic, upgrade paths, and display issues. It also includes a few minor API enhancements that should make Webform more extensible by other modules.
This update is required to get Webform working in the latest Drupal 7 CVS code, and will be necessary when upgrading to the next released Drupal 7 Alpha (currently we're on Alpha 5, API changes will require this Webform update before upgrading to Drupal 7 Alpha 6). This version is still compatible with Alpha 5 of Drupal 7.
Bug Fixes (Drupal 6 and 7):
#713892: "Submissions for ..." page has broken sorting if >50 submissions
#666508: Unrecoverable error has occurred during update
#821666: Conditional Questions Don't Receive Placeholder in Downloaded CSV
#781786: Missing hidden components in emails when anonymous users submit
#802826: Conditional rules dont work for nested fieldsets
#812690: Don't redirect on submission update
#817424: Anonymous user gets warning: array_keys() expects parameter 1 to be array, null given error
#797370: Conditional Components Always Display When "Multiple" is Used
#774206: Add webform components on translation.module duplication
#768960: Webform nodes no longer can be cloned
#786748: Grid form elements set to mandatory are not mandatory
#787128: HTML is incorrectly stripped from description
#779678: theme_webform_token_help() should always include %profile?
#768928: WSOD on upgraded date fields
Bug Fixes (Drupal 7 only):
#826608: WSOD on admin/content/webform in Drupal 7
#813226: Updating webform component without default value fails
#817094: field_extra_field_weight removed from drupal core
#765308: hook_node_view and hook_node_load should not use & in their parameters
#813828: Use of undefined constant CACHE_DISABLED
#815824: Error when viewing results -> analysis of grid component
#779966: Pre-loading select list options by AJAX does not work in D7
#779346: Email component does not render when viewing submissions, error in theme_webform_display_email()
#775624: Error with limits
New Features (all just API related):
#808922: Add drupal_alter hook into submission render function
#817204: Paging Information missing from $form
#711300: Distinguish between the different types of webform-select when adding #prefix to form elements
#821030: Bind $node and $submission to $form in webform_client_form