ajt [Tue, 15 Jul 2003 19:20:32 +0000 (11:20 -0800)]
[project @ 2003-07-15 12:20:32 by ajt]
- Add "package" command to service (control@) to limit the bugs that
the following commands apply to.
joy [Tue, 15 Jul 2003 18:38:39 +0000 (10:38 -0800)]
[project @ 2003-07-15 11:38:39 by joy]
updated my email
cjwatson [Tue, 15 Jul 2003 16:40:00 +0000 (08:40 -0800)]
[project @ 2003-07-15 09:40:00 by cjwatson]
Only insert a placeholder parent version entry if there isn't a real one
there already.
cjwatson [Tue, 15 Jul 2003 01:53:15 +0000 (17:53 -0800)]
[project @ 2003-07-14 18:53:15 by cjwatson]
First cut at a module with logic for version tracking.
cjwatson [Tue, 15 Jul 2003 01:50:51 +0000 (17:50 -0800)]
[project @ 2003-07-14 18:50:51 by cjwatson]
Match description of Debbugs::Log's Perl record representation with
reality.
cjwatson [Fri, 11 Jul 2003 07:29:41 +0000 (23:29 -0800)]
[project @ 2003-07-11 00:29:41 by cjwatson]
Never treat the top-level message part as an attachment, no matter what the
Content-Disposition: says (Daniel Stone).
cjwatson [Thu, 26 Jun 2003 00:51:51 +0000 (16:51 -0800)]
[project @ 2003-06-25 17:51:51 by cjwatson]
CGI scripts now support multiple maintainers for a single package. I'm not
entirely sure about the htmlmaintlinks() interface, but by and large it
seems to work.
cjwatson [Mon, 23 Jun 2003 20:18:21 +0000 (12:18 -0800)]
[project @ 2003-06-23 13:18:21 by cjwatson]
Treat spool/db as holding non-archived bugs, as well as spool/db-h.
cjwatson [Mon, 23 Jun 2003 18:23:35 +0000 (10:23 -0800)]
[project @ 2003-06-23 11:23:35 by cjwatson]
get_addresses() is used in both process and service, and I think I want to
use it from the CGI scripts soon. Move it to errorlib.
cjwatson [Sat, 21 Jun 2003 01:13:01 +0000 (17:13 -0800)]
[project @ 2003-06-20 18:13:01 by cjwatson]
By default, the MIME-tools treat message/* parts as singlepart messages but
nevertheless implement the parts() method for them so that you can drill
down into the nested messages. Until now we were just displaying an
attachment link for message/* but not the actual message, which was a bit
unhelpful. Instead, we now decode and display the inner message within a
<blockquote> tag.
(Test case first spotted at nCipher, but see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93268&msg=60 for an
example.)
cjwatson [Sat, 21 Jun 2003 00:27:02 +0000 (16:27 -0800)]
[project @ 2003-06-20 17:27:02 by cjwatson]
Lowercase all package names for indexing.
cjwatson [Tue, 10 Jun 2003 08:18:59 +0000 (00:18 -0800)]
[project @ 2003-06-10 01:18:59 by cjwatson]
... but do construct bug component filenames that don't exist yet, since
they're probably new bugs. Sigh. That was a rather crucial corner case.
cjwatson [Tue, 10 Jun 2003 07:59:36 +0000 (23:59 -0800)]
[project @ 2003-06-10 00:59:36 by cjwatson]
Avoid accepting mail to archived bugs! The generic getbugcomponent()
function can't be quite as simple as it seems, because CGI scripts are
prepared to accept archived bugs while most of the backend scripts aren't.
This is a somewhat hacky workaround but does the job for now.
cjwatson [Sat, 7 Jun 2003 00:59:28 +0000 (16:59 -0800)]
[project @ 2003-06-06 17:59:28 by cjwatson]
Clarify a couple of error messages.
Allow $gMaintainerFileOverride and $gPackageSource to be absent.
cjwatson [Sat, 7 Jun 2003 00:56:05 +0000 (16:56 -0800)]
[project @ 2003-06-06 17:56:05 by cjwatson]
Somewhere along the way we lost compatibility with old non-hashed-directory
spools, despite attempts to keep it. Introduce a getbugcomponent() function
which understands old-style db directories, and use it.
Update nCipher copyright date to include 2003, since this is on work time.
cjwatson [Fri, 6 Jun 2003 15:28:51 +0000 (07:28 -0800)]
[project @ 2003-06-06 08:28:51 by cjwatson]
Prepare for upload of 2.4.1 (will branch here).
cjwatson [Fri, 6 Jun 2003 15:23:00 +0000 (07:23 -0800)]
[project @ 2003-06-06 08:23:00 by cjwatson]
Fix syntax error: we need ENOENT from POSIX.
cjwatson [Fri, 6 Jun 2003 09:26:20 +0000 (01:26 -0800)]
[project @ 2003-06-06 02:26:20 by cjwatson]
Remove Darren from Uploaders:, to match the reality described in
debian/copyright.
cjwatson [Fri, 6 Jun 2003 09:23:25 +0000 (01:23 -0800)]
[project @ 2003-06-06 02:23:25 by cjwatson]
Update allbugs() for the hashed database layout (not that anything
currently uses allbugs(), but something might in the future, since the old
static HTML interface provided db/ix/full.html). It's now a trivial wrapper
around getbugs().
cjwatson [Thu, 5 Jun 2003 15:54:31 +0000 (07:54 -0800)]
[project @ 2003-06-05 08:54:31 by cjwatson]
getbuglocation() should find bugs in db-h in preference to bugs in db. This
makes migration from older versions easier, since you can just leave the db
directory there until everything works.
cjwatson [Thu, 5 Jun 2003 15:41:39 +0000 (07:41 -0800)]
[project @ 2003-06-05 08:41:39 by cjwatson]
Fix a run-on sentence.
cjwatson [Thu, 5 Jun 2003 15:26:59 +0000 (07:26 -0800)]
[project @ 2003-06-05 08:26:59 by cjwatson]
Clean up the definition and use of $gCGIDomain (#139697).
cjwatson [Thu, 5 Jun 2003 15:03:39 +0000 (07:03 -0800)]
[project @ 2003-06-05 08:03:39 by cjwatson]
Fix typo.
cjwatson [Thu, 5 Jun 2003 01:05:51 +0000 (17:05 -0800)]
[project @ 2003-06-04 18:05:51 by cjwatson]
We've obsoleted the fixed severity in Debian, so might as well do so here
too.
cjwatson [Sat, 31 May 2003 22:59:12 +0000 (14:59 -0800)]
[project @ 2003-05-31 15:59:12 by cjwatson]
Sync list of valid tags with master.
cjwatson [Sat, 31 May 2003 21:24:58 +0000 (13:24 -0800)]
[project @ 2003-05-31 14:24:58 by cjwatson]
Use multi-package syntax in realtime indexes.
cjwatson [Sat, 31 May 2003 20:41:39 +0000 (12:41 -0800)]
[project @ 2003-05-31 13:41:39 by cjwatson]
Silence 'Name "main::gSpoolDir" used only once: possible typo' warning.
cjwatson [Sat, 31 May 2003 18:39:09 +0000 (10:39 -0800)]
[project @ 2003-05-31 11:39:09 by cjwatson]
Avoid using duplicate clone ids in example; they probably happen to work
right now but should be considered undefined behaviour. :)
cjwatson [Sat, 31 May 2003 18:17:16 +0000 (10:17 -0800)]
[project @ 2003-05-31 11:17:16 by cjwatson]
Support merging bugs that have just been cloned (#170859).
cjwatson [Thu, 29 May 2003 02:15:08 +0000 (18:15 -0800)]
[project @ 2003-05-28 19:15:08 by cjwatson]
Remove the redundant final slash from $gCGIPath.
cjwatson [Thu, 29 May 2003 02:12:16 +0000 (18:12 -0800)]
[project @ 2003-05-28 19:12:16 by cjwatson]
Sync with webwml (/english/Bugs/index.wml revision 1.52), more or less.
cjwatson [Wed, 28 May 2003 06:49:20 +0000 (22:49 -0800)]
[project @ 2003-05-27 23:49:20 by cjwatson]
Silence postinst warning if spool/db doesn't exist (#194892).
cjwatson [Tue, 27 May 2003 17:27:31 +0000 (09:27 -0800)]
[project @ 2003-05-27 10:27:31 by cjwatson]
Move Darren Benham to a "former developers" section, also including Ian.
cjwatson [Tue, 27 May 2003 09:39:17 +0000 (01:39 -0800)]
[project @ 2003-05-27 02:39:17 by cjwatson]
Send blind carbon copies to addresses in $gSubscriptionDomain rather than
normal carbon copies (#169473). Also avoid exposing it in web-viewable
logs. This involves a change to the sendmessage() interface so that ccs and
bccs can be passed separately.
cjwatson [Mon, 26 May 2003 19:30:04 +0000 (11:30 -0800)]
[project @ 2003-05-26 12:30:04 by cjwatson]
The uses of writebug in process shouldn't unfilelock immediately; they go
on to do other things with the bug and need to hold the lock. Remove the
automatic unfilelock from writebug and introduce a new 'unlockwritebug'
function (by analogy with 'lockreadbug'), used in service.
Make unfilelock produce a more sensible error message when the @filelocks
stack is empty, in case this ever happens again.
cjwatson [Mon, 26 May 2003 17:44:40 +0000 (09:44 -0800)]
[project @ 2003-05-26 10:44:40 by cjwatson]
Advise running debbugsconfig after changing configuration.
cjwatson [Mon, 26 May 2003 08:11:39 +0000 (00:11 -0800)]
[project @ 2003-05-26 01:11:39 by cjwatson]
Some very sketchy documentation on how to set up the CGI scripts.
cjwatson [Mon, 26 May 2003 08:00:43 +0000 (00:00 -0800)]
[project @ 2003-05-26 01:00:43 by cjwatson]
Add rebuild to the example crontab. Document rebuild changes.
cjwatson [Mon, 26 May 2003 01:25:37 +0000 (17:25 -0800)]
[project @ 2003-05-25 18:25:37 by cjwatson]
Give more information in "failed to close/remove lock file" error messages.
cjwatson [Mon, 26 May 2003 00:19:05 +0000 (16:19 -0800)]
[project @ 2003-05-25 17:19:05 by cjwatson]
Tolerate gaps in realtime index files. (Stolen from master; I'm not sure
who wrote it.)
cjwatson [Sun, 25 May 2003 23:26:24 +0000 (15:26 -0800)]
[project @ 2003-05-25 16:26:24 by cjwatson]
Some people (e.g. #10486) seem to think it's a bright idea to use
"Content-Type: text". Although that's not valid, pretend it's text/plain
anyway since it's unlikely they managed to construct anything particularly
exciting.
cjwatson [Sun, 25 May 2003 22:51:51 +0000 (14:51 -0800)]
[project @ 2003-05-25 15:51:51 by cjwatson]
Use index.db when indexing the db-h tree.
joy [Sun, 25 May 2003 21:43:30 +0000 (13:43 -0800)]
[project @ 2003-05-25 14:43:30 by joy]
in the event the leap seconds really exist in our systems, specify UTC localtime instead of gmtime
joy [Sun, 25 May 2003 20:59:30 +0000 (12:59 -0800)]
[project @ 2003-05-25 13:59:30 by joy]
a couple of changes of mine
joy [Sun, 25 May 2003 20:49:53 +0000 (12:49 -0800)]
[project @ 2003-05-25 13:49:53 by joy]
replaced another date(1) fork with a much cleaner strftime method
joy [Sun, 25 May 2003 20:32:02 +0000 (12:32 -0800)]
[project @ 2003-05-25 13:32:02 by joy]
use internal function to get date and time, rather than forking date(1)
joy [Sun, 25 May 2003 20:25:51 +0000 (12:25 -0800)]
[project @ 2003-05-25 13:25:51 by joy]
more strftime gmtime
joy [Sun, 25 May 2003 20:19:13 +0000 (12:19 -0800)]
[project @ 2003-05-25 13:19:13 by joy]
use internal function to get date and time, rather than forking date(1). also changed format to a less wacky one.
cjwatson [Sun, 25 May 2003 20:17:14 +0000 (12:17 -0800)]
[project @ 2003-05-25 13:17:14 by cjwatson]
Nothing uses archive/index, so stop updating it.
cjwatson [Sun, 25 May 2003 20:13:18 +0000 (12:13 -0800)]
[project @ 2003-05-25 13:13:18 by cjwatson]
Make rebuild actually work (even its command-line processing was broken so
that it could never possibly work ...). Update index format to that
expected by the rest of debbugs.
cjwatson [Sun, 25 May 2003 19:38:58 +0000 (11:38 -0800)]
[project @ 2003-05-25 12:38:58 by cjwatson]
Remove non-hashed db case from rebuild; nothing else supports it any more.
cjwatson [Sun, 25 May 2003 05:43:55 +0000 (21:43 -0800)]
[project @ 2003-05-24 22:43:55 by cjwatson]
Out, out, brief local hack! bugs.debian.org's but a walking shadow, a poor
player that struts and frets his hour upon the net and then is heard no
more ...
cjwatson [Sun, 25 May 2003 05:34:16 +0000 (21:34 -0800)]
[project @ 2003-05-24 22:34:16 by cjwatson]
Clean up horrible indentation in rebuild.in. Sorry for the noise; no
functional changes.
joy [Sat, 24 May 2003 23:41:39 +0000 (15:41 -0800)]
[project @ 2003-05-24 16:41:39 by joy]
revived $terse, sort-of
cjwatson [Fri, 23 May 2003 23:43:17 +0000 (15:43 -0800)]
[project @ 2003-05-23 16:43:17 by cjwatson]
Add a facility to search bugs by tag (pkgreport.cgi?tag=foo).
cjwatson [Fri, 23 May 2003 05:53:39 +0000 (21:53 -0800)]
[project @ 2003-05-22 22:53:39 by cjwatson]
Document MIME decoding.
cjwatson [Fri, 23 May 2003 05:40:29 +0000 (21:40 -0800)]
[project @ 2003-05-22 22:40:29 by cjwatson]
Improve display of MIME-encoded bugs. Now you get a link at the top of each
MIME part to the "download attachment" system we've had for a while; each
MIME part is decoded appropriately for display, so no more quoted-printable
rubbish; the actual text of an attachment is not displayed unless you use
the download link, so no more reams of base-64; and an extra "&mime=no"
parameter is provided in case there's anybody who liked the old display.
In addition, this fixes a few small bugs in the existing attachment
download system, such as those mentioned in #160389.
cjwatson [Thu, 22 May 2003 03:59:02 +0000 (19:59 -0800)]
[project @ 2003-05-21 20:59:02 by cjwatson]
Propagate archive= and repeatmerged= from bugreport.cgi in links back to
pkgreport.cgi (finishes #167146).
cjwatson [Thu, 22 May 2003 03:55:13 +0000 (19:55 -0800)]
[project @ 2003-05-21 20:55:13 by cjwatson]
repeatmerged=no now does the right thing if the first in the set of merged
bugs isn't in the current query (which can happen for by-submitter queries;
see #167146).
cjwatson [Thu, 22 May 2003 03:28:07 +0000 (19:28 -0800)]
[project @ 2003-05-21 20:28:07 by cjwatson]
Don't be quite so wilfully inaccurate while calculating the year component
of a bug's age. (It still doesn't handle leap years, though.)
cjwatson [Thu, 22 May 2003 03:04:42 +0000 (19:04 -0800)]
[project @ 2003-05-21 20:04:42 by cjwatson]
Add a source package mode to pkgindex.cgi.
cjwatson [Thu, 22 May 2003 02:28:16 +0000 (18:28 -0800)]
[project @ 2003-05-21 19:28:16 by cjwatson]
Correct mailing list pointers.
cjwatson [Thu, 22 May 2003 02:27:15 +0000 (18:27 -0800)]
[project @ 2003-05-21 19:27:15 by cjwatson]
Actually use the $bug argument passed to update_realtime() rather than some
other random dynamically-scoped variable.
cjwatson [Sat, 17 May 2003 19:56:51 +0000 (11:56 -0800)]
[project @ 2003-05-17 12:56:51 by cjwatson]
Display bugs filed against multiple packages on all the relevant
package/source/maintainer pages rather than just the first one; patch
amended slightly from one by H. S. Teoh, #65773.
cjwatson [Fri, 16 May 2003 14:36:05 +0000 (06:36 -0800)]
[project @ 2003-05-16 07:36:04 by cjwatson]
Add note on supplying multiple tags.
cjwatson [Fri, 16 May 2003 05:48:00 +0000 (21:48 -0800)]
[project @ 2003-05-15 22:48:00 by cjwatson]
Let's make this compile, shall we?
cjwatson [Fri, 16 May 2003 05:40:31 +0000 (21:40 -0800)]
[project @ 2003-05-15 22:40:31 by cjwatson]
If there are multiple messages with the same message-id (e.g. sent to nnn@
and nnn-submitter@), consider all but the first as boring.
cjwatson [Fri, 16 May 2003 05:14:33 +0000 (21:14 -0800)]
[project @ 2003-05-15 22:14:33 by cjwatson]
Require errorlib, since common.pl uses functions from it now.
doogie [Sun, 4 May 2003 04:32:09 +0000 (20:32 -0800)]
[project @ 2003-05-03 21:32:09 by doogie]
Fallback to db-h/ when no $location is given.
doogie [Sun, 4 May 2003 04:10:40 +0000 (20:10 -0800)]
[project @ 2003-05-03 21:10:40 by doogie]
Warn when reassigning to an unknown package.
doogie [Sun, 4 May 2003 03:53:03 +0000 (19:53 -0800)]
[project @ 2003-05-03 20:53:03 by doogie]
Trim trailing whitespace from pseudoheader values.
doogie [Sun, 4 May 2003 03:44:07 +0000 (19:44 -0800)]
[project @ 2003-05-03 20:44:07 by doogie]
Document the recent global read/write functions.
doogie [Sun, 4 May 2003 03:42:16 +0000 (19:42 -0800)]
[project @ 2003-05-03 20:42:15 by doogie]
* s/quit/quitcgi/, so that we don't get a clash between errorlib's quit.
* Use the helper functions from errorlib to find the bug's location and
path.
doogie [Sun, 4 May 2003 03:40:56 +0000 (19:40 -0800)]
[project @ 2003-05-03 20:40:56 by doogie]
Add helper methods for finding the location of a bug.
doogie [Sun, 4 May 2003 03:01:20 +0000 (19:01 -0800)]
[project @ 2003-05-03 20:01:20 by doogie]
All code that reads and writes .status files now goes thru global
functions.
cjwatson [Tue, 29 Apr 2003 06:51:15 +0000 (22:51 -0800)]
[project @ 2003-04-28 23:51:15 by cjwatson]
Fix "fowarded" and "breiefly" typos. Unfortunately $gFowardList is harder
to fix.
cjwatson [Sat, 26 Apr 2003 07:47:31 +0000 (23:47 -0800)]
[project @ 2003-04-26 00:47:31 by cjwatson]
Only show a link to the source package if it's non-trivial, i.e. isn't just
a single-binary source with the same name.
cjwatson [Thu, 24 Apr 2003 09:24:55 +0000 (01:24 -0800)]
[project @ 2003-04-24 02:24:55 by cjwatson]
In "Message with no Package: tag cannot be processed!", clarify where
people need to resubmit the report, in the hope that they won't resubmit it
to owner@bugs quite so often.
cjwatson [Wed, 23 Apr 2003 22:29:13 +0000 (14:29 -0800)]
[project @ 2003-04-23 15:29:13 by cjwatson]
Support multiple include/exclude CGI arguments (#133127, #141968).
cjwatson [Wed, 23 Apr 2003 19:10:57 +0000 (11:10 -0800)]
[project @ 2003-04-23 12:10:57 by cjwatson]
Get rid of double space when doing non-archived pkgindex (see pkgreport.cgi
revision 1.31).
cjwatson [Wed, 23 Apr 2003 02:01:19 +0000 (18:01 -0800)]
[project @ 2003-04-22 19:01:19 by cjwatson]
Small POD fix.
cjwatson [Wed, 23 Apr 2003 01:59:49 +0000 (17:59 -0800)]
[project @ 2003-04-22 18:59:49 by cjwatson]
Use a better format to describe changes by different people.
joy [Mon, 14 Apr 2003 18:14:51 +0000 (10:14 -0800)]
[project @ 2003-04-14 11:14:51 by joy]
use the internal date/time function, Luke
cjwatson [Mon, 14 Apr 2003 09:39:20 +0000 (01:39 -0800)]
[project @ 2003-04-14 02:39:20 by cjwatson]
Don't optimize HEAD requests for attachment or mbox downloads, since their
content-types differ.
cjwatson [Sun, 13 Apr 2003 22:58:50 +0000 (14:58 -0800)]
[project @ 2003-04-13 15:58:50 by cjwatson]
Sync with webwml (mention debbugs-el).
cjwatson [Fri, 11 Apr 2003 03:16:55 +0000 (19:16 -0800)]
[project @ 2003-04-10 20:16:55 by cjwatson]
Clarify when -forwarded sets the forwarded-to address. See
http://lists.debian.org/debian-mentors-0304/msg00126.html.
joy [Sun, 6 Apr 2003 17:45:50 +0000 (09:45 -0800)]
[project @ 2003-04-06 10:45:50 by joy]
added terse display mode. it's... terse. :)
cjwatson [Sat, 5 Apr 2003 08:10:17 +0000 (00:10 -0800)]
[project @ 2003-04-05 00:10:17 by cjwatson]
Stop stripping Received: headers from incoming mail.
cjwatson [Fri, 28 Mar 2003 08:24:50 +0000 (00:24 -0800)]
[project @ 2003-03-28 00:24:50 by cjwatson]
Add X-$gProject-PR-Package and X-$gProject-PR-Keywords headers to as many
mails as possible (#28862, #124311).
cjwatson [Fri, 28 Mar 2003 07:29:19 +0000 (23:29 -0800)]
[project @ 2003-03-27 23:29:19 by cjwatson]
Add "Precedence: bulk" to the mail headers of all acks, defined as anything
that's sent back to $replyto (#36413).
cjwatson [Fri, 28 Mar 2003 03:37:21 +0000 (19:37 -0800)]
[project @ 2003-03-27 19:37:21 by cjwatson]
Don't send "Info received" acks for Precedence: bulk|junk|list mail, to
prevent mail loops. (Maybe we should ignore such mail altogether, as it's
probably just an ack from another bug tracking system? Not sure, but this
approach is safe for now.)
cjwatson [Wed, 26 Mar 2003 04:13:11 +0000 (20:13 -0800)]
[project @ 2003-03-25 20:13:11 by cjwatson]
Exit silently if a mail loop is detected, rather than spamming
$gMaintainerEmail with "looping detected" messages and leaving droppings
all over the incoming queue. These are rather frequent due to Reply-To:
headers pointing back to the bug.
cjwatson [Fri, 21 Mar 2003 12:26:43 +0000 (04:26 -0800)]
[project @ 2003-03-21 04:26:43 by cjwatson]
Turn forwarded-to address into a link if it looks like it's in fact a URL.
cjwatson [Thu, 20 Mar 2003 23:03:51 +0000 (15:03 -0800)]
[project @ 2003-03-20 15:03:51 by cjwatson]
Joey's home directory should not be mentioned in CVS. This is just a local
change on master (actually /org/bugs.debian.org/joeyh-old now).
cjwatson [Mon, 10 Mar 2003 08:45:37 +0000 (00:45 -0800)]
[project @ 2003-03-10 00:45:37 by cjwatson]
Implement send-detail again. It's slightly different from the way it used
to be, in that it now sends both interesting and boring messages rather
than just boring messages, but that seems more useful anyway.
cjwatson [Mon, 10 Mar 2003 08:10:52 +0000 (00:10 -0800)]
[project @ 2003-03-10 00:10:52 by cjwatson]
Make everything that calls sendlynxdoc() use a URL relative to $gCGIDomain
('http://bugs.debian.org/cgi-bin' in our instance). This lets us do proper
URL-escaping without having to worry about Apache rewrite rules (#172215),
and gets rid of more hard-coding of bugs.debian.org.
cjwatson [Mon, 10 Mar 2003 07:08:04 +0000 (23:08 -0800)]
[project @ 2003-03-09 23:08:04 by cjwatson]
Add Debbugs::Log (module to read and write .log files; backend to the
edit-bug spam-deletion program).
joy [Thu, 6 Mar 2003 02:20:30 +0000 (18:20 -0800)]
[project @ 2003-03-05 18:20:30 by joy]
various fixes from webwml
cjwatson [Thu, 6 Mar 2003 01:33:19 +0000 (17:33 -0800)]
[project @ 2003-03-05 17:33:19 by cjwatson]
Add a link from per-package indices to the PTS, if appropriate.
cjwatson [Wed, 5 Mar 2003 22:15:57 +0000 (14:15 -0800)]
[project @ 2003-03-05 14:15:57 by cjwatson]
Document the Tags: header in Reporting.