From owner-cvs-doc@FreeBSD.ORG Tue Jun 12 19:38:31 2007 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A37416A468; Tue, 12 Jun 2007 19:38:31 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF6B13C468; Tue, 12 Jun 2007 19:38:31 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5CJcVcl095500; Tue, 12 Jun 2007 19:38:31 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5CJcV2v095499; Tue, 12 Jun 2007 19:38:31 GMT (envelope-from simon) Message-Id: <200706121938.l5CJcV2v095499@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 12 Jun 2007 19:38:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi query-pr.cgi X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 19:38:31 -0000 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