Date: Mon, 9 Jun 2014 00:30:05 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45035 - head/en_US.ISO8859-1/htdocs/cgi Message-ID: <201406090030.s590U5UC052406@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: peter (src committer) Date: Mon Jun 9 00:30:05 2014 New Revision: 45035 URL: http://svnweb.freebsd.org/changeset/doc/45035 Log: Place a link to the bugzilla version of each PR at the top of the page so that folks arriving from mail archive links have a clear location to go. Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Mon Jun 9 00:12:19 2014 (r45034) +++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Mon Jun 9 00:30:05 2014 (r45035) @@ -258,13 +258,19 @@ sub PrintPR # Page title print html_header( + "FreeBSD has migrated to Bugzilla. You should examine the <a href='https://bugs.freebsd.org/" + . $gnatspr->FieldSingle('Number') . "'/>Bugzilla version</a> of this PR." + ); + print ("<h3>This historical version is likely out of date and is for debugging purposes only!</h3>\n"); + + print ("<h3>" . $q->escapeHTML( $gnatspr->FieldSingle('Category') . '/' . $gnatspr->FieldSingle('Number') . ': ' . $gnatspr->FieldSingle('Synopsis') - ) + ) . "</h3>\n" ); # Header stuff of interest
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406090030.s590U5UC052406>