Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 3500 invoked by uid 6000); 11 Feb 1998 15:18:37 -0000 Received: (qmail 3494 invoked by alias); 11 Feb 1998 15:18:36 -0000 Delivered-To: apache-site-cvs@hyperreal.org Received: (qmail 3492 invoked by uid 161); 11 Feb 1998 15:18:35 -0000 Date: 11 Feb 1998 15:18:35 -0000 Message-ID: <19980211151835.3491.qmail@hyperreal.org> From: coar@hyperreal.org To: apache-site-cvs@hyperreal.org Subject: cvs commit: apache-site bugdb.cgi Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org coar 98/02/11 07:18:35 Modified: . bugdb.cgi Log: Add a "is this still alive" button, correct and simplify the handling of canned text, and make the display of same 'small' to take up less space at the top of the edit form. Revision Changes Path 1.25 +37 -4 apache-site/bugdb.cgi Index: bugdb.cgi =================================================================== RCS file: /export/home/cvs/apache-site/bugdb.cgi,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- bugdb.cgi 1998/01/20 15:06:09 1.24 +++ bugdb.cgi 1998/02/11 15:18:34 1.25 @@ -28,6 +28,13 @@ # appropriate message key (e.g., "_C_Stale"). handle_edit_pr senses # this and substitutes the actual text. # +$CANNED_TEXT{"Quiet"} = + "[This is a standard response.]\n" . + "This Apache problem report has not been updated recently.\n" . + "Please reply to this message if you have any additional\n" . + "information about this issue, or if you have answers to\n" . + "any questions that have been posed to you. If we don't\n" . + "hear from you, this report will be closed."; $CANNED_TEXT{"Stale"} = "[This is a standard response.]\n" . "No response from submitter, assuming issue has been resolved."; @@ -1477,7 +1484,7 @@ if ($ENV{'REMOTE_USER'}) { local ($timestamp) = ×tamp($fullpr); print < + + + + + + @@ -1536,7 +1569,7 @@ @@ -1562,7 +1595,7 @@
@@ -1491,6 +1498,32 @@
+ + + + + + + + + + + + + + + Outstanding request(s) for information + +
  +$CANNED_TEXT{'Quiet'}
  +   
+
+
@@ -1510,7 +1543,7 @@
  -$CANNED_TEXT{'Stale'}
  +$CANNED_TEXT{'Stale'}
      
  -$CANNED_TEXT{'Duplicate'}
  +$CANNED_TEXT{'Duplicate'}
      
  -$CANNED_TEXT{'Inappropriate'}
  +$CANNED_TEXT{'Inappropriate'}