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

Peter Wemm <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.