From owner-freebsd-www@FreeBSD.ORG Mon Oct 25 17:50:40 2004 Return-Path: Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1754A16A4CE for ; Mon, 25 Oct 2004 17:50:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03FB543D1D for ; Mon, 25 Oct 2004 17:50:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9PHod8o029526 for ; Mon, 25 Oct 2004 17:50:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9PHodcR029525; Mon, 25 Oct 2004 17:50:39 GMT (envelope-from gnats) Date: Mon, 25 Oct 2004 17:50:39 GMT Message-Id: <200410251750.i9PHodcR029525@freefall.freebsd.org> To: freebsd-www@FreeBSD.org From: Giorgos Keramidas Subject: Re: www/69780: query-pr-summary.cgi generates very large html X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 17:50:40 -0000 The following reply was made to PR www/69780; it has been noted by GNATS. From: Giorgos Keramidas To: Jie Gao Cc: bug-followup@freebsd.org Subject: Re: www/69780: query-pr-summary.cgi generates very large html Date: Mon, 25 Oct 2004 20:42:06 +0300 On 2004-10-25 11:24, Jie Gao wrote: > Well, I think there is no good way to further more reduce the result size, > considering how many entries we have in the PR database. But can we > consider hidding some PRs by default? E.g. by default only the PRs within > the recent 6 months are shown, and a user has the option to display all PRs > regardless their time. I had a glance at the PRs and found more than half > of the PRs shown there were older than 6 months. I doubt how many people > are interested in seeing too old PRs. That's an option. It's already possible to limit the number of matches one sees though. Instead of using query-pr-summary.cgi to list *ALL* the problem reports, a specific query can be given through: http://www.freebsd.org/cgi/query-pr-summary.cgi?query This is what I usually do. Now that I look at the search form, it would probably be useful to add what you describe as an extra search criterion: start date and/or end date for the matches. If someone else doesn't beat me to this, I'll work on it during the next days. - Giorgos