Skip to content

1.x-1.3.1

Compare
Choose a tag to compare
@herbdool herbdool released this 13 Mar 14:01
· 188 commits to 1.x-1.x since this release

1.x-1.3.1 (via Drupal Webform 7.x-4.11) fixes a number of bugs and adds a few new features, representing a significant amount of work by DanChadwick.

Notable features

  • Component descriptions may now be placed before the component, rather than just after.
  • Submissions may now be exported to a csv file with CRLF (PC-style) line endings.

Issues:

From 7.x-4.11:

  • #2568637 by DanChadwick: Fixed download of multiple select options with key of 0 shows always checked.
  • #2555119 by DanChadwick: Provide session when any submission link has passed token access.
  • #2565063 by TAT_Audaxis: Fix fatal error when Email component is a Conditional target.
  • #2562703 by DanChadwick: Fixed Multistep + File Input = Duplicate Submissions.
  • #2555683 by dagmar: Fixed hook_webform_exporters and hook_webform_exporters_alter are not documented
  • #284431 by bjmiller121, DanChadwick: Add option to place descriptions above fields.
  • #2544990 by DanChadwick: Fixed PHP notices in webform_submission_create with multipage webforms.
  • #2542796 by DanChadwick: Fixed markup components on multi-page webform causes watchdog warnings.
  • #2538716 by acrollet: Added make original submission data available to modules implementing hook_webform_submission_update.
  • #2541948: Fixed JavaScript webform.dateValue docblock is wrong.
  • #2539954 by DanChadwick: Fixed whitespace coding standard nonconformance.
  • #2536426 by DanChadwick: Fixed position fieldset is incorrectly displayed in "Select options" component edit page.
  • #2535378 by DanChadwick: Fixed invalid argument in foreach in webform_format_email_address().
  • #2533010 by rv0, DanChadwick: Added support exporting with alternative line endings (e.g.: CRLF).
  • #2535066 by asct, DanChadwick: Fixed conditionals watchdog logging format incorrect.

From Backdrop:

  • Issue #76 Webform upgrade Fatal Error: Cannot use lexical variable $value as a parameter name. (Via Drupal Issue #2811063)