Commit Graph

32 Commits

Author SHA1 Message Date
Alexander Makarov
4e2045c040 release version 2.0.41 2021-03-04 00:51:35 +03:00
Alexander Makarov
ccb14ff667 release version 2.0.39 2020-11-10 13:58:35 +03:00
Elvira Sheina
10e7b1b541 Fixes #14276: Fixed I18N format with dotted parameters 2017-11-15 00:26:10 +03:00
Alexander Makarov
376006a2d5 Data filter enhancements and docs
- Added docs.
- Moved to "data" namespace.
- Moved messages to "yii" category.
- Added Russian messages translation.
2017-10-26 11:32:52 +03:00
Paul Klimov
744b87fabc Fixes #4479: Implemented REST filters 2017-10-09 00:01:58 +02:00
Robert Korulczyk
fe8a0a6a2e Enable no_useless_else rule in php-cs-fixer (#14420) 2017-07-10 11:26:21 +03:00
Vladimir Reznichenko
a182ce57fc Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606)
* Php Inspections (EA Extended): language level migration fixes
* Php Inspections (EA Extended): instanceof a trait always return false
* Php Inspections (EA Extended): fixed preg_quote (/ is not escaped by default)
* Php Inspections (EA Extended): fixed a greedy regex
* Php Inspections (EA Extended): refereted instanceof self in a trait
* Php Inspections (EA Extended): revert language level changes in requirements checker
* Php Inspections (EA Extended): revert language level changes in requirements checker
* Php Inspections (EA Extended): more greedy regexes fixed
2017-02-22 17:07:52 +03:00
Roman Grinyov
bbdf5186d2 Cosmetic changes in DocBlocks (#12815) [skip ci] 2016-10-23 11:44:23 +03:00
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
Alexander Makarov
f66e28c4aa Fixes #4199: added missing category to logging calls 2014-07-04 11:40:30 +03:00
Alexander Makarov
c7d8439072 Fixes #3687: Default sourceLanguage and language are now en-US in order for i18n formatter to work correctly 2014-06-08 02:38:32 +04:00
Alexander Makarov
009238156e Fixed slashed to match guide 2014-05-02 14:47:19 +04:00
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
Alexander Makarov
182fc6882e Fixed overriding default message sources 2014-03-21 02:00:27 +04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Qiang Xue
fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 2014-03-07 19:08:27 -05:00
AlexGx
eaaa5b1bb5 fix code style 2014-03-04 06:12:30 +02:00
Alexander Makarov
1a5ccebef2 Fixes #2527: Source language for app message category was always en no matter which application sourceLanguage was used 2014-02-25 14:21:51 +04:00
Alexander Makarov
40b3c2e89c Fixes #2209: When I18N message translation is missing source language is now used for formatting 2014-02-09 02:49:02 +04:00
Carsten Brandt
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
Qiang Xue
a43f8b2361 Fixes #2157: The '*' category pattern will match all categories that do not match any other patterns listed in I18N::translations 2014-01-26 12:44:27 -05:00
Alexander Makarov
8bdc437bc2 Fixes #2079:
- i18n now falls back to `en` from `en-US` if message translation isn't found
- View now falls back to `en` from `en-US` if file not found
- Default `sourceLanguage` and `language` are now `en`
2014-01-23 04:51:17 +04:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
Alexander Kochetov
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
Qiang Xue
c629ad776a Finished plural forms. 2013-04-01 17:59:14 -04:00
Qiang Xue
379e48a4c6 Finished new message translation implementation. 2013-03-24 22:34:45 -04:00
Qiang Xue
1c375b9097 bug fixes. 2013-02-06 10:47:40 -05:00
Qiang Xue
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
Qiang Xue
fcf3f2c893 i18n WIP 2013-02-05 15:21:12 -05:00
Qiang Xue
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
Qiang Xue
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00