clientside_validation 7.x-1.31
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.31.tar.gz | 62.71 KB | b904163159c62af211553a95296d0bf1 |
| clientside_validation-7.x-1.31.zip | 72.14 KB | 925fca8da634160359cd68f30890a312 |
Release notes
Changes since 7.x-1.30:
- check for any step, case insensitive
- #1503248 by Stepan Kabele: Fixed Integer min value not checked when max value is not entered.
- #1501976 by gopisundar: Pop up for error messages.
- #1468868 by saidatom: Added WEBFORM Validation DATA and select.
- #1500918 by kervi: Fixed Error message Notice: Undefined index: decimal_separator() in clientside_validation_regular() (line 81 of /home/u5444/domains/meds.
- #1499520 by drajan: Fixed Undefined index: #name on webforms after update to 1.30.
- coder review
clientside_validation 7.x-1.30
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.30.tar.gz | 62.52 KB | 39b2c7536e71210008bdde1e817bea58 |
| clientside_validation-7.x-1.30.zip | 71.93 KB | 9fd9c82abeae91da20a250dcaf09fb02 |
Release notes
Issue #1468958: Coding standards / code review by Liam Morland
Issue #1468966: Error message Notice: Undefined index: #type by Liam Morland
Issue #1468968: Remove unused code by Liam Morland
Issue #1484322: warning: json_decode() expects parameter 1 to be string, array given by Bartezz
Issue #1480748: Wrong validation on CCK not required checkboxes by lesergi
clientside_validation 6.x-1.30
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.30.tar.gz | 65.63 KB | 0b605d652a4f41e9281f2139c6caf742 |
| clientside_validation-6.x-1.30.zip | 71.94 KB | a6df002ca3b86f4cad1f48efa580bd92 |
Release notes
Issue #1484322: warning: json_decode() expects parameter 1 to be string, array given by Bartezz
Issue #1480748: Wrong validation on CCK not required checkboxes by lesergi
clientside_validation 6.x-1.29
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.29.tar.gz | 65.62 KB | eaabeb63656936570bf0d57aeb4eaeeb |
| clientside_validation-6.x-1.29.zip | 71.93 KB | fbbb6de4239b92863bf414cc8b7d5a15 |
Release notes
Issue #1484322: warning: json_decode() expects parameter 1 to be string, array given by Bartezz
Issue #1480748: Wrong validation on CCK not required checkboxes by lesergi
clientside_validation 7.x-1.28
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.28.tar.gz | 62.53 KB | 29d6a536ec8394442a12c988d589fec0 |
| clientside_validation-7.x-1.28.zip | 71.93 KB | 85c5d6b06198d9a70227387aea083936 |
Release notes
Issue #1468958: Coding standards / code review by Liam Morland
Issue #1468966: Error message Notice: Undefined index: #type by Liam Morland
Issue #1468968: Remove unused code by Liam Morland
Issue #1484322: warning: json_decode() expects parameter 1 to be string, array given by Bartezz
Issue #1480748: Wrong validation on CCK not required checkboxes by lesergi
clientside_validation 6.x-1.28
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.28.tar.gz | 65.63 KB | 6b253ccc2e42cb297d6b1c41baa78fd6 |
| clientside_validation-6.x-1.28.zip | 71.93 KB | 468dca1debaf1fefab5b3fceaab230f0 |
Release notes
Issue #1484322: warning: json_decode() expects parameter 1 to be string, array given by Bartezz
Issue #1480748: Wrong validation on CCK not required checkboxes by lesergi
clientside_validation 7.x-1.27
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.27.tar.gz | 61.8 KB | cd19225cacabb75b20fdaf823f118fd4 |
| clientside_validation-7.x-1.27.zip | 71.23 KB | c4b63d79a5bbd14aebeb1194c9c60ae1 |
Release notes
New Features:
- Clientside Validation now supports following new FAPI Validation Rules:
- Must be empty
- Require at least one of two
- Require at least one of several
- Blacklist
- Minimum words
- Maximum words
clientside_validation 6.x-1.27
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.27.tar.gz | 65.57 KB | a6d0daf9fd00821490d7d201482432cd |
| clientside_validation-6.x-1.27.zip | 71.89 KB | 2ebcf30d45964d8b0b78e10f6b33bb56 |
Release notes
Bug Fixes:
Issue #1403180: Validating "must be equal" on E-mail and Confirm E-mail fields by purity_of_essence
Issue #1413804: Undefined index #name on mandatory file field by gopisundar
Issue #1419078: Call to undefined function clientside_validation_form_after_build_recurse() in by lucashedding
Issue #1434136: PHP Notice in line 226 of clientside_validation_webform.module by sameer
New Features:
- Clientside Validation now supports following new FAPI Validation Rules:
- Must be empty
- Require at least one of two
- Require at least one of several
- Blacklist
- Minimum words
- Maximum words
clientside_validation 7.x-1.26
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.26.tar.gz | 61.95 KB | 584d02c8d86b6571125f385360bc2507 |
| clientside_validation-7.x-1.26.zip | 71.28 KB | 4ee2220234e534d0e75bc252b7e77ca4 |
Release notes
Following bugs were fixed:
- Issue #1406326: Clientside validation is not working for user registration fields created using profile2 by gopisundar
- Issue #1403180: Validating "must be equal" on E-mail and Confirm E-mail fields by purity_of_essence
- Issue #1413804: Undefined index #name on mandatory file field by gopisundar
- Issue #1434136: PHP Notice in line 226 of clientside_validation_webform.module by sameer
Following features were added:
- Issue #1415174: Clientside Validation doesn`t work with HTML5 Tools module by rootical
clientside_validation 7.x-1.25
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.25.tar.gz | 60.79 KB | 3b992da385df8b515a89b926f6c79460 |
| clientside_validation-7.x-1.25.zip | 70.29 KB | e24cdf77cfaf8138744a19f96648fe12 |
Release notes
fixed some typos
clientside_validation 7.x-1.24
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.24.tar.gz | 60.81 KB | a807553c19b152d5fe8a2e351b833c2f |
| clientside_validation-7.x-1.24.zip | 70.3 KB | e6e0b4df38dbd51d00845bdc7fc81526 |
Release notes
Issue #1355546: Undefined variable by torbeng: Fixed Undefined variable.
clientside_validation 6.x-1.24
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.24.tar.gz | 64.1 KB | e83052885789c9a88ec0ec99d4ed8171 |
| clientside_validation-6.x-1.24.zip | 70.45 KB | 7a63b09671b9fdf2cacd4d0a9acf6cca |
Release notes
Issue #1355546: Undefined variable by torbeng: Fixed Undefined variable.
clientside_validation 7.x-1.23
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.23.tar.gz | 60.76 KB | e2f308a38b3cdad251b1d84fe1c342a7 |
| clientside_validation-7.x-1.23.zip | 70.26 KB | e226cb4b9cde431b96515dc88881179e |
Release notes
Added support for webform validations minimum and maximum selections on checkboxes
clientside_validation 6.x-1.23
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.23.tar.gz | 64.07 KB | 88b5b2cd30585aedb8a3fdf65b78d390 |
| clientside_validation-6.x-1.23.zip | 70.42 KB | f778b16c03e55f2412046cb598b962e0 |
Release notes
Added support for webform validations minimum and maximum selections on checkboxes
clientside_validation 7.x-1.22
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.22.tar.gz | 60.45 KB | 04d408b9287c37f600696ac83472d220 |
| clientside_validation-7.x-1.22.zip | 69.92 KB | fedb36bb386dbb6a96b558ede27b1b51 |
Release notes
Issue #1337458 by kingandy: Fixed @todo javsacript comment breaks IE.
clientside_validation 6.x-1.22
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.22.tar.gz | 63.76 KB | a04480f4dc63a68382610089b4f45b1e |
| clientside_validation-6.x-1.22.zip | 70.08 KB | 9c02d30970584eb1d6a313d856cbf10c |
Release notes
Issue #1337458 by kingandy: Fixed @todo javsacript comment breaks IE.
clientside_validation 7.x-1.21
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.21.tar.gz | 60.46 KB | 8cef054c8f0e6544f3665156a36baa25 |
| clientside_validation-7.x-1.21.zip | 69.93 KB | 51f7474196d3152aed0ea316f7091062 |
Release notes
Issue #1327320 by attiks, Jelle_S | kaizerking: Fixed Call to undefined function clientside_validation_form_after_build_recurse() in .
clientside_validation 7.x-1.20
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-7.x-1.20.tar.gz | 60.46 KB | 5d613ad33674496a038ffa51de27a736 |
| clientside_validation-7.x-1.20.zip | 69.94 KB | f5fb47dc440e9143e43112361b2d9efe |
Release notes
List of commits for this release:
- Issue #1241366: disable on all admin pages by igorik: Added disable on all admin pages.
- Added support for number HTML5 element + setting to replace HTML5 validation with clientside validation
- moved html5 support to seperate submodule. Added possibility for other modules to add custom javascript rules
- added html5 url support, see also #1174630: Add new HTML5 FAPI element: url
- added validate options + added support for html5 email field, see also #1174620: Add new HTML5 FAPI element: email
- added support for HTML5 range element. see also #1174646: Add new HTML5 FAPI element: range
- support html5 pattern element, see also #1174766: Support the #pattern FAPI property for native HTML5 pattern attribute
- support html5 telephone and search, see #1174634: Add new HTML5 FAPI element: telephone and #1174628: Add new HTML5 FAPI element: search
- support #maxlength for html5 elements
- Added HTML5 color support
- new version of jquery.validate.js and jquery.validate.min.js
- cleaner way to disable default rules, https://github.com/jzaefferer/jquery-validation/issues/165#issuecomment-...
- Issue #1270566: clientside_validation_webform does not work because the by yang.wilby, attiks: Fixed clientside_validation_webform() does not work.
- Issue #1281494: Extending Client side validation to build custom form validations. by sarav.din33: Extending Client side validation to build custom form validations.
- Added api documentation files
- Issue #1270996: Control placement of error container by mjpa: Added Control placement of error container.
clientside_validation 6.x-1.20
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-6.x-1.20.tar.gz | 63.58 KB | 72175abf450ba8716bda91f821269c40 |
| clientside_validation-6.x-1.20.zip | 69.91 KB | 0e62e96752440769882c26ee039440be |
Release notes
List of commits for this release:
- Issue #1241366: disable on all admin pages by igorik: Added disable on all admin pages.
- add our js file to the footer to support vertical_tabs better
- Allow other modules to add more validation rules
- Added extra validation settings
- new version of jquery.validate.js and jquery.validate.min.js
- cleaner way to disable default rules, https://github.com/jzaefferer/jquery-validation/issues/165#issuecomment-...
- Issue #1270566: clientside_validation_webform does not work because the by yang.wilby, attiks: Fixed clientside_validation_webform() does not work.
- Issue #1281494: Extending Client side validation to build custom form validations. by sarav.din33: Extending Client side validation to build custom form validations.
- Added api documentation files
- Issue #1270996: Control placement of error container by mjpa: Added Control placement of error container.
- allow custom javascript function for error placement
- override default behaviour for validating hidden fields, (https://github.com/hdragomir/jquery-validation/commit/eef5109f89f6eaae4e...
- Issue #1251394: wysiwyg problem with client side validation by igorik: Fixed wysiwyg problem with client side validation.
- added theme function for clientside error messages
- fixed bug with webform validation of numbers
- Issue #1270566: clientside_validation_webform does not work because the by yang.wilby: Fixed clientside_validation_webform() does not work because the .
clientside_validation 8.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| clientside_validation-8.x-1.x-dev.tar.gz | 62.17 KB | ad279946f1d1654ab9c4f9dbbca74570 |
| clientside_validation-8.x-1.x-dev.zip | 71.53 KB | 1b4648def98b980de2e6c6b6dab65d98 |
Release notes
Development release for D8