[request-tracker-maintainers] RFC: rt-extension packaging

KURASHIKI Satoru lurdan at gmail.com
Wed Jan 11 10:35:34 UTC 2012


hi,

At Wed, 28 Dec 2011 00:39:27 +0000,
Dominic Hargreaves wrote:
> If you have a particular interest in supporting RT 3.8 for a little
> while longer there's no reason not to; but just be aware that it won't
> be around in unstable/testing for that much longer.

OK, I see.

> If you can provide details about the patch, we can assess whether it
> would be appropriate to include in the RT 3.8 packages.

ShowSummary patch has already merged into RT itself after 3.9,
and includes only one line diff as follows:

(https://github.com/bestpractical/rt-extension-jsgantt/blob/master/etc/jsgantt-showsummary.diff)
--- a/share/html/Ticket/Elements/ShowSummary
+++ b/share/html/Ticket/Elements/ShowSummary
@@ -107,6 +107,7 @@
 
 % my (@extra);
 % push @extra, titleright_raw => '<a href="'. RT->Config->Get('WebPath'). '/Ticket/Graphs/index.html?id='.$Ticket->id.'">'.loc('Graph').'</a>' unless RT->Config->Get('DisableGraphViz');
+% $m->callback( %ARGS, CallbackName => 'LinksExtra', extra => \@extra );
     <&| /Widgets/TitleBox, title => loc('Links'),
         title_href => RT->Config->Get('WebPath')."/Ticket/ModifyLinks.html?id=".$Ticket->Id,
         class => 'ticket-info-links',

regards,
-- 
KURASHIKI Satoru



More information about the pkg-request-tracker-maintainers mailing list