87 Commits (4c416c7982d426ccf93571af6db458899e49b584)

Author SHA1 Message Date
XPOHOC e20358241c
Fix #17993: Added `yii\i18n\Formatter::$currencyDecimalSeparator` to allow setting custom symbols for currency decimal in IntlNumberFormatter 4 years ago
Alexander Makarov 215862a91e
Don't test FormatterDate DATE_ATOM with PHP 5.5 (#17879) 5 years ago
Alexander Makarov 93073c9c41
Execute FormatterDate intl test to PHP 5.5+ only (#17876) 5 years ago
Alexander Makarov f5205a83ea
Skip NumberFormatter::asScientific() intl test (#17837) 5 years ago
Brandon Kelly 5efe0bda8f Fix #17585: Fix `yii\i18n\Formatter` including the `@calendar` locale param in `Yii::t()` calls 5 years ago
Alexander Kartavenko a9097dbac3 Fix #17435: Fixed `i18n_init` migration for MSSQL 5 years ago
Alexander Makarov 33405fa4a5
Fixes #17268: Fixed Formatter didn't take power into account 6 years ago
Diego Tibi 72b4e6d47c kB instead of KB (#16368) 6 years ago
Pavel Ivanov 22d30f1999 Fixes #15286: Fixed incorrect formatting of time with timezone information 6 years ago
Bizley 1db55e6b0d Normalizing string numeric (#16943) 6 years ago
SilverFire - Dmitry Naumenko 4d3a140482
Fixed additional regression in number formatting 6 years ago
SilverFire - Dmitry Naumenko a03376413c
Fixed regression in formatter when passed value is a string representation of float without decimals 6 years ago
Bizley bbfa45f133 Removed wrong spellout formatter test (#16924) 6 years ago
Bizley 59e99a67c7 Fixes #14950: Fixed `yii\i18n\Formatter` methods `asInteger`, `asDecimal`, `asPercent`, and `asCurrency` outputs for very big numbers 6 years ago
Carsten Brandt e16dcd9674
added test to verify intl number formatter works with text options 6 years ago
Alexander Makarov 8a155701c2
Fixed test class name 7 years ago
Alexander Makarov 63fdd26b7e
Fixes #8527: Added `yii\i18n\Locale` component having `getCurrencySymbol()` method 7 years ago
Oleg Poludnenko ebd3d61a1b Fixes #14980: Fix looping in `yii\i18n\MessageFormatter` tokenize pattern if pattern is invalid 7 years ago
Elvira Sheina 2dc4e8e6b2 Fixed translating a string when NULL parameter is passed [#15169] 7 years ago
Alexander Makarov 4270470523
Various test fixes (mostly Windows-specific) (#15336) 7 years ago
Elvira Sheina 10e7b1b541 Fixes #14276: Fixed I18N format with dotted parameters 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
SilverFire - Dmitry Naumenko 336404e0b9
PHP7.2RC5: enabled INTL tests, continue disabling some cases in FileValidator 7 years ago
Dmitry Naumenko 64d8af61a6 Fixes for PHP 7.2 compatibility (#14959) 7 years ago
Robert Korulczyk c78201899b Fixes #13720: Improve `yii\helpers\FormatConverter::convertDatePhpToIcu()` to handle escaped chars correctly 7 years ago
SilverFire - Dmitry Naumenko 0e2b6c41b8
Simplified API of `Formatter::asWeight()` and `Formatter::asLength()` methods 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Robert Korulczyk 9b118aafa0 Enable `non_printable_character` rule in php-cs-fixer config (#14667) 7 years ago
Robert Korulczyk b99e955627 Fix CS (#14665) 7 years ago
Tomáš Votruba 7ad94a0107 [cs] remove unused use statements (#14661) [skip ci] 7 years ago
SilverFire - Dmitry Naumenko 87f988fe54
One more try to fix tests on Travis 7 years ago
SilverFire - Dmitry Naumenko 6424acf67f
One more try to fix tests on Travis 7 years ago
SilverFire - Dmitry Naumenko b9f582dbf3
Try to fix tests on Travis 7 years ago
SilverFire - Dmitry Naumenko 7c73b0b79d
Enhanced tests, updated CHNAGELOG 7 years ago
SilverFire - Dmitry Naumenko b577e302f7
Enhanced PHPDocs, added tests 7 years ago
bscheshirwork 0c0cc1074d fix current time in formatter (#14203) 7 years ago
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Carsten Brandt fadeb5d2b4 added formatter as second paramter to format closure 7 years ago
Elvira Sheina aca7390a47 Added closure support in `yii\i18n\Formatter` #4495 (#14326) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt 2b9f0006d5
added example for using unsupported PHP format in yii formatter 7 years ago
Klimov Paul d8e6a89af9 fixed tests without assettions 8 years ago
Klimov Paul 04a14efd3f compatibility with PHPUnit 6.x fix 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Alexander Makarov cc44339a45 Improved intl tests to tolerate ICU data differences 8 years ago
Alexander Makarov 18b3fa10c5 Fixed ICU tests take varieties of data into account (#13751) 8 years ago
gagatust 6397791513 Fixed whitespaces to match code style [skip ci] 8 years ago
Carsten Brandt 22972b86db
update date formatter test for intl 8 years ago