phpnut
|
719d704360
|
Reformatting code comments
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4666 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-23 18:07:35 +00:00 |
|
phpnut
|
2d0eaf517b
|
Adding test for Validation::alphaNumeric() to check empty $check.
Corrected Validation::alphaNumeric() to return false if $this->check; is empty
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4665 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-23 18:01:36 +00:00 |
|
phpnut
|
b82cf78964
|
Corrected doc comment in Validation::blank()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4543 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-02-20 17:27:14 +00:00 |
|
phpnut
|
a8a91e35be
|
Correcting all headers in the files
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4407 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-02-02 10:39:45 +00:00 |
|
phpnut
|
7e68d31e60
|
Adding fix for #2023
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4381 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-02-01 04:43:22 +00:00 |
|
nate
|
9737072e27
|
Fixing array key name in FormHelper::input()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4301 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-01-17 20:07:35 +00:00 |
|
dho
|
98f32860a9
|
Implementing Validation::ip()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4265 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-01-06 16:37:03 +00:00 |
|
dho
|
50149aeeed
|
Implementing minLength and maxLength
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4264 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-01-06 10:32:12 +00:00 |
|
phpnut
|
d773f0f8d3
|
Adding changes that where made to validation class that I forgot to commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4198 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-12-25 10:22:48 +00:00 |
|
nate
|
0cea0a6ff5
|
Integrating new Validation class with Model
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4193 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-12-25 06:53:19 +00:00 |
|
phpnut
|
8048251fd0
|
Added implementation of Validation::decimal()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3869 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-15 06:14:12 +00:00 |
|
phpnut
|
ac30edb9f0
|
Implementing custom regular expression in Validation::date()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3867 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-15 03:51:35 +00:00 |
|
phpnut
|
ded7398254
|
Adding doc comment for Validation::date()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3865 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-15 03:37:47 +00:00 |
|
phpnut
|
6f6b068227
|
Finishing Validation::date()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3864 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-15 03:08:41 +00:00 |
|
phpnut
|
f95285d75f
|
Starting to change all core code that uses $this->params
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3859 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-12 00:12:34 +00:00 |
|
phpnut
|
3ca4762d32
|
Adding Validation::date() implementation for:
mm/dd/yyyy mm/dd/yy m/d/yy m/d/yyyy
yyyy/mm/dd yy/mm/dd y/m/d/ /yyyy/m/d/
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3853 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-09 16:26:54 +00:00 |
|
phpnut
|
678e1be889
|
Adding Validation::date() implementation for dd/mm/yyyy dd/mm/yy d/m/yy d/m/yyyy
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3851 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-09 14:19:32 +00:00 |
|
phpnut
|
fa3e71d169
|
Additional changes to Validation::comparison()
Refactored Validation::custom()to set an error.
Added more doc comments.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3849 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 22:48:15 +00:00 |
|
phpnut
|
2a5f53ddb9
|
Changes made to Validation::comparison().
Added Validation::__reset().
Removed redundant code.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3847 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 21:15:34 +00:00 |
|
phpnut
|
a046a338bb
|
Changed Validation::cc() so custom regex match will call Validation::_luhn()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3845 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 12:50:39 +00:00 |
|
phpnut
|
57ef07a04d
|
Added additional credit card validation regex in Validation:cc().
Added Validation::_luhn() to check the Luhn algorithm or credit cards.
[http://en.wikipedia.org/wiki/Luhn_algorithm Luhn algorithm]
Added new doc comments for both methods
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3843 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 10:55:07 +00:00 |
|
phpnut
|
803bf4d0e4
|
Correcting Validation::blank() implementation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3837 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 01:56:07 +00:00 |
|
phpnut
|
d2ffbe2016
|
Adding changes to Validation::alphaNumeric().
Added doc comment to Validation::alphaNumeric() and Validation::between()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3835 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 01:09:56 +00:00 |
|
phpnut
|
20da5e67a7
|
Formatting Validation class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3830 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-07 21:05:48 +00:00 |
|
phpnut
|
0801dce999
|
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3092 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-06-14 19:06:14 +00:00 |
|