]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
20 years ago[project @ 2003-08-30 09:50:24 by joy]
joy [Sat, 30 Aug 2003 16:50:24 +0000 (08:50 -0800)]
[project @ 2003-08-30 09:50:24 by joy]
polishing

20 years ago[project @ 2003-08-30 00:15:15 by cjwatson]
cjwatson [Sat, 30 Aug 2003 07:15:15 +0000 (23:15 -0800)]
[project @ 2003-08-30 00:15:15 by cjwatson]
Implement bug ownership. New 'owner' field in .summary files. New 'owner'
and 'noowner' control commands.

20 years ago[project @ 2003-08-24 23:30:04 by cjwatson]
cjwatson [Mon, 25 Aug 2003 06:30:04 +0000 (22:30 -0800)]
[project @ 2003-08-24 23:30:04 by cjwatson]
Define $gBadEmailPrefix if it isn't defined already.

20 years ago[project @ 2003-08-24 16:14:41 by cjwatson]
cjwatson [Sun, 24 Aug 2003 23:14:41 +0000 (15:14 -0800)]
[project @ 2003-08-24 16:14:41 by cjwatson]
Use a generic example e-mail address.

20 years ago[project @ 2003-08-24 16:14:07 by cjwatson]
cjwatson [Sun, 24 Aug 2003 23:14:07 +0000 (15:14 -0800)]
[project @ 2003-08-24 16:14:07 by cjwatson]
Spell out what to do with crontab.

20 years ago[project @ 2003-08-24 16:10:18 by cjwatson]
cjwatson [Sun, 24 Aug 2003 23:10:18 +0000 (15:10 -0800)]
[project @ 2003-08-24 16:10:18 by cjwatson]
Avoid duplication of "/Bugs" in default $gCGIDomain.

20 years ago[project @ 2003-08-24 10:47:55 by joy]
joy [Sun, 24 Aug 2003 17:47:55 +0000 (09:47 -0800)]
[project @ 2003-08-24 10:47:55 by joy]
found out another corner case that wasn't covered, and finally rearranged the @references logic to be straightforward (albeit boring and somewhat repetitive)

20 years ago[project @ 2003-08-23 15:33:42 by cjwatson]
cjwatson [Sat, 23 Aug 2003 22:33:42 +0000 (14:33 -0800)]
[project @ 2003-08-23 15:33:42 by cjwatson]
Tolerate things like "Format-Version: 2.1", from the incipient spec on
handling upgrades.

20 years ago[project @ 2003-08-23 15:12:57 by cjwatson]
cjwatson [Sat, 23 Aug 2003 22:12:57 +0000 (14:12 -0800)]
[project @ 2003-08-23 15:12:57 by cjwatson]
Rename .db to .summary: it's a better name and isn't so hard to grep for.

20 years ago[project @ 2003-08-23 13:50:45 by cjwatson]
cjwatson [Sat, 23 Aug 2003 20:50:45 +0000 (12:50 -0800)]
[project @ 2003-08-23 13:50:45 by cjwatson]
Rename $gFowardList to $gForwardList. Shim kept in errorlib for
compatibility with old config files.

20 years ago[project @ 2003-08-23 13:17:32 by cjwatson]
cjwatson [Sat, 23 Aug 2003 20:17:32 +0000 (12:17 -0800)]
[project @ 2003-08-23 13:17:32 by cjwatson]
Create common function to test whether a severity is "strong" (i.e.
release-critical, in the case of Debian).

20 years ago[project @ 2003-08-23 12:55:41 by cjwatson]
cjwatson [Sat, 23 Aug 2003 19:55:41 +0000 (11:55 -0800)]
[project @ 2003-08-23 12:55:41 by cjwatson]
Simplify procmail-fu, per bugs.debian.org installation.

20 years ago[project @ 2003-08-22 02:36:19 by cjwatson]
cjwatson [Fri, 22 Aug 2003 09:36:19 +0000 (01:36 -0800)]
[project @ 2003-08-22 02:36:19 by cjwatson]
Add basic upgrade documentation. Install debbugs-upgradestatus.

20 years ago[project @ 2003-08-22 01:41:54 by cjwatson]
cjwatson [Fri, 22 Aug 2003 08:41:54 +0000 (00:41 -0800)]
[project @ 2003-08-22 01:41:54 by cjwatson]
Implement .status format version 2.

