Bug 35647

Summary: www; combine query-by-number and multi-field query forms
Product: Documentation Reporter: Gary W. Swearingen <swear>
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary W. Swearingen 2002-03-07 21:20:02 UTC
Combine these two forms:
    http://www.FreeBSD.org/cgi/query-pr.cgi
    http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query

It's time wasting (and frustrating) to "need" to click around
(usually through another page) to switch between query-by-number 
and query by other keys.

A side benefit would be: one less web page to maintain.
================

Fix: 

Put the first form's "PR ID Number" field on the second form.

Put a filesystem link so both URLS will go to the same form.

Change the part of http://www.freebsd.org/support.html#gnats
where both are linked to.
How-To-Repeat: n/a
================
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-11-07 23:34:11 UTC
Responsible Changed
From-To: freebsd-doc->freebsd-www

Reassign to the www team
Comment 2 Daniel Gerzo freebsd_committer freebsd_triage 2006-08-20 21:50:17 UTC
Responsible Changed
From-To: freebsd-www->danger

Take this one. I looked into it some time ago and now when I'm aboard
I can work it out.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-01-10 17:47:59 UTC
danger      2007-01-10 17:47:39 UTC

  FreeBSD doc repository

  Modified files:
    en/cgi               query-pr-summary.cgi query-pr.cgi 
  Added files:
    en/cgi               query-pr-lib.pl 
  Log:
  Merge query-by-number and multi-field query forms.
  This work included:
  
  - move a few functions out of query-pr-summary.cgi into a new file -
    query-pr-lib.pl, which now provides a procedure to display forms
  - include query-pr-lib.pl in both query-pr.cgi and query-pr-summary.cgi
    scripts
  
  PR: www/35647
  Approved by: trhodes (mentor), keramida (mentor)
  Silence from: www@
  
  Revision  Changes    Path
  1.1       +162 -0    www/en/cgi/query-pr-lib.pl (new)
  1.58      +2 -148    www/en/cgi/query-pr-summary.cgi
  1.61      +4 -14     www/en/cgi/query-pr.cgi
_______________________________________________
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 4 dfilter service freebsd_committer freebsd_triage 2007-01-11 15:31:38 UTC
danger      2007-01-11 15:31:27 UTC

  FreeBSD doc repository

  Modified files:
    en                   support.sgml 
  Log:
  Reflect recent modifications in the query-pr* scripts.
  
  Approved by: keramida (mentor), trhodes (mentor)
  PR: www/35647
  
  Revision  Changes    Path
  1.356     +5 -7      www/en/support.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 Daniel Gerzo freebsd_committer freebsd_triage 2007-01-11 15:32:20 UTC
State Changed
From-To: open->closed

Finally close this one. Please see the cvs tracks for more information.