From: terry%mozilla.org <> Date: Mon, 17 Jan 2000 19:45:34 +0000 (+0000) Subject: Use new "keywords" cache to display keywords in bug lists. Not only X-Git-Tag: bugzilla-2.12~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd61f718a075a1f97aa0926e1110801edf4154b;p=thirdparty%2Fbugzilla.git Use new "keywords" cache to display keywords in bug lists. Not only is this much faster, but it also lets you sort by that column, and requires less special-case code. --- diff --git a/buglist.cgi b/buglist.cgi index 28f71098de..86fad102ed 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -182,6 +182,7 @@ DefCol("os", "substring(bugs.op_sys, 1, 4)", "OS", "bugs.op_sys"); DefCol("target_milestone", "bugs.target_milestone", "TargetM", "bugs.target_milestone"); DefCol("votes", "bugs.votes", "Votes", "bugs.votes desc"); +DefCol("keywords", "bugs.keywords", "Keywords", "bugs.keywords"); my @collist; if (defined $::COOKIE{'COLUMNLIST'}) { @@ -570,8 +571,6 @@ foreach my $c (@collist) { } else { $tablestart .= $::title{$c}; } - } elsif ($c eq "keywords") { - $tablestart .= "