239 Commits (88e942821c0dcfd70438814b4222c6569807c673)

Author SHA1 Message Date
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
Dmitry Dorogin 21d2d72534 Fixes #14487: Changed i18n message error to warning 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 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
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Carsten Brandt b056dff031
improved formatter documentation 7 years ago
Brandon Kelly 981346cb1e Fixed Formatter::normalizeDatetimeValue() docs 7 years ago
Taras Gudz 18bc835243 Typo (#14117) [skip ci] 7 years ago
Vladimir Reznichenko a182ce57fc Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606) 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Bizley 54278fc842
asTime fixed for time-only values 8 years ago
Alexander Makarov cc37cd626f Fixes #12599: Fixed MSSQL fail to work with `nvarbinary`. Enhanced SQL scripts compatibility with older versions 8 years ago
a.kompaniets 50f3012f68
fixed currency format with custom decimal fraction 8 years ago
Carsten Brandt b4b2b0e6d1
better docs about decimal numbers in Formatter 8 years ago
Anton Kozlov 20a411d8ab Fixed #12822: Fixed datetime creation from microseconds, added tests to \i18n\Formatter::asTimestamp 8 years ago
Robert Korulczyk 7a3a342127 Fix errors reported by apidoc extension. (#12986) 8 years ago
Robert Korulczyk 450eefaa50 Some phpdoc fixes from scrutinizer. 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Carsten Brandt 31595827b1 fixed link in PhpMessageSource docs 8 years ago
Roman Grinyov bbdf5186d2 Cosmetic changes in DocBlocks (#12815) [skip ci] 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
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
cuiliang c0df003ac0 merge from master 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