]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
authorcyeh%bluemartini.com <>
Tue, 29 Aug 2000 00:48:56 +0000 (00:48 +0000)
committercyeh%bluemartini.com <>
Tue, 29 Aug 2000 00:48:56 +0000 (00:48 +0000)
patches by zach@zachlipton.com. Thanks!

bug_status.html
buglist.cgi
confirmhelp.html
enter_bug.cgi
notargetmilestone.html
process_bug.cgi

index 18d64d3ad27ce0726a9384d5fb3703e14afb1cf1..2b052786d1d63750e40eed43c2ad1233bc158215 100755 (executable)
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 
 <!--
 The <B>status</B> and <B>resolution</B> field define and track the
 life cycle of a bug.
 
-<a name="status">
+<a name="status"></a>
 <p>
-</a>
 <TABLE BORDER=1 CELLPADDING=4>
 
 <TR ALIGN=CENTER VALIGN=TOP>
-<TD WIDTH=50%><H1>STATUS</H1> <TD><H1>RESOLUTION</H1>
+<TD WIDTH="50%"><H1>STATUS</H1> <TD><H1>RESOLUTION</H1>
 
 <TR VALIGN=TOP>
 <TD>The <B>status</B> field indicates the general health of a bug. Only
@@ -120,7 +120,7 @@ certain status transitions are allowed.
 <H1>Other Fields</H1>
 
 <table border=1 cellpadding=4><tr><td>
-<a name="severity"><h2>Severity</h2></a>
+<h2><a name="severity">Severity</a></h2>
 
 This field describes the impact of a bug.
 
@@ -132,13 +132,13 @@ This field describes the impact of a bug.
 <tr><th>Critical</th><td>crashes, loss of data, severe memory leak 
 <tr><th>Major</th><td>major loss of function 
 <tr><th>Minor</th><td>minor loss of function, or other problem where easy workaround is present 
-<tr><th>Trivial</th><td>cosmetic problem like misspelt words or misaligned text 
+<tr><th>Trivial</th><td>cosmetic problem like misspelled words or misaligned text 
 <tr><th>Enhancement</th><td>Request for enhancement
 </table> 
 
 </td><td>
 
-<a name="priority"><h2>Priority</h2></a>
+<h2><a name="priority">Priority</a></h2>
 
 This field describes the importance and order in which a bug should be
 fixed.  This field is utilized by the programmers/engineers to
@@ -156,7 +156,7 @@ prioritized their work to be done.  The available priorities are:
 </table>
 </tr></table>
 
-<a name="rep_platform"><h2>Platform</h2></a>
+<h2><a name="rep_platform">Platform</a></h2>
 This is the hardware platform against which the bug was reported.  Legal
 platforms include:
 
@@ -171,7 +171,7 @@ platforms include:
 <b>Note:</b> Selecting the option "All" does not select bugs assigned against all platforms.  It
 merely selects bugs that <b>occur</b> on all platforms.
 
-<a name="op_sys"><h2>Operating System</h2></a>
+<h2><a name="op_sys">Operating System</a></h2>
 This is the operating system against which the bug was reported.  Legal
 operating systems include:
 
@@ -185,7 +185,7 @@ operating systems include:
 Note that the operating system implies the platform, but not always.
 For example, Linux can run on PC and Macintosh and others.
 
-<a name="assigned_to"><h2>Assigned To</h2></a>
+<h2><a name="assigned_to">Assigned To</a></h2>
 
 This is the person in charge of resolving the bug.  Every time this
 field changes, the status changes to <B>NEW</B> to make it easy to see
index 0cc37d72c87d603f60e5419c81feb71ed1b7d4cd..802399e77d396455de9d752212eef2978b411468 100755 (executable)
@@ -1,3 +1,5 @@
+
+
 #!/usr/bonsaitools/bin/perl -w
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
@@ -687,7 +689,7 @@ Refresh: 0; URL=$url
                 "AND name = " . SqlQuote($::FORM{'namedcmd'}));
         
         print "Content-type: text/html\n\n";
-        PutHeader("Forget what?", "");
+        PutHeader("Query is gone", "");
 
         print qq{
 OK, the <B>$::FORM{'namedcmd'}</B> query is gone.
index 5c8e64434142af9a8ce2bbe3efd897722f018374..1dad973028a8481ae556bb18d58babe132a012ef 100644 (file)
@@ -54,10 +54,9 @@ the NEW) state.
        permissions) decides that the bug is a valid one, and confirms
        it.  We hope to gather a small army of responsible volunteers
        to regularly go through bugs for us.
-  <li> The bug gathers a certain number of votes.  <b>Any</b> valid
-       Bugzilla user may vote for bugs (each user gets a certain
-       number of bugs); any UNCONFIRMED bug which enough bugs becomes
-       automatically confirmed, and enters the NEW state.
+  <li> The bug gathers a certain number of votes. <B>Any</B> valid Bugzilla user may vote for 
+bugs (each user gets a certain number of bugs); any UNCONFIRMED bug which 
+gets enough votes becomes automatically confirmed, and enters the NEW state.
 </ul>
 
 One implication of this is that it is worth your time to search the
index 0a0839aa45def7b646a999cbc501b3f73e31a00c..8df634fd2aa78988a1601df32a31f294a737fc45 100755 (executable)
@@ -345,7 +345,7 @@ if (Param('letsubmitterchoosepriority')) {
         value_quote($priority) . '">';
 }
 print "
-    <TD ALIGN=RIGHT><B><A HREF=\"bug_status.html#severity\">Severity</A>:</B></TD>
+    <TD ALIGN=RIGHT><B><A HREF=\"bug_status.html#severity\">Severity:</A></B></TD>
     <TD>$sev_popup</TD>
     <td></td>
     <td></td>
index 22bbdcf9c3b2437658b215a67e90d37488fe69c4..c2f697abb1905ca9fc2cf54ec4af8f493876d0da 100644 (file)
@@ -1,5 +1,5 @@
 <html> <head>
-<title>No target milestones.</title>
+<title>No target milestones</title>
 </head>
 
 <body>
index 14dbe1a03396d6e0920a048c27a61fc737c33815..11cd5b3ecc423c3a1e00383ceb5f3ac426692b91 100755 (executable)
@@ -521,7 +521,7 @@ SWITCH: for ($::FORM{'knob'}) {
         $num = FetchOneColumn();
         if (!$num) {
             PuntTryAgain("You must specify a bug number of which this bug " .
-                         "is a duplicate.  The bug has not been changed.")
+                         "is a duplicate or a valid bug number.  The bug has not been changed.")
         }
         if (!defined($::FORM{'id'}) || $num == $::FORM{'id'}) {
             PuntTryAgain("Nice try, $::FORM{'who'}.  But it doesn't really ".