Bug 97234

Summary: [patch] Re-order links in bugreports.html
Product: Documentation Reporter: Gavin Atkinson <gavin>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fbsdbugrep.diff none

Description Gavin Atkinson 2006-05-14 00:10:17 UTC
	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
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2006-05-17 01:19:41 UTC
On 2006-05-14 00:01, Gavin Atkinson <gavin@mod3.co.uk> 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? :-/
Comment 2 Gavin Atkinson 2006-05-17 12:34:32 UTC
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
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-03-02 20:35:43 UTC
Responsible Changed
From-To: freebsd-www->gabor

Well, the query-pr script has been changed so the mentioned page 
needs some fixes. As this PR is related, take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-11 16:34:50 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"
Comment 5 Gabor Kovesdan freebsd_committer freebsd_triage 2007-03-11 16:42:35 UTC
State Changed
From-To: open->closed

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!