A lot of changes to switch to the new name, might be horribly broken.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Enter Bug: orca</title>
|
||||
<title>Enter Bug: cthulhu</title>
|
||||
|
||||
|
||||
<base href="http://bugzilla.gnome.org/">
|
||||
@ -15,8 +15,8 @@
|
||||
title="Firefox"
|
||||
href="buglist.cgi?cmdtype=runnamed&namedcmd=Firefox">
|
||||
<link rel="Saved Searches"
|
||||
title="open orca"
|
||||
href="buglist.cgi?cmdtype=runnamed&namedcmd=open%20orca">
|
||||
title="open cthulhu"
|
||||
href="buglist.cgi?cmdtype=runnamed&namedcmd=open%20cthulhu">
|
||||
<link rel="Saved Searches"
|
||||
title="Open RFEs"
|
||||
href="buglist.cgi?cmdtype=runnamed&namedcmd=Open%20RFEs">
|
||||
@ -73,7 +73,7 @@ title="Back to the Gnome Bugzilla home page" /></a>
|
||||
<div id="body">
|
||||
|
||||
<div id="header">
|
||||
<h1>Enter Bug: orca – This page lets you enter a new bug into Bugzilla.</h1>
|
||||
<h1>Enter Bug: cthulhu – This page lets you enter a new bug into Bugzilla.</h1>
|
||||
|
||||
</div>
|
||||
|
||||
@ -86,20 +86,20 @@ var components = new Array(5);
|
||||
var initialqacontacts = new Array(5);
|
||||
var last_initialqacontact;
|
||||
components[0] = "braille";
|
||||
initialowners[0] = "orca-maint\x40gnome.bugs";
|
||||
initialqacontacts[0] = "orca-maint\x40gnome.bugs";
|
||||
initialowners[0] = "cthulhu-maint\x40gnome.bugs";
|
||||
initialqacontacts[0] = "cthulhu-maint\x40gnome.bugs";
|
||||
components[1] = "general";
|
||||
initialowners[1] = "orca-maint\x40gnome.bugs";
|
||||
initialqacontacts[1] = "orca-maint\x40gnome.bugs";
|
||||
initialowners[1] = "cthulhu-maint\x40gnome.bugs";
|
||||
initialqacontacts[1] = "cthulhu-maint\x40gnome.bugs";
|
||||
components[2] = "i18n";
|
||||
initialowners[2] = "orca-maint\x40gnome.bugs";
|
||||
initialowners[2] = "cthulhu-maint\x40gnome.bugs";
|
||||
initialqacontacts[2] = "";
|
||||
components[3] = "magnification";
|
||||
initialowners[3] = "orca-maint\x40gnome.bugs";
|
||||
initialqacontacts[3] = "orca-maint\x40gnome.bugs";
|
||||
initialowners[3] = "cthulhu-maint\x40gnome.bugs";
|
||||
initialqacontacts[3] = "cthulhu-maint\x40gnome.bugs";
|
||||
components[4] = "speech";
|
||||
initialowners[4] = "orca-maint\x40gnome.bugs";
|
||||
initialqacontacts[4] = "orca-maint\x40gnome.bugs";
|
||||
initialowners[4] = "cthulhu-maint\x40gnome.bugs";
|
||||
initialqacontacts[4] = "cthulhu-maint\x40gnome.bugs";
|
||||
|
||||
function set_assign_to() {
|
||||
// Based on the selected component, fill the "Assign To:" field
|
||||
@ -139,7 +139,7 @@ function set_assign_to() {
|
||||
</script>
|
||||
|
||||
<form name="Create" id="Create" method="post" action="post_bug.cgi">
|
||||
<input type="hidden" name="product" value="orca">
|
||||
<input type="hidden" name="product" value="cthulhu">
|
||||
<input type="hidden" name="token" value="VeYfFhLN7H">
|
||||
|
||||
<table cellspacing="2" cellpadding="0" border="0" width="700">
|
||||
@ -155,7 +155,7 @@ function set_assign_to() {
|
||||
<a href="page.cgi?id=bug-writing.html">bug writing guidelines</a>, please look at the list of
|
||||
|
||||
<a href="duplicates.cgi">most frequently reported bugs</a>, and please
|
||||
<a href="query.cgi">search</a> or <a href="browse.cgi?product=orca">browse</a> for the bug.
|
||||
<a href="query.cgi">search</a> or <a href="browse.cgi?product=cthulhu">browse</a> for the bug.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -168,7 +168,7 @@ function set_assign_to() {
|
||||
<td valign="top">joanmarie.diggs@gmail.com</td>
|
||||
|
||||
<td align="right" valign="top"><strong>Product:</strong></td>
|
||||
<td valign="top">orca</td>
|
||||
<td valign="top">cthulhu</td>
|
||||
|
||||
</tr>
|
||||
|
||||
@ -195,7 +195,7 @@ function set_assign_to() {
|
||||
|
||||
<td align="right" valign="top">
|
||||
<strong>
|
||||
<a href="describecomponents.cgi?product=orca">
|
||||
<a href="describecomponents.cgi?product=cthulhu">
|
||||
|
||||
Component</a>:
|
||||
</strong>
|
||||
@ -447,7 +447,7 @@ function set_assign_to() {
|
||||
Saved Searches:
|
||||
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=All%20Orca">All Orca</a> |
|
||||
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=Firefox">Firefox</a> |
|
||||
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=open%20orca">open orca</a> |
|
||||
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=open%20cthulhu">open cthulhu</a> |
|
||||
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=Open%20RFEs">Open RFEs</a>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user