head	1.2;
access;
symbols
	TIGRIS_1_1_0RC2:1.1
	TIGRIS_1_1_0RC1:1.1
	TIGRIS_1_1:1.1.0.18
	TIGRIS_1_0_8:1.1
	TIGRIS_1_0_8RC3:1.1
	TIGRIS_1_0_8RC2:1.1
	TIGRIS_1_0_8RC1:1.1
	TIGRIS_1_0_7:1.1
	TIGRIS_1_0_7RC3:1.1
	TIGRIS_1_0_7RC2:1.1
	TIGRIS_1_0_7RC1:1.1
	TIGRIS_1_0_6:1.1
	TIGRIS_1_0_6RC5:1.1
	TIGRIS_1_0_6RC4:1.1
	TIGRIS_1_0_6RC3:1.1
	TIGRIS_1_0_6RC2:1.1
	TIGRIS_1_0_6RC1:1.1
	TIGRIS_1_0_5:1.1
	TIGRIS_1_0_5RC6:1.1
	TIGRIS_1_0_5RC5:1.1
	TIGRIS_1_0_5RC4:1.1
	TIGRIS_1_0_5RC3:1.1
	TIGRIS_1_0_5RC2:1.1
	TIGRIS_1_0_5RC1:1.1
	TIGRIS_1_0_4:1.1
	TIGRIS_1_0_3:1.1
	TIGRIS_1_0_2:1.1
	TIGRIS_1_0_1:1.1
	TIGRIS_1_0:1.1.0.20
	TIGRIS_1_0_0:1.1
	TIGRIS_1_0_0_RC1:1.1.0.16
	HELM_PEER_PORT_BRANCH:1.1.0.14
	TIGRIS_0_9_2_4:1.1
	TIGRIS_0_9_2_3:1.1
	TIGRIS_0_9_2:1.1.0.12
	TIGRIS_0_9_0:1.1.0.10
	ISSUEZILLA_OPENOFFICE:1.1.0.8
	IZ_TEMP_TAG:1.1
	TIGRIS_0_8_4:1.1.0.6
	ISSUEZILLA_11292000:1.1
	ISSUEZILLA_BASELINE:1.1.0.4
	ISSUEZILLA_BASELINE_BASE:1.1
	ISSUEZILLA_11062000:1.1
	TIGRIS_710_FF:1.1
	TIGRIS_706:1.1
	ISSUEZILLA_10252000:1.1
	TIGRIS_SEP_13_2000:1.1.0.2
	TIGRIS_705:1.1
	TIGRIS_704:1.1
	TIGRIS_703:1.1
	TIGRIS_702:1.1
	TIGRIS_701:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.04.30.20.56.15;	author kmaples;	state dead;
branches;
next	1.1;

1.1
date	2000.09.28.04.28.31;	author npm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Issuezilla is now a separate module
@
text
@:pserver:anonymous@@cvs-mirror.mozilla.org:/cvsroot
@


1.1
log
@Notes on Bugzilla/IssueZilla.

--------------------

This is bugzilla straight outta CVS as of mid-september 2000.

Edited by NPM to work w/ tigris, qmail, etc

Further edited by NPM replacing most instances of "bugs"-->"issues"
"a issue" --> "an issue" etc.

NPM twiddled with query.cgi to lay things out more reasonably, and
add space for future enhancements/customizations.

NPM Removed bugs db column 'severity' and replaced it with 'issue-type'.
Severity seems silly and it's confusing/redundant with priority 'P1'-'P5'.
Some aspects of 'severity' are handled by 'issue-type', e.g.  you
distinguish between an enhancement, feature, task, or defect.

--------------------

To do an upgrade against mozilla.org, move all directories 'CVS' to 'CVS.bak',
e.g. (in tcsh)P:

| beral-5-.../sandbox/issuezilla> foreach i (`find . -name CVS`)
| foreach? mv $i $i.bak
| foreach? end

Then move all 'CVS.mozilla' to 'CVS':

| beral-6-.../sandbox/issuezilla> foreach i (`find . -name CVS.mozilla`)
| foreach? mv $i `dirname $i`/CVS
| foreach? end


Then to see what files might have changed, since this version was last
updated, do:

| beral-6-.../sandbox/issuezilla> cvs -qn update

Then you can either do 'cvs update' and be very careful to watch the output
of cvs, noting any conflicts between the issuezilla edits and mozilla.org's
edits... (files marked w/ 'C').

--------------------

Note the following files are to be instantiated by a tigris SANDBOX initialization script
which someone needs to write...

./data/params.in             ---> ./data/params
./localconfig.in	     ---> ./localconfig
./20issue-track.conf.in      ---> ./20issue-track.conf
@
text
@@

