It has always bugged me that the only way to the 'formulate query'
window was through the 'show all open prs' page. Going by that route makes the server do lots of unnecessary work.
This commit is contained in:
parent
16933a4809
commit
dcd488bcda
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4652
2 changed files with 10 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY date "$Date: 1999-04-09 14:36:46 $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: support.sgml,v 1.124 1999-03-27 15:43:32 nik Exp $ -->
|
||||
<!-- $Id: support.sgml,v 1.125 1999-04-09 14:36:46 nsayer Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -136,6 +136,9 @@ http://www.tw.freebsd.org/ Local language
|
|||
<li><a href="http://www.freebsd.org/cgi/query-pr.cgi">
|
||||
View a problem report by tracker id</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi?query">
|
||||
Formulate a specific query</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
Report</a>.</li>
|
||||
</ul>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-03-27 15:43:32 $">
|
||||
<!ENTITY date "$Date: 1999-04-09 14:36:46 $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: usergroups.sgml,v 1.124 1999-03-27 15:43:32 nik Exp $ -->
|
||||
<!-- $Id: usergroups.sgml,v 1.125 1999-04-09 14:36:46 nsayer Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -136,6 +136,9 @@ http://www.tw.freebsd.org/ Local language
|
|||
<li><a href="http://www.freebsd.org/cgi/query-pr.cgi">
|
||||
View a problem report by tracker id</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi?query">
|
||||
Formulate a specific query</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
Report</a>.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue