|
From: Benjamin C. <bc...@us...> - 2001-12-15 18:58:19
|
Update of /cvsroot/phpbt/phpbt/docs/html In directory usw-pr-cvs1:/tmp/cvs-serv1237/html Modified Files: adminguide.html bugdetail.html bugsearch.html configuration.html devguide.html devstandards.html index.html schema.html userguide.html Log Message: Changes for moving phplib code internally. Database schema changes Index: adminguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/adminguide.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- adminguide.html 2001/12/01 17:56:33 1.11 +++ adminguide.html 2001/12/15 18:58:14 1.12 @@ -4,8 +4,7 @@ >Administrator's Guide</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK Index: bugdetail.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/bugdetail.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bugdetail.html 2001/10/17 13:44:10 1.1 +++ bugdetail.html 2001/12/15 18:58:14 1.2 @@ -4,8 +4,7 @@ >Working with Bugs</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK Index: bugsearch.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/bugsearch.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bugsearch.html 2001/10/17 13:44:10 1.2 +++ bugsearch.html 2001/12/15 18:58:14 1.3 @@ -4,8 +4,7 @@ >Searching the Bug Database</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK Index: configuration.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/configuration.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- configuration.html 2001/12/01 17:56:33 1.11 +++ configuration.html 2001/12/15 18:58:14 1.12 @@ -4,8 +4,7 @@ >Configuration Options</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK @@ -90,9 +89,6 @@ >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 Index: devguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devguide.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- devguide.html 2001/12/01 17:56:33 1.17 +++ devguide.html 2001/12/15 18:58:14 1.18 @@ -4,8 +4,7 @@ >Developer's Guide</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK @@ -132,7 +131,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN254" +NAME="AEN253" ></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 +154,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN259" +NAME="AEN258" ></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 @@ -170,17 +169,16 @@ >3.1.1. PHPlib</A ></H2 ><P ->PHPlib can be found at <A -HREF="http://phplib.sourceforge.net/" -TARGET="_top" ->http://phplib.sourceforge.net</A ->. It provides the database abstraction layer, html templates, and session and authentication management.</P +>As of version 0.6.0, phpBugTracker includes the required portions of the PHPlib package in the <TT +CLASS="FILENAME" +>inc</TT +> sub-directory. The PHPlib code provides the database abstraction layer, html templates, and session and authentication management.</P ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A -NAME="AEN265" +NAME="AEN264" >3.1.1.1. Database Abstraction</A ></H3 ><P @@ -211,7 +209,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN276" +NAME="AEN275" ></A ><P ><B @@ -249,7 +247,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN279" +NAME="AEN278" >3.1.1.2. Templates</A ></H3 ><P @@ -257,7 +255,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN282" +NAME="AEN281" ></A ><P ><B @@ -294,7 +292,7 @@ ><H3 CLASS="SECT3" ><A -NAME="AEN285" +NAME="AEN284" >3.1.1.3. Session and Authentication</A ></H3 ><P @@ -366,7 +364,7 @@ ><DIV CLASS="EXAMPLE" ><A -NAME="AEN310" +NAME="AEN309" ></A ><P ><B @@ -409,7 +407,7 @@ ><P >This section will not cover the usage of JpGraph in any detail, since it is not an integral part of phpBugTracker. Developers who are interested in using this class for generating bug reports or charting activity can see <TT CLASS="FILENAME" ->images.php</TT +>index.php</TT > for an example and are encouraged to visit JpGraph's web site at <A HREF="http://www.aditus.nu/jpgraph/" TARGET="_top" Index: devstandards.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devstandards.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- devstandards.html 2001/12/01 17:56:33 1.18 +++ devstandards.html 2001/12/15 18:58:14 1.19 @@ -4,8 +4,7 @@ >Development Standards</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK @@ -84,7 +83,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN320" +NAME="AEN319" ></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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- index.html 2001/12/01 17:56:33 1.15 +++ index.html 2001/12/15 18:58:14 1.16 @@ -4,8 +4,7 @@ >phpBugTracker</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="NEXT" TITLE="User's Guide" HREF="userguide.html"><LINK @@ -129,17 +128,17 @@ ></DT ><DT >3-1. <A -HREF="devguide.html#AEN276" +HREF="devguide.html#AEN275" >Using the database class</A ></DT ><DT >3-2. <A -HREF="devguide.html#AEN282" +HREF="devguide.html#AEN281" >Using the template class</A ></DT ><DT >3-3. <A -HREF="devguide.html#AEN310" +HREF="devguide.html#AEN309" >Permission and Group Checking</A ></DT ></DL Index: schema.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/schema.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- schema.html 2001/12/01 17:56:33 1.3 +++ schema.html 2001/12/15 18:58:14 1.4 @@ -4,8 +4,7 @@ >Database Schema</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK @@ -75,7 +74,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN378" +NAME="AEN377" ></A ><P ><B @@ -188,7 +187,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN410" +NAME="AEN409" ></A ><P ><B @@ -368,7 +367,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN460" +NAME="AEN459" ></A ><P ><B @@ -438,6 +437,24 @@ ><TD ALIGN="LEFT" VALIGN="TOP" +>locked</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>tinyint(1)</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +> </TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>Accepts values 1 or 0 for whether or not a group can be edited from the admin tools.</TD +></TR +><TR +><TD +ALIGN="LEFT" +VALIGN="TOP" >created_by</TD ><TD ALIGN="LEFT" @@ -514,7 +531,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN501" +NAME="AEN505" ></A ><P ><B @@ -663,7 +680,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN543" +NAME="AEN547" ></A ><P ><B @@ -915,7 +932,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN613" +NAME="AEN617" ></A ><P ><B @@ -1302,7 +1319,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN721" +NAME="AEN725" ></A ><P ><B @@ -1410,7 +1427,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN751" +NAME="AEN755" ></A ><P ><B @@ -1484,7 +1501,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN772" +NAME="AEN776" ></A ><P ><B @@ -1628,7 +1645,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN812" +NAME="AEN816" ></A ><P ><B @@ -1754,7 +1771,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN847" +NAME="AEN851" ></A ><P ><B @@ -1973,7 +1990,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN908" +NAME="AEN912" ></A ><P ><B @@ -2083,7 +2100,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN939" +NAME="AEN943" ></A ><P ><B @@ -2157,7 +2174,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN960" +NAME="AEN964" ></A ><P ><B @@ -2229,7 +2246,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN980" +NAME="AEN984" ></A ><P ><B @@ -2337,7 +2354,7 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1010" +NAME="AEN1014" ></A ><P ><B @@ -2516,12 +2533,120 @@ ></DIV ><DIV CLASS="TABLE" +><A +NAME="AEN1064" +></A +><P +><B +>Table 3-17. Schema for table project_group</B +></P +><TABLE +BORDER="1" +CLASS="CALSTABLE" +><THEAD +><TR +><TH +ALIGN="LEFT" +VALIGN="TOP" +>Field</TH +><TH +ALIGN="LEFT" +VALIGN="TOP" +>Type</TH +><TH +ALIGN="LEFT" +VALIGN="TOP" +>Key</TH +><TH +ALIGN="LEFT" +VALIGN="TOP" +>Description</TH +></TR +></THEAD +><TBODY +><TR +><TD +ALIGN="LEFT" +VALIGN="TOP" +>project_id</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>int(10) unsigned</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>Primary</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +> </TD +></TR +><TR +><TD +ALIGN="LEFT" +VALIGN="TOP" +>group_id</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>int(10) unsigned</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>Primary</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +> </TD +></TR +><TR +><TD +ALIGN="LEFT" +VALIGN="TOP" +>created_by</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>int(10) unsigned</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +> </TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +> </TD +></TR +><TR +><TD +ALIGN="LEFT" +VALIGN="TOP" +>created_date</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +>bigint(20) unsigned</TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +> </TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +> </TD +></TR +></TBODY +></TABLE +></DIV +><DIV +CLASS="TABLE" ><A -NAME="AEN1060" +NAME="AEN1094" ></A ><P ><B ->Table 3-17. Schema for table resolution</B +>Table 3-18. Schema for table resolution</B ></P ><TABLE BORDER="1" @@ -2625,11 +2750,11 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1090" +NAME="AEN1124" ></A ><P ><B ->Table 3-18. Schema for table saved_query</B +>Table 3-19. Schema for table saved_query</B ></P ><TABLE BORDER="1" @@ -2738,11 +2863,11 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1122" +NAME="AEN1156" ></A ><P ><B ->Table 3-19. Schema for table severity</B +>Table 3-20. Schema for table severity</B ></P ><TABLE BORDER="1" @@ -2867,11 +2992,11 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1158" +NAME="AEN1192" ></A ><P ><B ->Table 3-20. Schema for table status</B +>Table 3-21. Schema for table status</B ></P ><TABLE BORDER="1" @@ -2975,11 +3100,11 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1188" +NAME="AEN1222" ></A ><P ><B ->Table 3-21. Schema for table user_group</B +>Table 3-22. Schema for table user_group</B ></P ><TABLE BORDER="1" @@ -3083,11 +3208,11 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1218" +NAME="AEN1252" ></A ><P ><B ->Table 3-22. Schema for table user_perm</B +>Table 3-23. Schema for table user_perm</B ></P ><TABLE BORDER="1" @@ -3155,11 +3280,11 @@ ><DIV CLASS="TABLE" ><A -NAME="AEN1238" +NAME="AEN1272" ></A ><P ><B ->Table 3-23. Schema for table version</B +>Table 3-24. Schema for table version</B ></P ><TABLE BORDER="1" Index: userguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/userguide.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- userguide.html 2001/10/17 13:44:10 1.9 +++ userguide.html 2001/12/15 18:58:15 1.10 @@ -4,8 +4,7 @@ >User's Guide</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.73 -"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINK REL="HOME" TITLE="phpBugTracker" HREF="index.html"><LINK |