Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Workerman

An asynchronous event driven PHP socket framework
Collective - Host: opensource - https://opencollective.com/workerman - Website: https://workerman.net - Code: https://github.com/walkor

New rule 'Xdigit' based on ctype_xdigit

github.com/walkor/validation - 11b6cbd24000e417aebd1dea40b6d010736467f3 authored about 12 years ago
Removal of braces on single-line statements

I've only removed braces from the files I'd changed/created on my
last pull request. Notice, ho...

github.com/walkor/validation - 0e9b7fb6f1918752bdc3221fb597da0076e3882b authored about 12 years ago
Removed duplicated rule Xdigits (there is Hexa already)

github.com/walkor/validation - 2af3ffeef261584c3889609cf3d0fa53b083634e authored about 12 years ago
New rule Punctuation based on ctype_punct

github.com/walkor/validation - b8647dfa547a17d42779e663a07ac9b93af9dda0 authored about 12 years ago
New rule Graphical based on ctype_graph

github.com/walkor/validation - 86f7a6bc2626163dbecd7d5493b9627baeb3780f authored about 12 years ago
Alpha now uses ctype_alpha

Replacing preg_match for ctype_alpha wasn't so straight forward as
they're not semantically equi...

github.com/walkor/validation - e11285a37a4c1a8bf9ebda1dbf877322fc414a34 authored about 12 years ago
Corrected rules that stoped working after two last commits

Theorically, Digits should inherit from Alpha (as it shold use
ctype_digit). However, the regex...

github.com/walkor/validation - 52824a9550f63f20c1857556a26aae95a9bf84af authored about 12 years ago
Created new class for ctype_ based rules

github.com/walkor/validation - e40579ca4396b29a8f1f58821267b07e3e42705a authored about 12 years ago
Corrected method name

github.com/walkor/validation - 0a0c2116c5a4cfcdf107da586320b8d82668ceb4 authored about 12 years ago
New Rule 'Control' based on ctype_cntrl

As it is implemented, it accepts an empty string as valid. I'm
not sure if this should be the c...

github.com/walkor/validation - aa01218401f20c2e8d0027a5efb009ff89e13aba authored about 12 years ago
Ctype rules now may accept or not the empty string

This will help wrapping some rules, as ctype_digit and ctype_cntrl
without breaking Alpha and Al...

github.com/walkor/validation - 82f86d96bf4059baa49449afb81dccef034fc5e7 authored about 12 years ago
Alpha refactoring to avoid code duplication

As a bonus, Alnum also uses a ctype_ function now.

github.com/walkor/validation - 0ebd01d71a24f396ec9fcc90c09190fdd3540703 authored about 12 years ago
Add method annotations for all the new rules.

Not listing deprecated methods and changed those modified.

github.com/walkor/validation - 8950d1d9330b710645d49ce12e116456d72d081b authored about 12 years ago
Remove use statement not in use.

github.com/walkor/validation - f965eca66416a441413d3531997dfe2d4c6dd955 authored about 12 years ago
Improved filter for ctype rules.

Parent only keeps a helper and does not overwrite the std empty filter.
Since its only the 3 rul...

github.com/walkor/validation - 4be1cd80bdf9517f6c769ce38939ecb76ec8691c authored about 12 years ago
Update documentation explain all values optional

github.com/walkor/validation - 6ee8ca8b9847e617849bf7115c665b48a9fa5a81 authored about 12 years ago
AbstractRelated also treat empty input Valid.

github.com/walkor/validation - d84b6209b6fffeb889c9405f6604eeace897aa29 authored about 12 years ago
Assert also seeing improvement in footprint.

github.com/walkor/validation - 3f2556f65a3872bbec22157573bd5ce3e774dd9e authored about 12 years ago
Check reduced to 4 lines.

github.com/walkor/validation - 17920bc778620d18214511a8073e5c2f3121c4fd authored about 12 years ago
Validate reduced to 4 lines.

github.com/walkor/validation - 5c3587bca32e4ab2b2a1b9a6509c7c633c43189d authored about 12 years ago
Refactor method extraction.

Reduce triplication of efforts.

github.com/walkor/validation - c5ae4116e71150478132cbeebd948d1038cfec01 authored about 12 years ago
Interfaces are inherited from parent

github.com/walkor/validation - 1dcd7610a1e922cdea13b22419ee9e34b284dc3e authored about 12 years ago
Improve CPF legibility and footprint.

github.com/walkor/validation - 79c079ea8be50cbc88f359322b03cd11261128b3 authored about 12 years ago
Fix and optimize Domain rule.

doubleHyphen was failing after repairing the tests.
start property never used
Tried to prevent t...

github.com/walkor/validation - 95f2341801eaacd364c3d3c88e48c9fb293fd225 authored about 12 years ago
Test to ensure empty string is valid.

Updated all tests to ensure we don't fail an empty input, right across the board now. One rule f...

github.com/walkor/validation - 27eb1c063fc69da406c64f2634596097875ba844 authored about 12 years ago
Exception can look at the propperty for its assessment.

github.com/walkor/validation - 7f895d0427541a93913a2c1e98ea9b6ba74df70c authored about 12 years ago
Let getName always return a name, the classname at least.

github.com/walkor/validation - a4e622ec2640a3689dc1c2741b9e8adaf8f8f93e authored about 12 years ago
To disallow empty extend NotEmpty.

The NetEmpty family of classes does skips the global accept empty and get to handle it themselve...

github.com/walkor/validation - 2094009a225610f9d96c57cd5c726d09a80cee82 authored about 12 years ago
Allow empty unless NotEmpty for all

github.com/walkor/validation - ce8e9350bb925a395ce48afa5df3e2f4156dc6c5 authored about 12 years ago
More tests through provider for no whitespace

github.com/walkor/validation - 71ea225f9b4297fef891dc82ac95797c8a0595b2 authored about 12 years ago
More null value tests through provider

github.com/walkor/validation - eaa0fa6cc3df4f7ad12b0e32d0021547b53f125d authored about 12 years ago
More json tson tests through provider

github.com/walkor/validation - edcde01fcc3db07ae70aa19be929d96d7d8dddd7 authored about 12 years ago
Make test Callback a little more reusable

github.com/walkor/validation - 2c4e188a47930b15a6b49f7d0a0aec73620a0a27 authored about 12 years ago
Removed license from source file

github.com/walkor/validation - a217c11232d05a5d77ac5d64c6e717b866508f74 authored about 12 years ago
Refactor rename Printable Prnt.

github.com/walkor/validation - 28febc5940778923de5cad4cfaa44b54545ec392 authored about 12 years ago
Merge with ramaciotti/develop

github.com/walkor/validation - 5897a45cb36f383107322cb07e460c46f2344942 authored about 12 years ago
Updated documentation to have correct names for Ctype rules

github.com/walkor/validation - 9e00c3d0055fc9cd6b1bc06a564225f84b77ab41 authored about 12 years ago
Fixed up OneOfTest after Xdigit renaming

github.com/walkor/validation - 61eea5db4d254deeb077f5590e6dbd8fed9d0c81 authored about 12 years ago
Changed Xdigit base class to AbstractCtypeRule

It also affects one of the test cases (the empty string went from
invalid to valid).

github.com/walkor/validation - 2034a391c98f3537141ce4281f3de2b3c5f8669f authored about 12 years ago
Renamed Xdigits to Xdigit, following Ctype naming convention

github.com/walkor/validation - a35e864e3700c9ba68971ee8b38f996983b36215 authored about 12 years ago
Renamed Printable to Print to follow Ctype naming convention

This isn't working, the tokenizer recognizes 'Print' as the built-
in 'print' and not as a class...

github.com/walkor/validation - 3753e8d7ca0011bed7af68f29ac98375695e66da authored about 12 years ago
Renamed Punctuation to Punct to make it follow the Ctype naming

github.com/walkor/validation - 8caa07ca561c66f05bbd8e01da7f2170fd0b478c authored about 12 years ago
Fix:2 for #97 Refactor rename Vowels to Vowel.

As per #97 Plural rules no singular.
Vowels to Vowel.
Vowelss now a deprecated decorator class o...

github.com/walkor/validation - e18720dfd02a5a23b797b334202089debd82de63 authored about 12 years ago
Graphical renamed to Graph to follow Ctype naming convention

github.com/walkor/validation - ff03819b38e4d02d55e8bb967a48e6ec74bb779f authored about 12 years ago
Fix:1 for #97 Refactor rename Consonants to Consonant.

As per #97 Plural rules no singular.
Consonants to Consonant.
Consonants now deprecated.
Documen...

github.com/walkor/validation - 617d6ae872c8e231530effded35df3e2e56b00c8 authored about 12 years ago
Control renamed to Cntrl to follow Ctype naming convention

github.com/walkor/validation - e7536588b9cc78a79ac6c680dfb4dbec3ad37f4b authored about 12 years ago
Not filtering when none required just seems propper.

github.com/walkor/validation - 8b4d73b6afcfb552606ed4cb80b63bc9f0b8ccd7 authored about 12 years ago
Remove redundant and filter is inherited

github.com/walkor/validation - 9942dc0301d0f470fa39166a85146ef326c523e0 authored about 12 years ago
Update Foundation 0.1.13

github.com/walkor/validation - 8ed007e82831145f369fb679594e6cc35dce65fe authored about 12 years ago
Fix whitespace only in REAIME.md

github.com/walkor/validation - 84cb8a396b5bf3f7b037632fee2545213f82d988 authored about 12 years ago
Fix documentation for Digit and Digits

github.com/walkor/validation - 58bb30f5ad81e043a26bfa3f77d11ff6b8b2bcd6 authored about 12 years ago
Recreate Digits as deperecated decorator for Digit.

github.com/walkor/validation - f82a17f5d8382dfc1c7a502bb90eb27f44276b3f authored about 12 years ago
Refactor rename Digits to Digit

github.com/walkor/validation - 2a05f73cc332ff9e2fc6bd6237f730b4e52967b6 authored about 12 years ago
More whitespace only.

github.com/walkor/validation - 4f9b2e4bed1e23946561cd39dc5b73e98c7d9298 authored about 12 years ago
Remove unused use statement

github.com/walkor/validation - 64cb91ac6de87553828885959c5dd7844b26a3ac authored about 12 years ago
Whitespace fixes only

github.com/walkor/validation - 1fc3e70a7de394abb81485eada37de37783ae8d1 authored about 12 years ago
That shouldn't be there.

segfault test slipped into repo.

github.com/walkor/validation - 123a668f8e26d29a0f901d404eecbe47d5b6679a authored about 12 years ago
Invalid test, it would appear.

This does not appear to be a valid test verifying an input string.

github.com/walkor/validation - c1dca31827b99c1b4bc63987947da3d4e3fc05d1 authored about 12 years ago
Refactor class extraction AbstractFilterRule

github.com/walkor/validation - 2e4e98105eeecf9ca3d5452e01813668782fc96f authored about 12 years ago
Make AbstractCtypeRule abstract, implement ctypeFunction.

github.com/walkor/validation - e404897803c1d0a98c77f97d71fcc5412831001e authored about 12 years ago
Merge pull request #110 from ramaciotti/develop

Pending changes from the last PR

github.com/walkor/validation - 25c09d389dff77aa9811d936284e539148f92d13 authored about 12 years ago
Made OneOfTest use Xdigits instead of Hexa

github.com/walkor/validation - 5fc5b88a62d38fcffc3f12d4429e2f8fa9c8b1cd authored about 12 years ago
Refactored AbstractCharGroup into AbstractRegexRule

It's now an actual abstract class.

github.com/walkor/validation - ddf704924a6677d129cb43a5ec99363e20d665c2 authored about 12 years ago
Removed unnecessary check in AbstractCharGroup

github.com/walkor/validation - d1bf8a25d8cd8d22eb63e181bdc40fe48565a180 authored about 12 years ago
Mark Hexa as deprecated

I've also changed its tests, setting an error handler that does
nothing. Maybe we should check ...

github.com/walkor/validation - 38961bdf99dfced8feaa29a5829c7f041780ce7c authored about 12 years ago
New Xdigit rule based on the previous Hexa rule

This is a really ugly copy'n'paste. There are two problems to
solve: how to make 'hexa' depreca...

github.com/walkor/validation - 1148b36543891e0ff435a43ba507a63a055b3dd9 authored about 12 years ago
Updated documentation

I've also marked hexa as deprecated and moved `countryCode` to
its alphabetical position.

github.com/walkor/validation - 99bcd938d350c73dd2309081f25f61b53c265f95 authored about 12 years ago
Removal of $acceptEmptyString

Notice that this changes the behaviour of some rules (of Digits in
special). That's why some li...

github.com/walkor/validation - 8dce01df019b53fab58be1338fb22572712cf477 authored about 12 years ago
Removal of braces on single-line statements

I've only removed braces from the files I'd changed/created on my
last pull request. Notice, ho...

github.com/walkor/validation - 160bd15e2aa7288652450934f33e269a780db82e authored about 12 years ago
Removed duplicated rule Xdigits (there is Hexa already)

github.com/walkor/validation - 3de245814d59876cf90aff0ddbab6f08be9ab8b5 authored about 12 years ago
Merge pull requst #107 ramaciotti

github.com/walkor/validation - 66ee744ffc513cc84ed0a2b718206b3073a2db94 authored about 12 years ago
New rule Space based on ctype_space

github.com/walkor/validation - 66d11d79d52bd1725bf1aaacf59eee52f1ebfc30 authored about 12 years ago
New rule Punctuation based on ctype_punct

github.com/walkor/validation - 366ca04c16a9b0ad133dc249d61ee0807536d79c authored about 12 years ago
New rule 'Xdigit' based on ctype_xdigit

github.com/walkor/validation - 62cd6eaf507fa4e112c54fec2267f5ce02525f34 authored about 12 years ago
New rule Graphical based on ctype_graph

github.com/walkor/validation - 328834d66b44d85c67bd9005f5e5342a052701d9 authored about 12 years ago
New rule 'Printable' based on ctype_print

More tests would be nice, but I've run out of ideas.

github.com/walkor/validation - dc8be26a9a86552322a04b62ab003d725c8fd5d7 authored about 12 years ago
Ctype rules now may accept or not the empty string

This will help wrapping some rules, as ctype_digit and ctype_cntrl
without breaking Alpha and Al...

github.com/walkor/validation - 671099d3243dd08bb25947c4370544fab7647863 authored about 12 years ago
Corrected method name

github.com/walkor/validation - face4af4f1c6af2523830dd2a6206837bd57fb10 authored about 12 years ago
New Rule 'Control' based on ctype_cntrl

As it is implemented, it accepts an empty string as valid. I'm
not sure if this should be the c...

github.com/walkor/validation - 38ae13cea9595f18937b2b284c1d94d394516ae2 authored about 12 years ago
Created new class for ctype_ based rules

github.com/walkor/validation - 4eed6dee8b3be9c8f2abe5981ec96ee89d8a3ce1 authored about 12 years ago
Corrected rules that stoped working after two last commits

Theorically, Digits should inherit from Alpha (as it shold use
ctype_digit). However, the regex...

github.com/walkor/validation - 6ad850c9ca0bba9f034e6b9aa547fa2c2ef48c5d authored about 12 years ago
Alpha refactoring to avoid code duplication

As a bonus, Alnum also uses a ctype_ function now.

github.com/walkor/validation - f37e7ba23f976a5638aa5e99fccc19f18335f83a authored about 12 years ago
Alpha now uses ctype_alpha

Replacing preg_match for ctype_alpha wasn't so straight forward as
they're not semantically equi...

github.com/walkor/validation - 28ee944ce3f56d9d7c9d895a3be22b966416d7f7 authored about 12 years ago
Merge pull request #106 from Respect/0.4.5

Fixed coding standards.

github.com/walkor/validation - 5f9b1ee2fa635f1c0b12264f7b856045d57bdfe7 authored about 12 years ago
Renamed test methods of underscore to cammelcase.

github.com/walkor/validation - 0421ba0cd3bd55aced8307499da27a6e86b1a9b6 authored about 12 years ago
Fixed coding standards.

Coding standards must be follow PSR-1 and PSR-2.

github.com/walkor/validation - 6c007df1d1e6826ab7277ced1a9d6c5f23b24e67 authored about 12 years ago
Merge pull request #105 from lcobucci/develop

Fix for 32bit integer

github.com/walkor/validation - 80ed90d92c91731268373226c092df63c21c67ae authored about 12 years ago
Method renamed

github.com/walkor/validation - 7014d5b74adad08f9754b54b72b4fdf8cd392adf authored about 12 years ago
Fix for 32bit integers

github.com/walkor/validation - e08212ed17407f37be8bc9cb126215514d64cfed authored about 12 years ago