Update of /cvsroot/phpbt/phpbt/docs/html In directory usw-pr-cvs1:/tmp/cvs-serv20584/html Modified Files: adminguide.html bugsearch.html configuration.html devguide.html devstandards.html index.html userguide.html Added Files: bugdetail.html Log Message: Added the bug detail section --- NEW FILE: bugdetail.html --- <HTML ><HEAD ><TITLE >Working with Bugs</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="Searching the Bug Database" HREF="bugsearch.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="bugsearch.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="BUGDETAIL" >1.3. Working with Bugs</A ></H1 ><P >The majority of the time you spend with phpBugTracker will probably be on the bug detail page. This page shows you all the information about a bug, and allows you to change most of it. </P ><DIV CLASS="MEDIAOBJECT" ><P ><IMG SRC="images/shots/user/bugdetail.png"><DIV CLASS="CAPTION" ><P >Editing a bug.</P ></DIV ></P ></DIV ><P >When changes are made to a bug, an email is sent to the person who reported it and to the person to whom the bug is assigned. However, email is not sent to the person who is making the changes to the bug. So, if a bug has been submitted and assigned to a developer, and then the developer adds comments to the bug, then those comments will be emailed to the reporter but not to the developer. Additional people can be added to receive these change emails by adding them to the CC list. To remove people from the CC list, simply select the people to be removed and submit the form.</P ><P >The set of radio buttons beneath the <SPAN CLASS="GUILABEL" >Update Bug Status</SPAN > label changes depending on the status of the bug. The bug in the screen shot is one that has been newly submitted, so it is unassigned at the moment. If a developer looking at this bug wanted to take ownership, she would click <SPAN CLASS="GUILABEL" >Accept bug</SPAN > and then submit the form. If a bug is resolved as a duplicate of another bug (e.g, bug #77), it will be closed and a comment will be added to this bug and to bug #77 noting that this bug is a duplicate of that one. If there is a developer assigned to be the owner of this component (in this case, "name test"), then the bug can be assigned to that individual by clicking the last radio button.</P ><P >Files can be added to a bug as attachments by clicking on the <SPAN CLASS="GUILABEL" >Create Attachment</SPAN > link. This will bring up another form where you can supply a short description and browse for the file to be uploaded. Attachments can be viewed (and can be deleted by administrators) from the attachment list.</P ><P >Adding comments to a bug allows you to provide more detail about what caused the bug or what the expected behavior was, but also allow the developer and the user to communicate about a bug while keeping a history of those notes. Comments that are added to a bug will be emailed as described previously. HTML tags will be stripped from the comments, but there are two special character sequences that can be used to create links when the comments are displayed:</P ><UL ><LI ><P ><TT CLASS="USERINPUT" ><B >bug #<TT CLASS="REPLACEABLE" ><I >nn</I ></TT ></B ></TT > : Causes a link to be created to the numbered bug in phpBugTracker.</P ></LI ><LI ><P ><TT CLASS="USERINPUT" ><B >cvs:<TT CLASS="FILENAME" ><TT CLASS="REPLACEABLE" ><I >path/filename.ext</I ></TT ></TT >[<SPAN CLASS="OPTIONAL" >:<TT CLASS="REPLACEABLE" ><I >v.vv</I ></TT ></SPAN >]</B ></TT > : Creates a link to a view of the specified source file in the CVS web interface specified in the configuration. The CVS version number is optional, so the format would be <TT CLASS="USERINPUT" ><B >cvs:<TT CLASS="FILENAME" ><TT CLASS="REPLACEABLE" ><I >path/filename.ext</I ></TT ></TT ></B ></TT > if the version isn't specified.</P ></LI ></UL ></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="bugsearch.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" >Searching the Bug Database</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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- adminguide.html 2001/10/17 04:02:28 1.8 +++ adminguide.html 2001/10/17 13:44:10 1.9 @@ -10,8 +10,8 @@ TITLE="phpBugTracker" HREF="index.html"><LINK REL="PREVIOUS" -TITLE="Searching the Bug Database" -HREF="bugsearch.html"><LINK +TITLE="Working with Bugs" +HREF="bugdetail.html"><LINK REL="NEXT" TITLE="Configuration Options" HREF="configuration.html"><LINK @@ -45,7 +45,7 @@ ALIGN="left" VALIGN="bottom" ><A -HREF="bugsearch.html" +HREF="bugdetail.html" ACCESSKEY="P" >Prev</A ></TD @@ -99,7 +99,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN81" +NAME="AEN119" ></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="bugsearch.html" +HREF="bugdetail.html" ACCESSKEY="P" >Prev</A ></TD @@ -340,7 +340,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" ->Searching the Bug Database</TD +>Working with Bugs</TD ><TD WIDTH="34%" ALIGN="center" Index: bugsearch.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/bugsearch.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bugsearch.html 2001/10/17 04:02:28 1.1 +++ bugsearch.html 2001/10/17 13:44:10 1.2 @@ -16,8 +16,8 @@ TITLE="User's Guide" HREF="userguide.html"><LINK REL="NEXT" -TITLE="Administrator's Guide" -HREF="adminguide.html"><LINK +TITLE="Working with Bugs" +HREF="bugdetail.html"><LINK REL="STYLESHEET" TYPE="text/css" HREF="docs.css"></HEAD @@ -62,7 +62,7 @@ ALIGN="right" VALIGN="bottom" ><A -HREF="adminguide.html" +HREF="bugdetail.html" ACCESSKEY="N" >Next</A ></TD @@ -150,7 +150,7 @@ ALIGN="right" VALIGN="top" ><A -HREF="adminguide.html" +HREF="bugdetail.html" ACCESSKEY="N" >Next</A ></TD @@ -174,7 +174,7 @@ WIDTH="33%" ALIGN="right" VALIGN="top" ->Administrator's Guide</TD +>Working with Bugs</TD ></TR ></TABLE ></DIV Index: configuration.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/configuration.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- configuration.html 2001/10/17 04:02:28 1.8 +++ configuration.html 2001/10/17 13:44:10 1.9 @@ -84,7 +84,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN136" +NAME="AEN174" ></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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- devguide.html 2001/10/17 04:02:28 1.13 +++ devguide.html 2001/10/17 13:44:10 1.14 @@ -127,7 +127,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN242" +NAME="AEN280" ></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="AEN247" +NAME="AEN285" ></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="AEN253" +NAME="AEN291" >3.1.1.1. Database Abstraction</A ></H3 ><P @@ -206,7 +206,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN264" +NAME="AEN302" ></A ><P ><B @@ -244,7 +244,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN267" +NAME="AEN305" >3.1.1.2. Templates</A ></H3 ><P @@ -252,7 +252,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN270" +NAME="AEN308" ></A ><P ><B @@ -289,7 +289,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN273" +NAME="AEN311" >3.1.1.3. Session and Authentication</A ></H3 ><P @@ -361,7 +361,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN298" +NAME="AEN336" ></A ><P ><B Index: devstandards.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devstandards.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- devstandards.html 2001/10/17 04:02:28 1.14 +++ devstandards.html 2001/10/17 13:44:10 1.15 @@ -77,7 +77,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN308" +NAME="AEN346" ></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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- index.html 2001/10/17 04:02:28 1.11 +++ index.html 2001/10/17 13:44:10 1.12 @@ -67,6 +67,11 @@ HREF="bugsearch.html" >Searching the Bug Database</A ></DT +><DT +>1.3. <A +HREF="bugdetail.html" +>Working with Bugs</A +></DT ></DL ></DD ><DT @@ -119,17 +124,17 @@ ></DT ><DT >3-1. <A -HREF="devguide.html#AEN264" +HREF="devguide.html#AEN302" >Using the database class</A ></DT ><DT >3-2. <A -HREF="devguide.html#AEN270" +HREF="devguide.html#AEN308" >Using the template class</A ></DT ><DT >3-3. <A -HREF="devguide.html#AEN298" +HREF="devguide.html#AEN336" >Permission and Group Checking</A ></DT ></DL Index: userguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/userguide.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- userguide.html 2001/10/17 04:02:28 1.8 +++ userguide.html 2001/10/17 13:44:10 1.9 @@ -106,6 +106,11 @@ HREF="bugsearch.html" >Searching the Bug Database</A ></DT +><DT +>1.3. <A +HREF="bugdetail.html" +>Working with Bugs</A +></DT ></DL ></DIV ><BLOCKQUOTE |