95 Commits (59262052eabe76e8ceb10c5ffc30d8e6169809de)

Author SHA1 Message Date
Alexander Mohorev f1edafffaf PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
Alexander Makarov 49760b64dd Fixes #5595: Better phpdoc value types for Formatter methods 10 years ago
Alexander Makarov 02622b6fe4 phpdoc fixes and additions 10 years ago
Alexander Makarov 327dde72f4 Fixes #5467: Added ability to pass HTML tag options to `asEmail()`, `asImage()` and `asUrl()` methods of `yii\i18n\Formatter` 10 years ago
Alexey Kolmakov ce4bf84452 #5467 Allow pass options to Html:a in Formatter:asUrl 10 years ago
Carsten Brandt 1b052f3e94 updated formatter docs and allow using DateTimeImmutable 10 years ago
Carsten Brandt dfd68954a5 finished guide on formatting 10 years ago
Carsten Brandt dfc4de877f ensure integer is formatted without fraction digits 10 years ago
Serge Bezborodov 76ade0f6b0 Changed order of attributes setting in Formatter 10 years ago
Carsten Brandt 0818c9bbfc do not override config when intl is not installed 10 years ago
Carsten Brandt 6267b9ee1a Fixed issue with timezone conversion in formatter 10 years ago
Qiang Xue d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Carsten Brandt f6ef6c978f fixed crash of Formatter when intl is not installed 10 years ago
Carsten Brandt 3b0f561480 format timestamps with invalid date input 10 years ago
Kartik Visweswaran 18b57af5ac Better date parsing and formatting including 32 bit support 10 years ago
Carsten Brandt 3ff548a442 Refactored DateValidator to support ICU format 10 years ago
Carsten Brandt 9edf938bf1 Added tests for empty values 10 years ago
Carsten Brandt be655d4f39 extracted date format converting to a helper class 10 years ago
Carsten Brandt b5af2f6ab3 fixed size format plural rule to not format number itself 10 years ago
Carsten Brandt 0723f409ab finished the first structure of the guide on formatting 10 years ago
Carsten Brandt c8f8f654ce fixed paragraph formatting 10 years ago
Carsten Brandt d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
Carsten Brandt 47648a4b9f final cleanup 10 years ago
Carsten Brandt 3f75728083 refactored size format 10 years ago
Carsten Brandt 916d2c182d ensure some BC 10 years ago
Carsten Brandt 9418c9d236 unit tests and some locale depended fixes 10 years ago
Carsten Brandt 8d397e7f0e finished currency formatter 10 years ago
Carsten Brandt f8f0ff5445 moved formatter to i18n namespace 10 years ago
Carsten Brandt 62e7c3e9a6 fixed some inconsistnecies in HHVM tests 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov 100ba6c3ab Replaced substr_compare with strncmp where possible 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Alexander Makarov f66e28c4aa Fixes #4199: added missing category to logging calls 10 years ago
Carsten Brandt 4d6d95256f remove FormatDefs file 10 years ago
Erik_r 299d991a2e #2359 testcases adapted and compatibility to old tests improved 10 years ago
Erik_r cf960e891f Namespace corrected #2359 10 years ago
Erik_r 0995a740c8 Refactored formatter class #2359 which works with or without intl extension. Use PHP format patterns alsow with intl. Class is compatible with previous version. 10 years ago
Alexander Kochetov 333f521f1e \yii\i18n\DbMessageSource code style fixes 10 years ago
Alexander Makarov c7d8439072 Fixes #3687: Default `sourceLanguage` and `language` are now `en-US` in order for i18n formatter to work correctly 10 years ago
leandrogehlen e6f05c6b9a Adjusted documentation 10 years ago
leandrogehlen 51c162d65e Fixes typo 10 years ago
leandrogehlen f072b55638 Renamed `Formatter::currencySymbol` to `currencyCode` 10 years ago
leandrogehlen 0efa0faaf7 Added comment about $currency when it is null 10 years ago
leandrogehlen 55ad347e62 Fixes typo 10 years ago
leandrogehlen f7488579b2 Renamed Formatter::intlCurrencySymbol to currencySymbol 10 years ago
Leandro Gehlen 4ecbd201ec Added `yii\i18n\Formatter::intlCurrencySymbol` 10 years ago
Alexander Makarov d0ddb56639 Fixes #699: fixed wrong usage of self and static 11 years ago
Alexander Makarov 009238156e Fixed slashed to match guide 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago