Date: Tue, 12 Jun 2007 19:38:31 +0000 (UTC) From: "Simon L. Nielsen" <simon@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr.cgi Message-ID: <200706121938.l5CJcV2v095499@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simon 2007-06-12 19:38:31 UTC
FreeBSD doc repository
Modified files:
en/cgi query-pr.cgi
Log:
- Send a patch file-name in the HTTP header via the
Content-Disposition header.
- When downloading/referring to a particular patch embed the patch
number with the PR instead of using two different CGI variables.
This means that there aren't "&" in the patch URL's anymore which
makes things simpler for sh(1) like shells, by not requiring quoting
of URLs when using a command line tool, such as fetch(1), to
download patches.
- In HTML-ifying of URL's, handle when a URL contains a PR like string
which can e.g. be seen in PR www/113071.
- Add a comment about how to test script via the command line.
Submitted by: edwin, shaun
PR: www/113071
Revision Changes Path
1.62 +37 -9 www/en/cgi/query-pr.cgi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706121938.l5CJcV2v095499>
