Downloads

Download tar.gz 17.97 KB
MD5: a26e3285bf00c7219cb8101954402ba3
SHA-1: c13a903603e6e49e03f74019ac85fbe8ccb3f565
SHA-256: 7bd5ca37e0a4ef3202ca5a2639f91c31ba364142d707f062670077fdaa1ffaa8
Download zip 20.95 KB
MD5: af1fd1cc6ac265073a5b31d3d91d9ca9
SHA-1: bd43c29b83d51f875f097938e94059062fa58e6a
SHA-256: 0a41b1ece9894acc46edaa7a4ea666143b556264f999ed3db91eb4b1e0b6916c

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 22:49 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases