444 Commits

Author SHA1 Message Date
Jabari Hunt
11dc3a7850
Merge pull request #1 from willemwollebrants/improved-email-validator
Improved email validator
2018-01-31 10:30:06 -06:00
Willem Wollebrants
f8e69683af add emailDNS validator to documentation 2018-01-31 16:20:58 +01:00
Willem Wollebrants
7dcc8a5089 add test for new emailDNS validator 2018-01-31 16:19:05 +01:00
Jabari
8603b2bec3 Added idn_to_ascii() with a check to make sure the function itself exists as well as a check for a required constant that it needs to function. 2018-01-05 22:28:47 -06:00
Jabari Hunt
28ef275cde Restored the original validateEmail() method. Created a new method called validateEmailDNS() that validates both the email address itself (using the ValidateEmail() method) as well as the domain name in the email address. 2018-01-01 15:11:21 -06:00
Jabari Hunt
a49bad3ed8 Merge remote-tracking branch 'origin' into improved-email-validator 2018-01-01 14:10:49 -06:00
Willem Wollebrants
1712b04f16
Merge pull request #235 from pelmered/master
Added Swedish translation file
2017-12-20 09:03:40 +01:00
Willem Wollebrants
7804f85ea8
Merge pull request #233 from shitoudev/patch-1
Update zh-cn.php
2017-12-20 09:03:06 +01:00
Peter elmered
ac79ecd1de Added Swedish translation 2017-12-19 18:36:40 +01:00
zhenwen
c0bf6b75d8
Update zh-cn.php 2017-12-14 11:17:43 +08:00
Jabari Hunt
55154359dc Fixed a typo that was introduces in an unrelated comment. 2017-12-13 16:06:31 -06:00
Jabari Hunt
255384baa8 Made the domain check an option (via third method param). 2017-12-13 14:52:24 -06:00
Jabari Hunt
ae7716c900 Improved the email validator by making sure the domain name is valid. 2017-12-13 12:30:45 -06:00
Piotr
2438da6a99
Fix typo in docblock 2017-12-08 16:00:16 +01:00
Willem Wollebrants
42637ed954
Merge pull request #230 from vlucas/fixTest
Make testRequiredAllowEmpty() test 2 different usages
2017-12-02 21:56:17 +01:00
Willem Wollebrants
d1563d520f Make sure testRequiredAllowEmpty() tests 2 different usages for required rule 2017-12-02 21:28:13 +01:00
Vance Lucas
290113fac0
Merge pull request #225 from gabriel-caruso/phpunit
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
2017-11-15 10:35:54 -06:00
Gabriel Caruso
14a467ba24 Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-11 02:28:10 -02:00
misantron
36404a83b7 Merge branch 'master' into validators-patch 2017-11-01 23:43:09 +03:00
Willem Wollebrants
87775d7626
Merge pull request #224 from vlucas/issue223
remove unused parameter for required rule
v1.4.2
2017-10-31 00:15:06 +01:00
Willem Wollebrants
890cf6a104 let's see if we can keep 5.3 still 2017-10-30 20:02:29 +01:00
Willem Wollebrants
3da6518e38 time to no longer test for php 5.3 2017-10-30 19:49:58 +01:00
Willem Wollebrants
9726d0f835 remove unused parameter for required rule 2017-10-30 19:44:17 +01:00
misantron
b0ddfb3a37 Merge remote-tracking branch 'origin/validators-patch' into validators-patch
# Conflicts:
#	src/Valitron/Validator.php
2017-10-26 23:11:06 +03:00
misantron
d9a466b833 Array contains and unique validators added, code style fixes 2017-10-26 23:09:45 +03:00
Dennis Meckel
eb436a382f Fixed strict integer rule and added more integer unit tests 2017-10-13 19:39:59 +02:00
Willem Wollebrants
20a9c2d604 Merge pull request #218 from vlucas/issue208
validate fields that are required, but may have empty or null values. Handles #208
v1.4.1
2017-08-28 22:06:05 +02:00
Willem Wollebrants
9a45f79b58 Explain required-rule parameter 2017-08-28 21:59:40 +02:00
Willem Wollebrants
4cc030c68a validate fields that are required, but may have empty or null values. #208 2017-08-28 21:52:21 +02:00
Willem Wollebrants
db089ab271 Merge pull request #217 from vlucas/iss214
Remove (0-9) from default integer message #214
2017-08-28 08:50:38 +02:00
Willem Wollebrants
f35b010413 Remove (0-9) from default integer message #214 2017-08-28 08:47:45 +02:00
Willem Wollebrants
38876b96ea Merge pull request #213 from vlucas/pr210
Test for pr #212
2017-08-27 13:37:26 +02:00
Willem Wollebrants
6350cf8cb0 Test for pr #212 2017-08-27 13:34:43 +02:00
Willem Wollebrants
f49917ecfd Merge pull request #210 from jatubio/patch-1
Don't prepend field name to error message when {field} is already set in the message
2017-08-27 13:16:37 +02:00
Willem Wollebrants
4268b58e40 Merge pull request #212 from jatubio/patch-2
Update es.php
2017-08-27 13:12:00 +02:00
Juan Antonio Tubio
658b0ed5cc Update es.php
Corrected some expressions
2017-08-25 18:20:37 +02:00
Willem Wollebrants
1e98c97ca2 Merge pull request #211 from vlucas/errormsg
Make sure error messages get tested too
2017-07-18 20:57:38 +02:00
Willem Wollebrants
b29fbc50ff Make sure error messages get tested too 2017-07-18 20:54:29 +02:00
Juan Antonio Tubio
a80cbf0f3f Fixing code indentation 2017-07-18 16:46:38 +02:00
Juan Antonio Tubio
c6b2865ef6 Checking if mb_strpos() exists before use them 2017-07-18 16:44:05 +02:00
Juan Antonio Tubio
51575f3f9d Don't add {field} to message uf already exists
Fixed rule() function to don't add {field} to message if already exists on them
2017-07-18 16:18:00 +02:00
Willem Wollebrants
c3d644e1d7 Merge pull request #206 from vlucas/issue101
Always run 'accepted' validation (#101)
2017-07-06 11:27:46 +02:00
Willem Wollebrants
86cdecf193 Always run 'accepted' validation (#101) 2017-07-06 11:21:27 +02:00
Willem Wollebrants
c6c0f95129 Merge pull request #205 from vlucas/issue204
Handle malformed bulk rules (#204)
2017-07-06 11:06:28 +02:00
Willem Wollebrants
ec77d601ad Handle malformed bulk rules (#204) 2017-07-06 11:03:04 +02:00
Willem Wollebrants
107d1eebc1 Merge pull request #202 from atanasov/master
Bulgarian language
2017-06-26 23:34:20 +02:00
Atanas Atanasov
8c09f881b6 Bulgarian language 2017-06-26 14:06:11 +03:00
Willem Wollebrants
a6cf3a8c86 Merge pull request #201 from auroraeosrose/foreachbug
Check if the value in getParts is non-scalar to prevent "Invalid argument to foreach" error
2017-06-23 23:38:17 +02:00
Willem Wollebrants
1d8abc73b6 Merge pull request #200 from auroraeosrose/patch-1
Fix issue where preg_match spews when passed an array
2017-06-23 23:34:07 +02:00
Elizabeth M Smith
a7e89cf26c fix it correctly... 2017-06-23 14:41:46 -04:00