Last modified: 2014-10-19 22:52:18 UTC
a patch to allow xrgb color specification in addition to rgb xrgb allows to put 6-digit hexadecimal string as a color value instead of rgb's decimal fraction notation, (side effect: rgb and hsv handling is merged, because they only differ in name)
Created attachment 1133 [details] patch to get xrgb (hex) notation active for color definitions
Patch review needs to wait on a major EasyTimeline.pl update from Erik; don't know if affected code will change.
(In reply to comment #1) > Created an attachment (id=1133) [edit] > patch to get xrgb (hex) notation active for color definitions > You don't need "((?:rgb|hsb))", you can just use "(rgb|hsb)"
Assigned to extension developer.
Perhaps with bug 27156 it will get done.
CC'ing Tim Landscheidt to see if he'd like to address this in his revamp.
Piotr, I'm sorry for the wait in response. If the issue in this bug report is still a problem, you might wish to revise your patch and get it reviewed faster by using Developer access https://www.mediawiki.org/wiki/Developer_access to submit it directly into our Git source control system. Thanks! Tim, do you think that you will be addressing this in your revamp of this extension?