The new format is RFC822-style (continuation lines not implemented, but
feel free to do so), and it's stored in .db files alongside .status, to
make migration less of a one-way affair. Field names are more or less those
used internally, with a few slight changes (originator => submitter, msgid
=> message-id, keywords => tags, forwarded => forwarded-to, mergedwith =>
merged-with). A Format-Version: field is included (currently always 2) to
make the guts of the format extensible in the future should anyone wish to
do so. New fields, though, may be added without incrementing the
format-version, which is the main point of this change.

Support for reading the old format (henceforth "version 1") has been
removed, per Adam Heath. A new migration tool, debbugs-upgradestatus, is
provided, and must be run after upgrading to this version and before
turning debbugs back on.

I think I've changed everything that referred to .status files. We'll find
out once bugs.debian.org has been running this for a while ...

There is precious little documentation of any of this yet.

20 years ago[project @ 2003-08-21 19:21:43 by cjwatson]
cjwatson [Fri, 22 Aug 2003 02:21:43 +0000 (18:21 -0800)]
[project @ 2003-08-21 19:21:43 by cjwatson]
Simplify status reading and writing in preparation for format change. There
should now be exactly one list of status fields.

20 years ago[project @ 2003-08-21 18:50:28 by cjwatson]
cjwatson [Fri, 22 Aug 2003 01:50:28 +0000 (17:50 -0800)]
[project @ 2003-08-21 18:50:28 by cjwatson]
Avoid uninitialized value warnings when asking to view a bug that doesn't
exist.

20 years ago[project @ 2003-08-20 23:33:54 by cjwatson]
cjwatson [Thu, 21 Aug 2003 06:33:54 +0000 (22:33 -0800)]
[project @ 2003-08-20 23:33:54 by cjwatson]
Copy all traffic on bugs with release-critical severities to $gStrongList
(debian-bugs-rc for Debian).

20 years ago[project @ 2003-08-19 13:02:25 by joy]
joy [Tue, 19 Aug 2003 20:02:25 +0000 (12:02 -0800)]
[project @ 2003-08-19 13:02:25 by joy]
moved pts block under @pkgs so pseudo-packages aren't affected, and slightly improved the link choice logic (hi Kamion :)

20 years ago[project @ 2003-08-19 11:45:51 by joy]
joy [Tue, 19 Aug 2003 18:45:51 +0000 (10:45 -0800)]
[project @ 2003-08-19 11:45:51 by joy]
avoid duplicating the pts link

20 years ago[project @ 2003-08-19 11:39:00 by joy]
joy [Tue, 19 Aug 2003 18:39:00 +0000 (10:39 -0800)]
[project @ 2003-08-19 11:39:00 by joy]
add PTS link for source packages (doh :)

20 years ago[project @ 2003-08-19 01:13:32 by cjwatson]
cjwatson [Tue, 19 Aug 2003 08:13:32 +0000 (00:13 -0800)]
[project @ 2003-08-19 01:13:32 by cjwatson]
Check more exactly for pending and fixed tags so that fixed-in-experimental
and fixed-upstream don't wrongly show up under "Fixed in NMU". (If someone
wants to add a "Fixed in experimental" section for now, please do ...)

20 years ago[project @ 2003-08-18 01:16:14 by cjwatson]
cjwatson [Mon, 18 Aug 2003 08:16:14 +0000 (00:16 -0800)]
[project @ 2003-08-18 01:16:14 by cjwatson]
Phase 1 of version tracking: CGI scripts only.

pkgreport.cgi now takes 'version', 'dist', and 'arch' arguments. If
'version' is supplied, then bugs open against that version are displayed.
Otherwise, if 'dist' is supplied, then it's expected to be a distribution,
such as stable, testing, or unstable, and bugs open against the versions of
packages in that distribution are displayed. It defaults to unstable at the
moment. 'arch' is largely for completeness because it was easy, and narrows
this down to the version of a package on that particular architecture. It
defaults to i386.

For now, bugs that apparently don't apply to the given version at all
(because they were found in a later version or in a version on a different
branch) are displayed in a separate group of sections at the bottom, "not
applicable to this version".

This is a bit of a hack at the moment in various ways, mostly because the
version data isn't yet stored in the .status files. The new $gVersion*
configuration variables are subject to completely arbitrary change. Until
all of this settles down, the output should look unchanged unless you
supply a 'version' or 'dist' argument.

20 years ago[project @ 2003-08-17 22:03:08 by cjwatson]
cjwatson [Mon, 18 Aug 2003 05:03:08 +0000 (21:03 -0800)]
[project @ 2003-08-17 22:03:08 by cjwatson]
Install Debbugs::Log, Debbugs::MIME, and Debbugs::Versions in
/usr/share/perl5/Debbugs.

20 years ago[project @ 2003-08-10 20:33:38 by cjwatson]
cjwatson [Mon, 11 Aug 2003 03:33:38 +0000 (19:33 -0800)]
[project @ 2003-08-10 20:33:38 by cjwatson]
Remove superfluous "to", syncing with webwml.

20 years ago[project @ 2003-08-10 20:08:10 by cjwatson]
cjwatson [Mon, 11 Aug 2003 03:08:10 +0000 (19:08 -0800)]
[project @ 2003-08-10 20:08:10 by cjwatson]
Don't use real addresses in sample Maintainers file (thanks, Christoph
Haas).

20 years ago[project @ 2003-08-10 13:20:17 by joy]
joy [Sun, 10 Aug 2003 20:20:17 +0000 (12:20 -0800)]
[project @ 2003-08-10 13:20:17 by joy]
add bug title to <title>, too

20 years ago[project @ 2003-08-07 13:57:06 by cjwatson]
cjwatson [Thu, 7 Aug 2003 20:57:06 +0000 (12:57 -0800)]
[project @ 2003-08-07 13:57:06 by cjwatson]
Allow "-" in pseudo-header names; reported by "solo turn".

20 years ago[project @ 2003-08-07 00:57:44 by cjwatson]
cjwatson [Thu, 7 Aug 2003 07:57:44 +0000 (23:57 -0800)]
[project @ 2003-08-07 00:57:44 by cjwatson]
Document how to deliver mail to debbugs via procmail and SpamAssassin.

20 years ago[project @ 2003-08-06 23:35:55 by cjwatson]
cjwatson [Thu, 7 Aug 2003 06:35:55 +0000 (22:35 -0800)]
[project @ 2003-08-06 23:35:55 by cjwatson]
Support indexon=tag for pkgindex.cgi.

20 years ago[project @ 2003-08-06 18:45:41 by cjwatson]
cjwatson [Thu, 7 Aug 2003 01:45:41 +0000 (17:45 -0800)]
[project @ 2003-08-06 18:45:41 by cjwatson]
Avoid triplication of the format of .status files by creating a separate
makestatus() function which writebug() and bughook() use. bughook() now
takes a status hash rather than the formatted contents so that it can
extract fields more easily.

20 years ago[project @ 2003-08-06 11:27:11 by cjwatson]
cjwatson [Wed, 6 Aug 2003 18:27:11 +0000 (10:27 -0800)]
[project @ 2003-08-06 11:27:11 by cjwatson]
Remove a couple of unused variables from config.in.

20 years ago[project @ 2003-08-06 11:00:10 by cjwatson]
cjwatson [Wed, 6 Aug 2003 18:00:10 +0000 (10:00 -0800)]
[project @ 2003-08-06 11:00:10 by cjwatson]
Only display the "Closed bugs are archived $gRemoveAge days after the last
related message is received" message if expiry is enabled.

20 years ago[project @ 2003-08-06 10:57:23 by cjwatson]
cjwatson [Wed, 6 Aug 2003 17:57:23 +0000 (09:57 -0800)]
[project @ 2003-08-06 10:57:23 by cjwatson]
Allow $gRemoveAge == 0 to mean "don't expire bugs".

20 years ago[project @ 2003-08-03 09:49:22 by cjwatson]
cjwatson [Sun, 3 Aug 2003 16:49:22 +0000 (08:49 -0800)]
[project @ 2003-08-03 09:49:22 by cjwatson]
Initial stab at a script to guess version information from an existing bug
database. This is definitely not the final form: in particular, it uses a
separate tree of .versions files for ease of testing rather than the real
.status files.

20 years ago[project @ 2003-08-03 09:46:30 by cjwatson]
cjwatson [Sun, 3 Aug 2003 16:46:30 +0000 (08:46 -0800)]
[project @ 2003-08-03 09:46:30 by cjwatson]
New Debbugs::MIME module. Not sure if this is quite ready for use in
process or service yet, but it's handy for external tools.

20 years ago[project @ 2003-07-18 14:41:11 by cjwatson]
cjwatson [Fri, 18 Jul 2003 21:41:11 +0000 (13:41 -0800)]
[project @ 2003-07-18 14:41:11 by cjwatson]
Move Disabled-Doogie-Reply-To: header into a Perl comment rather than a
"comment" in mail headers; no point in sending it out all the time.

