| Summary: | [patch] add support for 10.x to query-pr | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Eitan Adler <eadler> | ||||
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Eitan Adler
2011-10-14 23:50:03 UTC
Responsible Changed From-To: freebsd-www->gavin Grab, bugmeister territory. Author: eadler (src,ports committer) Date: Sat Sep 15 12:35:53 2012 New Revision: 39554 URL: http://svn.freebsd.org/changeset/doc/39554 Log: Add ability to search for 10.x PRs PR: www/161672 Approved by: gabor Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr-lib.pl Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr-lib.pl ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/query-pr-lib.pl Sat Sep 15 09:39:56 2012 (r39553) +++ head/en_US.ISO8859-1/htdocs/cgi/query-pr-lib.pl Sat Sep 15 12:35:53 2012 (r39554) @@ -1,4 +1,5 @@ #!/usr/bin/perl -Tw +# $FreeBSD$ sub get_categories { @categories = (); @@ -145,6 +146,7 @@ print qq`</select></td> <td><select name='release'> <option selected='selected' value=''>Any</option> <option value='^FreeBSD [2345678]'>Pre-8.X</option> +<option value='^FreeBSD 10'>10.X only</option> <option value='^FreeBSD 9'>9.X only</option> <option value='^FreeBSD 8'>8.X only</option> <option value='^FreeBSD 7'>7.X only</option> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed committed in r39554 Responsible Changed From-To: gavin->eadler committed in r39554 |