[dw-nonfree] add link to discussion entry into autoposted suggestions text
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/079afe01bb9a]
http://bugs.dwscoalition.org/show_bug.cgi?id=1591
Adds link back to the dw_suggestions post where the bug originated.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1591
Adds link back to the dw_suggestions post where the bug originated.
Patch by
Files modified:
- htdocs/site/suggest.bml
--------------------------------------------------------------------------------
diff -r 4eca0856a596 -r 079afe01bb9a htdocs/site/suggest.bml
--- a/htdocs/site/suggest.bml Sat Aug 08 18:30:15 2009 +0000
+++ b/htdocs/site/suggest.bml Sat Aug 08 19:13:03 2009 -0500
@@ -111,6 +111,8 @@ body<=
$bugzilla_desc .= LJ::eurl( $POST{description} );
$bugzilla_desc .= "%0D%0A%0D%0ASuggested by%3A%0D%0A%0D%0A";
$bugzilla_desc .= LJ::eurl( $remote->user );
+ $bugzilla_desc .= "%0D%0A%0D%0ASuggested at%3A%0D%0A%0D%0A";
+ $bugzilla_desc .= LJ::eurl( $journalpost->{url} );
$bugzilla_post .= "To post this entry to Bugzilla, use this link and change any of the fields as appropriate:<br /><br /> <a href='";
--------------------------------------------------------------------------------

no subject