Skip to content

[beez3 & other] Always use htmlspecialchars($str, ENT_COMPAT, 'UTF-8')#10431

Merged
rdeutz merged 11 commits intojoomla:stagingfrom
zero-24:patch-31
May 16, 2016
Merged

[beez3 & other] Always use htmlspecialchars($str, ENT_COMPAT, 'UTF-8')#10431
rdeutz merged 11 commits intojoomla:stagingfrom
zero-24:patch-31

Conversation

@zero-24
Copy link
Copy Markdown
Contributor

@zero-24 zero-24 commented May 12, 2016

Pull Request for Issue #10399 .

Summary of Changes

Always use htmlspecialchars($str, ENT_COMPAT, 'UTF-8')

Testing Instructions

Please do a code review or test all changed files.

@brianteeman
Copy link
Copy Markdown
Contributor

I have tested this item ✅ successfully on cdd4017

on review


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

@alikon
Copy link
Copy Markdown
Contributor

alikon commented May 12, 2016

I have tested this item ✅ successfully on cdd4017


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

@brianteeman
Copy link
Copy Markdown
Contributor

RTC


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

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label May 12, 2016
@brianteeman brianteeman added this to the Joomla 3.6.0 milestone May 12, 2016
@joomla-cms-bot
Copy link
Copy Markdown

This PR has received new commits.

CC: @alikon, @brianteeman


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

@zero-24
Copy link
Copy Markdown
Contributor Author

zero-24 commented May 13, 2016

Travis was failing on the sysinfo problem that was fixed upstream.

<div class="login-greeting">
<?php if ($params->get('name') == 0) : ?>
<?php echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('name'))); ?>
<?php echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('name')), ENT_COMPAT, 'UTF-8'); ?>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parentheses is in the wrong place.

@andrepereiradasilva
Copy link
Copy Markdown
Contributor

@brianteeman please remove the RTC on thsi one to.
same parentheses problems.

@wojsmol
Copy link
Copy Markdown
Contributor

wojsmol commented May 14, 2016

@zero-24 see zero-24#14

@joomla-cms-bot
Copy link
Copy Markdown

This PR has received new commits.

CC: @alikon, @brianteeman


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

@andrepereiradasilva
Copy link
Copy Markdown
Contributor

seems fine to me now.

@zero-24
Copy link
Copy Markdown
Contributor Author

zero-24 commented May 14, 2016

Back to Pending. Thanks.


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

@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label May 14, 2016
@joomla-cms-bot
Copy link
Copy Markdown

This PR has received new commits.

CC: @alikon, @brianteeman


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

@andrepereiradasilva
Copy link
Copy Markdown
Contributor

I have tested this item ✅ successfully on 2f4ef51

on code review


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

@brianteeman
Copy link
Copy Markdown
Contributor

I have tested this item ✅ successfully on 2f4ef51


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

@brianteeman
Copy link
Copy Markdown
Contributor

RTC


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

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label May 16, 2016
@rdeutz rdeutz merged commit 560240a into joomla:staging May 16, 2016
@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label May 16, 2016
@zero-24 zero-24 deleted the patch-31 branch May 16, 2016 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants