Download & Extend

Releases for Field validation

field_validation 7.x-2.0-beta2

Download Size md5 hash
field_validation-7.x-2.0-beta2.tar.gz 23.54 KB 89c1d83468fd718d6d4bee8dec8eee33
field_validation-7.x-2.0-beta2.zip 42.74 KB 8295367c18fa75a9eb46c789d0ba56a2
Last updated: April 30, 2012 - 06:21
Official release from tag: 7.x-2.0-beta2

Release notes

Add new validators:
URL validator
Email validator
pattern(Regex lite) validator
Date range2 validator

Support 2 methods to set error message.

Add description for php code validator. thaks to anrikun, issue:http://drupal.org/node/1543240

field_validation 7.x-1.0

Download Size md5 hash
field_validation-7.x-1.0.tar.gz 20.74 KB a0f93e372ae85e5abcb2ceae92ec45a8
field_validation-7.x-1.0.zip 25.98 KB 664b3d46e4a88bc14f7c6ac0b715b65f
Last updated: April 28, 2012 - 04:30
Official release from tag: 7.x-1.0

Release notes

The first stable version of field validation 7.x-1.0 after 1 years later. Maybe this is the last stable version of 7.x-1.x.
We only fixed bugs for 7.x-1.x, no new features add.
Since RC1:
1, Issue 1516296, Export object include ruleid which is the primary key,
2,Coding standard following coder module.
3, using ctools export for multifields validator to get the other group rules.

field_validation 7.x-2.0-beta1

Download Size md5 hash
field_validation-7.x-2.0-beta1.tar.gz 21.61 KB 7c1de04e2d625cd5be43badd5985ce5e
field_validation-7.x-2.0-beta1.zip 38.33 KB fd00b9a1b9f02c3650a3947cee14911c
Last updated: April 16, 2012 - 09:46
Official release from tag: 7.x-2.0-beta1

Release notes

The first work able verion which could be used on production site.
A lot new features added in this verion. Code has been rewrited.
Be carefull when you update from 7.x-1.0 to 2.x, the update path is a little difficult.
You need down load field_validation_deprecated module before you update from 1.x to 2.x

field_validation 7.x-2.x-dev

Download Size md5 hash
field_validation-7.x-2.x-dev.tar.gz 23.64 KB c785fe05cc3825af8a63f6447017abee
field_validation-7.x-2.x-dev.zip 42.86 KB 5575801475d4f34a98606fff8bbcfe5a
Last packaged version: 7.x-2.0-beta2+3-dev
Last updated: May 26, 2012 - 12:13
Development snapshot from branch: 7.x-2.x

Release notes

Dev version for 7.x-2.x, with latest code.

field_validation 7.x-2.0-alpha1

Download Size md5 hash
field_validation-7.x-2.0-alpha1.tar.gz 10.27 KB 77f3673151b8ef604b7a20cda6976251
field_validation-7.x-2.0-alpha1.zip 13.72 KB 770eb569c985ae9eae32ed1c28e5ea6a
Last updated: April 9, 2012 - 15:10
Official release from tag: 7.x-2.0-alpha1

Release notes

This is the first workable version.
Please do not use it in production site.
The biggest change is using Ctools , using Ctools.
Now validator is a Ctools plugin, it will be more easire for other developers define a ctools plugin of field validation validator.
1,Validator is a plugin which using Ctools
2,validation rule is exportable
3,support token in error message.
4,allow several setting elements for validator.

field_validation 7.x-1.0-rc1

Download Size md5 hash
field_validation-7.x-1.0-rc1.tar.gz 21.1 KB 42d9ee38ad892d49f906091898f2cd45
field_validation-7.x-1.0-rc1.zip 26.35 KB 17079fbd5c3e5d01528886293930fe45
Last updated: April 5, 2012 - 11:05
Official release from tag: 7.x-1.0-rc1

Release notes

1,Now validation rule is exportable, cloneable, and disable.
We have integrate Ctools module in this release.

2,we use select for populate colunm value.It is more friendly for user.

field_validation 7.x-1.0-beta6

Download Size md5 hash
field_validation-7.x-1.0-beta6.tar.gz 18.15 KB f110083cba2bef5b65d727f01b77c609
field_validation-7.x-1.0-beta6.zip 21.97 KB b1eb9990eaa79bf729ff485b852b2d0d
Last updated: April 4, 2012 - 23:50
Official release from tag: 7.x-1.0-beta6

Release notes

There are only a few bug fix and coding standard correct in beta6.
7.x-1.0-beta6 is a temp version, that is because I will add the feature of "exportable" and "cloneable", There will be a lot of code changes.

