From 8a6e0cb1db6c06f4772dc28c684c29a89e175528 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 20 Nov 2006 23:47:44 -0800 Subject: [PATCH] * fix missing ; add description of how found works to the control documentation --- cgi/bugreport.cgi | 2 +- html/server-control.html.in | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index ed1943e..51ea552 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -427,7 +427,7 @@ sub handle_record{ } # Incomming Mail Message my ($received,$hostname) = $record->{text} =~ m/Received: \(at (\S+)\) by (\S+)\;/; - $output .= qq|

Message received at |. + $output .= qq|


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

\n"; $output .= handle_email_message($record->{text}, ref => $bug_number, diff --git a/html/server-control.html.in b/html/server-control.html.in index 8120307..ebed2ca 100644 --- a/html/server-control.html.in +++ b/html/server-control.html.in @@ -91,6 +91,12 @@ mailservers is available via the WWW, in the $gBug is cleared. This is identical to the behaviour of reopen. +

This command will only cause a bug to be marked as not done if no + version is specified, or if the version being marked found + is equal to the version which was last marked fixed. (If + you are certain that you want the bug marked as not done, + use reopen in conjunction with found.

+

This command was introduced in preference to reopen because it was difficult to add a version to that command's syntax without suffering ambiguity. -- 2.39.2