Commit Graph

  • fcaa1d5d52 make phpdoc more specific for parameter in Validator::addInstanceRule and Validator::addRule, both need a callable Willem Wollebrants 2018-06-25 22:18:19 +02:00
  • 3908f086e0 fix incorrect phpdoc for callable Willem Wollebrants 2018-06-25 22:15:31 +02:00
  • 3c5463315b
    Merge pull request #246 from peter279k/test_enhancement v1.4.3 Willem Wollebrants 2018-05-06 12:45:26 +02:00
  • c4be38862b Validation fixes misantron 2018-04-20 21:00:34 +03:00
  • 9ec218f031 Fix count() countable error message in php7.2 peter279k 2018-04-14 16:56:19 +08:00
  • 7c1175134d Fix include setting space peter279k 2018-04-14 16:48:59 +08:00
  • 631c8feb36 Use composer test in Travis build script peter279k 2018-04-14 16:44:21 +08:00
  • 7e735e17ea Test enhancement peter279k 2018-04-14 16:37:51 +08:00
  • 4c9ea18a65
    Merge pull request #244 from hided62/add-korean Willem Wollebrants 2018-04-09 09:33:49 +02:00
  • 802c4406b3 Fix grammatical mistakes hide_d 2018-03-30 22:39:45 +09:00
  • b54a25f7a9 Added Korean hide_d 2018-03-30 22:33:10 +09:00
  • b6589e85ea
    Strict integer rule Willem Wollebrants 2018-03-29 20:57:51 +02:00
  • c56bf573f2
    Merge pull request #241 from realjay007/stop-on-first-fail Willem Wollebrants 2018-03-08 16:48:01 +01:00
  • 48dcdc7248 Merge remote-tracking branch 'remotes/upstream/master' into validators-patch misantron 2018-03-05 22:21:09 +03:00
  • 4103c8bd40 Forced stopOnFirstFail parameter to bool Julius Ijie 2018-02-23 15:59:30 +01:00
  • 8636fed8f5 Removed boolean type declaration only available on PHP7 Julius Ijie 2018-02-23 15:55:45 +01:00
  • 6837c9dfab Added option to stop validation when a rule is failed Julius Ijie 2018-02-23 15:25:35 +01:00
  • 4b32e6067a
    Update composer license SPDX Vance Lucas 2018-02-10 16:02:11 -06:00
  • 013672dfce
    Merge pull request #231 from piotr-cz/patch-1 Willem Wollebrants 2018-02-10 14:08:48 +01:00
  • 59f04de714
    Merge pull request #238 from thinkjson/master Willem Wollebrants 2018-02-10 14:08:25 +01:00
  • 241c456e37
    Merge pull request #239 from dgvirtual/master Willem Wollebrants 2018-02-10 14:07:24 +01:00
  • 8abb9b7220
    Merge pull request #237 from mangopeaches/nested-equals-different Willem Wollebrants 2018-02-07 17:35:13 +01:00
  • fb8f89a519
    Translation to Lithuanian Donatas Glodenis 2018-02-07 15:33:59 +00:00
  • 19a1e123bd updating tests for 5.3 compatible arrays Tom Breese 2018-02-06 23:10:20 -05:00
  • 32dec57f69 adding nested different both unser required test Tom Breese 2018-02-06 23:05:25 -05:00
  • 06d1740c32 adding tests for nulls/not set values for nested and not nested equals and different methods Tom Breese 2018-02-06 23:02:03 -05:00
  • ef412d1160
    Merge pull request #232 from jabarihunt/improved-email-validator Willem Wollebrants 2018-02-06 08:34:20 +01:00
  • fd1b55ad21 Fulfilling documentation request for numeric array validation Mark Cahill 2018-02-05 07:15:00 -05:00
  • 7c94b2ae5a added support for nested arrays in validateEquals and validateDifferent validation methods Tom Breese 2018-02-04 13:24:47 -05:00
  • 11dc3a7850
    Merge pull request #1 from willemwollebrants/improved-email-validator Jabari Hunt 2018-01-31 10:30:06 -06:00
  • f8e69683af add emailDNS validator to documentation Willem Wollebrants 2018-01-31 16:20:58 +01:00
  • 7dcc8a5089 add test for new emailDNS validator Willem Wollebrants 2018-01-31 16:19:05 +01:00
  • 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. Jabari 2018-01-05 22:28:47 -06:00
  • 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. Jabari Hunt 2018-01-01 15:11:21 -06:00
  • a49bad3ed8 Merge remote-tracking branch 'origin' into improved-email-validator Jabari Hunt 2018-01-01 14:10:49 -06:00
  • 1712b04f16
    Merge pull request #235 from pelmered/master Willem Wollebrants 2017-12-20 09:03:40 +01:00
  • 7804f85ea8
    Merge pull request #233 from shitoudev/patch-1 Willem Wollebrants 2017-12-20 09:03:06 +01:00
  • ac79ecd1de Added Swedish translation Peter elmered 2017-12-19 18:36:40 +01:00
  • c0bf6b75d8
    Update zh-cn.php zhenwen 2017-12-14 11:17:43 +08:00
  • 55154359dc Fixed a typo that was introduces in an unrelated comment. Jabari Hunt 2017-12-13 16:06:31 -06:00
  • 255384baa8 Made the domain check an option (via third method param). Jabari Hunt 2017-12-13 14:52:24 -06:00
  • ae7716c900 Improved the email validator by making sure the domain name is valid. Jabari Hunt 2017-12-13 12:30:45 -06:00
  • 2438da6a99
    Fix typo in docblock Piotr 2017-12-08 16:00:16 +01:00
  • 42637ed954
    Merge pull request #230 from vlucas/fixTest Willem Wollebrants 2017-12-02 21:56:17 +01:00
  • d1563d520f Make sure testRequiredAllowEmpty() tests 2 different usages for required rule Willem Wollebrants 2017-12-02 21:28:13 +01:00
  • 290113fac0
    Merge pull request #225 from gabriel-caruso/phpunit Vance Lucas 2017-11-15 10:35:54 -06:00
  • 14a467ba24 Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase Gabriel Caruso 2017-11-11 02:28:10 -02:00
  • 36404a83b7 Merge branch 'master' into validators-patch misantron 2017-11-01 23:43:09 +03:00
  • 87775d7626
    Merge pull request #224 from vlucas/issue223 v1.4.2 Willem Wollebrants 2017-10-31 00:15:06 +01:00
  • 890cf6a104 let's see if we can keep 5.3 still Willem Wollebrants 2017-10-30 20:02:29 +01:00
  • 3da6518e38 time to no longer test for php 5.3 Willem Wollebrants 2017-10-30 19:49:58 +01:00
  • 9726d0f835 remove unused parameter for required rule Willem Wollebrants 2017-10-30 19:44:17 +01:00
  • b0ddfb3a37 Merge remote-tracking branch 'origin/validators-patch' into validators-patch misantron 2017-10-26 23:11:06 +03:00
  • d9a466b833 Array contains and unique validators added, code style fixes misantron 2017-10-26 23:09:45 +03:00
  • eb436a382f Fixed strict integer rule and added more integer unit tests Dennis Meckel 2017-10-13 19:39:59 +02:00
  • 20a9c2d604 Merge pull request #218 from vlucas/issue208 v1.4.1 Willem Wollebrants 2017-08-28 22:06:05 +02:00
  • 9a45f79b58 Explain required-rule parameter Willem Wollebrants 2017-08-28 21:59:40 +02:00
  • 4cc030c68a validate fields that are required, but may have empty or null values. #208 Willem Wollebrants 2017-08-28 21:52:21 +02:00
  • db089ab271 Merge pull request #217 from vlucas/iss214 Willem Wollebrants 2017-08-28 08:50:38 +02:00
  • f35b010413 Remove (0-9) from default integer message #214 Willem Wollebrants 2017-08-28 08:47:45 +02:00
  • 38876b96ea Merge pull request #213 from vlucas/pr210 Willem Wollebrants 2017-08-27 13:37:26 +02:00
  • 6350cf8cb0 Test for pr #212 Willem Wollebrants 2017-08-27 13:34:43 +02:00
  • f49917ecfd Merge pull request #210 from jatubio/patch-1 Willem Wollebrants 2017-08-27 13:16:37 +02:00
  • 4268b58e40 Merge pull request #212 from jatubio/patch-2 Willem Wollebrants 2017-08-27 13:12:00 +02:00
  • 658b0ed5cc Update es.php Juan Antonio Tubio 2017-08-25 18:20:37 +02:00
  • 1e98c97ca2 Merge pull request #211 from vlucas/errormsg Willem Wollebrants 2017-07-18 20:57:38 +02:00
  • b29fbc50ff Make sure error messages get tested too Willem Wollebrants 2017-07-18 20:54:29 +02:00
  • a80cbf0f3f Fixing code indentation Juan Antonio Tubio 2017-07-18 16:46:38 +02:00
  • c6b2865ef6 Checking if mb_strpos() exists before use them Juan Antonio Tubio 2017-07-18 16:44:05 +02:00
  • 51575f3f9d Don't add {field} to message uf already exists Juan Antonio Tubio 2017-07-18 16:18:00 +02:00
  • c3d644e1d7 Merge pull request #206 from vlucas/issue101 Willem Wollebrants 2017-07-06 11:27:46 +02:00
  • 86cdecf193 Always run 'accepted' validation (#101) Willem Wollebrants 2017-07-06 11:21:27 +02:00
  • c6c0f95129 Merge pull request #205 from vlucas/issue204 Willem Wollebrants 2017-07-06 11:06:28 +02:00
  • ec77d601ad Handle malformed bulk rules (#204) Willem Wollebrants 2017-07-06 11:03:04 +02:00
  • 107d1eebc1 Merge pull request #202 from atanasov/master Willem Wollebrants 2017-06-26 23:34:20 +02:00
  • 8c09f881b6 Bulgarian language Atanas Atanasov 2017-06-26 14:06:11 +03:00
  • a6cf3a8c86 Merge pull request #201 from auroraeosrose/foreachbug Willem Wollebrants 2017-06-23 23:38:17 +02:00
  • 1d8abc73b6 Merge pull request #200 from auroraeosrose/patch-1 Willem Wollebrants 2017-06-23 23:34:07 +02:00
  • a7e89cf26c fix it correctly... Elizabeth M Smith 2017-06-23 14:41:46 -04:00
  • 66464f4c51 test for the bug Elizabeth M Smith 2017-06-23 14:05:47 -04:00
  • e8ab4dc157 Fixes invalid argument to foreach Elizabeth M Smith 2017-06-23 14:01:34 -04:00
  • 4896ade387 really? 5.3 support? ewww Elizabeth M Smith 2017-06-23 13:50:49 -04:00
  • 05b5c40515 test for the change Elizabeth M Smith 2017-06-23 13:43:15 -04:00
  • c729a0c4ac avoids php blowing up if an array value is passed Elizabeth M Smith 2017-06-23 13:41:39 -04:00
  • 15171779b3 Merge pull request #197 from adelmazza/patch-2 Willem Wollebrants 2017-05-15 09:09:53 +02:00
  • fc4e617b1a Update it.php adelmazza 2017-05-14 16:27:01 +02:00
  • a48ead4b00 Merge pull request #192 from candrianarijaona/update-french-trad Willem Wollebrants 2017-04-20 14:19:42 +02:00
  • 67053e077f Merge pull request #190 from gustavonovaes/patch-1 Willem Wollebrants 2017-04-20 14:18:53 +02:00
  • 070823ee7b Fix typo 'and' Claude Andrianarijaona 2017-04-08 21:02:15 +02:00
  • dafb5ecde1 Add some french translations Claude Andrianarijaona 2017-04-08 20:59:12 +02:00
  • 4512b69e66 Update pt-br.php Gustavo Novaes 2017-04-07 12:01:05 -03:00
  • b33c791162 Merge pull request #187 from notona/feature/fix-interger-validation v1.4.0 Willem Wollebrants 2017-02-23 09:31:59 +01:00
  • 326d61f186 Merge pull request #1 from willemwollebrants/feature/fix-interger-validation notona 2017-02-22 10:34:19 +09:00
  • 1942e53a5c Remove unneeded test testIntegerWithMaxValidation Willem Wollebrants 2017-02-21 21:12:27 +01:00
  • 28d954817b Use an optional parameter to make validateInteger more strict Willem Wollebrants 2017-02-21 21:11:14 +01:00
  • cb1ecb12e6 fix for test codes notona 2017-02-20 12:32:37 +09:00
  • bc035a4a95 add more tests notona 2017-02-20 12:28:16 +09:00
  • 7c990e39ef fix integer validation process notona 2017-02-20 12:18:18 +09:00
  • 971501551c Merge pull request #185 from AchoArnold/patch-1 Willem Wollebrants 2017-02-14 16:36:59 +01:00
  • f698be0c95 Makes the data parameter optional in the constructor Acho Arnold 2017-02-14 16:30:25 +01:00