We build it base Ctools Export.
It is a big feature.The basic function already works correctly on my local machine.I will add the latest code to Dev version.

field_validation 7.x-1.0-beta5

Download Size md5 hash
field_validation-7.x-1.0-beta5.tar.gz 18.27 KB 084da008e0e6410f5e39469a2b93a0bc
field_validation-7.x-1.0-beta5.zip 22.13 KB 40aa50b84a08236f6295bf1b95a52e85
Last updated: February 13, 2012 - 12:10
Official release from tag: 7.x-1.0-beta5

Release notes

Changes since 7.x-1.0-beta4:

•support date validation,add a date range validator.
•support compound field such as link,phone,date.
•#1316368:Custom Error Message doesnt work
•#1432676 by B-Prod: Fields overview: table design is not valid.

field_validation 7.x-1.0-beta4

Download Size md5 hash
field_validation-7.x-1.0-beta4.tar.gz 16.05 KB d9dcde9f3107e814c61db551864e5dcf
field_validation-7.x-1.0-beta4.zip 17.99 KB 442dbc01937715b10f1aa70797de8fb1
Last updated: October 14, 2011 - 14:36
Official release from tag: 7.x-1.0-beta4

Release notes

Add new validators:
•Specific value(s)
•Require at least one of several fields
•Equal values on multiple fields
•Unique values on multiple fields
•Custom PHP function

Add a link for validation on field overview form
Support column defined in the hook_field_schema() of the field.That means you could add validation rules to taxonomy term and many other custom fields. Very powerfull. just try it.

field_validation 7.x-1.0-beta3

Download Size md5 hash
field_validation-7.x-1.0-beta3.tar.gz 14.5 KB f19b9e84f25ba5c88825f7414a082118
field_validation-7.x-1.0-beta3.zip 16.42 KB a18b9c308d1c2b8a92ccc1d8304ae4ea
Last updated: October 4, 2011 - 23:46
Official release from tag: 7.x-1.0-beta3

Release notes

Add five new validator,
•Minimum number of selections required
•Maximum number of selections allowed
•Exact number of selections required
•Unique
•Match another field(or entity property)

fix issue: http://drupal.org/node/1297366

field_validation 7.x-1.0-beta2

Download Size md5 hash
field_validation-7.x-1.0-beta2.tar.gz 12.13 KB 983094d6a06db59243a4ffcc383c256b
field_validation-7.x-1.0-beta2.zip 14.12 KB 33ecc994950106f7de2e333b860d3687
Last updated: September 17, 2011 - 12:56
Official release from tag: 7.x-1.0-beta2

Release notes

add more validators:
•Numeric values (optionally specify min and / or max value)
•Minimum length
•Maximum length
•Minimum number of words
•Maximum number of words
•Plain text (disallow tags)
•Must be empty (Anti-Spam: Hide with CSS)
•Words blacklist

field_validation 7.x-1.x-dev

Download Size md5 hash
field_validation-7.x-1.x-dev.tar.gz 20.81 KB de245c12e1698eadd389579f5d0a1d44
field_validation-7.x-1.x-dev.zip 26.05 KB 0f82532b5e994d4468185ad63aa13ed3
Last packaged version: 7.x-1.0+2-dev
Last updated: May 26, 2012 - 12:13
Development snapshot from branch: 7.x-1.x

Release notes

Development version of Field Validation

field_validation 7.x-1.0-beta1

Download Size md5 hash
field_validation-7.x-1.0-beta1.tar.gz 10.76 KB b8e410eadb9bd36358cd3f41e2a10f33
field_validation-7.x-1.0-beta1.zip 12.8 KB 25c70348c989290c3a1d535cd05eab0d
Last updated: May 16, 2011 - 11:56
Official release from tag: 7.x-1.0-beta1

Release notes

Fix bug http://drupal.org/node/1157324 ,
http://drupal.org/node/1149274 ,
http://drupal.org/node/1149684,
Thanks axel.rutz(http://drupal.org/user/229048 ), ericduran(http://drupal.org/user/244460 )

Remove useless functions which copy from webform_validation.

field_validation 7.x-1.0-alpha1

Download Size md5 hash
field_validation-7.x-1.0-alpha1.tar.gz 11.76 KB ae3e8c46ddd070d06c6385890049ca8d
field_validation-7.x-1.0-alpha1.zip 13.88 KB 352acc80bfe2de67abe1528d9a86f3b9
Last updated: May 6, 2011 - 03:01
Official release from tag: 7.x-1.0-alpha1

Release notes

A workable version with various bugs.

Subscribe with RSS Syndicate content
nobody click here