- 10 Jan, 2015 1 commit
-
-
Carsten Brandt authored
formatting date and time values for years >=2038 or <=1901 is now possible also with intl extension is installed. 32bit systems will fall back to the PHP implementation because intl uses a 32bit UNIX timestamp internally. On a 64bit system the intl formatter is used in all cases if installed. fixes #5577
-
- 05 Jan, 2015 1 commit
-
-
Qiang Xue authored
Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache`
-
- 02 Dec, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5503
-
- 28 Nov, 2014 2 commits
-
-
Alexander Makarov authored
-
Carsten Brandt authored
-
- 27 Nov, 2014 2 commits
-
-
Carsten Brandt authored
fixes #6263 and has no problem with PHP Bug: > it is a PHP bug: https://bugs.php.net/bug.php?id=45543 > Fixed in this commit: php/php-src@22dba2f#diff-7b738accc3d60f74c259da18588ddc5dL2996 > > Fixed in PHP >5.4.26 and >5.5.10. http://3v4l.org/mlZX7
-
Carsten Brandt authored
-
- 26 Nov, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #5448
-
- 23 Nov, 2014 1 commit
-
-
Carsten Brandt authored
only method stubs so far
-
- 21 Nov, 2014 1 commit
-
-
Alexander Mohorev authored
-
- 20 Nov, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5683
-
- 25 Oct, 2014 1 commit
-
-
Alexander Mohorev authored
close #5762
-
- 18 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 13 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 10 Oct, 2014 2 commits
-
-
Alexander Makarov authored
Fixes #5467: Added ability to pass HTML tag options to `asEmail()`, `asImage()` and `asUrl()` methods of `yii\i18n\Formatter`
-
Alexey Kolmakov authored
-
- 09 Oct, 2014 1 commit
-
-
Carsten Brandt authored
see http://derickrethans.nl/immutable-datetime.html by @derickr
-
- 06 Oct, 2014 1 commit
-
-
Carsten Brandt authored
-
- 03 Oct, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5179
-
- 30 Sep, 2014 3 commits
-
-
Serge Bezborodov authored
close #5261
-
Carsten Brandt authored
fixes #5260
-
Carsten Brandt authored
related to #5128
-
- 28 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 27 Sep, 2014 1 commit
-
-
Carsten Brandt authored
related to #5214
-
- 23 Sep, 2014 2 commits
-
-
Carsten Brandt authored
fixes #4989
-
Kartik Visweswaran authored
Enhances `normalizeDateTimeValue` to return a DateTime object instead of a converted double value, that fails. The DateTime object input is supported by 32 bit, 64 bit, as well as the `IntlDateFormatter` to format all years. (including fixing of the Y2K38 bug). Fixes issue in #4989. close #5000
-
- 16 Sep, 2014 3 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
use "just now" for empty time difference in Formatter. fixed wrong language name definition
-
Carsten Brandt authored
adding and reworking the conversion of: - ICU to PHP - PHP to ICU - ICU to JUI - PHP to JUI
-
- 10 Sep, 2014 4 commits
-
-
Carsten Brandt authored
This fix ensures the format configured in the formatter class is used in the message instead of the default ICU format. fixes #4960
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 08 Sep, 2014 5 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
ensure some features that were recently added to formatter keep working after refactoring
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 07 Sep, 2014 1 commit
-
-
Carsten Brandt authored
-