25 Commits

Author SHA1 Message Date
ef662b57be added missing @since annotations 2015-04-24 12:09:40 +02:00
2a23520618 added documentation about handling date values
fixes #6530
fixes #5857
relates to #3973
2015-03-20 16:06:12 +01:00
ba6bce4e2d fixed DateValidator to work with multibyte strings
fixes #6835
2015-02-28 23:45:17 +01:00
8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value
- fixes #6553
- Add additional testValidateAttributeICUFormat() test case using "2012-12-12foo" for "yyyy-MM-dd" date format
- close #6835
2015-02-28 23:33:17 +01:00
58becaceab suppress warning thrown by IntlDateFormatter::parse()
Works around PHP Bug https://bugs.php.net/bug.php?id=68528

fixes #5962
2014-11-30 17:56:23 +01:00
d13d274d05 renamed $object to $model 2014-10-31 14:56:59 -04:00
02622b6fe4 phpdoc fixes and additions 2014-10-14 01:35:21 +04:00
3ff548a442 Refactored DateValidator to support ICU format 2014-09-16 22:53:12 +02:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
ae6c69fc8f refacotring validators. 2013-04-05 08:32:13 -04:00
86f947e9ef Finished DateValidator. 2013-04-04 21:22:59 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
083ca919d3 validators 2012-05-07 03:44:56 +04:00
a33d152d77 removed package and version tags 2011-12-09 18:13:36 +04:00
f8ea58826e cleaned up @since 2011-12-09 18:07:07 +04:00
0c7a75bef7 w 2011-07-22 17:09:47 -04:00
ef4ed7c803 w 2011-07-22 16:13:07 -04:00
c80c9decbe w 2011-07-22 14:58:16 -04:00
b51c3bc77c w 2011-07-22 09:15:59 -04:00