156 Commits (6c8e72936d45487cce4dbd4afe32a7599bba715d)

Author SHA1 Message Date
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
Nikola Kovacs 43fddc74c9 remove unnecessary gettimeofday system call 8 years ago
stevekr 73bc7aab71 Fixes #11878: Fixed i18n gettext fallback language message loading 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
Alexander Makarov 3b5634bf8b Fixes #11863: Fixed usage of `mb_substr` with PHP < 5.4.8 where length of NULL was treated the same as 0 8 years ago
Ondřej Vašíček 4931f3f123 Adds indexes on message tables which partly fixes #11725 (#11818) 8 years ago
Artur Fursa 0b6169858f Fix tables prefix use for i18n migrations (#11748) 8 years ago
Nikola Kovacs f538878142 remove superfluous whitespace 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 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 191f2a4943 fixed phpdoc type names 9 years ago
Carsten Brandt 645e78e832 fixed message formatter for input where no parameters are provided 9 years ago
SilverFire - Dmitry Naumenko b5c52ecbae PHPDoc updates 9 years ago
SilverFire - Dmitry Naumenko 4f3adc2cb8 Added i18n/migration static migrations 9 years ago
SilverFire - Dmitry Naumenko 32c424da10 Fixed i18n message sources to load fallback messages in a smarter way 9 years ago
SilverFire - Dmitry Naumenko 1ff847142d Optimized Formatter::formatSizeNumber() - used normalizeNumericValue() 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 - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Marco Germani 5747557794 Update Formatter.php 9 years ago
SilverFire - Dima Naumenko a6e1ba2cf6 Fixed mb_ functions calls to use UTF-8 or app charset 9 years ago
Marco Germani 53593c8ec3 Update Formatter.php 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
Carsten Brandt 255eec3ddd fixed typo 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 4ecafe653c More compact number operations 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
jeicd c2f83da8d8 Fix phpdoc 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
Alexandr ded75253ca Change 'de' to 'en' in comments of Formatter.php 9 years ago
Alexander Makarov 97f2fca72f Fixes #9678: `I18N::format()` wasn't able to handle named placeholder in "selectordinal" 9 years ago
Carsten Brandt 1706a9ee4f updated DbMessageSource PHPdoc 9 years ago
Alexander Makarov 71b728225b Fixes #9532: improved DbMessageSource::$cache phpdoc 9 years ago
Carsten Brandt 60af9d07fb proper fix and changelog for #9108 9 years ago
nxnx b562b50658 fix #9108 ( Negative number results in no formatting when using asSize or asShortSize ) 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Carsten Brandt 3c9c6b5d7d fixed formatter to accept explicit setting of decimal numbers 9 years ago
MaXL 17d8649509 Fix phpdoc typo 9 years ago
Alexander Mohorev 38ca276e1f PSR-2 try-catch statement 9 years ago
Carsten Brandt 3c2bd76236 allow negative dates for date formatter 9 years ago
Carsten Brandt 543daf099f Added Formatter:$numberFormatterSymbols 10 years ago
Carsten Brandt 95cdd0905d fix case in asDatetime method references 10 years ago
nkovacs ada9abe6b1 Fix documentation of PhpMessageSource::$basePath 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Carsten Brandt 9415c7921d date formatter fall back to PHP impl. to solve Y2K38 issue 10 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago