Closed (fixed)
Project:
GeSHi Filter for syntax highlighting
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2017 at 12:44 UTC
Updated:
19 Apr 2017 at 16:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nehakhadke commentedComment #3
yukare commentedSorry for not working on this before. Changed to need review so the test bot works, i read the patch and it is good, if it pass on test bot i will commit it.
Comment #5
dhruveshdtripathi commentedFew remaining t() functions replaced with $this->t(). Tried to solve test fails. Interdiff attached.
Comment #7
yukare commentedWe had a fatal error because a change in geshi before, it is fixed now, lets see if it pass the test now, and this error is strange because it is not related to patch.
Comment #9
dhruveshdtripathi commentedUnderstood the problem, working on it.
Comment #10
dhruveshdtripathi commentedUpdated patch
Comment #12
yukare commentedFixed two errors(using $this in static functions), now it pass on my pc, lets see if it pass now on testbot.
Comment #13
yukare commentedChange to need review for the bot.
Comment #14
dhruveshdtripathi commentedReplacement was left at one place and also corrected the mistake where $t() was there instead of t() or $this->t(). Interdiff added.
Comment #16
dhruveshdtripathi commentedComment #17
dhruveshdtripathi commenteddrupal_set_message($t('Could not generate external CSS file. Check the settings of your <a href="!filesystem">file system</a>.',Replaced $t() with t() only.
Comment #19
yukare commentedCommited, thanks.