Mark Story
|
d58bb11685
Increase test coverage.
|
10 years ago |
Mark Story
|
bd798d9fd7
Add pass/fail test for utf8extended.
|
10 years ago |
Mark Story
|
ca89846ff7
Add doc blocks for Validator methods.
|
10 years ago |
Jose Lorenzo Rodriguez
|
32ee1d72ed
Added helper methods in validator for the functions in Validation class
|
10 years ago |
Jose Lorenzo Rodriguez
|
94039ba5c1
Added tests for PR #7646
|
10 years ago |
ndm2
|
3c9abb56a0
Add callable support to `Validator::requirePresence()`.
|
10 years ago |
Mark Scherer
|
ebd44de597
Adjust tests for notEmpty to notBlank.
|
11 years ago |
Mark Story
|
35e525b9ee
Sync providers from parent validator into children.
|
11 years ago |
Mark Story
|
43e869b0be
Instead of paths, use nested validator objects.
|
11 years ago |
Mark Story
|
a86b0c7dba
Implement nested field validators.
|
11 years ago |
Mark Story
|
dcc936601e
Add __debugInfo() methods to more objects.
|
11 years ago |
ADmad
|
6dd2962268
Rename Validation::notEmpty() to Validation::notBlank().
|
11 years ago |
José Lorenzo Rodríguez
|
0f3ea4b39e
Merge pull request #5813 from cakephp/validation-compare
|
11 years ago |
Mark Story
|
4098e56e86
Enhance RulesProvider to conditionally include context.
|
11 years ago |
Mark Story
|
68a1055381
Add affordances for allowEmpty() and file uploads.
|
11 years ago |
Mark Story
|
05372b5242
Allow empty date fields.
|
11 years ago |
ADmad
|
21fce4f6fe
Use string keys for presence and not empty failure messages.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
euromark
|
aa0c90ed1f
Consolidate asserts
|
11 years ago |
euromark
|
0b2f5d8f59
Adjust test cases.
|
11 years ago |
Mark Story
|
7d398ee989
Allow float 0 to be considered empty.
|
11 years ago |
kawakami
|
aa9fc95023
Cleanup TestCase extends
|
11 years ago |
Bryan Crowe
|
608e1c5ae7
Add space after closures' function keyword
|
11 years ago |
euromark
|
f888be3cfa
Correct use statements.
|
11 years ago |
Jose Lorenzo Rodriguez
|
f33850e853
Adding tests for the new conditional checking feature in the validator
|
11 years ago |
Jose Lorenzo Rodriguez
|
4515475729
Adding the field name that is being validated as part of the validation
|
12 years ago |
mark_story
|
73bce87d96
Add additional tests for intersection of notEmpty()/allowEmpty()
|
12 years ago |
mark_story
|
1d5220916e
Expand unit tests and fix issue with notEmpty().
|
12 years ago |
mark_story
|
d772b7d8d5
Add mode to notEmpty() and remove message from allowEmpty().
|
12 years ago |
mark_story
|
abddb826b7
Tweak Validator API to be more user friendly.
|
12 years ago |