Commit graph

333 commits

Author SHA1 Message Date
Alexandre Gaigalas
7de3626181 Updated package files 0.4.0 2012-04-08 19:55:16 -03:00
Alexandre Gaigalas
c4495a61c8 Better readme and some tweak on Roman 2012-04-08 19:55:05 -03:00
Alexandre Gaigalas
926b67a0b7 New README on its way, some fixes 2012-04-08 19:08:39 -03:00
Alexandre Gaigalas
7d888f135f Tests and small fixes 2012-04-08 05:30:44 -03:00
Alexandre Gaigalas
9f21396896 Trying to fix travis 2012-04-07 23:19:18 -03:00
Alexandre Gaigalas
25f53eb139 Updated package files 0.3.9 2012-04-07 23:06:21 -03:00
Alexandre Gaigalas
747f6d0373 Updated package files 2012-04-07 23:05:22 -03:00
Alexandre Gaigalas
e3a34851d4 Updating packaging tools 2012-04-07 23:05:16 -03:00
Alexandre Gaigalas
731d47b7a3 Refactoring some validators to utf-8 and improving code readability 2012-04-07 21:37:37 -03:00
Alexandre Gaigalas
e27c931a75 Merge branch 'develop' of github.com:Respect/Validation into develop 2012-04-07 20:42:19 -03:00
Henrique Moody
3ac6b39d46 Just to rebuild on Travis. 2012-04-07 15:11:15 -03:00
Henrique Moody
889d5f0686 Merge pull request #71 from henriquemoody/develop
Created validator for versions.
2012-04-07 10:58:25 -07:00
Henrique Moody
e09cc9bf14 Merge branch 'develop' of github.com:henriquemoody/RespectValidation into develop 2012-04-07 14:51:40 -03:00
Henrique Moody
8ec8dfb260 Create validator for versions. 2012-04-07 14:50:52 -03:00
Henrique Moody
ead09fde11 Create validator for versions. 2012-04-07 14:49:18 -03:00
Alexandre Gaigalas
cf3b4fc388 When rule for conditional validation 2012-04-05 22:03:41 -03:00
Alexandre Gomes Gaigalas
11e291975e Merge pull request #69 from kleberhs007/consonant_validation
Insert validation, unit test and exception for consonants.
2012-03-28 09:38:14 -07:00
Alexandre Gomes Gaigalas
9a1fe0d58a Merge pull request #68 from kleberhs007/vowel_validation
Correct negative message for exception VowelsException.php
2012-03-28 09:37:43 -07:00
Kleber Hamada Sato
3b3166122a Correct negative message for exception VowelsException.php
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-27 15:29:36 -03:00
Kleber Hamada Sato
43a11cf9c5 Insert validation, unit test and exception for consonants.
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-27 15:26:52 -03:00
Alexandre Gaigalas
51f25d22ef Removed LICENSE from recent PR 2012-03-27 07:29:40 -03:00
Alexandre Gomes Gaigalas
fee92ca6c5 Merge pull request #67 from kleberhs007/vowel_validation
Insert vowel validation, tests and exceptions.
2012-03-27 03:28:26 -07:00
Kleber Hamada Sato
30857349a2 Inserts vowel validation, tests and exceptions.
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-27 00:26:31 -03:00
Alexandre Gaigalas
1210b6f77a Removed license text from class files 2012-03-22 23:53:06 -03:00
Alexandre Gaigalas
87621e346f Removed incomplete filter/sanitize support 2012-03-22 23:07:17 -03:00
Alexandre Gaigalas
33d931d258 Whitespace bugging travis? 2012-03-22 22:49:29 -03:00
Alexandre Gaigalas
b364382f3d Fix #64 2012-03-22 22:12:07 -03:00
Alexandre Gaigalas
7ba352e905 Added test for #64 2012-03-22 21:55:27 -03:00
Alexandre Gaigalas
7148a09722 Added test for #64 2012-03-22 21:54:29 -03:00
Alexandre Gomes Gaigalas
cec7540ad2 Merge pull request #65 from kleberhs007/square_root_rules
Insert validation, tests and exception for perfect square numbers.
2012-03-20 12:17:56 -07:00
Kleber Hamada Sato
21aa5bf0a0 Insert validation, tests and exception for perfect square numbers.
About perfect square numbers:
Perfect square numbers are numbers which is a product of some integer
with itself. A square root of a perfect square numbers is always a integer
number.

Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-20 13:24:55 -03:00
Alexandre Gomes Gaigalas
19ce32ab12 Merge pull request #63 from kleberhs007/correct_slug
Correct method from testInvalidFormattedCpf to testInvalidSlug
2012-03-19 20:34:51 -07:00
Kleber Hamada Sato
0cd76d0346 Correct method from testInvalidFormattedCpf to testInvalidSlug, because
this method verifies a slug , not a CPF number.

Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-19 13:58:39 -03:00
Alexandre Gomes Gaigalas
39a774404c Merge pull request #61 from kleberhs007/prime_rules
Prime rules - Prime Number validation
2012-03-15 07:42:55 -07:00
Kleber Hamada Sato
55f217e473 Fix exception messages
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-14 16:40:22 -03:00
Kleber Hamada Sato
23a9d83517 Fix problem with validation return (returns a boolean type now).
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-14 16:39:30 -03:00
Kleber Hamada Sato
11ecf0b95e Change file PrimeNumberTest to PrimeNumberTest.php
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-14 16:37:51 -03:00
Kleber Hamada Sato
61d5e9b452 - Inserts copyright comments in PrimeNumberTest.
- Modifies the exception class name to PrimeNumberException and modifies
  the copyright current year to 2012.

Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-13 23:51:48 -03:00
Kleber Hamada Sato
9777f22329 - Modifies PrimeNumber.php to accept zero value or a number under zero.
Returns: false

- Inserts PrimeNumberTest.php file with the Unit Test.

- Inserts PrimeNumberTest.php file with the exceptions validation.

Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-13 23:46:24 -03:00
kleberhs007
32fe37aa86 Modifies if, else and for code structure. 2012-03-13 19:47:33 -03:00
Kleber Hamada Sato
cfc1fb5d37 Corrects the year (2012) at Copyright information
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-13 16:34:45 -03:00
Kleber Hamada Sato
c39946c6af - Inserts prime number validation
Signed-off-by: Kleber Hamada Sato <kleberhs007@yahoo.com>
2012-03-13 16:33:44 -03:00
Alexandre Gomes Gaigalas
1d5c4c7ca8 Merge pull request #60 from rogeriopradoj/patch-1
Update year of copyright at README.md
2012-03-05 11:04:55 -08:00
Rogerio Prado de Jesus
a66cd1807a Update year of copyright at README.md 2012-03-05 13:56:47 -03:00
Alexandre Gomes Gaigalas
f0d6f30d0b Merge pull request #59 from Torben-Brodt/namespace-cleanup
remove unused namespace use statements
2012-02-06 07:25:09 -08:00
Torben Brodt
26af736f84 remove unused namespace use statements 2012-02-05 16:13:34 +01:00
Alexandre Gomes Gaigalas
322e7a0fc2 Merge pull request #58 from henriquemoody/develop
Created composer.json file.
2012-01-16 10:14:44 -08:00
Henrique Moody
4d630bbee4 Update composer.json 2012-01-16 16:10:12 -02:00
Henrique Moody
bfe5fb4fab Created composer.json file. 2012-01-16 16:07:55 -02:00
Alexandre Gomes Gaigalas
c4b47d7dcf Merge pull request #57 from jeanpimentel/i18n
Add i18n support
2011-12-28 03:46:31 -08:00