Commit graph

1930 commits

Author SHA1 Message Date
Jayson Reis a247eb2fc7 ported cnpj validator from js from hell 2011-10-19 20:46:51 -02:00
Jayson Reis 8d5fdeacd0 some changes in cnpj validators tests 2011-10-18 16:26:05 -02:00
Jayson Reis 5e03913ca3 added some code to cnpj validator 2011-10-18 16:25:47 -02:00
Jayson Reis 13c9c7c759 started cnpj validator 2011-10-18 15:48:26 -02:00
Jayson Reis 920d8fb925 Merge remote-tracking branch 'upstream/develop' into develop 2011-10-18 15:43:21 -02:00
Alexandre Gomes Gaigalas 7e4883e92d Merge pull request #44 from jaysonsantos/develop
leap year validator
2011-10-18 09:30:33 -07:00
Jayson Reis edc2d77f3a rewrote of leap date validator so tests will not be fake anymore 2011-10-18 10:51:32 -02:00
Jayson Reis 2e7a40fd89 Merge branch 'develop' of github.com:jaysonsantos/Validation into develop 2011-10-18 10:29:05 -02:00
Jayson Reis 82846a4347 improved LeapYear validator 2011-10-18 10:28:36 -02:00
Jayson Reis 475937e66e leap year test 2011-10-18 10:28:36 -02:00
Jayson Reis 7a157b1379 improved LeapYear validator 2011-10-17 22:44:55 -02:00
Jayson Reis 4d4f7c2277 leap year test 2011-10-17 22:29:23 -02:00
Alexandre Gaigalas f2bebc6342 Merge branch 'develop' of https://github.com/Respect/Validation into develop 2011-10-17 22:29:15 -02:00
Alexandre Gaigalas 41286de8b5 Filter and sanitizing prototype update 2011-10-17 22:29:08 -02:00
Alexandre Gaigalas 50a15db9db Added tests for convertable dates 2011-10-17 22:28:31 -02:00
Alexandre Gaigalas f775808c69 Leap date coding style 2011-10-17 22:27:50 -02:00
Alexandre Gomes Gaigalas 19f577a0b7 Merge pull request #43 from jaysonsantos/develop
fixed wrong protected name in LeapDateTest
2011-10-17 17:04:18 -07:00
Jayson Reis f8d75cc022 fixed wrong protected name in LeapDateTest 2011-10-17 21:59:31 -02:00
Alexandre Gomes Gaigalas 6dcd8564bd Merge pull request #41 from jaysonsantos/develop
Remove unused cast
2011-10-17 16:46:36 -07:00
Jayson Reis 2b632794ae leap date stuff 2011-10-17 21:45:31 -02:00
Jayson Reis f21fb42cd5 Remove unused cast 2011-10-17 18:52:41 -02:00
Alexandre 5bf3f19653 Fixed critical bug thanks to @EduardoLopes 2011-10-08 21:38:41 -03:00
Alexandre Gomes Gaigalas 8246440a54 Merge pull request #36 from jeanpimentel/lowercase
Added Lowercase Validator
2011-10-05 20:19:41 -07:00
Alexandre Gomes Gaigalas 83af918ae4 Merge pull request #37 from jeanpimentel/uppercase
Added Uppercase Validator
2011-10-05 20:18:59 -07:00
Jean Pimentel bc4ad1e850 Modified to use mb_strtoupper if exists 2011-10-06 00:07:49 -03:00
Jean Pimentel 9be7aa357d Modified to use mb_strtolower if exists 2011-10-06 00:05:14 -03:00
Jean Pimentel 9fb162199e Added Uppercase Validator 2011-10-05 22:48:16 -03:00
Jean Pimentel ce2584c18a Added Lowercase Validator 2011-10-05 22:19:43 -03:00
Alexandre Gaigalas cf1fc85caa Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
Alexandre Gaigalas 557330cbfa Fixed Each validator and improved its tests 2011-10-05 20:17:42 -03:00
Alexandre Gaigalas 4cb3ff6859 Merge branch 'develop' of https://github.com/Respect/Validation into develop 2011-10-05 20:06:02 -03:00
Alexandre Gaigalas 88f0d82cce Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
Alexandre Gaigalas f2a37bcfa1 Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 19:23:03 -03:00
Alexandre edb2d855ab Filtering prototype improvements 2011-10-05 00:34:10 -03:00
Alexandre 15553b309d Small fixes on Cpf, Json, Odd, Even and Slug 2011-10-05 00:19:20 -03:00
Alexandre 77f237f9a2 Small fixes on Cpf, Json, Odd, Even and Slug 2011-10-05 00:19:03 -03:00
Alexandre 6d042f7c28 Changed capitalisation from JSON to Json to match libraries standards 2011-10-05 00:09:07 -03:00
Alexandre c81b2b75ec Filtering module prototype 2011-10-05 00:03:48 -03:00
Alexandre 734fb96121 Added assertions for samples 2011-10-05 00:03:35 -03:00
Alexandre Gomes Gaigalas 46ff2976e9 Merge pull request #25 from caferrari/develop
Simplified CPF Validator and Added Slug Validator
2011-09-25 08:40:35 -07:00
Carlos André Ferrari 9f5d7ff046 merge ok 2011-09-25 09:10:33 -03:00
Carlos André Ferrari 75ee488069 Cpf Validator ok 2011-09-25 09:07:42 -03:00
Carlos André Ferrari 28821672c9 Simplified the CpfValidator
I just simplified the code to it be smaller, more faster and more readable
2011-09-25 09:05:58 -03:00
Carlos André Ferrari 7e956c563f Added Slug validator 2011-09-25 09:01:28 -03:00
Carlos André Ferrari 8cb60de888 Simplified the CpfValidator
I just simplified the code to it be smaller, more faster and more readable
2011-09-25 08:31:08 -03:00
Alexandre Gomes Gaigalas fac8662f3a Merge pull request #24 from jeanpimentel/develop
Remove Date Validator in MinimumAge Validator
2011-09-24 08:54:16 -07:00
Jean Pimentel c58eecf729 Remove Date Validator in MinimumAge Validator 2011-09-24 12:25:26 -03:00
Alexandre Gomes Gaigalas 36ea1579f6 Merge pull request #23 from jeanpimentel/develop
Remove Length Validator in Cpf Validator
2011-09-22 16:01:07 -07:00
Jean Pimentel 786f75c2aa Change ER to clean input 2011-09-22 19:26:26 -03:00
Jean Pimentel b8a2c8a27f Merge branch 'develop' of https://github.com/Respect/Validation into develop 2011-09-22 19:21:26 -03:00