20 years ago[project @ 2003-07-18 14:10:31 by cjwatson]
cjwatson [Fri, 18 Jul 2003 21:10:31 +0000 (13:10 -0800)]
[project @ 2003-07-18 14:10:31 by cjwatson]
Document X-Debbugs-CC: restriction (#15742).

20 years ago[project @ 2003-07-16 21:45:24 by cjwatson]
cjwatson [Thu, 17 Jul 2003 04:45:24 +0000 (20:45 -0800)]
[project @ 2003-07-16 21:45:24 by cjwatson]
Fix pkgreport.cgi?maint= (unknown-package bugs), broken by
multiple-maintainer changes.

20 years ago[project @ 2003-07-16 21:43:05 by cjwatson]
cjwatson [Thu, 17 Jul 2003 04:43:05 +0000 (20:43 -0800)]
[project @ 2003-07-16 21:43:05 by cjwatson]
Remove redundant variable declarations.

20 years ago[project @ 2003-07-16 18:13:26 by cjwatson]
cjwatson [Thu, 17 Jul 2003 01:13:26 +0000 (17:13 -0800)]
[project @ 2003-07-16 18:13:26 by cjwatson]
Automatically remove the pending tag when a bug is closed, since it's
almost invariably no longer applicable. I haven't done the same for the
addition of the fixed tag to a bug because (a) the semantics are way more
confusing at that point and (b) with any luck NMU-fixing is going to change
soon anyway.

20 years ago[project @ 2003-07-16 12:01:09 by cjwatson]
cjwatson [Wed, 16 Jul 2003 19:01:09 +0000 (11:01 -0800)]
[project @ 2003-07-16 12:01:09 by cjwatson]
Replace mentions of "developers and their mailing list" and the like in
acks with "package maintainers and other interested parties" (#75829).

20 years ago[project @ 2003-07-16 10:08:04 by cjwatson]
cjwatson [Wed, 16 Jul 2003 17:08:04 +0000 (09:08 -0800)]
[project @ 2003-07-16 10:08:04 by cjwatson]
Add support for an X-Debbugs-No-Ack: mail header to suppress
acknowledgements.

20 years ago[project @ 2003-07-15 16:24:47 by cjwatson]
cjwatson [Tue, 15 Jul 2003 23:24:47 +0000 (15:24 -0800)]
[project @ 2003-07-15 16:24:47 by cjwatson]
Allow multiple primary search criteria (packages, sources, etc. - although
not maintenc because I don't understand it) separated by commas.

20 years ago[project @ 2003-07-15 14:20:52 by cjwatson]
cjwatson [Tue, 15 Jul 2003 21:20:52 +0000 (13:20 -0800)]
[project @ 2003-07-15 14:20:52 by cjwatson]
It's not "more or less" $Id$ in CVS (and actually the copy on master is in
sync anyway).

20 years ago[project @ 2003-07-15 13:33:16 by cjwatson]
cjwatson [Tue, 15 Jul 2003 20:33:16 +0000 (12:33 -0800)]
[project @ 2003-07-15 13:33:16 by cjwatson]
Remove spurious </dd>.

20 years ago[project @ 2003-07-15 13:31:49 by cjwatson]
cjwatson [Tue, 15 Jul 2003 20:31:49 +0000 (12:31 -0800)]
[project @ 2003-07-15 13:31:49 by cjwatson]
Improve 'package' command docs a bit.

20 years ago[project @ 2003-07-15 13:28:27 by cjwatson]
cjwatson [Tue, 15 Jul 2003 20:28:27 +0000 (12:28 -0800)]
[project @ 2003-07-15 13:28:27 by cjwatson]
Document new package command.

20 years ago[project @ 2003-07-15 13:04:33 by ajt]
ajt [Tue, 15 Jul 2003 20:04:33 +0000 (12:04 -0800)]
[project @ 2003-07-15 13:04:33 by ajt]
add some brackets for keys(%limit_pkgs)

20 years ago[project @ 2003-07-15 13:03:33 by ajt]
ajt [Tue, 15 Jul 2003 20:03:33 +0000 (12:03 -0800)]
[project @ 2003-07-15 13:03:33 by ajt]
fix bugs in service "package" command

20 years ago[project @ 2003-07-15 12:20:32 by ajt]
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.

20 years ago[project @ 2003-07-15 11:38:39 by joy]
joy [Tue, 15 Jul 2003 18:38:39 +0000 (10:38 -0800)]
[project @ 2003-07-15 11:38:39 by joy]
updated my email

20 years ago[project @ 2003-07-15 09:40:00 by cjwatson]
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.

20 years ago[project @ 2003-07-14 18:53:15 by cjwatson]
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.

20 years ago[project @ 2003-07-14 18:50:51 by cjwatson]
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.

20 years ago[project @ 2003-07-11 00:29:41 by cjwatson]
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).

20 years ago[project @ 2003-06-25 17:51:51 by cjwatson]
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.

20 years ago[project @ 2003-06-23 13:18:21 by cjwatson]
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.

20 years ago[project @ 2003-06-23 11:23:35 by cjwatson]
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.

20 years ago[project @ 2003-06-20 18:13:01 by cjwatson]
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.)

