summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-04 10:12:29 +0100
committerterry%netscape.com <>1999-03-04 10:12:29 +0100
commit5517743f7131fa6827ad5604c592d9abc7a0c94e (patch)
tree523afcf25455303716d8f8ee923c77317c8f8c85 /makeproducttable.sh
parentf30e61a2918ce3374f556960dc1c13b8acf81d98 (diff)
downloadbugzilla-5517743f7131fa6827ad5604c592d9abc7a0c94e.tar.gz
bugzilla-5517743f7131fa6827ad5604c592d9abc7a0c94e.tar.xz
Do the grand component/product renaming.
Diffstat (limited to 'makeproducttable.sh')
-rwxr-xr-xmakeproducttable.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/makeproducttable.sh b/makeproducttable.sh
index 9d1887251..23a434e77 100755
--- a/makeproducttable.sh
+++ b/makeproducttable.sh
@@ -35,11 +35,12 @@ disallownew tinyint not null
);
+
+insert into products (product, description, milestoneurl) values ("Browser", 'For bugs about the Mozilla Browser, including bugs with the <a href="http://www.mozilla.org/newlayout/">New Layout</a> project', 'http://www.mozilla.org/projects/seamonkey/milestones');
insert into products (product, description) values ("Calendar", 'For bugs about the <a href="http://www.mozilla.org/projects/calendar">Calendar</a> project');
insert into products (product, description) values ("CCK", 'For bugs about the <a href="http://www.mozilla.org/projects/cck">Client Customization Kit<a> project');
insert into products (product, description) values ("Directory", 'For bugs about the <a href="http://www.mozilla.org/directory">Directory (LDAP)</a> project');
insert into products (product, description) values ("MailNews", 'For bugs about the <a href="http://www.mozilla.org/mailnews/index.html">Mozilla Mail/News</a> project');
-insert into products (product, description) values ("Mozilla", "For bugs about the Mozilla web browser");
-insert into products (product, description, milestoneurl) values ("NGLayout", 'For bugs about the <a href="http://www.mozilla.org/newlayout/">New Layout</a> project', 'http://www.mozilla.org/projects/seamonkey/milestones');
+insert into products (product, description, disallownew) values ("MozillaClassic", "For bugs about the Mozilla web browser", 1);
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>.');