From 0b47dd2c3b8edd338acae76ca5579b84efb7e4f8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 15 May 2006 02:47:34 +0000 Subject: Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - Patch by David D. Kilzer (ddk) and timeless r=wicked a=justdave --- Bugzilla/Template.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index edfc037c6..5cf9bce9c 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -642,6 +642,12 @@ sub create { 1 ], + bug_list_link => sub + { + my $buglist = shift; + return join(", ", map(get_bug_link($_, $_), split(/ *, */, $buglist))); + }, + # In CSV, quotes are doubled, and any value containing a quote or a # comma is enclosed in quotes. csv => sub -- cgit v1.2.3-24-g4f1b