20 years ago[project @ 2003-06-20 17:27:02 by cjwatson]
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.

20 years ago[project @ 2003-06-10 01:18:59 by cjwatson]
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.

20 years ago[project @ 2003-06-10 00:59:36 by cjwatson]
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.

20 years ago[project @ 2003-06-06 17:59:28 by cjwatson]
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.

20 years ago[project @ 2003-06-06 17:56:05 by cjwatson]
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.

20 years ago[project @ 2003-06-06 08:28:51 by cjwatson]
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).

20 years ago[project @ 2003-06-06 08:23:00 by cjwatson]
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.

20 years ago[project @ 2003-06-06 02:26:20 by cjwatson]
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.

20 years ago[project @ 2003-06-06 02:23:25 by cjwatson]
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().

20 years ago[project @ 2003-06-05 08:54:31 by cjwatson]
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.

20 years ago[project @ 2003-06-05 08:41:39 by cjwatson]
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.

20 years ago[project @ 2003-06-05 08:26:59 by cjwatson]
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).

20 years ago[project @ 2003-06-05 08:03:39 by cjwatson]
cjwatson [Thu, 5 Jun 2003 15:03:39 +0000 (07:03 -0800)]
[project @ 2003-06-05 08:03:39 by cjwatson]
Fix typo.

20 years ago[project @ 2003-06-04 18:05:51 by cjwatson]
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.

20 years ago[project @ 2003-05-31 15:59:12 by cjwatson]
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.

20 years ago[project @ 2003-05-31 14:24:58 by cjwatson]
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.

20 years ago[project @ 2003-05-31 13:41:39 by cjwatson]
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.

20 years ago[project @ 2003-05-31 11:39:09 by cjwatson]
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. :)

20 years ago[project @ 2003-05-31 11:17:16 by cjwatson]
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).

20 years ago[project @ 2003-05-28 19:15:08 by cjwatson]
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.

20 years ago[project @ 2003-05-28 19:12:16 by cjwatson]
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.

20 years ago[project @ 2003-05-27 23:49:20 by cjwatson]
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).

20 years ago[project @ 2003-05-27 10:27:31 by cjwatson]
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.

20 years ago[project @ 2003-05-27 02:39:17 by cjwatson]
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.

20 years ago[project @ 2003-05-26 12:30:04 by cjwatson]
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.

20 years ago[project @ 2003-05-26 10:44:40 by cjwatson]
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.

20 years ago[project @ 2003-05-26 01:11:39 by cjwatson]
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.

20 years ago[project @ 2003-05-26 01:00:43 by cjwatson]
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.

21 years ago[project @ 2003-05-25 18:25:37 by cjwatson]
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.

21 years ago[project @ 2003-05-25 17:19:05 by cjwatson]
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.)

21 years ago[project @ 2003-05-25 16:26:24 by cjwatson]
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.

21 years ago[project @ 2003-05-25 15:51:51 by cjwatson]
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.

21 years ago[project @ 2003-05-25 14:43:30 by joy]
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

21 years ago[project @ 2003-05-25 13:59:30 by joy]
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

21 years ago[project @ 2003-05-25 13:49:53 by joy]
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

21 years ago[project @ 2003-05-25 13:32:02 by joy]
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)

21 years ago[project @ 2003-05-25 13:25:51 by joy]
joy [Sun, 25 May 2003 20:25:51 +0000 (12:25 -0800)]
[project @ 2003-05-25 13:25:51 by joy]
more strftime gmtime

21 years ago[project @ 2003-05-25 13:19:13 by joy]
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.

21 years ago[project @ 2003-05-25 13:17:14 by cjwatson]
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.

21 years ago[project @ 2003-05-25 13:13:18 by cjwatson]
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.

21 years ago[project @ 2003-05-25 12:38:58 by cjwatson]
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.