|
From: Benjamin C. <bc...@us...> - 2001-11-08 05:12:36
|
Update of /cvsroot/phpbt/phpbt/docs/html In directory usw-pr-cvs1:/tmp/cvs-serv4984/html Modified Files: adminguide.html configuration.html devguide.html devstandards.html index.html schema.html Log Message: Updated with web based installation instructions and new configuration options Index: adminguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/adminguide.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- adminguide.html 2001/10/17 13:44:10 1.9 +++ adminguide.html 2001/11/08 05:12:33 1.10 @@ -207,90 +207,15 @@ ></LI ><LI ><P ->Copy the directory tree from the tarball to a location suitable for serving web pages.</P +>Copy the directory tree from the tarball (or zip archive) to a location suitable for serving web pages.</P ></LI ><LI ><P ->Run <B -CLASS="COMMAND" ->configure_db</B ->, which will create <TT -CLASS="FILENAME" ->createdb.sql</TT ->. Use the <TT -CLASS="OPTION" ->-h</TT -> option when running <B -CLASS="COMMAND" ->configure_db</B -> to see the options.</P +>With your web browser, go the location where you installed the package. You will be presented with a web page that will help you configure and install the application.</P ></LI ><LI ><P ->Edit <TT -CLASS="FILENAME" ->createdb.sql</TT ->, changing the admin info in the database insert. You can search on the text <TT -CLASS="COMPUTEROUTPUT" ->ad...@ex...</TT -> (around line 240). You can also edit the options being inserted into the configuration table or edit them later from the web interface.</P -></LI -><LI -><P ->Use <TT -CLASS="FILENAME" ->createdb.sql</TT -> to create your database. With MySQL it can be done as follows:</P -><TABLE -BORDER="0" -BGCOLOR="#EEEEEE" -WIDTH="100%" -><TR -><TD -><PRE -CLASS="SCREEN" -><B -CLASS="COMMAND" ->mysql</B -> <TT -CLASS="OPTION" ->-h</TT -> <TT -CLASS="REPLACEABLE" -><I ->db host</I -></TT -> <TT -CLASS="OPTION" ->-u</TT -> <TT -CLASS="REPLACEABLE" -><I ->username</I -></TT -> <TT -CLASS="OPTION" ->-p</TT -><TT -CLASS="REPLACEABLE" -><I ->yourpassword</I -></TT -> < <TT -CLASS="FILENAME" ->createdb.sql</TT -></PRE -></TD -></TR -></TABLE -></LI -><LI -><P ->Browse on over to the installation, choose Admin tools, login with the info you put in the database creation script, and create your first project.</P -></LI -><LI -><P ->Start reporting bugs.</P +>After completing the installation, login and start reporting bugs.</P ></LI ></OL ></DIV Index: configuration.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/configuration.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- configuration.html 2001/10/17 13:44:10 1.9 +++ configuration.html 2001/11/08 05:12:33 1.10 @@ -84,7 +84,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN174" +NAME="AEN152" ></A ><P >Most of the options listed here can be configured via the Configuration page of the admin tools. The <TT @@ -235,6 +235,18 @@ >If true, then users login with their email address, and the email address is shown for fields such as Assigned To and Reported By. If false, the login is not tied to the user's email address.</P ></DD ><DT +>STRICT_UPDATING</DT +><DD +><P +>If set to true, the only people who can make changes to a bug are the reporter, the owner, and those with manager or admin permissions.</P +></DD +><DT +>NEW_ACCOUNTS_DISABLED</DT +><DD +><P +>If set to true, newaccount.php is disabled and only admins can create new accounts.</P +></DD +><DT >ATTACHMENT_PATH</DT ><DD ><P @@ -277,6 +289,15 @@ >date()</TT ></A > function.</P +></DD +><DT +>LANGUAGE</DT +><DD +><P +>The language file (found in the <TT +CLASS="FILENAME" +>languages</TT +> sub-directory to use for error and warning messages.</P ></DD ></DL ></DIV Index: devguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devguide.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- devguide.html 2001/10/25 13:00:21 1.15 +++ devguide.html 2001/11/08 05:12:33 1.16 @@ -132,7 +132,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN280" +NAME="AEN271" ></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 @@ -155,7 +155,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN285" +NAME="AEN276" ></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 @@ -180,7 +180,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN291" +NAME="AEN282" >3.1.1.1. Database Abstraction</A ></H3 ><P @@ -211,7 +211,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN302" +NAME="AEN293" ></A ><P ><B @@ -249,7 +249,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN305" +NAME="AEN296" >3.1.1.2. Templates</A ></H3 ><P @@ -257,7 +257,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN308" +NAME="AEN299" ></A ><P ><B @@ -294,7 +294,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN311" +NAME="AEN302" >3.1.1.3. Session and Authentication</A ></H3 ><P @@ -366,7 +366,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN336" +NAME="AEN327" ></A ><P ><B Index: devstandards.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devstandards.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- devstandards.html 2001/10/25 13:00:21 1.16 +++ devstandards.html 2001/11/08 05:12:33 1.17 @@ -84,7 +84,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN346" +NAME="AEN337" ></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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- index.html 2001/10/25 13:00:21 1.13 +++ index.html 2001/11/08 05:12:33 1.14 @@ -129,17 +129,17 @@ ></DT ><DT >3-1. <A -HREF="devguide.html#AEN302" +HREF="devguide.html#AEN293" >Using the database class</A ></DT ><DT >3-2. <A -HREF="devguide.html#AEN308" +HREF="devguide.html#AEN299" >Using the template class</A ></DT ><DT >3-3. <A -HREF="devguide.html#AEN336" +HREF="devguide.html#AEN327" >Permission and Group Checking</A ></DT ></DL Index: schema.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/schema.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- schema.html 2001/10/25 13:00:21 1.1 +++ schema.html 2001/11/08 05:12:33 1.2 @@ -75,7 +75,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN404" +NAME="AEN395" ></A ><P ><B @@ -188,7 +188,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN436" +NAME="AEN427" ></A ><P ><B @@ -368,7 +368,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN486" +NAME="AEN477" ></A ><P ><B @@ -514,7 +514,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN527" +NAME="AEN518" ></A ><P ><B @@ -663,7 +663,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN569" +NAME="AEN560" ></A ><P ><B @@ -915,7 +915,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN639" +NAME="AEN630" ></A ><P ><B @@ -1302,7 +1302,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN747" +NAME="AEN738" ></A ><P ><B @@ -1410,7 +1410,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN777" +NAME="AEN768" ></A ><P ><B @@ -1484,7 +1484,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN798" +NAME="AEN789" ></A ><P ><B @@ -1628,7 +1628,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN838" +NAME="AEN829" ></A ><P ><B @@ -1754,7 +1754,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN873" +NAME="AEN864" ></A ><P ><B @@ -1973,7 +1973,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN934" +NAME="AEN925" ></A ><P ><B @@ -2083,7 +2083,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN965" +NAME="AEN956" ></A ><P ><B @@ -2157,7 +2157,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN986" +NAME="AEN977" ></A ><P ><B @@ -2229,7 +2229,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1006" +NAME="AEN997" ></A ><P ><B @@ -2337,7 +2337,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1036" +NAME="AEN1027" ></A ><P ><B @@ -2517,7 +2517,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1086" +NAME="AEN1077" ></A ><P ><B @@ -2625,7 +2625,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1116" +NAME="AEN1107" ></A ><P ><B @@ -2738,7 +2738,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1148" +NAME="AEN1139" ></A ><P ><B @@ -2867,7 +2867,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1184" +NAME="AEN1175" ></A ><P ><B @@ -2975,7 +2975,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1214" +NAME="AEN1205" ></A ><P ><B @@ -3083,7 +3083,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1244" +NAME="AEN1235" ></A ><P ><B @@ -3155,7 +3155,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1264" +NAME="AEN1255" ></A ><P ><B |