User tests: Successful: Unsuccessful:
Pull Request for New Issue.
One side effect of #12036 merge was that en-GB native language title English (United Kingdom)
was replace is several language select fields (installation, admin login and user profile admin language) by English (en-GB)
This PR restaures the previous text by checking if the new nativeName
metadata exists for the language, if so, will use it, if not, will fallback to name
metadata.
Use 3.7.x branch
Go to /installation/index.php?view=site
and confirm the title of en-GB language is English (en-GB)
Apply patch
Repeat step and confirm the title of en-GB language title is English (United Kingdom)
None.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Libraries |
I think the change here is expected.
1) JLanguageHelperTest::testCreateLanguageList
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
0 => Array (
- 'text' => 'English (en-GB)'
+ 'text' => 'English (United Kingdom)'
'value' => 'en-GB'
'selected' => 'selected="selected"'
)
)
/home/travis/build/joomla/joomla-cms/tests/unit/suites/libraries/joomla/language/JLanguageHelperTest.php:38
Milestone |
Added: |
I have tested this item
OK here.
Needs one more tester.
Title |
|
Title |
|
||||||
Labels |
Added:
?
?
|
Category | Libraries | ⇒ | Libraries Unit Tests |
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-29 09:04:18 |
Closed_By | ⇒ | zero-24 |
Merged thanks
Labels |
Removed:
?
|
Looks like test is broken