Closed (fixed)
Project:
GeSHi Filter for syntax highlighting
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jun 2015 at 15:01 UTC
Updated:
24 Jul 2015 at 00:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yukare commentedThis patch looks good, but it need more work, as there are another uses of String, running the tests with this path:
PHP Fatal error: Class 'Drupal\\Component\\Utility\\String' not found in /var/www/drupal8/public_html/modules/geshifilter/src/Form/GeshiFilterSettingsForm.php on line 321
Comment #2
gokulnk commentedChanged the occurrence of
String::checkPlainin all the files toSafeMarkup::checkPlainComment #3
yukare commentedWe still have some uses of String:
Class 'Drupal\geshifilter\Plugin\Filter\String' not found PHP Fatal error GeshiFilterFilter.php 692 Unknown
I will work on this.
Comment #5
yukare commentedI fixed the last missing String:: and commited the fix to git, thanks for all the help.