]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Removed the old "Bugzilla" product; those bugs are now part of the
authorterry%netscape.com <>
Wed, 7 Oct 1998 04:52:09 +0000 (04:52 +0000)
committerterry%netscape.com <>
Wed, 7 Oct 1998 04:52:09 +0000 (04:52 +0000)
new "Webtools" product.

makecomponenttable.sh
makeproducttable.sh
makeversiontable.sh

index 4cef54e00ca49448d6883371f0c34910dd0aa9fa..ae169493e070fdb1b563234e645ce46f8384ad75 100755 (executable)
@@ -90,10 +90,6 @@ insert into components (value, program, initialowner) values ("Platform: Rhapsod
 insert into components (value, program, initialowner) values ("Platform: MFC/Win32 on Windows", "Mozilla", "blythe@netscape.com");
 
 
-insert into components (value, program, initialowner) values ("UI", "Bugzilla", "terry@mozilla.org");
-insert into components (value, program, initialowner) values ("Database", "Bugzilla", "terry@mozilla.org");
-
-
 insert into components (value, program, initialowner) values ("ActiveX Wrapper", "NGLayout", "locka@iol.ie");
 insert into components (value, program, initialowner) values ("Content Model", "NGLayout", "kipp@netscape.com");
 insert into components (value, program, initialowner) values ("Cookies", "NGLayout", "scullin@netscape.com");
index 5e478134d68120b4b8f3a61700bbeca1859dff98..7e7fc300041d468dd0e3a33adadc0ea578b7ea4b 100755 (executable)
@@ -33,7 +33,6 @@ description mediumtext
 );
 
 
-insert into products (product, description) values ("Bugzilla", "Please don't use this!  This product is going away very very soon. Please use 'Webtools' instead.");
 insert into products (product, description) values ("Mozilla", "For bugs about the Mozilla web browser");
 insert into products (product, description) values ("NGLayout", 'For bugs about the <a href="http://www.mozilla.org/newlayout/">New Layout</a> project');
 insert into products (product, description) values ("Webtools", 'For bugs about the web-based tools that mozilla.org uses.  This include Bugzilla (problems you are having with this bug system itself), <a href="http://www.mozilla.org/bonsai.html">Bonsai</a>, and <a href="http://www.mozilla.org/tinderbox.html">Tinderbox</a>.');
index 98e0b52b8a88a2a2d8c0693fe73fd62466ae328b..140c7c8f83cd124ac169d0d593e1b5cf2278f8f2 100755 (executable)
@@ -41,8 +41,6 @@ insert into versions (value, program) values ("1998-04-29", "Mozilla");
 insert into versions (value, program) values ("1998-06-03", "Mozilla");
 insert into versions (value, program) values ("1998-07-28", "Mozilla");
 insert into versions (value, program) values ("1998-09-04", "Mozilla");
-insert into versions (value, program) values ("1.0", "Bugzilla");
-insert into versions (value, program) values ("other", "Bugzilla");
 insert into versions (value, program) values ("other", "NGLayout");
 insert into versions (value, program) values ("other", "Webtools");