? ? Success

User tests: Successful: Unsuccessful:

avatar andrepereiradasilva
andrepereiradasilva
9 Feb 2016

Description

This PR does some UX improvements to com_installer -> Install Languages:

  • Use Jlayout Search Tools
  • Adds colors to translation versions (lower - orange : Same - green)
  • Moves warning message to the version tooltip.
  • Adds a new column language code (with ordering)
Before PR

image

After PR

image

How to test

  1. Install PR with latest staging
  2. Go to Extensions -> Manage -> Install languages (check before and after PR)
  3. Check if every filter if working fine

Observations

All version coluns are orange because you are in version 3.5.0 and there is no translation yet for 3.5.0.

Suggestions and improvements are welcome.

avatar andrepereiradasilva andrepereiradasilva - open - 9 Feb 2016
avatar andrepereiradasilva andrepereiradasilva - change - 9 Feb 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Feb 2016
Labels Added: ? ?
avatar andrepereiradasilva
andrepereiradasilva - comment - 9 Feb 2016

@infograf768 check this one too please.

d581555 9 Feb 2016 avatar andrepereiradasilva cs
avatar richard67 richard67 - test_item - 9 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 9 Feb 2016

I have tested this item :white_check_mark: successfully on d581555

Tested with success, works as described (green version number could not be tested, as explained in description).

@andrepereiradasilva There is missing the flag for one language: "Sinhala Sinhala" (si-LK). Should be the flag of Sri Lanka I guess.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar richard67 richard67 - test_item - 9 Feb 2016 - Tested unsuccessfully
avatar richard67
richard67 - comment - 9 Feb 2016

I have tested this item :red_circle: unsuccessfully on d4e73aa

Sorry, have to alter my test result.

When I enter as search text in the search box anything which cannot be found in the list, e.g. "gaga" or the name of an installed language, e.g. "German", then the search tools and sort tools disappear, and the only thing shown at the top of the empty list is the message "There are no available languages to install at the moment ....", as if no languages could be found at all. Pressing "Find languages" button or navigating to another page and then back does not help. I have to log out of the backend and log in again to see the list of available languages again.

Before this patch it worked with current staging.

What works well is searching for something which can be found in the list, e.g. "English" will find Australian, Canadian and US English.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar Bakual
Bakual - comment - 9 Feb 2016

Do we even need the "Type" column? I think all are of type "Package" anyway, or not?

avatar joomla-cms-bot
joomla-cms-bot - comment - 9 Feb 2016

This PR has received new commits.

CC: @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar richard67
richard67 - comment - 9 Feb 2016

P.S.: Screenshots to my recent unsuccessful test result:

Entering something which cannot be found in the list, e.g. name of installed language (if no other variant with search sting in its name), enter or search button not pressed/clicked yet:

screen shot 2016-02-09 at 11 50 13

After enter or click on search button:

screen shot 2016-02-09 at 11 51 38

Is is then necessary to logout and then login again to see the available languages list again.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 9 Feb 2016

@richard67 you are right. check now.

@Bakual i don't think is needed. But can you confirm is not needed?

avatar andrepereiradasilva
andrepereiradasilva - comment - 9 Feb 2016

@andrepereiradasilva There is missing the flag for one language: "Sinhala Sinhala" (si-LK). Should be the flag of Sri Lanka I guess.

@richard67 That is because the language image file is "si_LK.gif" (see https://github.com/joomla/joomla-cms/blob/staging/media/mod_languages/images/si_LK.gif), not "si_lk.gif" as it should.
Since i use github for windows (which does not make distinction between uppercase and lowercase) i cannot correct this. Maybe someone can make a PR to change that flag filename.

avatar richard67 richard67 - test_item - 9 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 9 Feb 2016

I have tested this item :white_check_mark: successfully on 64d3835

Tested again after latest commit. Now it works. When a search text is entered which results in nothing found, the search tools not disappear now, and there is shown that there are no matches. See screenshots following with my next comment.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar richard67
richard67 - comment - 9 Feb 2016

P.S. to my last successful test result:

1st screenshot shows the page when no matches found for text search:

screen shot 2016-02-09 at 12 10 49

2nd screenshot shows the page if no languages found at all (because of invalid update sites URL):

screen shot 2016-02-09 at 12 11 44

Question @andrepereiradasilva : The text COM_INSTALLER_MSG_LANGUAGES_NOLANGUAGES will be obsolete after this PR as it is now, it is not used anymore in any file except the language ini file itself. Is this desired? If so, should it be marked as obsolete somehow in the language file?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar brianteeman
brianteeman - comment - 9 Feb 2016

The policy for unused language strings is to just leave them as they are.
On 9 Feb 2016 6:17 pm, "Richard Fath" notifications@github.com wrote:

P.S. to my last successful test result:

1st screenshot shows the page when no matches found for text search:

[image: screen shot 2016-02-09 at 12 10 49]
https://camo.githubusercontent.com/14621ab7c294c69751d6831a386dcba0c0064170/68747470733a2f2f6973737565732e6a6f6f6d6c612e6f72672f75706c6f6164732f312f65376166323431626139376637323238306663646661306432353132366366332e706e67

2nd screenshot shows the page if no languages found at all (because of
invalid update sites URL):

[image: screen shot 2016-02-09 at 12 11 44]
https://camo.githubusercontent.com/f4e14d10cdc25f5628aecc7a4e7aebd9044bd87c/68747470733a2f2f6973737565732e6a6f6f6d6c612e6f72672f75706c6f6164732f312f30353333636665353336353561343565376539333662313933373765366665642e706e67

Question @andrepereiradasilva https://github.com/andrepereiradasilva :
The text COM_INSTALLER_MSG_LANGUAGES_NOLANGUAGES will be obsolete after
this PR as it is now, it is not used anymore in any file except the
language ini file itself. Is this desired? If so, should it be marked as

obsolete somehow in the language file?

This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at issues.joomla.org/joomla-cms/9089
https://issues.joomla.org/tracker/joomla-cms/9089.


Reply to this email directly or view it on GitHub
#9089 (comment).

avatar richard67
richard67 - comment - 9 Feb 2016

@andrepereiradasilva For renaming the image file from si_LK.gif to si_lk.gif I just have created a PR against your branch for this PR in your repository. Can you check if this is OK?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar brianteeman
brianteeman - comment - 9 Feb 2016

I "think" I brought up the question about "type" before and the answer was it is possible for a language to be available as only site or admin

avatar richard67
richard67 - comment - 9 Feb 2016
avatar joomla-cms-bot
joomla-cms-bot - comment - 9 Feb 2016

This PR has received new commits.

CC: @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 9 Feb 2016

merged thanks!

avatar andrepereiradasilva
andrepereiradasilva - comment - 9 Feb 2016

@brianteeman the "type" is if it is a "package" or other type of extension, i.e., is the extension type in the extensions table.

AFAIK all language packs are of the "package" type, but i'm not 100% sure of that.

avatar richard67 richard67 - test_item - 9 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 9 Feb 2016

I have tested this item :white_check_mark: successfully on ba48c6e

Still all works as desired, and now the flag for "Sinhala Sinhala" (si-LK) is found, too :smile:


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar richard67
richard67 - comment - 9 Feb 2016

In my opinion we should keep the type column. In case if some language's details XML one day contains a different wrong type we could see this, right?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar Bakual
Bakual - comment - 9 Feb 2016

I "think" I brought up the question about "type" before and the answer was it is possible for a language to be available as only site or admin

Afaik, even if it only contains site or admin, it still needs to be delivered as a package. Otherwise you couldn't uninstall it anymore due to the funny check we have in the uninstaller.

avatar joomla-cms-bot
joomla-cms-bot - comment - 9 Feb 2016

This PR has received new commits.

CC: @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar infograf768
infograf768 - comment - 10 Feb 2016

Works, but 2 comments

The same flag is used for Notwegian Bokmal and Norwegian Nynorsk
Also the same flag is used for Uyghur and Simplified chinese

This would be an issue in a multilingual site using both languages and flags in the switcher.

We should find/make up different flags to represent these languages, without introducing political issues.

avatar andrepereiradasilva
andrepereiradasilva - comment - 10 Feb 2016

And that's why i always ask you to check my language PR :)

Can i ask you to check that those two flags? Can the translators of that languages help with that?

avatar infograf768
infograf768 - comment - 10 Feb 2016

Will ask them.

avatar richard67 richard67 - test_item - 10 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 10 Feb 2016

I have tested this item :white_check_mark: successfully on 1a86bc7

Still all works as desired, and with default values in code being equal to defaults in the XML, the sorting stays the same when paging or changing items per page.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar syntaxerror
syntaxerror - comment - 10 Feb 2016

Flags isn't related to languages normally, but to countries. For Norwegian it makes no sense to "make up some new flag", and I have to this date not seen anyone doing so.

If anyone uses both Nynorsk and Bokmål they should use text instead, or relay on the hover. Chances for anyone using both is anyhow really small.

avatar richard67
richard67 - comment - 10 Feb 2016

I can confirm what @syntaxerror said (have some friend in Norway and also a good memory and never have seen any special flags for Nynorsk and Bokmål anywhere).


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar brianteeman
brianteeman - comment - 10 Feb 2016

Its also a political nightmare showing the flags here - thats why we let the user define the flag themselves in the content language.

Arabic for example - you are showing a specific country flag but the language is generic.

My -1 on this change


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar richard67
richard67 - comment - 10 Feb 2016

Well with Uyghur it indeed is a political issue:

China will never allow Uyghurs to have their own flag, and many Uyghurs do not want to use the Chinese flag.

So whichever we use for this language, Chinese flag or the (inofficial and as far as I know in China even forbidden) flag of the East Turkestan Independence movement (see wikipedia), it will be a political statement.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 10 Feb 2016

@brianteeman i understand what you mean, because flags are for countries not languages.

Knowing that i added the flags because if there are no flags you have, for instance: English, English, English for the 3 types of english.

I will remove the flags from this PR later, but the language names in the XML language files should be updated so the language name is more clear.

avatar infograf768
infograf768 - comment - 10 Feb 2016

@brianteeman

Arabic for example - you are showing a specific country flag but the language is generic.

Wrong. The flag is the Arab League one, not any country.

Now, we can do for flags nn-no and ug-cn what we did for Tamil or Sinhala (as these are used in different countries), i.e create an image with the native name of the language in respectively Tamil and Sinhala on a white background.

avatar andrepereiradasilva
andrepereiradasilva - comment - 10 Feb 2016

reggarding the flags, from a code point of view is just change this line https://github.com/andrepereiradasilva/joomla-cms/blob/installer-languages-imrpovements/administrator/components/com_installer/views/languages/tmpl/default.php#L85

So, since this is also a Joomla! policy question, i let you guys decide if you want flags here or not.

avatar infograf768
infograf768 - comment - 10 Feb 2016

We anyway need the missing flags as well as the correction for the sinhala one.

avatar richard67
richard67 - comment - 10 Feb 2016

From my point of view, infograf768's suggestion solves the political problem with Uyghur language, +1 for this.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar richard67
richard67 - comment - 10 Feb 2016

@infograf768 For variants of the language name in native language and diverse scripts (cyrillic, arab and latin) see http://www.uyghurensemble.co.uk/en-html/uy-language.html

It seems all 3 scripts can be used, so not easy to decide which one to use for the new flag image.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar brianteeman
brianteeman - comment - 10 Feb 2016

its still a political statement to decide on a flag and its not needed here

  • where it is needed the site owner gets to decide

Lets not open a can of worms

On 10 February 2016 at 12:19, Richard Fath notifications@github.com wrote:

@infograf768 https://github.com/infograf768 For variants of the
language name in native language and diverse scripts (cyrillic, arab and
latin) see http://www.uyghurensemble.co.uk/en-html/uy-language.html

It seems all 3 scripts can be used, so not easy to decide which one to use

for the new flag image.

This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at issues.joomla.org/joomla-cms/9089
https://issues.joomla.org/tracker/joomla-cms/9089.


Reply to this email directly or view it on GitHub
#9089 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar syntaxerror
syntaxerror - comment - 10 Feb 2016

Norwegian Bokmål nor Norwegian Nynorsk is used in different countries JM, they are only used in Norway and share the same flag - period.

-1 to flag changes

avatar infograf768
infograf768 - comment - 10 Feb 2016

Unrelated to this PR, we do need flags/images for each language in our UI in 3.5.0

It can be done in another urgent PR:
Ok for Norway flag for Nynorsk. No P for me.
Here is one for Uygur ug-CN (rename ug_cn.gif)
ug_cn
and changing the Sinhala flag name.

avatar infograf768
infograf768 - comment - 10 Feb 2016

@richard67
The gif I made is using the Arabic/Persian script as it is the one used by the Uyghur package.

avatar infograf768
infograf768 - comment - 10 Feb 2016

@syntaxerror
Rune, we still need a specific flag for Nynorsk, even if this is the same as Bookmal.
This is necessary when first Joomla install with multilanguage.

@andrepereiradasilva
Please take off the flags files adds/changes from this PR. I am now creating a specific PR only for the flags. #9097

avatar andrepereiradasilva
andrepereiradasilva - comment - 10 Feb 2016

ok will do later. This PR will have no flags at all.

avatar infograf768
infograf768 - comment - 10 Feb 2016

I like it with flags...

avatar richard67
richard67 - comment - 10 Feb 2016

Me too...

avatar joomla-cms-bot
joomla-cms-bot - comment - 10 Feb 2016

This PR has received new commits.

CC: @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar joomla-cms-bot
joomla-cms-bot - comment - 10 Feb 2016

This PR has received new commits.

CC: @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 10 Feb 2016

Ok all language related images were removed from the PR.

Current preview:
image

avatar richard67 richard67 - test_item - 10 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 10 Feb 2016

I have tested this item :white_check_mark: successfully on 6fc60cf

Tested with success, still works.

@andrepereiradasilva I liked it with the flags being displayed in the list, like it was before the last changes. I think @infograf768 only meant to remove the adding and renaming of flag image files from this PR, not the display of the flags in the list.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar brianteeman
brianteeman - comment - 10 Feb 2016

Can you try it with the Language code column left aligned please - I think
it will be easier to scan

On 10 February 2016 at 21:28, andrepereiradasilva notifications@github.com
wrote:

Ok all language related images were removed.

Current preview:
[image: image]
https://cloud.githubusercontent.com/assets/9630530/12962426/2b24631c-d03d-11e5-9b96-fcc9832e9368.png


Reply to this email directly or view it on GitHub
#9089 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar MATsxm MATsxm - test_item - 10 Feb 2016 - Tested successfully
avatar MATsxm
MATsxm - comment - 10 Feb 2016

I have tested this item :white_check_mark: successfully on 6fc60cf

Works as describe

+1 for the Language code column left aligned from Brian
+1 without the flags

Thanks


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar joomla-cms-bot
joomla-cms-bot - comment - 10 Feb 2016

This PR has received new commits.

CC: @MATsxm, @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 10 Feb 2016

left align now

avatar richard67 richard67 - test_item - 10 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 10 Feb 2016

I have tested this item :white_check_mark: successfully on 42ad398


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar MATsxm MATsxm - test_item - 10 Feb 2016 - Tested successfully
avatar MATsxm
MATsxm - comment - 10 Feb 2016

I have tested this item :white_check_mark: successfully on 42ad398


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar infograf768
infograf768 - comment - 11 Feb 2016

We do not need the Type column as all language packs have to be of type Package.
Also, I would solve the width of the Language Code column as it always shows in 2 lines.
This means using the nowrap class and normalize the hidden-phone one as there are issues when reducing the window width.

I.e.

[...]
                        <th class="nowrap">
                            <?php echo JHtml::_('searchtools.sort', 'JGRID_HEADING_LANGUAGE', 'name', $listDirn, $listOrder); ?>
                        </th>
                        <th width="5%" class="nowrap hidden-phone">
                            <?php echo JHtml::_('searchtools.sort', 'COM_INSTALLER_HEADING_LANGUAGECODE', 'element', $listDirn, $listOrder); ?>
                        </th>
                        <th width="5%" class="center">
                            <?php echo JText::_('JVERSION'); ?>
                        </th>
[...]
                        <td>
                            <label for="cb<?php echo $i; ?>">
                                <?php echo $language->name; ?>
                            </label>
                        </td>
                        <td class="small hidden-phone">
                            <?php echo $language->code; ?>
                        </td>
                        <td class="center small">
                                <?php // Display a Note if language pack version is not equal to Joomla version ?>

This would give:

screen shot 2016-02-11 at 08 41 27

avatar brianteeman
brianteeman - comment - 11 Feb 2016

Great that we can remove the type column.

Personally I prefer the result of the two line "language code" but I am not
a designer
On 11 Feb 2016 7:51 am, "infograf768" notifications@github.com wrote:

We do not need the Type column as all language packs have to be of type
Package.
Also, I would solve the width of the Language Code column as it always
shows in 2 lines.
This means using the nowrap class and normalize the hidden-phone one as
there are issues when reducing the window width.

I.e.

[...]

<?php echo JHtml::('searchtools.sort', 'JGRID_HEADING_LANGUAGE', 'name', $listDirn, $listOrder); ?>


<?php echo JHtml::
('searchtools.sort', 'COM_INSTALLER_HEADING_LANGUAGECODE', 'element', $listDirn, $listOrder); ?>


<?php echo JText::_('JVERSION'); ?>

[...]


<?php echo $language->code; ?>


<?php // Display a Note if language pack version is not equal to Joomla version ?>

This would give:

[image: screen shot 2016-02-11 at 08 41 27]
https://cloud.githubusercontent.com/assets/869724/12971425/5000c85c-d09b-11e5-901b-5425694b003f.png


Reply to this email directly or view it on GitHub
#9089 (comment).

avatar infograf768
infograf768 - comment - 11 Feb 2016

@brianteeman
The issue is that if we do not use the "nowrap" we could also get the arrow alone on its own line for some languages...

avatar brianteeman
brianteeman - comment - 11 Feb 2016

:(

On 11 February 2016 at 08:11, infograf768 notifications@github.com wrote:

@brianteeman https://github.com/brianteeman
The issue is that if we do not use the "nowrap" we could also get the
arrow alone on its own line for some languages...


Reply to this email directly or view it on GitHub
#9089 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar infograf768 infograf768 - test_item - 11 Feb 2016 - Tested unsuccessfully
avatar infograf768
infograf768 - comment - 11 Feb 2016

I have tested this item :red_circle: unsuccessfully on 42ad398

It should be "Language Tag" and not "Language Code".

avatar andrepereiradasilva
andrepereiradasilva - comment - 11 Feb 2016

@infograf768 thanks for the comments and changes. Will correct the issues later

avatar joomla-cms-bot
joomla-cms-bot - comment - 11 Feb 2016

This PR has received new commits.

CC: @infograf768, @MATsxm, @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 11 Feb 2016

Done, @infograf768, @MATsxm, @richard67 can you test the changes

Latest preview:
image

avatar richard67
richard67 - comment - 11 Feb 2016

@andrepereiradasilva Hmm, the column header still shows "Language Code" and not "Language Tag" as requested by @infograf768.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 11 Feb 2016

ups you're right

avatar richard67
richard67 - comment - 11 Feb 2016

In the drowdown for the sort options it has to be changed, too.

avatar joomla-cms-bot
joomla-cms-bot - comment - 11 Feb 2016

This PR has received new commits.

CC: @infograf768, @MATsxm, @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 11 Feb 2016

Language Tag now. Done.

image

avatar richard67 richard67 - test_item - 11 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 11 Feb 2016

I have tested this item :white_check_mark: successfully on e984017


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar MATsxm MATsxm - test_item - 11 Feb 2016 - Tested successfully
avatar MATsxm
MATsxm - comment - 11 Feb 2016

I have tested this item :white_check_mark: successfully on e984017

I really like this way :+1: - Thanks


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar infograf768 infograf768 - change - 12 Feb 2016
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 12 Feb 2016

RTC. Thanks.

Note @andrepereiradasilva

You may want to also change some aspects of the languages install when installing Joomla, i.e the colour of the Tag (orange/green) and the use of the tip on the button instead of below the language name. Another PR imho.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar joomla-cms-bot joomla-cms-bot - change - 12 Feb 2016
Labels Added: ?
avatar infograf768
infograf768 - comment - 12 Feb 2016

Ooops, @andrepereiradasilva you forgot to delete
en-GB.com_installer.ini:43: COM_INSTALLER_HEADING_LANGUAGECODE="Language Code"
en-GB.com_installer.ini:44: COM_INSTALLER_HEADING_LANGUAGECODE_ASC="Language Code ascending"
en-GB.com_installer.ini:45: COM_INSTALLER_HEADING_LANGUAGECODE_DESC="Language Code descending"

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Feb 2016

You may want to also change some aspects of the languages install when installing Joomla, i.e the colour of the Tag (orange/green) and the use of the tip on the button instead of below the language name. Another PR imho.

I have many PR to do/mantain. So i leave that installer changes to other person ...

Ooops, @andrepereiradasilva you forgot to delete ...

oh, ok. i will remove them later.
table footer colspan should be 6 (not 5) also.

avatar infograf768 infograf768 - change - 12 Feb 2016
Status Ready to Commit Pending
avatar infograf768
infograf768 - comment - 12 Feb 2016

Taking of RTC for now


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar joomla-cms-bot joomla-cms-bot - change - 12 Feb 2016
Labels Removed: ?
avatar joomla-cms-bot
joomla-cms-bot - comment - 12 Feb 2016

This PR has received new commits.

CC: @infograf768, @MATsxm, @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar joomla-cms-bot
joomla-cms-bot - comment - 12 Feb 2016

This PR has received new commits.

CC: @infograf768, @MATsxm, @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar richard67 richard67 - test_item - 12 Feb 2016 - Tested successfully
avatar richard67
richard67 - comment - 12 Feb 2016

I have tested this item :white_check_mark: successfully on b02b0a0


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar infograf768 infograf768 - test_item - 13 Feb 2016 - Tested successfully
avatar infograf768
infograf768 - comment - 13 Feb 2016

I have tested this item :white_check_mark: successfully on b02b0a0


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar infograf768 infograf768 - change - 13 Feb 2016
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 13 Feb 2016

RC. Thanks.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar joomla-cms-bot joomla-cms-bot - change - 13 Feb 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 10 Mar 2016
Milestone Added:
avatar brianteeman brianteeman - change - 22 Mar 2016
Milestone Removed:
avatar brianteeman brianteeman - change - 22 Mar 2016
Milestone Added:
avatar brianteeman brianteeman - change - 22 Mar 2016
Milestone Added:
avatar brianteeman brianteeman - change - 22 Mar 2016
Milestone Removed:
avatar brianteeman brianteeman - change - 22 Mar 2016
Labels
avatar brianteeman brianteeman - change - 22 Mar 2016
Category UI/UX
avatar rdeutz
rdeutz - comment - 12 Apr 2016

@andrepereiradasilva could you please have a look at the merge conflicts, thanks

avatar joomla-cms-bot
joomla-cms-bot - comment - 12 Apr 2016

This PR has received new commits.

CC: @infograf768, @MATsxm, @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar joomla-cms-bot joomla-cms-bot - change - 12 Apr 2016
Labels Added: ?
avatar joomla-cms-bot
joomla-cms-bot - comment - 12 Apr 2016

This PR has received new commits.

CC: @infograf768, @MATsxm, @richard67


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9089.

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Apr 2016

ignore the unit tests label, somehow my git changed the filename of the xcache unit test, i reverted. all good now and no conflicts.

avatar richard67
richard67 - comment - 12 Apr 2016

I will be able to test again tomorrow if still necessary.

avatar brianteeman brianteeman - change - 12 Apr 2016
Labels Removed: ?
avatar brianteeman
brianteeman - comment - 12 Apr 2016

I have removed that label

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Apr 2016

can anyone restart travis here?

avatar rdeutz rdeutz - alter_testresult - 13 Apr 2016 - richard67: Tested successfully
avatar rdeutz rdeutz - alter_testresult - 13 Apr 2016 - infograf768: Tested successfully
avatar rdeutz rdeutz - reference | 390d959 - 13 Apr 16
avatar rdeutz rdeutz - merge - 13 Apr 2016
avatar rdeutz rdeutz - close - 13 Apr 2016
avatar rdeutz rdeutz - change - 13 Apr 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-04-13 04:58:42
Closed_By rdeutz
avatar andrepereiradasilva andrepereiradasilva - head_ref_deleted - 13 Apr 2016
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Removed:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Added:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Added:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Removed:
avatar brianteeman brianteeman - change - 11 May 2016
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment