unlcms / UNL-CMS

Drupal 7 implementation at the University of Nebraska–Lincoln
http://unlcms.unl.edu/
GNU General Public License v2.0
4 stars 13 forks source link

Webform upgrade to v4 #907

Closed ericras closed 8 years ago

ericras commented 8 years ago

http://unlcms.unl.edu/test/webform/

ericras commented 8 years ago

webform module

7401 - Rewrite token replacement system to use D7 tokens. If needed, please download and install the Token module from drupal.org. Otherwise some tokens will not be rendered.
7402 - Add the webform_conditional database table.
7403 - Convert per-component conditionals to new more flexible conditional system.
7404 - Remove files left over from deleted submissions. Such files are now deleted automatically.
7405 - Add an "extra" column to the e-mail table for for non-queryable options.
7406 - Convert the "webform_use_cookies" setting to "webform_tracking_mode".
7407 - Remove orphaned conditional rules.
7408 - Rename the "mandatory" column to "required".
7409 - Add progress bar columns to the webform table.
7410 - Remove the "teaser" column from the "webform" table.
7411 - Remove [submission:values:x] token use of :nolabel and add :withlabel.
7412 - Split webform_node_types as content type specific.
7413 - Add preview page columns to the webform table.
7414 - Change email subject, from_name and from_address fields to type 'TEXT'.
7415 - Increase length of webform.redirect_url.
7416 - Add columns for serial numbered submissions. Add serial numbers to existing submissions.
7417 - Change webform_component.name to text to allow for longer labels.
7418 - Upgrade the "extra" column in the e-mail table to be consistent with a new webform installation. In version 7.x-4.0-rc6 and earlier, the extra field was added with 'not null' FALSE, cause the schema module to report in mismatch. While functionally this causes no problem, this update removes the schema module's warning.
7419 - Add an index on submitted data.
7420 - Extend access to the WEBFORM tab to anyone who can access the node's EDIT tab.
7421 - Set the administrator option for an HTML-capable mail system to the current automatically-detected option.
7422 - Remove the administrator option "Include webform forms in search index" and rely on the Search Index view mode instead.
7423 - Convert conditionals to be able to support multiple actions per conditional. Backup your database before proceeding. WARNING: Sites with many, many conditionals should execute this update via drush to avoid a PHP timeout.
7424 - Convert conditional actions of "hide" to "isn't shown".
7425 - Add "exclude empty" option to emails.
7426 - Add configuration to continue sending individual e-mails to multiple recipients.
7427 - Add database columns for submission completed and modified timestamps. Sites with many submissions may wish to use drush to execute this update.
7428 - Add a "confidential" option to webforms.
7429 - Add a column to the submission table to store the page on which to resume a draft. Sites with many, many submissions may wish to execute this update with 'drush updatedb'.
7430 - Add a column to the emails table to allow disabling.