60 Commits (1501c659aca7c50fa5e4f6fbe5ca549acc946c86)

Author SHA1 Message Date
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
Bizley 54278fc842
asTime fixed for time-only values 8 years ago
Carsten Brandt 4187718c14
added missing groups to tests 8 years ago
a.kompaniets 50f3012f68
fixed currency format with custom decimal fraction 8 years ago
Carsten Brandt a51dadc866
added test for #12345 8 years ago
Klimov Paul 194577c55e Code style fix 8 years ago
SilverFire - Dmitry Naumenko 14b4f52e44 Updated CHANGELOG 8 years ago
Anton Kozlov 20a411d8ab Fixed #12822: Fixed datetime creation from microseconds, added tests to \i18n\Formatter::asTimestamp 8 years ago
Carsten Brandt 469c0548b6 fixed formatter to respect grouping separator for currency format 8 years ago
stevekr 8ca845b680 Fixes #11212: Added headers to PO file in `yii\i18n\GettextPoFile::save()` 8 years ago
Carsten Brandt 07d3217706 added test for negative date formatter values 8 years ago
Carsten Brandt 062895111f fixed php 7.1 test breaks that depend on ICU data version 8 years ago
Carsten Brandt b0bb8649a3 HHVM compatible fix for messageformatter error 8 years ago
Carsten Brandt 91f1ac1d99 fixed exception on malformed message in Messageformatter 8 years ago
Kostas Thermos d219b17e65 Test for MessageFormatter with broken pattern 8 years ago
SilverFire - Dmitry Naumenko f7ff153fce Fixed `yii\i18n\PhpMessageSource::loadFallbackMessages()` not to log error when source and language is same, but locales are different 8 years ago
Robbert Jan van de Velde c7f365910d Fixed handling of intervals of 0 seconds in yii\i18n\Formatter::asDuration(). 9 years ago
Carsten Brandt 645e78e832 fixed message formatter for input where no parameters are provided 9 years ago
SilverFire - Dmitry Naumenko 32c424da10 Fixed i18n message sources to load fallback messages in a smarter way 9 years ago
Carsten Brandt cdb7d84fea added support for non-gregorian calendar to formatter 9 years ago
AnatolyRugalev 3b31aa771a #10363: Fixed i18n fallback float and integer formatting 9 years ago
SilverFire - Dima Naumenko a6e1ba2cf6 Fixed mb_ functions calls to use UTF-8 or app charset 9 years ago
SilverFire - Dima Naumenko c1b0d1263b FromatterDateTest - fixed tests on PHP7 9 years ago
SilverFire - Dima Naumenko b5d95f845e `Formatter::asDuration()` PHPDoc and PHPUnit test enhanced 9 years ago
John Was 928a02c3bc Added `Formatter::asDuration()` method 9 years ago
John Was ac8d185539 cache ResourceBundle and created messages; fix unit divisor 9 years ago
John Was 4d3c211e24 use unit translations from ResourceBundle 9 years ago
Carsten Brandt 73a9c48058 added tests for #9108 9 years ago