]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
18 years ago[project @ 2005-08-17 21:46:13 by don]
don [Thu, 18 Aug 2005 04:46:17 +0000 (20:46 -0800)]
[project @ 2005-08-17 21:46:13 by don]
* Add Debbugs::Mail module that has two important functions:
   send_mail_message and encode_headers. All mail handling in service.in
   and process.in now uses send_mail_message to send mail messages which
   tries as hard as possible to send a message; if it fails, only
   warnings are returned. This fixes bad addresses causing sendmail to
   exit and destroying the bug log. (closes: #191306)

 * Add rudimentary Test::More modules for testing Debbugs::Mime and
   Debbugs::Mail. These are currently not called as part of the build
   process.

18 years ago[project @ 2005-08-11 08:57:00 by ajt]
ajt [Thu, 11 Aug 2005 15:57:00 +0000 (07:57 -0800)]
[project @ 2005-08-11 08:57:00 by ajt]
Improvements to the CGIs, in particular for moving towards some sane URLs
that people needn't be ashamed to tell other people. Detailed changes from
the darcs history:

  * allow running cgis from command line (./bugreport.cgi bug=12345)
  * support for getting params from cookies
  * add cookie setter (cookie.cgi, it's pretty lame)
  * initial smart url parser (smarturl.cgi)
  * make smarturl actually display bug info
  * move per-msg mbox handling into bugurl()
  * deprecate mboxurl in favour of bugurl(..., "mbox")
  * deprecate dlurl in favour of bugurl too
  * replace & in urls with ; so it doesn't get munged by urlsanit :-/
  * merge all the pkgreport *url() functions
  * initial support for internal links in leet urls
  * make bug urls leet too
  * cope with attachment filenames, single messages as mbox

"Leet" URLs look like "/x/123456" and "/x/package/dpkg" etc.

18 years ago[project @ 2005-08-11 08:48:09 by ajt]
ajt [Thu, 11 Aug 2005 15:48:09 +0000 (07:48 -0800)]
[project @ 2005-08-11 08:48:09 by ajt]
* remove "use IO::Lines" line from bugreport.cgi
  * add "report spam" link to bugreport.cgi
  * improve by-*.idx handling to support archive indexes and be slightly faster
  * add link to archived bug pages to pkgreport.cgi

18 years ago[project @ 2005-08-10 01:39:45 by cjwatson]
cjwatson [Wed, 10 Aug 2005 08:39:45 +0000 (00:39 -0800)]
[project @ 2005-08-10 01:39:45 by cjwatson]
Add an allstates() method, which returns the versionwise state of the bug
at every known version at once. The answer to whether this is more
efficient than just calling buggy() for every version you're interested in
is roughly "it depends".

18 years ago[project @ 2005-08-09 23:12:07 by cjwatson]
cjwatson [Wed, 10 Aug 2005 06:12:07 +0000 (22:12 -0800)]
[project @ 2005-08-09 23:12:07 by cjwatson]
Perl has a perfectly good File::Path::mkpath; stop shelling out to mkdir -p

18 years ago[project @ 2005-08-09 23:09:42 by cjwatson]
cjwatson [Wed, 10 Aug 2005 06:09:42 +0000 (22:09 -0800)]
[project @ 2005-08-09 23:09:42 by cjwatson]
send debug output to consistent fd

18 years ago[project @ 2005-08-09 23:04:43 by cjwatson]
cjwatson [Wed, 10 Aug 2005 06:04:43 +0000 (22:04 -0800)]
[project @ 2005-08-09 23:04:43 by cjwatson]
make the indentation less eye-bleedingly painful

18 years ago[project @ 2005-08-04 04:46:43 by don]
don [Thu, 4 Aug 2005 11:46:43 +0000 (03:46 -0800)]
[project @ 2005-08-04 04:46:43 by don]
* Add encode_utf8 and decode_utf8 to the Encode import options (yes, I
   forgot them)

18 years ago[project @ 2005-08-04 04:22:29 by don]
don [Thu, 4 Aug 2005 11:22:29 +0000 (03:22 -0800)]
[project @ 2005-08-04 04:22:29 by don]
* Wrap the read_log_records call in eval so we output a useful error
   message using quitcgi on munged bugs
 * Really output boring records if we're only outputing one record
 * Add the appropriate meta http-equiv tag to indicate that we're
   sending utf-8 so things that save the pages display in an appropriate
   charset

18 years ago[project @ 2005-08-01 06:47:54 by don]
don [Mon, 1 Aug 2005 13:47:54 +0000 (05:47 -0800)]
[project @ 2005-08-01 06:47:54 by don]
* Rewrite encode_rfc1522 from scratch with a much saner
   implementation which now appropriately deals with non-ASCII trailing
   characters.

18 years ago[project @ 2005-07-31 04:43:01 by don]
don [Sun, 31 Jul 2005 11:43:01 +0000 (03:43 -0800)]
[project @ 2005-07-31 04:43:01 by don]
* Add links to cloned bugs (closes: #217960) and forwarded records
   that look like urls in the html records output by bugreport.cgi.
 * Things that look like urls in message bodies are now linked
   (closes: #168962)

18 years ago[project @ 2005-07-30 05:00:39 by don]
don [Sat, 30 Jul 2005 12:00:39 +0000 (04:00 -0800)]
[project @ 2005-07-30 05:00:39 by don]
* Display the Cc field immediately after the To field

18 years ago[project @ 2005-07-30 04:57:36 by don]
don [Sat, 30 Jul 2005 11:57:36 +0000 (03:57 -0800)]
[project @ 2005-07-30 04:57:36 by don]
* Display Cc: headers by default in bugreport.cgi

18 years ago[project @ 2005-07-30 03:55:01 by don]
don [Sat, 30 Jul 2005 10:55:01 +0000 (02:55 -0800)]
[project @ 2005-07-30 03:55:01 by don]
* Add a missing encode_rfc1522 import argument to process.in

18 years ago[project @ 2005-07-30 03:22:36 by don]
don [Sat, 30 Jul 2005 10:22:36 +0000 (02:22 -0800)]
[project @ 2005-07-30 03:22:36 by don]
The "FUNNY FERRIGN THINGIES DON'T WORK" Memorial Commit

 * All messages that originate from the BTS and either go to .log
   files or out to users are now properly RFC1522 encoded. (closes:
   #306068)
 * Use Encode.pm to convert from other charsets to UTF8; this
   introduces an (as yet unexpressed) dependency on a newish version of
   perl. [And decodes more charsets to boot.]
 * Stop depending on libunicode-maputf8-perl because of the above.
 * Really make encode_rfc1522() do what it is supposed to do without
   stripping out spaces and doing other funny things; A patch for
   MIME::Words was ripped out and modified to make this work:
   http://rt.cpan.org/NoAuth/Bug.html?id=13027
 * Decode every single header, not just some of them

18 years ago[project @ 2005-07-29 20:32:30 by cjwatson]
cjwatson [Sat, 30 Jul 2005 03:32:30 +0000 (19:32 -0800)]
[project @ 2005-07-29 20:32:30 by cjwatson]
Report old submitter address in submitter-changed ack (closes: #191542).

18 years ago[project @ 2005-07-29 17:16:56 by cjwatson]
cjwatson [Sat, 30 Jul 2005 00:16:56 +0000 (16:16 -0800)]
[project @ 2005-07-29 17:16:56 by cjwatson]
Implement 'notfound' command, to fix up mistakes in found version lists.

18 years ago[project @ 2005-07-29 16:53:38 by cjwatson]
cjwatson [Fri, 29 Jul 2005 23:53:38 +0000 (15:53 -0800)]
[project @ 2005-07-29 16:53:38 by cjwatson]
Improve version canonicalisation when removing found/fixed versions (as
well as when adding them).

18 years ago[project @ 2005-07-29 07:05:37 by don]
don [Fri, 29 Jul 2005 14:05:37 +0000 (06:05 -0800)]
[project @ 2005-07-29 07:05:37 by don]
* Add temporary hack to work around #320406 (which ramified itself in
   #204514) [Failures with BIG5 charsets... we now punt]

18 years ago[project @ 2005-07-29 04:34:11 by don]
don [Fri, 29 Jul 2005 11:34:11 +0000 (03:34 -0800)]
[project @ 2005-07-29 04:34:11 by don]
* Add an appropriate X-$gProject-PR-Message: list inactivebug for
   archived or non-existant bugs for list related messages.
 * Display old severity when changing severity (closes: #196947)

18 years ago[project @ 2005-07-29 03:46:01 by don]
don [Fri, 29 Jul 2005 10:46:01 +0000 (02:46 -0800)]
[project @ 2005-07-29 03:46:01 by don]
* Fix postfix instructions in README.mail (thanks to Jeff Teunissen)
   (closes: #134166)

18 years ago[project @ 2005-07-28 07:32:20 by don]
don [Thu, 28 Jul 2005 14:32:20 +0000 (06:32 -0800)]
[project @ 2005-07-28 07:32:20 by don]
* add instructions on using exim 4 (thanks to Marc Haber) (closes: #248335)

18 years ago[project @ 2005-07-27 22:51:25 by don]
don [Thu, 28 Jul 2005 05:51:25 +0000 (21:51 -0800)]
[project @ 2005-07-27 22:51:25 by don]
* Return to the previous mailbox download default of showing only the
   non-boring messages. Boring messages can now be shown by adding
   &boring=yes to the url.

18 years ago[project @ 2005-07-27 21:49:24 by don]
don [Thu, 28 Jul 2005 04:49:24 +0000 (20:49 -0800)]
[project @ 2005-07-27 21:49:24 by don]
* Add back in the "skip duplicate message ids" feature

18 years ago[project @ 2005-07-26 04:30:53 by don]
don [Tue, 26 Jul 2005 11:30:53 +0000 (03:30 -0800)]
[project @ 2005-07-26 04:30:53 by don]
* Add X-$gProject-PR-{Message,Package,Title} headers for messages
   that are sent through the subscription mechanism; these will be used
   in crafting the subscription confirmation message.

18 years ago[project @ 2005-07-25 23:30:22 by don]
don [Tue, 26 Jul 2005 06:30:22 +0000 (22:30 -0800)]
[project @ 2005-07-25 23:30:22 by don]
* Change bugreport.cgi to use Debbugs::Log and greately simplify the
  process of outputing the bug log.
* All RFC1522 subject lines are decoded, both in the html information
  and the message headers. All messages are converted to UTF-8 whereever
  possible; all bugreport.cgi pages are now completely in UTF-8 to the
  degree possible. (closes: #46848, #238984)
* Add a convert_to_utf8 function to Debbugs::Mime to make the above
  possible; abstracts functionality that was already present in the
  decode_rfc1522 fucntionality.
* Individual messages can now be downloaded from each bug report
  (closes: #95373)
* Uninteresting headers are now hidden by default, can be renabled
  with &trim=no (closes: #188561)

18 years ago[project @ 2005-07-25 09:33:40 by cjwatson]
cjwatson [Mon, 25 Jul 2005 16:33:40 +0000 (08:33 -0800)]
[project @ 2005-07-25 09:33:40 by cjwatson]
add Don to list of developers in debian/copyright

18 years ago[project @ 2005-07-25 09:18:02 by cjwatson]
cjwatson [Mon, 25 Jul 2005 16:18:02 +0000 (08:18 -0800)]
[project @ 2005-07-25 09:18:02 by cjwatson]
Add an incremental read_record interface to allow processing records one at
a time rather than having to slurp them all into memory.

18 years ago[project @ 2005-07-24 18:42:41 by don]
don [Mon, 25 Jul 2005 01:42:41 +0000 (17:42 -0800)]
[project @ 2005-07-24 18:42:41 by don]
* Rest of subscription patch that wasn't applied; adds support for
   sending messages to affected bugs in service.in (the control bug)
   and actually receiving the subscription messages (receive.in)

18 years ago[project @ 2005-07-24 18:01:52 by cjwatson]
cjwatson [Mon, 25 Jul 2005 01:01:52 +0000 (17:01 -0800)]
[project @ 2005-07-24 18:01:52 by cjwatson]
Fix 'found' to clear the done field if addfoundversions() cleared the most
recent version from fixed_versions, rather than trying to guess itself.

18 years ago[project @ 2005-07-24 17:39:09 by cjwatson]
cjwatson [Mon, 25 Jul 2005 00:39:09 +0000 (16:39 -0800)]
[project @ 2005-07-24 17:39:09 by cjwatson]
fix syntax error

18 years ago[project @ 2005-07-24 17:31:18 by cjwatson]
cjwatson [Mon, 25 Jul 2005 00:31:18 +0000 (16:31 -0800)]
[project @ 2005-07-24 17:31:18 by cjwatson]
Improve version canonicalisation when adding found/fixed versions and
attempting to remove any corresponding fixed/found versions respectively.

Try harder to store fully-qualified versions (i.e. with source package
name).

18 years ago[project @ 2005-07-24 16:11:22 by cjwatson]
cjwatson [Sun, 24 Jul 2005 23:11:22 +0000 (15:11 -0800)]
[project @ 2005-07-24 16:11:22 by cjwatson]
Move $gPackageSource fallback from binarytosource() to
makesourceversions(), so that it's possible for applications to detect the
"nothing known about this version" condition.

18 years ago[project @ 2005-07-24 15:22:28 by cjwatson]
cjwatson [Sun, 24 Jul 2005 22:22:28 +0000 (14:22 -0800)]
[project @ 2005-07-24 15:22:28 by cjwatson]
don't break other namespaces that need to load /etc/debbugs/config

18 years ago[project @ 2005-07-24 15:14:52 by cjwatson]
cjwatson [Sun, 24 Jul 2005 22:14:52 +0000 (14:14 -0800)]
[project @ 2005-07-24 15:14:52 by cjwatson]
Fully qualify some config variable accesses.

18 years ago[project @ 2005-07-24 15:06:54 by cjwatson]
cjwatson [Sun, 24 Jul 2005 22:06:54 +0000 (14:06 -0800)]
[project @ 2005-07-24 15:06:54 by cjwatson]
Move binary/source package handling from common.pl to a new
Debbugs::Packages module. This will allow service to do some
binary-to-source mapping for version tracking.

18 years ago[project @ 2005-07-22 21:37:31 by don]
don [Sat, 23 Jul 2005 04:37:31 +0000 (20:37 -0800)]
[project @ 2005-07-22 21:37:31 by don]
* When the spam has already been detected, we should output
   $mail->get_pristine as the $munged_mail is not defined yet.
   DAMN YOU MISSING 'use strict;'!

18 years ago[project @ 2005-07-22 03:49:44 by don]
don [Fri, 22 Jul 2005 10:49:44 +0000 (02:49 -0800)]
[project @ 2005-07-22 03:49:44 by don]
* Added per bug subscription support to debbugs, which relies on an
   external MLM to actually deal with the requests; currently works with eoc
   and sends messages to bugnum\@$gListDomain. (closes: #34071) This feature
   still needs to be modified slightly so that it can be enabled or
   disabled, as not all installs of debbugs will want to run eoc.

18 years ago[project @ 2005-07-21 21:24:09 by don]
don [Fri, 22 Jul 2005 04:24:09 +0000 (20:24 -0800)]
[project @ 2005-07-21 21:24:09 by don]
* Change spamscan.in to work with SA 3.0; This is an incompatible
   change with SA 2.6, and as such, we now Suggests: spamassassin
   (>=3.0) (closes: #290501)

 * Update MTA to exim4 (closes: #228597)

18 years ago[project @ 2005-07-19 11:00:28 by cjwatson]
cjwatson [Tue, 19 Jul 2005 18:00:28 +0000 (10:00 -0800)]
[project @ 2005-07-19 11:00:28 by cjwatson]
need to escape ' in "$gBug's"

18 years ago[project @ 2005-07-19 10:59:26 by cjwatson]
cjwatson [Tue, 19 Jul 2005 17:59:26 +0000 (09:59 -0800)]
[project @ 2005-07-19 10:59:26 by cjwatson]
allow -done on a closed bug if it comes with a version

18 years ago[project @ 2005-07-18 11:52:33 by cjwatson]
cjwatson [Mon, 18 Jul 2005 18:52:33 +0000 (10:52 -0800)]
[project @ 2005-07-18 11:52:33 by cjwatson]
allow versioned 'found' on open bugs

18 years ago[project @ 2005-07-18 04:13:21 by cjwatson]
cjwatson [Mon, 18 Jul 2005 11:13:21 +0000 (03:13 -0800)]
[project @ 2005-07-18 04:13:21 by cjwatson]
Prefer source architecture for src= queries, but allow other architectures
if source isn't present for a given package. Fixes handling of multi-binary
packages.

18 years ago[project @ 2005-07-18 03:09:09 by cjwatson]
cjwatson [Mon, 18 Jul 2005 10:09:09 +0000 (02:09 -0800)]
[project @ 2005-07-18 03:09:09 by cjwatson]
fix version stripping regex

18 years ago[project @ 2005-07-18 02:47:34 by cjwatson]
cjwatson [Mon, 18 Jul 2005 09:47:34 +0000 (01:47 -0800)]
[project @ 2005-07-18 02:47:34 by cjwatson]
strip off various kinds of brain-damage when adding found/fixed versions

18 years ago[project @ 2005-07-18 02:22:49 by cjwatson]
cjwatson [Mon, 18 Jul 2005 09:22:49 +0000 (01:22 -0800)]
[project @ 2005-07-18 02:22:49 by cjwatson]
merge all found/fixed versions on merge

18 years ago[project @ 2005-07-18 02:13:32 by cjwatson]
cjwatson [Mon, 18 Jul 2005 09:13:32 +0000 (01:13 -0800)]
[project @ 2005-07-18 02:13:32 by cjwatson]
bug -> $gBug in a few places

18 years ago[project @ 2005-07-18 02:09:17 by cjwatson]
cjwatson [Mon, 18 Jul 2005 09:09:17 +0000 (01:09 -0800)]
[project @ 2005-07-18 02:09:17 by cjwatson]
Document mail interface changes for version tracking.

18 years ago[project @ 2005-07-18 02:04:44 by cjwatson]
cjwatson [Mon, 18 Jul 2005 09:04:44 +0000 (01:04 -0800)]
[project @ 2005-07-18 02:04:44 by cjwatson]
'reopen' empties fixed-versions list.

18 years ago[project @ 2005-07-18 00:38:56 by cjwatson]
cjwatson [Mon, 18 Jul 2005 07:38:56 +0000 (23:38 -0800)]
[project @ 2005-07-18 00:38:56 by cjwatson]
quote

18 years ago[project @ 2005-07-17 19:18:58 by cjwatson]
cjwatson [Mon, 18 Jul 2005 02:18:58 +0000 (18:18 -0800)]
[project @ 2005-07-17 19:18:58 by cjwatson]
skip bugs that have already been migrated

18 years ago[project @ 2005-07-17 19:07:01 by cjwatson]
cjwatson [Mon, 18 Jul 2005 02:07:01 +0000 (18:07 -0800)]
[project @ 2005-07-17 19:07:01 by cjwatson]
terminate config files with explicit '1;'

18 years ago[project @ 2005-07-17 19:04:37 by cjwatson]
cjwatson [Mon, 18 Jul 2005 02:04:37 +0000 (18:04 -0800)]
[project @ 2005-07-17 19:04:37 by cjwatson]
drop support for separate database of found/fixed versions

18 years ago[project @ 2005-07-17 18:51:47 by cjwatson]
cjwatson [Mon, 18 Jul 2005 01:51:47 +0000 (17:51 -0800)]
[project @ 2005-07-17 18:51:47 by cjwatson]
add "etch" and "etch-ignore" tags

18 years ago[project @ 2005-07-17 18:47:08 by cjwatson]
cjwatson [Mon, 18 Jul 2005 01:47:08 +0000 (17:47 -0800)]
[project @ 2005-07-17 18:47:08 by cjwatson]
don't waste time rewriting index file

18 years ago[project @ 2005-07-17 18:11:23 by cjwatson]
cjwatson [Mon, 18 Jul 2005 01:11:23 +0000 (17:11 -0800)]
[project @ 2005-07-17 18:11:23 by cjwatson]
improve efficiency of merge handling

18 years ago[project @ 2005-07-17 18:09:40 by cjwatson]
cjwatson [Mon, 18 Jul 2005 01:09:40 +0000 (17:09 -0800)]
[project @ 2005-07-17 18:09:40 by cjwatson]
writebug() needs a location if writing into the archive

18 years ago[project @ 2005-07-17 18:04:01 by cjwatson]
cjwatson [Mon, 18 Jul 2005 01:04:01 +0000 (17:04 -0800)]
[project @ 2005-07-17 18:04:01 by cjwatson]
fix lockreadbugmerge; readbug returns a hashref, not a hash

18 years ago[project @ 2005-07-17 18:03:27 by cjwatson]
cjwatson [Mon, 18 Jul 2005 01:03:27 +0000 (17:03 -0800)]
[project @ 2005-07-17 18:03:27 by cjwatson]
fix variable name

18 years ago[project @ 2005-07-17 18:00:20 by cjwatson]
cjwatson [Mon, 18 Jul 2005 01:00:20 +0000 (17:00 -0800)]
[project @ 2005-07-17 18:00:20 by cjwatson]
chdir to $gSpoolDir before starting

18 years ago[project @ 2005-07-17 17:55:11 by cjwatson]
cjwatson [Mon, 18 Jul 2005 00:55:11 +0000 (16:55 -0800)]
[project @ 2005-07-17 17:55:11 by cjwatson]
Write found and fixed versions directly into .summary files rather than
into a separate versions database.

18 years ago[project @ 2005-07-17 17:30:46 by cjwatson]
cjwatson [Mon, 18 Jul 2005 00:30:46 +0000 (16:30 -0800)]
[project @ 2005-07-17 17:30:46 by cjwatson]
Strip off random junk at the end of a version.

18 years ago[project @ 2005-07-17 17:07:59 by cjwatson]
cjwatson [Mon, 18 Jul 2005 00:07:59 +0000 (16:07 -0800)]
[project @ 2005-07-17 17:07:59 by cjwatson]
Use readbug() interface to read from .summary files rather than .status
files.

18 years ago[project @ 2005-07-17 16:06:26 by cjwatson]
cjwatson [Sun, 17 Jul 2005 23:06:26 +0000 (15:06 -0800)]
[project @ 2005-07-17 16:06:26 by cjwatson]
Land branch-2_4_1-version-tracking.

18 years ago[project @ 2005-07-16 21:13:16 by don]
don [Sun, 17 Jul 2005 04:13:17 +0000 (20:13 -0800)]
[project @ 2005-07-16 21:13:16 by don]
* Add Makefile rule to actually install apache.conf in examples
 * Don't remove the maintainer address if the message was sent by the
   maintainer and we're submitting to maintonly (closes: #140061)
 * Update changelog for the changes that I've made.

18 years ago[project @ 2005-07-16 18:49:31 by don]
don [Sun, 17 Jul 2005 01:49:31 +0000 (17:49 -0800)]
[project @ 2005-07-16 18:49:31 by don]
* Use uri_escape to escape URI's before sending them back out so the name
   of the file doesn't munge the query string. (URI handling really needs to
   be improved, but this will work for starters.) [#301606 part 1]

 * call decode_rfc1522 on the filename returned so that encoded filenames
   get decoded to something "reasonable." [#301606 part 2]

 * We now require URI::Escape

18 years ago[project @ 2005-07-14 16:21:50 by don]
don [Thu, 14 Jul 2005 23:21:50 +0000 (15:21 -0800)]
[project @ 2005-07-14 16:21:50 by don]
* Added apache.conf, which is a sample apache configuration file which
   implements the rewrite rules that are currently used on bugs.debian.org.
   [When commited this will enable #222264 to be closed]

19 years ago[project @ 2005-05-26 13:30:21 by cjwatson]
cjwatson [Thu, 26 May 2005 20:30:21 +0000 (12:30 -0800)]
[project @ 2005-05-26 13:30:21 by cjwatson]
Check package limits on submitter, retitle, and merge too.

19 years ago[project @ 2005-05-11 10:03:08 by cjwatson]
cjwatson [Wed, 11 May 2005 17:03:08 +0000 (09:03 -0800)]
[project @ 2005-05-11 10:03:08 by cjwatson]
Fix submitter search in the presence of multiple submitters.

19 years ago[project @ 2005-05-11 09:52:23 by cjwatson]
cjwatson [Wed, 11 May 2005 16:52:23 +0000 (08:52 -0800)]
[project @ 2005-05-11 09:52:23 by cjwatson]
Properly support multiple submitter addresses on a single bug.

19 years ago[project @ 2005-05-02 18:52:56 by cjwatson]
cjwatson [Tue, 3 May 2005 01:52:56 +0000 (17:52 -0800)]
[project @ 2005-05-02 18:52:56 by cjwatson]
print helpful message for packages with no maintainer

19 years ago[project @ 2005-04-20 04:40:18 by cjwatson]
cjwatson [Wed, 20 Apr 2005 11:40:18 +0000 (03:40 -0800)]
[project @ 2005-04-20 04:40:18 by cjwatson]
Add note to nonumnosub error that "Your message has been filed under junk
but otherwise ignored", following the form of other messages.

19 years ago[project @ 2005-04-20 04:36:56 by cjwatson]
cjwatson [Wed, 20 Apr 2005 11:36:56 +0000 (03:36 -0800)]
[project @ 2005-04-20 04:36:56 by cjwatson]
typo fix in reply to submitter@bugs

19 years ago[project @ 2005-04-20 04:31:27 by cjwatson]
cjwatson [Wed, 20 Apr 2005 11:31:27 +0000 (03:31 -0800)]
[project @ 2005-04-20 04:31:27 by cjwatson]
Clarify request to send separate bugs for separate problems.

19 years ago[project @ 2005-04-09 16:21:02 by cjwatson]
cjwatson [Sat, 9 Apr 2005 23:21:02 +0000 (15:21 -0800)]
[project @ 2005-04-09 16:21:02 by cjwatson]
Decode RFC1522 mail headers for display in the web interface. bugreport.cgi
and pkgreport.cgi now output UTF-8.

This introduces .summary format version 3, in which all metadata is stored
in UTF-8. Due to a lack of testing and no migration script, this is not yet
the default. When reading/writing earlier format versions, RFC1522 metadata
is automatically decoded/encoded.

19 years ago[project @ 2005-04-09 15:41:22 by cjwatson]
cjwatson [Sat, 9 Apr 2005 22:41:22 +0000 (14:41 -0800)]
[project @ 2005-04-09 15:41:22 by cjwatson]
Add Debbugs::MIME::encode_rfc1522 function as a partner to decode_rfc1522.

19 years ago[project @ 2005-03-16 20:42:13 by cjwatson]
cjwatson [Thu, 17 Mar 2005 04:42:13 +0000 (20:42 -0800)]
[project @ 2005-03-16 20:42:13 by cjwatson]
Rename de_rfc1522 to decode_rfc1522 to allow for a sensibly-named encode
partner.

19 years ago[project @ 2005-03-16 20:23:20 by cjwatson]
cjwatson [Thu, 17 Mar 2005 04:23:21 +0000 (20:23 -0800)]
[project @ 2005-03-16 20:23:20 by cjwatson]
Add Debbugs::MIME::de_rfc1522() function, modified slightly from a patch by
Don Armstrong <don@debian.org>. Decodes RFC1522-style mail header encoding
to UTF-8.

Requires libunicode-maputf8-perl Debian package.

19 years ago[project @ 2005-03-16 19:53:49 by cjwatson]
cjwatson [Thu, 17 Mar 2005 03:53:49 +0000 (19:53 -0800)]
[project @ 2005-03-16 19:53:49 by cjwatson]
fix paragraph ordering

19 years ago[project @ 2005-03-16 19:47:43 by cjwatson]
cjwatson [Thu, 17 Mar 2005 03:47:43 +0000 (19:47 -0800)]
[project @ 2005-03-16 19:47:43 by cjwatson]
Add note about html record design flaw.

19 years ago[project @ 2005-03-15 21:40:41 by cjwatson]
cjwatson [Wed, 16 Mar 2005 05:40:41 +0000 (21:40 -0800)]
[project @ 2005-03-15 21:40:41 by cjwatson]
Add comments to explain hairy tag addition/subtraction code a bit.

19 years ago[project @ 2005-02-01 07:54:59 by blarson]
blarson [Tue, 1 Feb 2005 15:54:59 +0000 (07:54 -0800)]
[project @ 2005-02-01 07:54:59 by blarson]
Perl version of crossassassin duplicate checker.

19 years ago[project @ 2005-02-01 07:54:01 by blarson]
blarson [Tue, 1 Feb 2005 15:54:01 +0000 (07:54 -0800)]
[project @ 2005-02-01 07:54:01 by blarson]
Update spamscan to current version.  Uses crossassin (my perl version),
avoids spamassassin on duplicate message IDs.

19 years ago[project @ 2005-01-16 14:27:08 by cjwatson]
cjwatson [Sun, 16 Jan 2005 22:27:09 +0000 (14:27 -0800)]
[project @ 2005-01-16 14:27:08 by cjwatson]
debbugsconfig creates required directories in $gSpoolDir (closes: #222077).

19 years ago[project @ 2005-01-02 19:08:12 by cjwatson]
cjwatson [Mon, 3 Jan 2005 03:08:12 +0000 (19:08 -0800)]
[project @ 2005-01-02 19:08:12 by cjwatson]
fix missing parenthesis

19 years ago[project @ 2005-01-02 19:00:29 by cjwatson]
cjwatson [Mon, 3 Jan 2005 03:00:30 +0000 (19:00 -0800)]
[project @ 2005-01-02 19:00:29 by cjwatson]
Add Owner: pseudo-header (closes: #285537).

19 years ago[project @ 2004-10-26 14:00:05 by cjwatson]
cjwatson [Tue, 26 Oct 2004 21:00:05 +0000 (13:00 -0800)]
[project @ 2004-10-26 14:00:05 by cjwatson]
Fix typo in header names.

19 years ago[project @ 2004-10-26 13:55:25 by cjwatson]
cjwatson [Tue, 26 Oct 2004 20:55:26 +0000 (12:55 -0800)]
[project @ 2004-10-26 13:55:25 by cjwatson]
Add X-$gProject-PR-Message: headers to all mails sent by service.

19 years ago[project @ 2004-08-27 23:36:44 by cjwatson]
cjwatson [Sat, 28 Aug 2004 06:36:44 +0000 (22:36 -0800)]
[project @ 2004-08-27 23:36:44 by cjwatson]
Update history; note that nCipher allowed me to distribute modifications I
made while I was an employee there.

19 years ago[project @ 2004-08-05 15:09:30 by cjwatson]
cjwatson [Thu, 5 Aug 2004 22:09:30 +0000 (14:09 -0800)]
[project @ 2004-08-05 15:09:30 by cjwatson]
Cope with empty Reply-To: header (#263741).

19 years ago[project @ 2004-06-11 16:45:45 by cjwatson]
cjwatson [Fri, 11 Jun 2004 23:45:45 +0000 (15:45 -0800)]
[project @ 2004-06-11 16:45:45 by cjwatson]
Clarify documentation of 'tags' (#253835).

19 years ago[project @ 2004-06-07 10:51:48 by cjwatson]
cjwatson [Mon, 7 Jun 2004 17:51:48 +0000 (09:51 -0800)]
[project @ 2004-06-07 10:51:48 by cjwatson]
Add more visible note that "close" is deprecated, for the hard-of-reading.

19 years ago[project @ 2004-06-07 10:14:07 by cjwatson]
cjwatson [Mon, 7 Jun 2004 17:14:07 +0000 (09:14 -0800)]
[project @ 2004-06-07 10:14:07 by cjwatson]
merge doesn't require title match or affect titles; thanks to Dan Jacobson.

20 years ago[project @ 2004-06-01 00:41:26 by cjwatson]
cjwatson [Tue, 1 Jun 2004 07:41:26 +0000 (23:41 -0800)]
[project @ 2004-06-01 00:41:26 by cjwatson]
Use RFC2616-compliant means of recommending a target filename to the
browser when downloading attachments. Patch slightly modified from one by
Tollef Fog Heen.

20 years ago[project @ 2004-05-11 00:51:01 by cjwatson]
cjwatson [Tue, 11 May 2004 07:51:01 +0000 (23:51 -0800)]
[project @ 2004-05-11 00:51:01 by cjwatson]
Document that # comments in control messages are included in acks.

20 years ago[project @ 2004-04-19 13:09:27 by cjwatson]
cjwatson [Mon, 19 Apr 2004 20:09:27 +0000 (12:09 -0800)]
[project @ 2004-04-19 13:09:27 by cjwatson]
Completely ignore old 'base' parameter.

20 years ago[project @ 2004-04-19 10:30:42 by cjwatson]
cjwatson [Mon, 19 Apr 2004 17:30:42 +0000 (09:30 -0800)]
[project @ 2004-04-19 10:30:42 by cjwatson]
Only link to $gPackagePages if it's defined.

20 years ago[project @ 2004-04-19 10:03:53 by cjwatson]
cjwatson [Mon, 19 Apr 2004 17:03:53 +0000 (09:03 -0800)]
[project @ 2004-04-19 10:03:53 by cjwatson]
Fix db2html package page ordering.

20 years ago[project @ 2004-04-17 17:54:27 by cjwatson]
cjwatson [Sun, 18 Apr 2004 00:54:27 +0000 (16:54 -0800)]
[project @ 2004-04-17 17:54:27 by cjwatson]
bugs-fetch2 redirects to bugreport.cgi/pkgreport.cgi URLs rather than
obsolete db/ ones.

20 years ago[project @ 2004-04-17 17:31:04 by cjwatson]
cjwatson [Sun, 18 Apr 2004 00:31:04 +0000 (16:31 -0800)]
[project @ 2004-04-17 17:31:04 by cjwatson]
Fix summary ordering (discovered during nCipher upgrade).