|
From: Benjamin C. <bc...@us...> - 2001-10-15 13:43:04
|
Update of /cvsroot/phpbt/phpbt/docs/html In directory usw-pr-cvs1:/tmp/cvs-serv19826/html Modified Files: configuration.html devguide.html devstandards.html index.html Log Message: Changed configuration info Index: configuration.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/configuration.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- configuration.html 2001/10/14 03:25:23 1.6 +++ configuration.html 2001/10/15 13:43:01 1.7 @@ -87,10 +87,13 @@ NAME="AEN111" ></A ><P ->The options listed in this section can be configured by the <TT -CLASS="FILENAME" ->configure</TT -> script and can be found in <TT +>Most of the options listed here can be configured via the Configuration page of the admin tools. The <TT +CLASS="VARNAME" +>DB_</TT +> and <TT +CLASS="VARNAME" +>PHPLIB_PATH</TT +> options can be found in <TT CLASS="FILENAME" >config.php</TT >.</P @@ -100,13 +103,13 @@ CLASS="VARIABLELIST" ><DL ><DT ->INSTALLPATH</DT +>INSTALL_PATH</DT ><DD ><P ->Location on disk of the phpBugTracker installation.</P +>Location on disk of the phpBugTracker installation. This variable is obtained by getting the working directory of the scripts.</P ></DD ><DT ->INSTALLURL</DT +>INSTALL_URL</DT ><DD ><P >URL that is the home of the installation.</P @@ -154,13 +157,13 @@ >The password to use for connecting to the database.</P ></DD ><DT ->ADMINEMAIL</DT +>ADMIN_EMAIL</DT ><DD ><P >The email address that will be used for all correspondence to and from the bug tracker.</P ></DD ><DT ->ENCRYPTPASS</DT +>ENCRYPT_PASS</DT ><DD ><P >When true, passwords will be stored as an <TT @@ -250,7 +253,7 @@ > has a lower limit.</P ></DD ><DT ->DATEFORMAT</DT +>DATE_FORMAT</DT ><DD ><P >The format for displaying the date, according to PHP's <A @@ -263,7 +266,7 @@ > function.</P ></DD ><DT ->TIMEFORMAT</DT +>TIME_FORMAT</DT ><DD ><P >The format for displaying the date, according to PHP's <A Index: devguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devguide.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- devguide.html 2001/10/14 03:25:23 1.11 +++ devguide.html 2001/10/15 13:43:01 1.12 @@ -127,7 +127,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN216" +NAME="AEN217" ></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="AEN221" +NAME="AEN222" ></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="AEN227" +NAME="AEN228" >3.1.1.1. Database Abstraction</A ></H3 ><P @@ -206,7 +206,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN238" +NAME="AEN239" ></A ><P ><B @@ -244,7 +244,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN241" +NAME="AEN242" >3.1.1.2. Templates</A ></H3 ><P @@ -252,7 +252,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN244" +NAME="AEN245" ></A ><P ><B @@ -289,7 +289,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN247" +NAME="AEN248" >3.1.1.3. Session and Authentication</A ></H3 ><P @@ -361,7 +361,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN272" +NAME="AEN273" ></A ><P ><B Index: devstandards.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devstandards.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- devstandards.html 2001/10/14 03:25:23 1.12 +++ devstandards.html 2001/10/15 13:43:01 1.13 @@ -77,7 +77,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN282" +NAME="AEN283" ></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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- index.html 2001/10/14 03:25:23 1.9 +++ index.html 2001/10/15 13:43:01 1.10 @@ -114,17 +114,17 @@ ></DT ><DT >3-1. <A -HREF="devguide.html#AEN238" +HREF="devguide.html#AEN239" >Using the database class</A ></DT ><DT >3-2. <A -HREF="devguide.html#AEN244" +HREF="devguide.html#AEN245" >Using the template class</A ></DT ><DT >3-3. <A -HREF="devguide.html#AEN272" +HREF="devguide.html#AEN273" >Permission and Group Checking</A ></DT ></DL |