465 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			465 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 | |
|                       "http://www.w3.org/TR/html4/loose.dtd">
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Enter Bug: cthulhu</title>
 | |
| 
 | |
| 
 | |
| <base href="http://bugzilla.gnome.org/">
 | |
|   <link rel="Top" href="http://bugzilla.gnome.org/"> 
 | |
|     <link rel="Saved Searches" 
 | |
|           title="All Cthulhu"
 | |
|           href="buglist.cgi?cmdtype=runnamed&namedcmd=All%20Cthulhu">
 | |
| 
 | |
|     <link rel="Saved Searches" 
 | |
|           title="Firefox"
 | |
|           href="buglist.cgi?cmdtype=runnamed&namedcmd=Firefox">
 | |
|     <link rel="Saved Searches" 
 | |
|           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">
 | |
| 
 | |
| <link rel="icon" type="image/png" href="skins/standard/global/gnome-16.png" >
 | |
| 
 | |
| <!--[if gte IE 5.5000]>
 | |
| <script type="text/javascript" src="js/pngfix.js"></script>
 | |
| <![endif]-->
 | |
| 
 | |
| 
 | |
| 
 | |
|     <script type="text/javascript">
 | |
|   <!--
 | |
|   
 | |
|   function initHelp() {}
 | |
|   // -->
 | |
|   </script>
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
|     
 | |
| 
 | |
|   </head>
 | |
| 
 | |
| 
 | |
| 
 | |
|   <body onload="set_assign_to();"
 | |
|         class="bugzilla-gnome-org">
 | |
| 
 | |
| 
 | |
| <div id="hdr">
 | |
|   <a href="http://bugzilla.gnome.org/"><img id="logo"
 | |
| src="skins/custom/gnome-64.png" alt="Home"
 | |
| title="Back to the Gnome Bugzilla home page" /></a>
 | |
| 
 | |
|   <div id="hdrNavTop" style="float:right;">Bugzilla</div>
 | |
|   <div id="hdrNav">
 | |
|     <a href="enter_bug.cgi">New bug</a> · 
 | |
|     <a href="browse.cgi">Browse</a> · 
 | |
|     <a href="query.cgi">Search</a> · 
 | |
|     <a href="page.cgi?id=reports.html">Reports</a> · 
 | |
|     <a href="userprefs.cgi">Account</a> · 
 | |
|      <a href="page.cgi?id=admin.html">Admin</a> ·
 | |
| 
 | |
|     <a href="http://live.gnome.org/BugzillaHelp">Help</a>
 | |
| <div id="login-info" style="float:right;">
 | |
|     <span id="login-label">Logged In</span> joanmarie.diggs@gmail.com |
 | |
|     <a href="relogin.cgi">Log Out</a>
 | |
| </div>
 | |
| </div>
 | |
| </div>
 | |
| <div id="body">
 | |
| 
 | |
| <div id="header">
 | |
|     <h1>Enter Bug: cthulhu – This page lets you enter a new bug into Bugzilla.</h1>
 | |
| 
 | |
| </div>
 | |
| 
 | |
| <script type="text/javascript">
 | |
| <!--
 | |
| 
 | |
| var initialowners = new Array(5);
 | |
| var last_initialowner;
 | |
| var components = new Array(5);
 | |
|     var initialqacontacts = new Array(5);
 | |
|     var last_initialqacontact;
 | |
|     components[0] = "braille";
 | |
|     initialowners[0] = "cthulhu-maint\x40gnome.bugs";
 | |
|         initialqacontacts[0] = "cthulhu-maint\x40gnome.bugs";
 | |
|     components[1] = "general";
 | |
|     initialowners[1] = "cthulhu-maint\x40gnome.bugs";
 | |
|         initialqacontacts[1] = "cthulhu-maint\x40gnome.bugs";
 | |
|     components[2] = "i18n";
 | |
|     initialowners[2] = "cthulhu-maint\x40gnome.bugs";
 | |
|         initialqacontacts[2] = "";
 | |
|     components[3] = "magnification";
 | |
|     initialowners[3] = "cthulhu-maint\x40gnome.bugs";
 | |
|         initialqacontacts[3] = "cthulhu-maint\x40gnome.bugs";
 | |
|     components[4] = "speech";
 | |
|     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
 | |
|     // with the default component owner, and the "QA Contact:" field
 | |
|     // with the default QA Contact.
 | |
|     var form = document.Create;
 | |
|     var assigned_to = form.assigned_to.value;
 | |
| 
 | |
|     var qa_contact = form.qa_contact.value;
 | |
| 
 | |
|     var index = -1;
 | |
|     if (form.component.type == 'select-one') {
 | |
|         index = form.component.selectedIndex;
 | |
|     } else if (form.component.type == 'hidden') {
 | |
|         // Assume there is only one component in the list
 | |
|         index = 0;
 | |
|     }
 | |
|     if (index != -1) {
 | |
|         var owner = initialowners[index];
 | |
|         var component = components[index];
 | |
|         if (assigned_to == last_initialowner
 | |
|             || assigned_to == owner
 | |
|             || assigned_to == '') {
 | |
|             form.assigned_to.value = owner;
 | |
|             last_initialowner = owner;
 | |
|         }
 | |
|             var contact = initialqacontacts[index];
 | |
|             if (qa_contact == last_initialqacontact
 | |
|                 || qa_contact == contact
 | |
|                 || qa_contact == '') {
 | |
|                   form.qa_contact.value = contact;
 | |
|                   last_initialqacontact = contact;
 | |
|             }
 | |
|     }
 | |
| }
 | |
| -->
 | |
| </script>
 | |
| 
 | |
| <form name="Create" id="Create" method="post" action="post_bug.cgi">
 | |
| <input type="hidden" name="product" value="cthulhu">
 | |
| <input type="hidden" name="token" value="VeYfFhLN7H">
 | |
| 
 | |
| <table cellspacing="2" cellpadding="0" border="0" width="700">
 | |
| 
 | |
|   <tr>
 | |
|     <td><br></td>
 | |
|   </tr>
 | |
| 
 | |
|   <tr>
 | |
|     <td></td>
 | |
|     <td colspan="3">
 | |
|     Before reporting a bug, please read the 
 | |
| <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=cthulhu">browse</a> for the bug.
 | |
|     </td>
 | |
|   </tr>
 | |
| 
 | |
|   <tr>
 | |
|     <td><br></td>
 | |
|   </tr>
 | |
| 
 | |
|   <tr>
 | |
|     <td align="right" valign="top"><strong>Reporter:</strong></td>
 | |
|     <td valign="top">joanmarie.diggs@gmail.com</td>
 | |
| 
 | |
|     <td align="right" valign="top"><strong>Product:</strong></td>
 | |
|     <td valign="top">cthulhu</td>
 | |
| 
 | |
|   </tr>
 | |
| 
 | |
|   
 | |
|   <tr>
 | |
|     <td align="right" valign="top">
 | |
|       <strong>Version:</strong>
 | |
|     </td>
 | |
|     <td>
 | |
|       <select name="version" size="5">
 | |
|           <option value="0.2.x">0.2.x          </option>
 | |
| 
 | |
|           <option value="0.9.x">0.9.x          </option>
 | |
|           <option value="1.0.x">1.0.x          </option>
 | |
|           <option value="2.17.x">2.17.x          </option>
 | |
|           <option value="2.18.x">2.18.x          </option>
 | |
|           <option value="2.19.x">2.19.x          </option>
 | |
|           <option value="2.20.x">2.20.x          </option>
 | |
| 
 | |
|           <option value="2.21.x" selected="selected">2.21.x          </option>
 | |
|           <option value="unspecified">unspecified          </option>
 | |
|       </select>
 | |
|     </td>
 | |
| 
 | |
|     <td align="right" valign="top">
 | |
|       <strong>
 | |
|         <a href="describecomponents.cgi?product=cthulhu">
 | |
| 
 | |
|           Component</a>:
 | |
|       </strong>
 | |
|     </td>
 | |
|     <td>
 | |
|       <select name="component" onchange="set_assign_to();" size="5">
 | |
|           <option value="braille">braille          </option>
 | |
|           <option value="general">general          </option>
 | |
|           <option value="i18n">i18n          </option>
 | |
| 
 | |
|           <option value="magnification">magnification          </option>
 | |
|           <option value="speech">speech          </option>
 | |
|       </select>
 | |
|     </td>
 | |
|   </tr>
 | |
| 
 | |
|   <tr>
 | |
|     <td> </td>
 | |
| 
 | |
|     <td colspan="3"></td>
 | |
|   </tr>
 | |
| 
 | |
|     <tr valign="top"><td align="right">
 | |
|     <strong>
 | |
|       <a href="page.cgi?id=bug-status.html#gnome_version">GNOME version</a>:
 | |
|     </strong>
 | |
|   </td>
 | |
| 
 | |
|   <td>
 | |
| 
 | |
|     <select name="gnome_version">
 | |
|       <option value="Unspecified">Unspecified</option>
 | |
|       <option value="Unversioned Enhancement">Unversioned Enhancement</option>
 | |
|       <option value="2.0">2.0</option>
 | |
|       <option value="2.1/2.2">2.1/2.2</option>
 | |
|       <option value="2.3/2.4">2.3/2.4</option>
 | |
| 
 | |
|       <option value="2.5/2.6">2.5/2.6</option>
 | |
|       <option value="2.7/2.8">2.7/2.8</option>
 | |
|       <option value="2.9/2.10">2.9/2.10</option>
 | |
|       <option value="2.11/2.12">2.11/2.12</option>
 | |
|       <option value="2.13/2.14">2.13/2.14</option>
 | |
|       <option value="2.15/2.16">2.15/2.16</option>
 | |
| 
 | |
|       <option value="2.17/2.18">2.17/2.18</option>
 | |
|       <option value="2.19/2.20">2.19/2.20</option>
 | |
|       <option value="2.21/2.22">2.21/2.22</option>
 | |
|     </select>
 | |
|   </td>
 | |
|     </tr>
 | |
| 
 | |
|   <input type="hidden" name="rep_platform" value="Other">
 | |
| 
 | |
|   <tr><td align="right">
 | |
|     <strong>
 | |
|       <a href="page.cgi?id=bug-status.html#op_sys">OS</a>:
 | |
|     </strong>
 | |
|   </td>
 | |
| 
 | |
|   <td>
 | |
|     <select name="op_sys">
 | |
|       <option value="All">All</option>
 | |
| 
 | |
|       <option value="AIX">AIX</option>
 | |
|       <option value="BSDI">BSDI</option>
 | |
|       <option value="Cygwin">Cygwin</option>
 | |
|       <option value="GNU Hurd">GNU Hurd</option>
 | |
|       <option value="HP-UX">HP-UX</option>
 | |
|       <option value="IRIX">IRIX</option>
 | |
| 
 | |
|       <option value="Linux" selected="selected">Linux</option>
 | |
|       <option value="FreeBSD">FreeBSD</option>
 | |
|       <option value="NetBSD">NetBSD</option>
 | |
|       <option value="OpenBSD">OpenBSD</option>
 | |
|       <option value="opensolaris">opensolaris</option>
 | |
|       <option value="OSF/1">OSF/1</option>
 | |
| 
 | |
|       <option value="Solaris">Solaris</option>
 | |
|       <option value="BeOS">BeOS</option>
 | |
|       <option value="Macintosh">Macintosh</option>
 | |
|       <option value="Neutrino">Neutrino</option>
 | |
|       <option value="OS/2">OS/2</option>
 | |
|       <option value="Windows">Windows</option>
 | |
| 
 | |
|       <option value="OpenVMS">OpenVMS</option>
 | |
|       <option value="other">other</option>
 | |
|     </select>
 | |
|   </td>
 | |
|   </tr>
 | |
| 
 | |
|   <tr>
 | |
|     <input type="hidden" name="priority"
 | |
|            value="Normal">
 | |
| 
 | |
| <td align="right">
 | |
|     <strong>
 | |
|       <a href="page.cgi?id=bug-status.html#bug_severity">Severity</a>:
 | |
|     </strong>
 | |
|   </td>
 | |
| 
 | |
|   <td>
 | |
|     <select name="bug_severity">
 | |
|       <option value="blocker">blocker</option>
 | |
| 
 | |
|       <option value="critical">critical</option>
 | |
|       <option value="major">major</option>
 | |
|       <option value="normal" selected="selected">normal</option>
 | |
|       <option value="minor">minor</option>
 | |
|       <option value="trivial">trivial</option>
 | |
|       <option value="enhancement">enhancement</option>
 | |
| 
 | |
|     </select>
 | |
|   </td>
 | |
|   </tr>
 | |
| 
 | |
| 
 | |
|   <tr>
 | |
|     <td> </td>
 | |
|     <td colspan="3"></td>
 | |
|   </tr>
 | |
| 
 | |
|   <input type="hidden" name="bug_status" 
 | |
|          value="UNCONFIRMED">
 | |
| 
 | |
| 
 | |
|   <input type="hidden" name="bug_file_loc" value="" />
 | |
|   <tr>
 | |
|     <td align="right"><strong>Summary:</strong></td>
 | |
|     <td colspan="3">
 | |
|       <input name="short_desc" size="60" value="">
 | |
|     </td>
 | |
| 
 | |
|   </tr>
 | |
| 
 | |
|   <tr><td align="right" valign="top"><strong>Description:</strong></td>
 | |
|     <td colspan="3">
 | |
|       <textarea name="comment" rows="20" cols="80"></textarea>
 | |
|       <br>
 | |
|     </td>
 | |
|   </tr>
 | |
| 
 | |
|     <input type="hidden" name="commentprivacy" value="0">
 | |
| 
 | |
|   <tr>
 | |
|     <td> </td>
 | |
|     <td colspan="3"></td>
 | |
|   </tr>
 | |
| 
 | |
|   <tr>
 | |
|     <td colspan="4"><strong>Optional Fields</strong></td>
 | |
| 
 | |
|   </tr>
 | |
| 
 | |
|   <input type="hidden" name="assigned_to" value="" />
 | |
|   <input type="hidden" name="qa_contact" value="" />
 | |
| 
 | |
|   <tr>
 | |
|     <td align="right"><strong>Cc:</strong></td>
 | |
|     <td colspan="3"><input
 | |
|   name="cc"
 | |
|   value="" size="45" 
 | |
| >
 | |
|     </td>
 | |
| 
 | |
|   </tr>
 | |
|   
 | |
|       <tr>
 | |
|         <td align="right" valign="top">
 | |
|           <strong>
 | |
|             <a href="describekeywords.cgi">Keywords</a>:
 | |
|           </strong>
 | |
|         </td>
 | |
|         <td colspan="3">
 | |
|           <input name="keywords" size="60" value="">
 | |
| 
 | |
|         </td>
 | |
|       </tr>
 | |
|     <tr>
 | |
|       <td align="right">
 | |
|         <strong>Depends on:</strong>
 | |
|       </td>
 | |
|       <td>
 | |
|         <input name="dependson" accesskey="d" value="">
 | |
| 
 | |
|       </td>
 | |
|     </tr>
 | |
|     <tr>
 | |
|       <td align="right">
 | |
|         <strong>Blocks:</strong>
 | |
|       </td>
 | |
|       <td>
 | |
|         <input name="blocked" accesskey="b" value="">
 | |
| 
 | |
|       </td>
 | |
|     </tr>
 | |
| 
 | |
|   <tr>
 | |
|     <td></td>
 | |
|     <td colspan="3">
 | |
|     </td>
 | |
|   </tr>
 | |
| 
 | |
|   
 | |
| 
 | |
|   <tr>
 | |
| 
 | |
|     <td></td>
 | |
|     <td colspan="3">
 | |
|       <input type="submit" value="    Commit    "
 | |
|              onclick="if (this.form.short_desc.value == '')
 | |
|              { alert('Please enter a summary sentence for this bug.');
 | |
|                return false; } return true;">
 | |
|           
 | |
|       <input type="submit" name="maketemplate"
 | |
|              value="Remember values as bookmarkable template">
 | |
|     </td>
 | |
|   </tr>
 | |
| 
 | |
|   <tr>
 | |
| 
 | |
|     <td></td>
 | |
|     <td colspan="3">
 | |
|       <br>
 | |
|       We've made a guess at your
 | |
|       operating system. Please check it
 | |
|       and, if we got it wrong, email
 | |
|       bugmaster@gnome.org.
 | |
|     </td>
 | |
|   </tr>
 | |
| 
 | |
|   </table>
 | |
|   <input type="hidden" name="form_name" value="enter_bug">
 | |
| </form>
 | |
| 
 | |
| 
 | |
| </div>
 | |
| <div id="footer">
 | |
|   <div class="intro"></div>
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <form method="get" action="show_bug.cgi">
 | |
| <div id="useful-links">
 | |
|     
 | |
|     
 | |
|   <div id="links-saved">
 | |
|     <div class="label">
 | |
|           Saved Searches:
 | |
|             <a href="buglist.cgi?cmdtype=runnamed&namedcmd=All%20Cthulhu">All Cthulhu</a> | 
 | |
|             <a href="buglist.cgi?cmdtype=runnamed&namedcmd=Firefox">Firefox</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>
 | |
|   </div>
 | |
| 
 | |
|   
 | |
| </div>
 | |
| </form>
 | |
| 
 | |
|   <div class="outro"></div>
 | |
| </div>
 | |
| 
 | |
| </body>
 | |
| </html>
 |