23 Commits (779c8e0a012e3b302ef0c3c68bb0a3b7e4b279ca)

Author SHA1 Message Date
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
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
Carsten Brandt 255eec3ddd fixed typo 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
Alexander Makarov 97f2fca72f Fixes #9678: `I18N::format()` wasn't able to handle named placeholder in "selectordinal" 9 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
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Carsten Brandt d1663a5fb7 fixed potential problem with MessageFormatter and broken messages 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Alexander Makarov 17ca07fd44 More consistent usage of MessageFormatter::tokenizePattern 11 years ago
Alexander Makarov 349f2c9e32 phpdoc fixes, unused variable 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt a0b0d42b46 fixed message formatting for all the ICU versions 11 years ago
Carsten Brandt 6559b06ead made intl messages more compatible with various ICU versions 11 years ago
Alexander Mohorev 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
Carsten Brandt 66b27fcaf1 fixes #1092 11 years ago
Carsten Brandt 7bb4826a0b doc fix 11 years ago
Carsten Brandt d637a76f56 add support for named arguments to messageformatter parse 11 years ago
Carsten Brandt 61b0d8824b support integer number type in fallback message formatter 11 years ago
Carsten Brandt 4d03699907 fixed fallback message format parameter order 11 years ago
Carsten Brandt bcd1ad11a4 refactored MessageFormatter 11 years ago
Carsten Brandt 449eb84247 refactored message formatter 11 years ago
Qiang Xue 9ca98d6239 refactoring I18N. 11 years ago
Carsten Brandt 5b9b97276e implemented plural and select for fallback intl message formatter 11 years ago
Carsten Brandt a6b7d75b71 added replacement class for intl MessageFormatter 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue f6f02102ca typo fix. 11 years ago
Alexander Makarov bf7a084224 removed needFix method 11 years ago
Alexander Makarov da8f17955f Removed intl version check since it's very inconsistent and it seems bundled versions are always the same ones for the same PHP versions 11 years ago
Alexander Makarov cdb9fbf679 Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920). 11 years ago
Carsten Brandt 2eb5abbfcb improved unit tests for ICU message formatter 11 years ago
Carsten Brandt 150b9366fc fixed regex for multiline patterns 11 years ago
Carsten Brandt fa9a975dbb intl message parser now handles too many or too less args 11 years ago
Carsten Brandt b8099cbf28 a parser that is able to deal with the right number of args 11 years ago
Alexander Makarov abc0df6145 typo 11 years ago
Alexander Makarov dafbeda301 More i18n tests, docs, added check to skip fixes where possible 11 years ago
Alexander Makarov bf722c0423 Used intl ICU for message translation 11 years ago