|
From: Benjamin C. <bc...@us...> - 2001-10-17 04:02:31
|
Update of /cvsroot/phpbt/phpbt/docs/html In directory usw-pr-cvs1:/tmp/cvs-serv17839/html Modified Files: adminguide.html configuration.html devguide.html devstandards.html index.html userguide.html Added Files: bugsearch.html Log Message: Added the bug search page and did a little cleanup --- NEW FILE: bugsearch.html --- <HTML ><HEAD ><TITLE >Searching the Bug Database</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.73 "><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK REL="UP" TITLE="User's Guide" HREF="userguide.html"><LINK REL="PREVIOUS" TITLE="User's Guide" HREF="userguide.html"><LINK REL="NEXT" TITLE="Administrator's Guide" HREF="adminguide.html"><LINK REL="STYLESHEET" TYPE="text/css" HREF="docs.css"></HEAD ><BODY CLASS="SECT1" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >phpBugTracker</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="userguide.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" >Chapter 1. User's Guide</TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="adminguide.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="BUGSEARCH" >1.2. Searching the Bug Database</A ></H1 ><P >The query page presents a wide array of options for finding a specific set of bugs, and thus can be a little overwhelming at first sight. By submitting the default form, without selecting any options, a list of all the bugs in the database will be returned. Every option selected will filter out more bugs as you get more specific in your search.</P ><DIV CLASS="MEDIAOBJECT" ><P ><IMG SRC="images/shots/user/query.png"><DIV CLASS="CAPTION" ><P >Searching for bugs.</P ></DIV ></P ></DIV ><P >The five select boxes at the top allow you to choose bugs with specific characteristics, such as the priority, or those that have reached certain stages in the testing process, such as those that have been fixed. Multiple items can be chosen from each select box, and all options are combined for the filter. For example, if you selected <SPAN CLASS="GUILABEL" >New</SPAN > and <SPAN CLASS="GUILABEL" >Unconfirmed</SPAN >from the <SPAN CLASS="GUILABEL" >Status</SPAN > box and <SPAN CLASS="GUILABEL" >Feature Request</SPAN > from the <SPAN CLASS="GUILABEL" >Severity box</SPAN >, submitting the form would return a list of all the bugs that were designated feature requests and that haven't been handled yet. </P ><P >The middle set of boxes allow you to get more detailed in your search, whether you want to search for bugs assigned to an individual or search for a certain snippet of text in a bug description. The three select boxes immediately following allow you to restrict your search to bugs filed against a certain project, or even against a specific version or component of a project. The last two select boxes determine how the bug list will be sorted.</P ><P >A set of search parameters can be saved and given a name to make it easier to repeat a query in the future. Clicking on a named saved query will take you to the list of bugs that meet the search criteria, and deleting one will remove the link from the list.</P ><P >Finally, at the bottom of every page you will notice four numbers that are linked. These will run a query of open and closed bugs assigned to you, and open and closed bugs reported by you respectively. These links allow you to quickly list which bugs are on your hit list, for example, and to see at a glance the status of bugs assigned to or reported by you.</P ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="userguide.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="adminguide.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >User's Guide</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="userguide.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >Administrator's Guide</TD ></TR ></TABLE ></DIV ></BODY ></HTML > Index: adminguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/adminguide.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- adminguide.html 2001/10/14 03:25:23 1.7 +++ adminguide.html 2001/10/17 04:02:28 1.8 @@ -10,8 +10,8 @@ TITLE="phpBugTracker" HREF="index.html"><LINK REL="PREVIOUS" -TITLE="User's Guide" -HREF="userguide.html"><LINK +TITLE="Searching the Bug Database" +HREF="bugsearch.html"><LINK REL="NEXT" TITLE="Configuration Options" HREF="configuration.html"><LINK @@ -45,7 +45,7 @@ ALIGN="left" VALIGN="bottom" ><A -HREF="userguide.html" +HREF="bugsearch.html" ACCESSKEY="P" >Prev</A ></TD @@ -99,7 +99,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN56" +NAME="AEN81" ></A ><P >One of the main design goals of phpBugTracker is to make installation and administration easy. In fact, the difficulty of installing bugzilla was a key motivator for phpBugTracker's existence.</P @@ -312,7 +312,7 @@ ALIGN="left" VALIGN="top" ><A -HREF="userguide.html" +HREF="bugsearch.html" ACCESSKEY="P" >Prev</A ></TD @@ -340,7 +340,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" ->User's Guide</TD +>Searching the Bug Database</TD ><TD WIDTH="34%" ALIGN="center" Index: configuration.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/configuration.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- configuration.html 2001/10/15 13:43:01 1.7 +++ configuration.html 2001/10/17 04:02:28 1.8 @@ -84,7 +84,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN111" +NAME="AEN136" ></A ><P >Most of the options listed here can be configured via the Configuration page of the admin tools. The <TT Index: devguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devguide.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- devguide.html 2001/10/15 13:43:01 1.12 +++ devguide.html 2001/10/17 04:02:28 1.13 @@ -127,7 +127,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN217" +NAME="AEN242" ></A ><P >Adding on to or extending phpBugTracker should be easy for those with a knowledge of PHP and SQL. New developers are always welcome to join the project at <A @@ -150,7 +150,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN222" +NAME="AEN247" ></A ><P >phpBugTracker requires one external package, PHPlib, and can optionally use JpGraph. Of course a web server running a version of PHP later than 4.0 and a database server are also necessary.</P @@ -175,7 +175,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN228" +NAME="AEN253" >3.1.1.1. Database Abstraction</A ></H3 ><P @@ -206,7 +206,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN239" +NAME="AEN264" ></A ><P ><B @@ -244,7 +244,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN242" +NAME="AEN267" >3.1.1.2. Templates</A ></H3 ><P @@ -252,7 +252,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN245" +NAME="AEN270" ></A ><P ><B @@ -289,7 +289,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN248" +NAME="AEN273" >3.1.1.3. Session and Authentication</A ></H3 ><P @@ -361,7 +361,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN273" +NAME="AEN298" ></A ><P ><B Index: devstandards.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devstandards.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- devstandards.html 2001/10/15 13:43:01 1.13 +++ devstandards.html 2001/10/17 04:02:28 1.14 @@ -77,7 +77,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN283" +NAME="AEN308" ></A ><P > This section details the coding and process standards to be Index: index.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/index.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- index.html 2001/10/15 13:43:01 1.10 +++ index.html 2001/10/17 04:02:28 1.11 @@ -62,6 +62,11 @@ HREF="userguide.html#PRIMER" >Getting Started</A ></DT +><DT +>1.2. <A +HREF="bugsearch.html" +>Searching the Bug Database</A +></DT ></DL ></DD ><DT @@ -114,17 +119,17 @@ ></DT ><DT >3-1. <A -HREF="devguide.html#AEN239" +HREF="devguide.html#AEN264" >Using the database class</A ></DT ><DT >3-2. <A -HREF="devguide.html#AEN245" +HREF="devguide.html#AEN270" >Using the template class</A ></DT ><DT >3-3. <A -HREF="devguide.html#AEN273" +HREF="devguide.html#AEN298" >Permission and Group Checking</A ></DT ></DL Index: userguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/userguide.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- userguide.html 2001/10/08 13:57:11 1.7 +++ userguide.html 2001/10/17 04:02:28 1.8 @@ -13,8 +13,8 @@ TITLE="phpBugTracker" HREF="index.html"><LINK REL="NEXT" -TITLE="Administrator's Guide" -HREF="adminguide.html"><LINK +TITLE="Searching the Bug Database" +HREF="bugsearch.html"><LINK REL="STYLESHEET" TYPE="text/css" HREF="docs.css"></HEAD @@ -59,7 +59,7 @@ ALIGN="right" VALIGN="bottom" ><A -HREF="adminguide.html" +HREF="bugsearch.html" ACCESSKEY="N" >Next</A ></TD @@ -75,6 +75,39 @@ NAME="USERGUIDE" >Chapter 1. User's Guide</A ></H1 +><DIV +CLASS="TOC" +><DL +><DT +><B +>Table of Contents</B +></DT +><DT +>1.1. <A +HREF="userguide.html#PRIMER" +>Getting Started</A +></DT +><DD +><DL +><DT +>1.1.1. <A +HREF="userguide.html#CREATEACCOUNT" +>Creating an account</A +></DT +><DT +>1.1.2. <A +HREF="userguide.html#ENTERBUG" +>Entering a bug</A +></DT +></DL +></DD +><DT +>1.2. <A +HREF="bugsearch.html" +>Searching the Bug Database</A +></DT +></DL +></DIV ><BLOCKQUOTE CLASS="ABSTRACT" ><DIV @@ -226,7 +259,7 @@ ALIGN="right" VALIGN="top" ><A -HREF="adminguide.html" +HREF="bugsearch.html" ACCESSKEY="N" >Next</A ></TD @@ -246,7 +279,7 @@ WIDTH="33%" ALIGN="right" VALIGN="top" ->Administrator's Guide</TD +>Searching the Bug Database</TD ></TR ></TABLE ></DIV |