Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5eb3ccf
started adding some unit tests. renamed FormValidator to Validator as…
cgutierrez Apr 2, 2011
6544638
renamed test case
cgutierrez Apr 2, 2011
6587d12
added more tests for individual rules
cgutierrez Apr 3, 2011
eb62020
simplified the date rule and added tests for it
cgutierrez Apr 3, 2011
fe7c3cc
messing with the date validator
cgutierrez Apr 3, 2011
eb333cd
starting to update rules to accept array validation
cgutierrez Apr 7, 2011
b490997
Updated the callback validator to include handling for passing a mixe…
Apr 11, 2011
5ed76a6
started working with optionally recursing through arrays
cgutierrez Apr 14, 2011
26ba393
Merge branch 'master' of github.com:blackbelt/php-validation
cgutierrez Apr 14, 2011
9919922
changed callback to use reflection to allow for extra parameters
cgutierrez Apr 14, 2011
6fac0e3
Updated readme.
Apr 16, 2011
2b7ed4e
Moving readme to markdown syntax.
Apr 16, 2011
9d17013
Fixing headings of readme.
Apr 16, 2011
e6635dd
Code blocks.
Apr 16, 2011
9fd3a54
Code blocks.
Apr 16, 2011
af5824f
Added a quick note to the top.
Apr 16, 2011
a89e4aa
Added the custom exception handler.
Apr 16, 2011
c5c780c
Included a full example.
Apr 16, 2011
60cdcbf
Adding a few notes to the example.
Apr 16, 2011
3a6b15b
Moved readme sections around.
Apr 16, 2011
eb337f5
Fixed headers.
Apr 16, 2011
dcf2a9b
small undefined variable fix
cgutierrez Apr 29, 2011
aa1711a
Merge branch 'master' of github.com:blackbelt/php-validation
cgutierrez Apr 29, 2011
ba97f7d
posting updates from @cballou
cgutierrez May 22, 2011
79f60c6
Fixed syntax error in declaration of Validator_Exception class.
Feb 10, 2012
f297ce3
Fixed Validator_Exception constructor to call the Exception construct…
Feb 10, 2012
2655d4d
Overhauled callback function. It will now call setRule and the input …
Feb 10, 2012
6c39c3f
Adjusted formatting in Validator.
Feb 10, 2012
b9dfb0e
Fixed formatting again in Validator. I need to work on tabs vs spaces…
Feb 10, 2012
f4c01eb
Fixed issue where callback functions would receive an extra argument.…
Feb 11, 2012
ef5b0ff
Adding some color to the README
cballou Oct 22, 2012
568f67f
Update README.md
cballou Oct 22, 2012
286c7eb
Added MIT license
cgutierrez Oct 24, 2012
df88236
small license update
cgutierrez Oct 24, 2012
07cfb06
merged from fruchtose/php-validation
cgutierrez Oct 25, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading