Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/walkor/validation
The most awesome validation engine ever created for PHP
https://github.com/walkor/validation
Notice that this changes the behaviour of some rules (of Digits in
special). That's why some li...
d22c33c371bb675f64695570abf5c243c430e4a2 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
ba02149bf85825d5423dc7efb98bcf7002dadcb0 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
I've also changed its tests, setting an error handler that does
nothing. Maybe we should check ...
I've only removed braces from the files I'd changed/created on my
last pull request. Notice, ho...
2af3ffeef261584c3889609cf3d0fa53b083634e authored almost 12 years ago by Andre Ramaciotti <[email protected]>
11b6cbd24000e417aebd1dea40b6d010736467f3 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
679ce356628e4a98b4d050b8b8f3b8abcdd4ccff authored almost 12 years ago by Andre Ramaciotti <[email protected]>
More tests would be nice, but I've run out of ideas.
a643f6f12571dd6f1c29147e50f055a6fa084bcf authored almost 12 years ago by Andre Ramaciotti <[email protected]>86f7a6bc2626163dbecd7d5493b9627baeb3780f authored almost 12 years ago by Andre Ramaciotti <[email protected]>
b8647dfa547a17d42779e663a07ac9b93af9dda0 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
As it is implemented, it accepts an empty string as valid. I'm
not sure if this should be the c...
0a0c2116c5a4cfcdf107da586320b8d82668ceb4 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
e40579ca4396b29a8f1f58821267b07e3e42705a authored almost 12 years ago by Andre Ramaciotti <[email protected]>
Theorically, Digits should inherit from Alpha (as it shold use
ctype_digit). However, the regex...
As a bonus, Alnum also uses a ctype_ function now.
0ebd01d71a24f396ec9fcc90c09190fdd3540703 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
Replacing preg_match for ctype_alpha wasn't so straight forward as
they're not semantically equi...
This will help wrapping some rules, as ctype_digit and ctype_cntrl
without breaking Alpha and Al...
6704643b51ea241954e25f2a218a3c5e592c6e8f authored almost 12 years ago by Andre Ramaciotti <[email protected]>
Not listing deprecated methods and changed those modified.
8950d1d9330b710645d49ce12e116456d72d081b authored almost 12 years ago by nickl- <[email protected]>f965eca66416a441413d3531997dfe2d4c6dd955 authored almost 12 years ago by nickl- <[email protected]>
Parent only keeps a helper and does not overwrite the std empty filter.
Since its only the 3 rul...
6ee8ca8b9847e617849bf7115c665b48a9fa5a81 authored almost 12 years ago by nickl- <[email protected]>
d84b6209b6fffeb889c9405f6604eeace897aa29 authored almost 12 years ago by nickl- <[email protected]>
3f2556f65a3872bbec22157573bd5ce3e774dd9e authored almost 12 years ago by nickl- <[email protected]>
17920bc778620d18214511a8073e5c2f3121c4fd authored almost 12 years ago by nickl- <[email protected]>
5c3587bca32e4ab2b2a1b9a6509c7c633c43189d authored almost 12 years ago by nickl- <[email protected]>
Reduce triplication of efforts.
c5ae4116e71150478132cbeebd948d1038cfec01 authored almost 12 years ago by nickl- <[email protected]>1dcd7610a1e922cdea13b22419ee9e34b284dc3e authored almost 12 years ago by nickl- <[email protected]>
79c079ea8be50cbc88f359322b03cd11261128b3 authored almost 12 years ago by nickl- <[email protected]>
doubleHyphen was failing after repairing the tests.
start property never used
Tried to prevent t...
Updated all tests to ensure we don't fail an empty input, right across the board now. One rule f...
27eb1c063fc69da406c64f2634596097875ba844 authored almost 12 years ago by nickl- <[email protected]>7f895d0427541a93913a2c1e98ea9b6ba74df70c authored almost 12 years ago by nickl- <[email protected]>
a4e622ec2640a3689dc1c2741b9e8adaf8f8f93e authored almost 12 years ago by nickl- <[email protected]>
The NetEmpty family of classes does skips the global accept empty and get to handle it themselve...
2094009a225610f9d96c57cd5c726d09a80cee82 authored almost 12 years ago by nickl- <[email protected]>ce8e9350bb925a395ce48afa5df3e2f4156dc6c5 authored almost 12 years ago by nickl- <[email protected]>
71ea225f9b4297fef891dc82ac95797c8a0595b2 authored almost 12 years ago by nickl- <[email protected]>
eaa0fa6cc3df4f7ad12b0e32d0021547b53f125d authored almost 12 years ago by nickl- <[email protected]>
edcde01fcc3db07ae70aa19be929d96d7d8dddd7 authored almost 12 years ago by nickl- <[email protected]>
2c4e188a47930b15a6b49f7d0a0aec73620a0a27 authored almost 12 years ago by nickl- <[email protected]>
a217c11232d05a5d77ac5d64c6e717b866508f74 authored almost 12 years ago by nickl- <[email protected]>
28febc5940778923de5cad4cfaa44b54545ec392 authored almost 12 years ago by nickl- <[email protected]>
5897a45cb36f383107322cb07e460c46f2344942 authored almost 12 years ago by nickl- <[email protected]>
9e00c3d0055fc9cd6b1bc06a564225f84b77ab41 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
61eea5db4d254deeb077f5590e6dbd8fed9d0c81 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
It also affects one of the test cases (the empty string went from
invalid to valid).
a35e864e3700c9ba68971ee8b38f996983b36215 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
This isn't working, the tokenizer recognizes 'Print' as the built-
in 'print' and not as a class...
8caa07ca561c66f05bbd8e01da7f2170fd0b478c authored almost 12 years ago by Andre Ramaciotti <[email protected]>
As per #97 Plural rules no singular.
Vowels to Vowel.
Vowelss now a deprecated decorator class o...
ff03819b38e4d02d55e8bb967a48e6ec74bb779f authored almost 12 years ago by Andre Ramaciotti <[email protected]>
As per #97 Plural rules no singular.
Consonants to Consonant.
Consonants now deprecated.
Documen...
e7536588b9cc78a79ac6c680dfb4dbec3ad37f4b authored almost 12 years ago by Andre Ramaciotti <[email protected]>
8b4d73b6afcfb552606ed4cb80b63bc9f0b8ccd7 authored almost 12 years ago by nickl- <[email protected]>
9942dc0301d0f470fa39166a85146ef326c523e0 authored almost 12 years ago by nickl- <[email protected]>
8ed007e82831145f369fb679594e6cc35dce65fe authored almost 12 years ago by nickl- <[email protected]>
84cb8a396b5bf3f7b037632fee2545213f82d988 authored almost 12 years ago by nickl- <[email protected]>
58bb30f5ad81e043a26bfa3f77d11ff6b8b2bcd6 authored almost 12 years ago by nickl- <[email protected]>
f82a17f5d8382dfc1c7a502bb90eb27f44276b3f authored almost 12 years ago by nickl- <[email protected]>
2a05f73cc332ff9e2fc6bd6237f730b4e52967b6 authored almost 12 years ago by nickl- <[email protected]>
4f9b2e4bed1e23946561cd39dc5b73e98c7d9298 authored almost 12 years ago by nickl- <[email protected]>
64cb91ac6de87553828885959c5dd7844b26a3ac authored almost 12 years ago by nickl- <[email protected]>
1fc3e70a7de394abb81485eada37de37783ae8d1 authored almost 12 years ago by nickl- <[email protected]>
segfault test slipped into repo.
123a668f8e26d29a0f901d404eecbe47d5b6679a authored almost 12 years ago by nickl- <[email protected]>This does not appear to be a valid test verifying an input string.
c1dca31827b99c1b4bc63987947da3d4e3fc05d1 authored almost 12 years ago by nickl- <[email protected]>2e4e98105eeecf9ca3d5452e01813668782fc96f authored almost 12 years ago by nickl- <[email protected]>
e404897803c1d0a98c77f97d71fcc5412831001e authored almost 12 years ago by nickl- <[email protected]>
Pending changes from the last PR
25c09d389dff77aa9811d936284e539148f92d13 authored almost 12 years ago by Alexandre Gomes Gaigalas <[email protected]>5fc5b88a62d38fcffc3f12d4429e2f8fa9c8b1cd authored almost 12 years ago by Andre Ramaciotti <[email protected]>
It's now an actual abstract class.
ddf704924a6677d129cb43a5ec99363e20d665c2 authored almost 12 years ago by Andre Ramaciotti <[email protected]>d1bf8a25d8cd8d22eb63e181bdc40fe48565a180 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
I've also changed its tests, setting an error handler that does
nothing. Maybe we should check ...
This is a really ugly copy'n'paste. There are two problems to
solve: how to make 'hexa' depreca...
I've also marked hexa as deprecated and moved `countryCode` to
its alphabetical position.
Notice that this changes the behaviour of some rules (of Digits in
special). That's why some li...
I've only removed braces from the files I'd changed/created on my
last pull request. Notice, ho...
3de245814d59876cf90aff0ddbab6f08be9ab8b5 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
66ee744ffc513cc84ed0a2b718206b3073a2db94 authored almost 12 years ago by nickl- <[email protected]>
66d11d79d52bd1725bf1aaacf59eee52f1ebfc30 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
366ca04c16a9b0ad133dc249d61ee0807536d79c authored almost 12 years ago by Andre Ramaciotti <[email protected]>
62cd6eaf507fa4e112c54fec2267f5ce02525f34 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
328834d66b44d85c67bd9005f5e5342a052701d9 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
More tests would be nice, but I've run out of ideas.
dc8be26a9a86552322a04b62ab003d725c8fd5d7 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
This will help wrapping some rules, as ctype_digit and ctype_cntrl
without breaking Alpha and Al...
face4af4f1c6af2523830dd2a6206837bd57fb10 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
As it is implemented, it accepts an empty string as valid. I'm
not sure if this should be the c...
4eed6dee8b3be9c8f2abe5981ec96ee89d8a3ce1 authored almost 12 years ago by Andre Ramaciotti <[email protected]>
Theorically, Digits should inherit from Alpha (as it shold use
ctype_digit). However, the regex...
As a bonus, Alnum also uses a ctype_ function now.
f37e7ba23f976a5638aa5e99fccc19f18335f83a authored almost 12 years ago by Andre Ramaciotti <[email protected]>
Replacing preg_match for ctype_alpha wasn't so straight forward as
they're not semantically equi...
fb9b207f99748bec8f8c536c09f4ffda1018821a authored almost 12 years ago by Andre Ramaciotti <[email protected]>
Fixed coding standards.
5f9b1ee2fa635f1c0b12264f7b856045d57bdfe7 authored almost 12 years ago by Henrique Moody <[email protected]>0421ba0cd3bd55aced8307499da27a6e86b1a9b6 authored almost 12 years ago by Henrique Moody <[email protected]>
Coding standards must be follow PSR-1 and PSR-2.
6c007df1d1e6826ab7277ced1a9d6c5f23b24e67 authored almost 12 years ago by Henrique Moody <[email protected]>Fix for 32bit integer
80ed90d92c91731268373226c092df63c21c67ae authored almost 12 years ago by Henrique Moody <[email protected]>3e7fd8d9e5503e0888ebd475615051ee9ac218b0 authored almost 12 years ago by Luís Otávio Cobucci Oblonczyk <[email protected]>
7014d5b74adad08f9754b54b72b4fdf8cd392adf authored almost 12 years ago by Luís Otávio Cobucci Oblonczyk <[email protected]>
e08212ed17407f37be8bc9cb126215514d64cfed authored almost 12 years ago by Luís Otávio Cobucci Oblonczyk <[email protected]>
so one more try to make Travis-CI Work
4a456aed0690696b203f4559cce5f51f33841e52 authored almost 12 years ago by Henrique Moody <[email protected]>4dbe3f0bf8c896baacb8bd06d0076e3a0c0e0e14 authored almost 12 years ago by Henrique Moody <[email protected]>