svn commit: r45035 - head/en_US.ISO8859-1/htdocs/cgi

Peter Wemm peter at FreeBSD.org
Mon Jun 9 00:30:05 UTC 2014


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


More information about the svn-doc-head mailing list