? Success

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
11 May 2016

Pull Request for Issue #10399 .

Summary of Changes

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

Testing Instructions

  • Enable the mod_search module to the frontend
  • see that it works
  • apply this patch
  • see that it still works
avatar zero-24 zero-24 - open - 11 May 2016
avatar zero-24 zero-24 - change - 11 May 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 11 May 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 11 May 2016
Category Code style
avatar brianteeman brianteeman - test_item - 11 May 2016 - Tested successfully
avatar brianteeman
brianteeman - comment - 11 May 2016

I have tested this item :white_check_mark: successfully on 95c256d


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

avatar infograf768
infograf768 - comment - 12 May 2016

Any reason (in this PR as well as in other similar PRs) to not use ENT_QUOTES instead of ENT_COMPAT.
ENT_QUOTES would also take care of single quotes.

avatar Bakual
Bakual - comment - 12 May 2016

ENT_COMPAT is the default case for the method. So no functionality changes here this way. If it worked before, it will still work afterwards.
It's just the added encoding that is important here.

avatar BurtNL BurtNL - test_item - 12 May 2016 - Tested successfully
avatar BurtNL
BurtNL - comment - 12 May 2016

I have tested this item :white_check_mark: successfully on 95c256d


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

avatar brianteeman brianteeman - change - 12 May 2016
Status Pending Ready to Commit
avatar brianteeman
brianteeman - comment - 12 May 2016

RTC


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

avatar joomla-cms-bot joomla-cms-bot - change - 12 May 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 12 May 2016
Milestone Added:
avatar rdeutz rdeutz - change - 16 May 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-05-16 15:59:34
Closed_By rdeutz
avatar rdeutz rdeutz - close - 16 May 2016
avatar rdeutz rdeutz - merge - 16 May 2016
avatar joomla-cms-bot joomla-cms-bot - close - 16 May 2016
avatar joomla-cms-bot joomla-cms-bot - change - 16 May 2016
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment