? ? Success

User tests: Successful: Unsuccessful:

avatar andrepereiradasilva
andrepereiradasilva
27 Feb 2016

Summary of Changes

As discussed in #9227 this PR changes title in com_cache cache view, com_module, modules view and com_languagues installed view.

image

image

image

Testing Instructions

  1. Use latest staging
  2. Install this patch
  3. Check if the page title changes to "(Site)" or "(Administrator)" according to the selected client in the views described above.

Observations

I removed the recently added language variable because i think they are not needed as we have JADMINISTRATOR and JSITE.
If not please say so.

@brianteeman, @infograf768 please test.

avatar andrepereiradasilva andrepereiradasilva - open - 27 Feb 2016
avatar andrepereiradasilva andrepereiradasilva - change - 27 Feb 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Feb 2016
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 27 Feb 2016
Labels Added: ? ?
avatar brianteeman brianteeman - test_item - 27 Feb 2016 - Tested successfully
avatar brianteeman
brianteeman - comment - 27 Feb 2016

I have tested this item :white_check_mark: successfully on 45c6d2b


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

avatar waader waader - test_item - 27 Feb 2016 - Tested successfully
avatar waader
waader - comment - 27 Feb 2016

I have tested this item :white_check_mark: successfully on 45c6d2b


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

avatar brianteeman brianteeman - change - 27 Feb 2016
Status Pending Ready to Commit
Labels
avatar brianteeman
brianteeman - comment - 27 Feb 2016

RTC


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

avatar joomla-cms-bot joomla-cms-bot - change - 27 Feb 2016
Labels Added: ?
avatar wilsonge wilsonge - change - 28 Feb 2016
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2016-02-28 01:16:18
Closed_By wilsonge
avatar wilsonge wilsonge - reference | 705df6f - 28 Feb 16
avatar wilsonge wilsonge - merge - 28 Feb 2016
avatar wilsonge wilsonge - close - 28 Feb 2016
avatar wilsonge wilsonge - change - 28 Feb 2016
Milestone Added:
avatar andrepereiradasilva andrepereiradasilva - head_ref_deleted - 28 Feb 2016
avatar infograf768
infograf768 - comment - 28 Feb 2016

REGRESSION! Not B/C
The original strings must not be modified as the language packs for 3.5.0 may be used on pre-350 sites.
example:

-COM_LANGUAGES_VIEW_INSTALLED_TITLE="Languages: Installed"
+COM_LANGUAGES_VIEW_INSTALLED_TITLE="Languages: Installed (%s)"

On a pre-350 site the toolbar title will show:
Languages: Installed ()

Same for cache.

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

I see no reason at all for this to be an issue - we do not support old
versions of joomla - if nothing else because they are vulnerable to being
hacked. If someone has an old version of joomla and installs a new language
file that should not be our problem - we want people to upgrade.

This is nothing to do with backwards compatibility

On 28 February 2016 at 07:09, infograf768 notifications@github.com wrote:

REGRESSION! Not B/C
The original strings must not be modified as the language packs for 3.5.0
may be used on pre-350 sites.
example:

-COM_LANGUAGES_VIEW_INSTALLED_TITLE="Languages: Installed"
+COM_LANGUAGES_VIEW_INSTALLED_TITLE="Languages: Installed (%s)"

On a pre-350 site the toolbar title will show:
Languages: Installed ()

Same for cache.


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

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

avatar infograf768
infograf768 - comment - 28 Feb 2016

It is not B/C. The policy is to not modify older strings that can be used by older versions (3.4.8 is not so old that everybody will move to 3.5.0...).
It would be OK if the modification of the string value was typo/better english or better explanation of a tip, but in this case we introduce a new variable with parenthesis.

avatar infograf768
infograf768 - comment - 28 Feb 2016

@bakual
Please explain our policy again.

avatar infograf768 infograf768 - reference | 088cc09 - 28 Feb 16
avatar infograf768
infograf768 - comment - 28 Feb 2016

Here is a PR correcting this.
#9239

Add a Comment

Login with GitHub to post a comment