Download & Extend

Releases for Webform Validation

webform_validation 7.x-1.1

Download Size md5 hash
webform_validation-7.x-1.1.tar.gz 18.76 KB f2ee1703c705e490b790d873542b14c7
webform_validation-7.x-1.1.zip 21.7 KB f80a3ce5042f8e007de267b0a0371e7e
Last updated: November 30, 2011 - 20:00
Official release from tag: 7.x-1.1

Release notes

webform_validation 6.x-1.5

Download Size md5 hash
webform_validation-6.x-1.5.tar.gz 19.29 KB 91b7f8cad0181eeb6c41677618ebb415
webform_validation-6.x-1.5.zip 22.18 KB 115dd017cd2a57faa66822807f97ba1e
Last updated: November 30, 2011 - 20:00
Official release from tag: 6.x-1.5

Release notes

webform_validation 6.x-1.4

Download Size md5 hash
webform_validation-6.x-1.4.tar.gz 17.97 KB a26e3285bf00c7219cb8101954402ba3
webform_validation-6.x-1.4.zip 20.95 KB af1fd1cc6ac265073a5b31d3d91d9ca9
Last updated: March 27, 2011 - 21:21
Official release from tag: 6.x-1.4

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

Read more

webform_validation 7.x-1.0

Download Size md5 hash
webform_validation-7.x-1.0.tar.gz 17.57 KB ba6e6705fee319de6c3f06433b79df89
webform_validation-7.x-1.0.zip 20.49 KB 7c7458df325c80e0df92d915643c35db
Last updated: March 27, 2011 - 21:21
Official release from tag: 7.x-1.0

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

Read more

webform_validation 7.x-1.0-rc1

Download Size md5 hash
webform_validation-7.x-1.0-rc1.tar.gz 15.72 KB c09ffed8b762055410eb91f12b72f00e
webform_validation-7.x-1.0-rc1.zip 19.26 KB d44ec9f41fcc739a973769c8bc6bd19d
Last updated: December 31, 2010 - 13:32
Official release from tag: 7.x-1.0-rc1

Release notes

Update of Webform Validation to Drupal 7.

webform_validation 6.x-1.3

Download Size md5 hash
webform_validation-6.x-1.3.tar.gz 15.43 KB bb367378f810a0c3ec8dc0743c882456
webform_validation-6.x-1.3.zip 18.77 KB 0486549165d0db5c9e8aa9d38360c91d
Last updated: December 25, 2010 - 00:11
Official release from tag: 6.x-1.3

Release notes

Changes since last release:

- Fix problem with determining version of Webform module, caused by legacy module files
- By daviddoyle: Add 'specific value' validation rule #896458: A patch for validation of a component equaling a specific value
- Fix issue with safe_key value 0 #886458: safe_key "0" problem
- add possibility to optionally specify min. and / or max. values for Numeric Values validator [##877802]
- By tobiasb fix multistep form validation for forms with fieldsets #833500: Doesn't work for fields inside a fieldset
- Added extra information about escaping reserved characters for the Words blacklist validator #822046: preg_match() warning after webform submit
- Added support for Node Clone module #681128: Support for Node Clone
- Clean up validation rules after a node has been deleted

webform_validation 6.x-1.2

Download Size md5 hash
webform_validation-6.x-1.2.tar.gz 13.85 KB c03b51545403a5d32f7929fa5a8efc96
webform_validation-6.x-1.2.zip 17.02 KB cbb01f31094b2318ff0063b744d4ea8a
Last updated: December 25, 2010 - 00:11
Official release from tag: 6.x-1.2

Release notes

Improvements:

New validation rules:

Bugs:

webform_validation 6.x-1.0

Download Size md5 hash
webform_validation-6.x-1.0.tar.gz 12.03 KB 14a32a4e93c53914a4374197535c8d6a
webform_validation-6.x-1.0.zip 15.08 KB 94c14790d6f222b5508c81f12b62576b
Last updated: December 25, 2010 - 00:11
Official release from tag: 6.x-1.0

Release notes

Initial release of webform_validation module

Subscribe with RSS Syndicate content