summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-17 07:27:30 +0100
committerterry%netscape.com <>1999-02-17 07:27:30 +0100
commit19875124c12deee076734a401f91cd5a218f1d99 (patch)
tree3ff3ff7629322f9b7873a12b81bdbf707d251e12 /makecomponenttable.sh
parent029a95a9553446387c3716f0a5a8c18abf7b49b5 (diff)
downloadbugzilla-19875124c12deee076734a401f91cd5a218f1d99.tar.gz
bugzilla-19875124c12deee076734a401f91cd5a218f1d99.tar.xz
Added five new components to Mozilla and to MailNews (see bug 3155).
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 7a732ae90..6779e1b3c 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -69,6 +69,11 @@ insert into components (value, program, initialowner, initialqacontact, descript
insert into components (value, program, initialowner, initialqacontact, description) values ("Address Book", "MailNews", "putterman@netscape.com", "lchiang@netscape.com", "Names, email addresses, phone numbers, etc.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Front End", "MailNews", "phil@netscape.com", "lchiang@netscape.com", "Three pane view, sidebar contents, toolbars, dialogs, etc.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Back End", "MailNews", "phil@netscape.com", "lchiang@netscape.com", "RDF data sources and application logic for local mail, news, IMAP and LDAP");
+insert into components (value, program, initialowner, initialqacontact, description) values ("XPInstall", "MailNews", "dveditz@netscape.com", "gbush@netscape.com", "All SmartUpdate bugs. Failure on JAR installation process.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Silent Download", "MailNews", "dougt@netscape.com", "gbush@netscape.com", "Background bits download, and notification for new release available for install.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Windows Install Wizard", "MailNews", "ssu@netscape.com", "gbush@netscape.com", "Front end Win32 installer problems; both functional and UI.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Mac Install Wizard", "MailNews", "sgehani@netscape.com", "gbush@netscape.com", "Front end Mac installer problems; both functional and UI.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Profile Migration", "MailNews", "dbragg@netscape.com", "gbush@netscape.com", "Problems with conversion from 4.x to 5.x profiles");
insert into components (value, program, initialowner, initialqacontact, description) values ("Internationalization", "MailNews", "nhotta@netscape.com", "momoi@netscape.com", "Internationalization is the process of designing and developing a software product to function in multiple locales. This process involves identifying the locales that must be supported, designing features which support those locales, and writing code that functions equally well in any of the supported locales.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Localization", "MailNews", "rchen@netscape.com", "momoi@netscape.com", "Localization is the process of adapting software for a specific international market; this process includes translating the user interface, resizing dialog boxes, replacing icons and other culturally sensitive graphics (if necessary), customizing features (if necessary), and testing the localized product to ensure that the program still works.");
@@ -117,6 +122,11 @@ insert into components (value, program, initialowner, initialqacontact) values (
insert into components (value, program, initialowner, initialqacontact) values ("XP Miscellany", "Mozilla", "brendan@netscape.com", "");
insert into components (value, program, initialowner, initialqacontact) values ("XP Utilities", "Mozilla", "rickg@netscape.com", "");
insert into components (value, program, initialowner, initialqacontact) values ("Zlib", "Mozilla", "pnunn@netscape.com", "");
+insert into components (value, program, initialowner, initialqacontact, description) values ("XPInstall", "Mozilla", "dveditz@netscape.com", "gbush@netscape.com", "All SmartUpdate bugs. Failure on JAR installation process.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Silent Download", "Mozilla", "dougt@netscape.com", "gbush@netscape.com", "Background bits download, and notification for new release available for install.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Windows Install Wizard", "Mozilla", "ssu@netscape.com", "gbush@netscape.com", "Front end Win32 installer problems; both functional and UI.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Mac Install Wizard", "Mozilla", "sgehani@netscape.com", "gbush@netscape.com", "Front end Mac installer problems; both functional and UI.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Profile Migration", "Mozilla", "dbragg@netscape.com", "gbush@netscape.com", "Problems with conversion from 4.x to 5.x profiles");
insert into components (value, program, initialowner, initialqacontact, description) values ("Internationalization", "Mozilla", "ftang@netscape.com", "teruko@netscape.com", "Internationalization is the process of designing and developing a software product to function in multiple locales. This process involves identifying the locales that must be supported, designing features which support those locales, and writing code that functions equally well in any of the supported locales.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Localization", "Mozilla", "rchen@netscape.com", "teruko@netscape.com", "Localization is the process of adapting software for a specific international market; this process includes translating the user interface, resizing dialog boxes, replacing icons and other culturally sensitive graphics (if necessary), customizing features (if necessary), and testing the localized product to ensure that the program still works.");