Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 17.57 KB
MD5: ba6e6705fee319de6c3f06433b79df89
SHA-1: ec40e0db82a6399ff0cd35889d258578d89d98e4
SHA-256: 486802ceaccc335e4f0b5b1c4ade2aa845519bd0f1b2ba0a51251a7558089cee
Download zip 20.49 KB
MD5: 7c7458df325c80e0df92d915643c35db
SHA-1: f34b42d1fd42aa876995a76e274901bfa46f8ae0
SHA-256: c1d343abd989fe9786fce89d7f35f14ccdcb9447d084c0e47be5f2b583b570aa

Release notes

This maintenance release contains mostly bugfixes and small improvements to existing functionality.

IMPORTANT:
This release introduces a new syntax to specify the range for numeric validation rules.
Make sure to run update.php (after taking a backup!) to have your old syntax converted to the new one.
Also make sure to check your existing numeric validation rules to check if they are still working as expected!

Improvements:

- #1053548: Validate input as username - by alakon: add username validation rule
- #980154: Must be empty Rule doesn't work on Hidden Fields - by B-Prod: use "Must be empty" validation rule on hidden components
- #1048342: Ability to validate all hidden fields: add "hidden" component to relevant validation rules
- #1097330: Numeric validation: range inconsistency: allow custom data on validation rules to be optional
- #907288: Introduce a 'Maximum words' / 'Word limit' validation - by 8ballmedia et al: Add minimum / maximum word rule
- #1078452: "Select (or other)" Module Max Length Validation: Add support for Select (or Other) module
- #1029350: Warning: preg_match() [function.preg-match]: Unknown modifier '^' in webform_validation_webform_validation_validate() (line 370 : Add note that regex validation rule shouldn't have delimiters
- #1101748: Numeric Values Validation with range allows negative values: Refactor numeric value validator range syntax

Bugs:
- Fix problem with validation rules validating elements on multiple pages of the form
- Fix various PHP notice bugs
- #1088254: Split function deprecated, php 5.3, Numeric Range - by jtwalters: use explode() function instead of deprecated split()

- #833500: Doesn't work for fields inside a fieldset - by Gregely Varga: fix page count initialisation
- #1076876: Undefined property: stdClass::$clone_from_original_nid - by mikewink: make sure node_clone code is not run if module is not available
- #1063152: PDOException while cloning a Webform: fix PDOException on node cloning
- #1072824: Numeric validator should validate on empty non-required fields - by pdrake: Don't perform numeric validation of no value was entered
- Fix array_filter error for single select components
- #1067364: Specific value for select (checkbox) doesn't work: Make specific_value and multiple select component work together
- #978490: With RegExp, an 0 is accepted :Make sure "0" entered value gets validated as well

Created by: svendecabooter
Created on: 27 Mar 2011 at 21:17 UTC
Last updated: 1 Aug 2018 at 23:53 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases