?
Referenced as Pull Request for: # 10389
avatar infograf768
infograf768
10 May 2016

Everywhere where we have a code like (90 instances in core)

echo JHtml::_('bootstrap.addTab', 'myTab', 'folder', JText::_('PLG_INSTALLER_FOLDERINSTALLER_TEXT', true));

true is supposed to escape the strings and not show the escape.
See https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/language/text.php#L44
It does not anymore.
I get here:
screen shot 2016-05-10 at 13 03 50

If I take off the true, it works again.

avatar infograf768 infograf768 - open - 10 May 2016
avatar infograf768
infograf768 - comment - 10 May 2016

It looks like it is limited to the "bootstrap.addTab" usage.

avatar brianteeman
brianteeman - comment - 10 May 2016

So thats great we can remove the "true" functionality


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

avatar infograf768 infograf768 - change - 10 May 2016
Title
Regresssion: escape does not work anymore in lang strings
Regresssion: escape does not work anymore in lang strings when bootstarpaddTab is used
avatar infograf768 infograf768 - change - 10 May 2016
Title
Regresssion: escape does not work anymore in lang strings
Regresssion: escape does not work anymore in lang strings when bootstarpaddTab is used
avatar infograf768
infograf768 - comment - 10 May 2016

OK, will do for all the instances

avatar brianteeman brianteeman - change - 10 May 2016
Category Language & Strings Libraries
avatar infograf768 infograf768 - change - 10 May 2016
Title
Regresssion: escape does not work anymore in lang strings when bootstarpaddTab is used
Regresssion: escape does not work anymore in lang strings when bootstrap.addTab is used
avatar infograf768 infograf768 - change - 10 May 2016
Title
Regresssion: escape does not work anymore in lang strings when bootstarpaddTab is used
Regresssion: escape does not work anymore in lang strings when bootstrap.addTab is used
avatar infograf768 infograf768 - change - 10 May 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-05-10 14:54:17
Closed_By infograf768
avatar infograf768 infograf768 - close - 10 May 2016
avatar brianteeman brianteeman - close - 10 May 2016
avatar infograf768 infograf768 - close - 10 May 2016
avatar infograf768
infograf768 - comment - 10 May 2016

Closing as we have a patch

#10389


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

avatar brianteeman brianteeman - change - 13 May 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment