]> git.donarmstrong.com Git - debbugs.git/commitdiff
Pass param bug=<NNN> to bugreport.html call in bugreport.cgi.
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>
Tue, 19 Mar 2013 10:48:56 +0000 (11:48 +0100)
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>
Wed, 20 Mar 2013 10:58:53 +0000 (11:58 +0100)
debian/changelog
templates/en_US/cgi/bugreport.tmpl

index a6a5056d9cf3c72941b52fe26d6c1e0027383705..1dcc7d442107ab8982e4350f7cc645b5ed71a22a 100644 (file)
@@ -72,6 +72,7 @@ debbugs (2.4.2~exp2) UNRELEASED; urgency=low
     + usr/share/man/man3/Debbugs::SOAP.3pm.gz
     + usr/share/man/man3/Debbugs::Status.3pm.gz
   * Raise Standards to 3.9.4 (after fixing several lintian issues).
+  * Pass param bug=<NNN> to bugreport.html call in bugreport.cgi.
 
  -- Don Armstrong <don@debian.org>  Wed, 25 Aug 2010 01:57:38 -0700
 
index 070005abdd1e40517e1449e4269ff029054c993b..66a1ca2dd0f132b4b57ff83af1dfe07049e9891e 100644 (file)
@@ -43,7 +43,7 @@ function toggle_infmessages()
 }
 {$log}
 <hr>
-<p class="msgreceived">Send a report that <a href="http://{$config{cgi_domain}}/bugspam.cgi">this bug log contains spam</a>.</p>
+<p class="msgreceived">Send a report that <a href="http://{$config{cgi_domain}}/bugspam.cgi?bug={$bug_num}">this bug log contains spam</a>.</p>
 <hr>
 {include(q(html/html_tail))}
 </body>