From ga9@buffy.york.ac.uk Sat May 13 23:01:08 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C5C16A416 for ; Sat, 13 May 2006 23:01:08 +0000 (UTC) (envelope-from ga9@buffy.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA4943D45 for ; Sat, 13 May 2006 23:01:07 +0000 (GMT) (envelope-from ga9@buffy.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4DN146O006863 for ; Sun, 14 May 2006 00:01:05 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4DN14t7018158 for ; Sun, 14 May 2006 00:01:04 +0100 (BST) (envelope-from ga9@buffy.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k4DN14p1018157; Sun, 14 May 2006 00:01:04 +0100 (BST) (envelope-from ga9) Message-Id: <200605132301.k4DN14p1018157@buffy.york.ac.uk> Date: Sun, 14 May 2006 00:01:04 +0100 (BST) From: Gavin Atkinson Reply-To: Gavin Atkinson To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [patch] Re-order links in bugreports.html X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 97234 >Category: www >Synopsis: [patch] Re-order links in bugreports.html >Confidential: no >Severity: non-critical >Priority: low >Responsible: gabor >State: closed >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat May 13 23:10:17 GMT 2006 >Closed-Date: Sun Mar 11 16:44:26 GMT 2007 >Last-Modified: Sun Mar 11 16:44:26 GMT 2007 >Originator: Gavin Atkinson >Release: FreeBSD 6.1-RC i386 >Organization: http://www.mod3.co.uk/ Solaris Zone Hosting >Environment: N/A >Description: The links on http://www.freebsd.org/support/bugreports.html seem to be in an odd order. The least useful link to end-users, "View all PRs" is at the top, and the link for searching PRs is buried at the bottom. This patch rearranges them into a more logical order. >How-To-Repeat: N/A >Fix: --- fbsdbugrep.diff begins here --- Index: www/en/support/bugreports.sgml =================================================================== RCS file: /usr/cvs/www/en/support/bugreports.sgml,v retrieving revision 1.2 diff -u -r1.2 bugreports.sgml --- www/en/support/bugreports.sgml 4 Oct 2005 17:30:33 -0000 1.2 +++ www/en/support/bugreports.sgml 13 May 2006 22:54:59 -0000 @@ -29,17 +29,18 @@ tracking ID of the PR that prompted the change.

@@ -64,4 +65,4 @@ &footer; - \ No newline at end of file + --- fbsdbugrep.diff ends here --- >Release-Note: >Audit-Trail: From: Giorgos Keramidas To: Gavin Atkinson Cc: bug-followup@freebsd.org Subject: Re: www/97234: [patch] Re-order links in bugreports.html Date: Wed, 17 May 2006 03:19:41 +0300 On 2006-05-14 00:01, Gavin Atkinson wrote: > The links on http://www.freebsd.org/support/bugreports.html > seem to be in an odd order. The least useful link to > end-users, "View all PRs" is at the top, and the link for > searching PRs is buried at the bottom. This patch rearranges > them into a more logical order. We can probably spend weeks to re-arrange the links in one way or another. Since people will probably have arguments for either the current order or the one you propose, do we really need to spend all the time it will probably take to re-arrange the links? Searching the problem reports is important. Viewing all open bug reports is also important. How are we to choose between one of these two link orders? :-/ From: Gavin Atkinson To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: www/97234: [patch] Re-order links in bugreports.html Date: Wed, 17 May 2006 12:34:32 +0100 On Wed, 2006-05-17 at 03:19 +0300, Giorgos Keramidas wrote: > We can probably spend weeks to re-arrange the links in one way or > another. Since people will probably have arguments for either > the current order or the one you propose, do we really need to > spend all the time it will probably take to re-arrange the links? > > Searching the problem reports is important. Viewing all open bug > reports is also important. How are we to choose between one of > these two link orders? :-/ I appreciate what you are saying, although I would question the need for a "Show all open PRs" link, which currently returns summaries for 5347 open PRs in 990k of HTML - I suspect the majority of people accessing it don't actually need to, to or would be much better served by the search function. Removing this unnecessary load may even go someway towards reducing the number of times I see "The PR database is busy at the moment" messages, although I appreciate it may not be related. I don't care enough about this to fight for it though, so if you genuinely don't see any benefit in making this change then feel free to ignore it. Thanks, Gavin Responsible-Changed-From-To: freebsd-www->gabor Responsible-Changed-By: gabor Responsible-Changed-When: Fri Mar 2 20:35:43 UTC 2007 Responsible-Changed-Why: Well, the query-pr script has been changed so the mentioned page needs some fixes. As this PR is related, take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=97234 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: www/97234: commit references a PR Date: Sun, 11 Mar 2007 16:34:50 +0000 (UTC) gabor 2007-03-11 16:34:45 UTC FreeBSD doc repository Modified files: en/support bugreports.sgml Log: - Merge links pointing to the same form - Remove unnecessary dots, since these texts are not sentences PR: www/97234 (related) No objection from: freebsd-doc, freebsd-www, bugmeister Approved by: keramida (mentor) Revision Changes Path 1.4 +6 -11 www/en/support/bugreports.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State-Changed-From-To: open->closed State-Changed-By: gabor State-Changed-When: Sun Mar 11 16:42:35 UTC 2007 State-Changed-Why: I merged three links on this page, which referred to the same form. This is not exactly, what you proposed, but it solves your problem and the list is more clear now. You will notice the change after some hours, when the webpages have been rebuilt. Thanks for your problem report! http://www.freebsd.org/cgi/query-pr.cgi?pr=97234 >Unformatted: