From: Don Armstrong Date: Sun, 15 Jul 2007 02:27:10 +0000 (-0700) Subject: - Add anchor links to specific messages (closes: #431450) X-Git-Tag: release/2.6.0~524^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bffedc430003f94a06510e55bc4aacd759cbb85f;p=debbugs.git - Add anchor links to specific messages (closes: #431450) --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 64547d40..5b467296 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -475,8 +475,10 @@ sub handle_record{ } # Incomming Mail Message my ($received,$hostname) = $record->{text} =~ m/Received: \(at (\S+)\) by (\S+)\;/; - $output .= qq|

Message received at |. - html_escape("$received\@$hostname") . q| (full text'.q|, mbox)'.":

\n"; + $output .= qq|

Message received at |. + html_escape("$received\@$hostname") . + q| (full text'. + q|, mbox)'.":

\n"; $output .= handle_email_message($record->{text}, ref => $bug_number, msg_number => $msg_number, diff --git a/debian/changelog b/debian/changelog index 42889f0d..fb62a5e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -196,6 +196,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low - Allow selecting both archived and unarchived bugs (closes: #320175) - Support intersecting sets of bugs (closes: #164421) - Allow selecting the newest N bugs (closes: #84681) + - Add anchor links to specific messages (closes: #431450) -- Colin Watson Fri, 20 Jun 2003 18:57:25 +0100