Commit graph

372 commits

Author SHA1 Message Date
nickl-
dca743e94d Updated bootstrap with full composer and pear compatibility 2012-07-24 03:01:44 +02:00
nickl-
57f8a8aad0 Updated Makefile now with test --testdox 2012-07-24 02:59:15 +02:00
Nick Lombard
3948405df3 Merge pull request #81 from caferrari/develop
Looks good tx!
2012-07-23 17:51:21 -07:00
Carlos André Ferrari
f2c723f869 Added Base validator
This validator is made to validate numbers in any base, even with custom bases

It also have a shortcut, you can use something like
v::base3()->assert('0212');
instead of
v::base(3)->assert('0212');

You can also use custom numeric sequences, like
v::base(3, 'xy')->assert('xyxyx');
2012-07-22 10:17:31 -03:00
Carlos André Ferrari
2977f0817e Merge remote-tracking branch 'respect/develop' into develop 2012-07-22 08:41:33 -03:00
Nick Lombard
205eb4373c Merge pull request #80 from caiotava/develop
example revision in Negation Rules section
2012-07-18 19:18:28 -07:00
Caio César Tavares
981b20ff56 example revision in Negation Rules section 2012-07-18 23:07:21 -03:00
Alexandre Gaigalas
2858863662 Added Exceptions for AlwaysInvalid, AlwaysValid and CountryCode validators 2012-05-24 12:13:48 -03:00
Alexandre Gaigalas
dcc94661b2 Added AlwaysValid and AlwaysInvalid validators for mocking and testing purpouses 2012-05-24 12:07:35 -03:00
Alexandre Gaigalas
dedb7da7c0 Added AlwaysValid and AlwaysInvalid validators for mocking and testing purpouses 2012-05-24 12:07:29 -03:00
Alexandre Gaigalas
3c8bba8cfd Added Country Code Validator 2012-05-24 12:00:41 -03:00
Alexandre Gaigalas
2c67ed148d Added CountryCode Validator 2012-05-24 12:00:18 -03:00
Alexandre Gaigalas
90d370b8a6 Another try to fix not() shortcuts 2012-05-17 16:16:45 -03:00
Alexandre Gaigalas
54737bb379 Fixed problem with static methods 2012-05-17 16:05:53 -03:00
Alexandre Gaigalas
deedd3dddc Possible fix for #74 2012-05-17 15:51:49 -03:00
Alexandre Gomes Gaigalas
7ad024c44d Merge pull request #73 from chentepixtol/develop
add shorcuts not and addOr
2012-05-06 08:52:10 -07:00
Vicente Mendoza
c9f0c05f57 add shorcuts not and addOr 2012-05-05 19:06:13 -05:00
Alexandre Gaigalas
ff3090d2d3 Updated package files 0.4.4 2012-04-24 23:52:45 -03:00
Alexandre Gaigalas
e89e1df630 Fixed bug with date formats 2012-04-24 23:52:37 -03:00
Henrique Moody
67e845e08f Correction of typo. 2012-04-20 01:54:13 -03:00
Henrique Moody
a7d0fc4371 Mentioned the validator directory in the documentation. 2012-04-20 01:52:32 -03:00
Alexandre Gaigalas
65beffa46a gitignore tweaks 2012-04-16 21:12:44 -03:00
Henrique Moody
64588c3ef8 Fixed directory test error in PHP 5.4 2012-04-11 16:08:57 -03:00
Henrique Moody
d560c601b8 Created rule for directory validation. 2012-04-11 16:00:18 -03:00
Alexandre Gaigalas
ab8d478317 Updated package files 0.4.3 2012-04-10 01:16:24 -03:00
Alexandre Gaigalas
5b4841403f Updating Foundation 2012-04-10 01:16:17 -03:00
Alexandre Gaigalas
1180ac07b4 Updated package files 0.4.2 2012-04-10 00:51:55 -03:00
Alexandre Gaigalas
b735e4be8f Updated package files 2012-04-09 23:42:56 -03:00
Alexandre Gaigalas
370ca251e1 Trying back pirum 1.1.1 2012-04-09 23:42:51 -03:00
Alexandre Gaigalas
4f44c37c06 More README.md improvements 2012-04-09 23:14:20 -03:00
Alexandre Gaigalas
d23476bc70 Removed old README 2012-04-09 22:48:46 -03:00
Alexandre Gaigalas
15d601983b New try on README.md headers 2012-04-09 22:46:28 -03:00
Alexandre Gaigalas
969aa8cf9a Ops, commited broken test 2012-04-08 22:46:30 -03:00
Alexandre Gaigalas
455ca0c8cf Fixed bug with additionalChars in alpha and its children 2012-04-08 22:44:35 -03:00
Alexandre Gaigalas
0d1daede30 Updated package files 0.4.1 2012-04-08 22:27:42 -03:00
Alexandre Gaigalas
71f4af32a3 Fixed bug with allOf message template 2012-04-08 22:27:25 -03:00
Alexandre Gaigalas
78c0a9023a Merge branch 'develop' 2012-04-08 19:58:36 -03:00
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