[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    bugs/bugz
From:       Matt Rogers <mattr () kde ! org>
Date:       2008-02-10 15:32:45
Message-ID: 1202657565.723911.31354.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 773219 by mattr:

Display the short description of the bug as the tooltip
in the most quickly fixed bug list.

Requested by Pino



 M  +4 -3      weekly-summary-utils.pl  


--- trunk/bugs/bugz/weekly-summary-utils.pl #773218:773219
@@ -369,7 +369,8 @@
 SELECT
     profiles.login_name, bugs.bug_id, 
     MIN(UNIX_TIMESTAMP(bugs_activity.bug_when)-UNIX_TIMESTAMP(bugs.creation_ts))
-        AS open_time
+        AS open_time,
+    bugs.short_desc
 FROM
     bugs, bugs_activity, profiles, longdescs
 WHERE
@@ -410,7 +411,7 @@
     }
 
     SendSQL ($query);
-    while (my ($user, $bugid, $elapsed) = FetchSQLData()) {
+    while (my ($user, $bugid, $elapsedi, $sdesc) = FetchSQLData()) {
 
 	# defang the email address
 	$user =~ y/\@\./  / if ($::userid == 0);
@@ -424,7 +425,7 @@
                print <<FIN;
                 <tr>
                     <td>$user</td>
-                    <td style="text-align:left;">$html_elapsed (<a \
href="show_bug.cgi?id=$bugid">$bugid</a>)</td> +                    <td \
style="text-align:left;">$html_elapsed (<a href="show_bug.cgi?id=$bugid" \
title="$sdesc">$bugid</a>)</td>  </tr>
 FIN
         } else {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic