From 9cbb96250af25688c13299e87e4ed12d8371a1fb Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 17 Jan 2004 08:18:59 +0000 Subject: Rebuild docs for kiko's changes to install; cvs add an HTML file I missed last time. --- docs/html/Bugzilla-Guide.html | 10 +-- docs/html/extraconfig.html | 2 +- docs/html/faq.html | 8 +-- docs/html/using-intro.html | 158 ++++++++++++++++++++++++++++++++++++++++++ docs/txt/Bugzilla-Guide.txt | 11 +-- 5 files changed, 174 insertions(+), 15 deletions(-) create mode 100644 docs/html/using-intro.html diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 69da237dc..b066c51d1 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -4546,7 +4546,7 @@ NAME="AEN871" >By now you have a fully functional Bugzilla, but what good are bugs if they're not annoying? To help make those bugs more annoying you can set up Bugzilla's automatic whining system to complain at engineers - which leave their bugs in the NEW state without triaging them. + which leave their bugs in the NEW or REOPENED state without triaging them.

This can be done by @@ -9738,8 +9738,8 @@ HREF="#faq-email-testing" >

A.4.3. I want whineatnews.pl to whine at something different to only new - bugs. How do I do it? +> I want whineatnews.pl to whine at something other than new and + reopened bugs. How do I do it?
A.4.3. - I want whineatnews.pl to whine at something different to only new - bugs. How do I do it? + I want whineatnews.pl to whine at something other than new and + reopened bugs. How do I do it?

By now you have a fully functional Bugzilla, but what good are bugs if they're not annoying? To help make those bugs more annoying you can set up Bugzilla's automatic whining system to complain at engineers - which leave their bugs in the NEW state without triaging them. + which leave their bugs in the NEW or REOPENED state without triaging them.

This can be done by diff --git a/docs/html/faq.html b/docs/html/faq.html index 93d8f717a..b5521816a 100644 --- a/docs/html/faq.html +++ b/docs/html/faq.html @@ -320,8 +320,8 @@ HREF="faq.html#faq-email-testing" >

A.4.3. I want whineatnews.pl to whine at something different to only new - bugs. How do I do it? +> I want whineatnews.pl to whine at something other than new and + reopened bugs. How do I do it?
A.4.3. - I want whineatnews.pl to whine at something different to only new - bugs. How do I do it? + I want whineatnews.pl to whine at something other than new and + reopened bugs. How do I do it?

Introduction
The Bugzilla Guide - 2.17.5 + Development Release
PrevChapter 3. Using BugzillaNext

3.1. Introduction

This section contains information for end-users of Bugzilla. + There is a Bugzilla test installation, called + Landfill, + which you are welcome to play with (if it's up.) + However, it does not necessarily + have all Bugzilla features enabled, and runs an up-to-the-minute version, + so some things may not quite work as this document describes.


PrevHomeNext
Using BugzillaUpCreate a Bugzilla Account
\ No newline at end of file diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index b4c4026bc..4cab77b9b 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -1344,7 +1344,8 @@ proc filter_deny { why } { By now you have a fully functional Bugzilla, but what good are bugs if they're not annoying? To help make those bugs more annoying you can set up Bugzilla's automatic whining system to complain at engineers - which leave their bugs in the NEW state without triaging them. + which leave their bugs in the NEW or REOPENED state without triaging + them. This can be done by adding the following command as a daily crontab entry (for help on that see that crontab man page): @@ -3218,8 +3219,8 @@ Appendix A. The Bugzilla FAQ A.4.2. I'm evaluating/testing Bugzilla, and don't want it to send email to anyone but me. How do I do it? - A.4.3. I want whineatnews.pl to whine at something different to - only new bugs. How do I do it? + A.4.3. I want whineatnews.pl to whine at something other than new + and reopened bugs. How do I do it? A.4.4. How do I set up the email interface to submit/change bugs via email? @@ -3561,8 +3562,8 @@ perl -pi -e 's@#\!/usr/bin/perl@#\!/usr/local/bin/perl@' *cgi *pl Edit the "newchangedmail" Param. Replace "To:" with "X-Real-To:", replace "Cc:" with "X-Real-CC:", and add a "To: ". - A.4.3. I want whineatnews.pl to whine at something different to only - new bugs. How do I do it? + A.4.3. I want whineatnews.pl to whine at something other than new and + reopened bugs. How do I do it? Try Klaas Freitag's excellent patch for "whineatassigned" functionality. You can find it in bug 6679. This patch is against an -- cgit v1.2.3-24-g4f1b