Closed (fixed)
Project:
Monitoring
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2015 at 07:52 UTC
Updated:
1 Oct 2015 at 06:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
miro_dietikerThis breaks admin/reports/monitoring
Fatal error: Call to undefined method Drupal\Component\Utility\SafeMarkup::xssFilter()...
Comment #3
LKS90 commentedHere is the patch that removes the calls to SafeMarkup::xssFilter(). For the setMessage() call, I have to cleanup the message so the html markup is dropped.
Comment #4
miro_dietikerNo no no.
List the ones that are relevant. You can name them: type, message, function, line, file. Nothing else.
Comment #5
LKS90 commentedI simplified the removal of the sanitation characters. Now the message is formatted correctly.
Comment #7
LKS90 commentedAlso fixed the fails in the CoreKernelTest related to the Sensor message and the replacement tags. Now we are still waiting for Captcha and Search API (which are both green in the tests, they only need a new release)
Comment #8
berdirIt's @message, not %message. And you missed a few.
Comment #10
berdirFixed the tests, we don't need that replacement stuff when we use @, which we have to since that's what core is doing.
Comment #13
berdirCommitted yesterday, forgot to update the status.
Comment #22
giancarlosotelo commented