Vance Lucas
8cfa3bd932
Merge pull request #133 from veganista/translation/ro
...
Adds Romanian language
2015-10-20 21:43:17 -05:00
Vance Lucas
9f9701833c
Merge pull request #134 from veganista/translation/pl
...
Adds Polish language
2015-10-09 22:03:31 -05:00
Liam Linacre
f6a3e9d452
Adds Romanian language
2015-10-08 11:21:28 +01:00
Liam Linacre
afc87e8742
Adds Polish language
2015-10-08 11:19:51 +01:00
Vance Lucas
af596cd252
Merge pull request #131 from nadeka/finnish-translation
...
Add Finnish language
2015-09-21 15:16:23 -05:00
Anni
dae823a2c4
Add Finnish language
2015-09-19 03:03:36 +03:00
Vance Lucas
12edc5ab0b
Merge pull request #130 from adia/patch-1
...
validateUrlActive(): check host part of URL for correct DNS records
2015-09-17 09:22:59 -05:00
Alexandros Diamantidis
919005c0f8
Fix validateUrlActive() to check host part of URL for correct DNS records
...
validateUrlActive() calls checkdnsrr() which by default looks only for MX records, and passes the whole tail part of the URL after the prefix. It should isolate the host and check for A, AAAA or CNAME DNS records.
2015-09-17 13:32:20 +03:00
Vance Lucas
3681b9b76a
Merge pull request #129 from salipro4ever/master
...
add Vietnam language
2015-08-31 13:49:12 -05:00
salipro4ever
5a5510254b
Create vi.php
2015-08-28 14:14:41 +07:00
Vance Lucas
3f4829cf64
Don't tearDown twice
2015-08-06 18:49:27 -05:00
Vance Lucas
7bdc57b9c4
Fix failing urlActive test due to checkdnsrr
2015-08-06 18:47:39 -05:00
Vance Lucas
81e1b52ff0
Merge pull request #128 from popiazaza/master
...
Add Thai language
2015-07-29 11:17:52 -05:00
popiazaza
70356100c3
Add Thai language
2015-07-29 19:46:45 +07:00
Vance Lucas
d09596881b
Merge pull request #117 from hiroy/update-lang-ja
...
Update lang/ja.php for the rule of "instanceOf"
2014-12-27 10:32:29 -06:00
Hiroyuki Yamaoka
86fe347940
Update lang/ja.php for the rule of "instanceOf"
2014-12-27 15:16:52 +09:00
Vance Lucas
c7342e025a
Fix #115 strict flag for in_array
v1.2.3
2014-11-20 09:24:40 -06:00
Vance Lucas
bd0f6868c8
Merge pull request #114 from cguroo/patch-1
...
Add optional "strict" check for "in" validator that uses "in_array()"
2014-11-19 09:12:34 -06:00
cguroo
eb12058860
Update Validator.php
...
Hi, I have added a strict flag as an argument since anyone who wishes a strict comparison shall have the option, and btw in_array without strict is sort of "useless" in most cases, IMHO.
heres why i say so.
http://php.net/manual/en/function.in-array.php#106319
2014-11-19 12:09:20 +05:30
Vance Lucas
e83cd2934c
Language typo
2014-11-14 15:37:19 -06:00
Vance Lucas
0b2ebb9397
Merge pull request #112 from jmalinens/master
...
Latvian language translation fix
2014-10-27 10:06:43 -05:00
Juris Malinens
9304abb356
Latvian language translation fix
2014-10-27 14:59:58 +02:00
Vance Lucas
decdb01a8d
Merge pull request #109 from GrahamCampbell/patch-1
...
Fixed the phpunit version constraint
2014-10-13 15:51:14 -05:00
Graham Campbell
9a5988822d
Fixed the phpunit version constraint
2014-10-13 19:55:52 +01:00
Vance Lucas
f7c11ca0ab
Merge pull request #107 from vandarin/checkAndSetLabel
...
Check and set label
2014-09-19 09:06:20 -05:00
Lane Roberts
282f4a6ac3
PHP 5.3 compatibility in array syntax
2014-09-18 11:32:30 -05:00
Lane Roberts
f8f1c0061b
Fix 'Illegal offset type in isset or empty' warning when a param is an object.
...
Params can be any data type, but keys can only be integers or strings.
2014-09-18 11:08:28 -05:00
Lane Roberts
8f364b89a8
Add test to exhibit error behavior
2014-09-18 11:08:28 -05:00
Vance Lucas
2e8453be81
Merge pull request #105 from thinkjson/foreach-discrete
...
Validate an array of discrete values
v1.2.2
2014-09-08 14:55:11 -05:00
Mark Cahill
ec0543be10
Tests for associative arrays
2014-09-08 15:07:49 -04:00
Mark Cahill
eace42656a
Validate an array of discrete values
2014-09-08 12:34:46 -04:00
Vance Lucas
d71a928c60
Let composer manage version
v1.2.1
2014-09-08 11:12:33 -05:00
Vance Lucas
6d78b00334
PSR-2 formatting and small updates
v1.2.0
2014-09-08 11:10:41 -05:00
Vance Lucas
5d26fca5e5
Merge pull request #104 from thinkjson/array-validation
...
Validation of nested arrays, closes #8
2014-09-08 11:06:07 -05:00
Mark Cahill
c197b10891
Validation of nested arrays, closes #8
2014-09-08 10:40:53 -04:00
Vance Lucas
8b16a8a962
Merge pull request #102 from grrnikos/greek-lang
...
add greek translation
2014-09-02 09:21:48 -05:00
Nikos Gr
88b87344b6
add greek translation
2014-08-31 23:19:26 +03:00
Vance Lucas
688083a6d1
Merge pull request #99 from fdipilla/master
...
Fixed some translation issues
2014-08-26 10:35:51 -05:00
fdipilla
f462f76a7d
Fixed sintax error
2014-08-26 09:24:29 -03:00
fdipilla
53fe0abd7d
Fixed some translation issues
...
Added some orthographic accents
2014-08-26 09:22:52 -03:00
Vance Lucas
db99d1dfd7
Merge pull request #98 from JustinHook/travis-php-versions
...
Add PHP 5.5, 5.6 and HHVM to travis config
2014-08-25 11:33:26 -05:00
Justin Hook
f20d64dbcb
Add PHP 5.5, 5.6 and HHVM to travis config
2014-08-24 22:39:21 +01:00
Vance Lucas
517c8e3007
Merge pull request #95 from ry167/patch-1
...
syntax fix.
2014-08-12 08:28:33 -05:00
Ryan H
8b1c4f7209
syntax fix.
...
Missing comma after lengthMax
2014-08-12 23:48:28 +12:00
Vance Lucas
d855c53f94
Merge pull request #91 from ecoreng/filter-refactor
...
refactor to avoid foreach when filtering
2014-08-01 09:34:28 -05:00
Elias Coronado
9d26648233
typo fix
2014-07-31 23:27:11 -07:00
ecoreng
85e353604a
added instanceOf to spanish language
2014-07-31 23:24:48 -07:00
ecoreng
bd09c30efc
refactor to avoid foreach when filtering
2014-07-31 22:55:20 -07:00
Vance Lucas
6d36b12f76
Merge pull request #85 from Typeform/master
...
Add instanceOf to rules in readme.md
2014-07-29 13:00:00 -05:00
Victor Bjelkholm
9d90b08813
Show instance name in instanceOf error message
2014-07-29 16:39:14 +02:00