]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
16 years agomerge in changes from dla source tree
Debian BTS [Sun, 10 Feb 2008 22:38:13 +0000 (22:38 +0000)]
merge in changes from dla source tree

16 years agofix mistake in the import options of POSIX
Don Armstrong [Sun, 10 Feb 2008 22:27:53 +0000 (14:27 -0800)]
fix mistake in the import options of POSIX

16 years ago - Fix casing of versions (closes: #441022)
Don Armstrong [Sun, 10 Feb 2008 22:25:26 +0000 (14:25 -0800)]
  - Fix casing of versions (closes: #441022)
  - Output last-modified in bugreport.cgi (closes: #459709)
  - Fix various html syntax errors in pkgreport.cgi (closes: #462322)

16 years agoAdd an rfc822_date function to Debbugs::Mail
Don Armstrong [Sun, 10 Feb 2008 22:18:20 +0000 (14:18 -0800)]
Add an rfc822_date function to Debbugs::Mail

16 years ago * Start using the templates for control and the fake control message
Don Armstrong [Sun, 10 Feb 2008 22:17:40 +0000 (14:17 -0800)]
 * Start using the templates for control and the fake control message

16 years ago * Pass the bugurl function using the hole methodology that I've
Don Armstrong [Sun, 10 Feb 2008 05:10:35 +0000 (21:10 -0800)]
 * Pass the bugurl function using the hole methodology that I've
   implemented.

16 years ago * Properly use Safe::Hole so that the opcode mask is saved and
Don Armstrong [Sun, 10 Feb 2008 05:09:00 +0000 (21:09 -0800)]
 * Properly use Safe::Hole so that the opcode mask is saved and
   properly restored (which it isn't if you don't pass a ref to a HASH
   (insane).
 * General code cleanup and remove useless functionality that is no
   longer required.

16 years ago * Since we need IO::Scalar, we need to use it here.
Don Armstrong [Sun, 10 Feb 2008 05:06:44 +0000 (21:06 -0800)]
 * Since we need IO::Scalar, we need to use it here.

16 years ago * Fix the the default web domain assignment to handle '/' correctly
Don Armstrong [Sun, 10 Feb 2008 05:06:02 +0000 (21:06 -0800)]
 * Fix the the default web domain assignment to handle '/' correctly

16 years ago - Indicate what message number a message is (closes: #462653)
Don Armstrong [Sun, 27 Jan 2008 20:29:00 +0000 (12:29 -0800)]
  - Indicate what message number a message is (closes: #462653)

16 years ago * Fix linking to pkgs when there are names containing '
Don Armstrong [Sun, 27 Jan 2008 20:26:40 +0000 (12:26 -0800)]
 * Fix linking to pkgs when there are names containing '
 * Add missing html_escape() calls

16 years agomerge dla source changes
Debian BTS [Sun, 9 Dec 2007 00:53:14 +0000 (00:53 +0000)]
merge dla source changes

16 years ago * Indicate which versions come from which architectures
Don Armstrong [Sun, 9 Dec 2007 00:46:21 +0000 (16:46 -0800)]
 * Indicate which versions come from which architectures
 * Allow architectures to be limited

16 years ago * Add support for return_archs in get_versions
Don Armstrong [Sun, 9 Dec 2007 00:45:55 +0000 (16:45 -0800)]
 * Add support for return_archs in get_versions

16 years ago * Fix the exportation of gDefaultArchitecture and name powerpc properly
Don Armstrong [Sun, 9 Dec 2007 00:45:23 +0000 (16:45 -0800)]
 * Fix the exportation of gDefaultArchitecture and name powerpc properly

16 years ago * Add a default_architectures configuration variable which sets the
Don Armstrong [Sun, 9 Dec 2007 00:09:14 +0000 (16:09 -0800)]
 * Add a default_architectures configuration variable which sets the
   set of default archectures.
 * removal_architectures now inherits from default_architectures

16 years ago * Add more debbugging output to Debbugs::Status
Don Armstrong [Thu, 29 Nov 2007 08:41:56 +0000 (00:41 -0800)]
 * Add more debbugging output to Debbugs::Status

16 years agomerge changes from dla source
Debian BTS [Tue, 13 Nov 2007 05:47:24 +0000 (05:47 +0000)]
merge changes from dla source

16 years ago * Document how to create the estraier database in add_bug_to_estraier
Don Armstrong [Tue, 13 Nov 2007 05:40:36 +0000 (21:40 -0800)]
 * Document how to create the estraier database in add_bug_to_estraier
 * Start using Safe::Hole to tunnel the bits we need to the safe module

16 years ago * Fix missing html_escape in cgi/pkgreport.cgi
Don Armstrong [Tue, 13 Nov 2007 05:39:53 +0000 (21:39 -0800)]
 * Fix missing html_escape in cgi/pkgreport.cgi

16 years ago * Fix $date -> $header{date} thinko
Don Armstrong [Sat, 22 Sep 2007 08:11:23 +0000 (01:11 -0700)]
 * Fix $date -> $header{date} thinko

16 years ago * Add the rest of the missing templates
Don Armstrong [Sat, 22 Sep 2007 08:09:13 +0000 (01:09 -0700)]
 * Add the rest of the missing templates
 * process.in is now fully templatetized

16 years ago * Start using templates in process.in
Don Armstrong [Thu, 20 Sep 2007 06:17:58 +0000 (23:17 -0700)]
 * Start using templates in process.in
 * All ack messages are now generated using templates

16 years ago * Add the ability to have module import options
Don Armstrong [Thu, 20 Sep 2007 06:17:19 +0000 (23:17 -0700)]
 * Add the ability to have module import options
 * Indicate that Debbugs::Config can't yet be imported

16 years agoadd path to template dir
Don Armstrong [Thu, 20 Sep 2007 05:52:59 +0000 (22:52 -0700)]
add path to template dir

16 years agoadd missing newline and fix typo in missing template error
Don Armstrong [Thu, 20 Sep 2007 05:52:37 +0000 (22:52 -0700)]
add missing newline and fix typo in missing template error

16 years agoremove getmailbody from errorlib
Don Armstrong [Tue, 18 Sep 2007 07:30:02 +0000 (00:30 -0700)]
remove getmailbody from errorlib

16 years agoallow getmailbody to be exported; remove getmailbody parameter declaration
Don Armstrong [Tue, 18 Sep 2007 07:29:35 +0000 (00:29 -0700)]
allow getmailbody to be exported; remove getmailbody parameter declaration

16 years agoadd description of maintainer email to Debbugs::Config
Don Armstrong [Tue, 18 Sep 2007 07:28:35 +0000 (00:28 -0700)]
add description of maintainer email to Debbugs::Config

16 years ago * Debbugs::CGI should be loading isstrongseverity
Don Armstrong [Tue, 18 Sep 2007 07:28:01 +0000 (00:28 -0700)]
 * Debbugs::CGI should be loading isstrongseverity

16 years ago * Make process use warnings/use strict; compliant
Don Armstrong [Tue, 18 Sep 2007 07:27:20 +0000 (00:27 -0700)]
 * Make process use warnings/use strict; compliant
 * Fix a typo fh/fn
 * Stop using errorlib

16 years ago * Add dependency on libtext-template-perl
Don Armstrong [Tue, 18 Sep 2007 06:42:36 +0000 (23:42 -0700)]
 * Add dependency on libtext-template-perl

16 years ago * Add template system
Don Armstrong [Tue, 18 Sep 2007 06:41:59 +0000 (23:41 -0700)]
 * Add template system
 * Add template dir configuration directory

16 years agofix spamscan-sa
Debian BTS [Sun, 9 Sep 2007 09:26:09 +0000 (09:26 +0000)]
fix spamscan-sa

16 years agofix spamscan-sa
Blars Blarson [Sun, 9 Sep 2007 09:22:42 +0000 (02:22 -0700)]
fix spamscan-sa

16 years agomerge in blars changes
Don Armstrong [Sun, 9 Sep 2007 08:34:27 +0000 (01:34 -0700)]
merge in blars changes

16 years agomerge in blars changes
Don Armstrong [Sun, 9 Sep 2007 08:34:15 +0000 (01:34 -0700)]
merge in blars changes

16 years agospamscan for spamassassin 3.1
Debian BTS [Sun, 9 Sep 2007 07:54:39 +0000 (07:54 +0000)]
spamscan for spamassassin 3.1

16 years agospamscan-sa for spamassassin 3.1
Blars Blarson [Sun, 9 Sep 2007 07:51:15 +0000 (00:51 -0700)]
spamscan-sa for spamassassin 3.1

16 years agomerge new spamscan
Debian BTS [Sat, 8 Sep 2007 19:22:12 +0000 (19:22 +0000)]
merge new spamscan

16 years agoFix deleting temporary files.
Blars Blarson [Sat, 8 Sep 2007 19:16:18 +0000 (12:16 -0700)]
Fix deleting temporary files.

16 years agomerge new spamscan
Debian BTS [Sat, 8 Sep 2007 14:09:28 +0000 (14:09 +0000)]
merge new spamscan

16 years agoNew version of spamscan that uses internal locking for
Blars Blarson [Sat, 8 Sep 2007 14:01:53 +0000 (07:01 -0700)]
New version of spamscan that uses internal locking for
assassinated/crossassassinated.

Many changes including split of spamscan into spamscan and spamscan-sa.

16 years agomerge changes from don source branch
Debian BTS [Sat, 8 Sep 2007 10:19:24 +0000 (10:19 +0000)]
merge changes from don source branch

16 years ago * Remove extraneous test that wandered into to the broken soap client
Don Armstrong [Sat, 8 Sep 2007 10:16:55 +0000 (03:16 -0700)]
 * Remove extraneous test that wandered into to the broken soap client
   cleanup

16 years agomerge don changes to source
Debian BTS [Fri, 7 Sep 2007 12:37:28 +0000 (12:37 +0000)]
merge don changes to source

16 years ago * Even though it's meaningless, fix the stupid ARRAY(0x...) printout
Don Armstrong [Fri, 7 Sep 2007 12:18:44 +0000 (14:18 +0200)]
 * Even though it's meaningless, fix the stupid ARRAY(0x...) printout
   bug so people stop filing it over and over and over again.

16 years agomerge colin changes and suggestions by fjp
Don Armstrong [Tue, 28 Aug 2007 21:16:46 +0000 (14:16 -0700)]
merge colin changes and suggestions by fjp

16 years agomerge changes from cjwatson source branch
Debian BTS [Tue, 28 Aug 2007 17:56:00 +0000 (17:56 +0000)]
merge changes from cjwatson source branch

16 years agoreally fix include=<tags> too
Colin Watson [Tue, 28 Aug 2007 17:55:37 +0000 (18:55 +0100)]
really fix include=<tags> too

16 years agomerge changes from cjwatson source branch
Debian BTS [Tue, 28 Aug 2007 16:58:50 +0000 (16:58 +0000)]
merge changes from cjwatson source branch

16 years agofix include/exclude=<tags>
Colin Watson [Tue, 28 Aug 2007 16:48:55 +0000 (17:48 +0100)]
fix include/exclude=<tags>

16 years agobug title is actually a string
Don Armstrong [Mon, 27 Aug 2007 06:43:33 +0000 (23:43 -0700)]
bug title is actually a string

16 years agofix bug selection for broken soap clients
Don Armstrong [Mon, 27 Aug 2007 06:43:15 +0000 (23:43 -0700)]
fix bug selection for broken soap clients

16 years ago * Add compat and install files for the package split
Don Armstrong [Mon, 27 Aug 2007 06:42:21 +0000 (23:42 -0700)]
 * Add compat and install files for the package split

16 years agomerge changes from dla source branch
Debian BTS [Fri, 10 Aug 2007 04:39:52 +0000 (04:39 +0000)]
merge changes from dla source branch

16 years ago * Make soap handle arrayrefs properly for Debbugs::SOAP
Don Armstrong [Fri, 10 Aug 2007 04:38:55 +0000 (21:38 -0700)]
 * Make soap handle arrayrefs properly for Debbugs::SOAP

16 years agomerge changes from dla source branch
Debian BTS [Thu, 9 Aug 2007 18:48:22 +0000 (18:48 +0000)]
merge changes from dla source branch

16 years ago - Verify submitter is a valid email according to RFC822
Don Armstrong [Thu, 9 Aug 2007 18:31:53 +0000 (11:31 -0700)]
  - Verify submitter is a valid email according to RFC822
    (closes: #182419)

16 years ago - Make notfound/notfixed log verbiage more clear (closes: #434953)
Don Armstrong [Wed, 8 Aug 2007 01:46:50 +0000 (18:46 -0700)]
  - Make notfound/notfixed log verbiage more clear (closes: #434953)

16 years ago mark the fcntl and sendmail location as fixed
Don Armstrong [Wed, 8 Aug 2007 01:42:15 +0000 (18:42 -0700)]
 mark the fcntl and sendmail location as fixed

16 years ago - Handle src/binary packages with the same name (but different src
Don Armstrong [Wed, 8 Aug 2007 01:38:16 +0000 (18:38 -0700)]
  - Handle src/binary packages with the same name (but different src
    packages) correctly. (closes: #435926)

16 years ago * Use the same regex in the bug info stanza for Forwarded: as used in the log
Don Armstrong [Tue, 7 Aug 2007 04:02:28 +0000 (21:02 -0700)]
 * Use the same regex in the bug info stanza for Forwarded: as used in the log

16 years ago * Allow passing dist=> and other options to get_status in SOAP
Don Armstrong [Tue, 7 Aug 2007 04:01:14 +0000 (21:01 -0700)]
 * Allow passing dist=> and other options to get_status in SOAP
 * Fix incorrect Bug capitalization

16 years agomake toggle work on the first click
Don Armstrong [Sat, 21 Jul 2007 11:19:24 +0000 (04:19 -0700)]
make toggle work on the first click

16 years agomerge changes from dla source branch
Debian BTS [Fri, 20 Jul 2007 12:24:45 +0000 (12:24 +0000)]
merge changes from dla source branch

16 years ago * Test unlocking issues in unarchive
Don Armstrong [Fri, 20 Jul 2007 12:23:14 +0000 (05:23 -0700)]
 * Test unlocking issues in unarchive
 * Fix failure to import writebug

16 years agomerge changes from dla source branch
Debian BTS [Tue, 17 Jul 2007 09:03:52 +0000 (09:03 +0000)]
merge changes from dla source branch

16 years ago * Remove fixed versions should remove all versions which match and
Don Armstrong [Tue, 17 Jul 2007 08:55:43 +0000 (01:55 -0700)]
 * Remove fixed versions should remove all versions which match and
   not try to figure out the source package.

16 years ago - Add missing newline after indicating what the user is (closes: #432466)
Don Armstrong [Sun, 15 Jul 2007 02:29:21 +0000 (19:29 -0700)]
  - Add missing newline after indicating what the user is (closes: #432466)

16 years ago - Add anchor links to specific messages (closes: #431450)
Don Armstrong [Sun, 15 Jul 2007 02:27:10 +0000 (19:27 -0700)]
  - Add anchor links to specific messages (closes: #431450)

16 years agoupdate documentation for get_usertag
Don Armstrong [Sat, 14 Jul 2007 23:03:22 +0000 (16:03 -0700)]
update documentation for get_usertag

16 years agomerge changes from dla source branch
Debian BTS [Sat, 14 Jul 2007 07:25:42 +0000 (07:25 +0000)]
merge changes from dla source branch

16 years ago * Use map to apply the split to make_list in the custom
Don Armstrong [Sat, 14 Jul 2007 07:24:27 +0000 (00:24 -0700)]
 * Use map to apply the split to make_list in the custom
   categorization parameter code.

16 years agomerge changes from dla source branch
Debian BTS [Sat, 14 Jul 2007 03:19:45 +0000 (03:19 +0000)]
merge changes from dla source branch

16 years agoignore dist for pseudo packages
Don Armstrong [Sat, 14 Jul 2007 03:18:18 +0000 (20:18 -0700)]
ignore dist for pseudo packages

16 years agomerge changes from source
Debian BTS [Sat, 14 Jul 2007 02:56:30 +0000 (02:56 +0000)]
merge changes from source

16 years ago * Add a distribution alias -> distribution configuration map
Don Armstrong [Sat, 14 Jul 2007 02:52:08 +0000 (19:52 -0700)]
 * Add a distribution alias -> distribution configuration map
 * Add a separate set of default distribution tags for strong severities
 * If any distribution tags are set, do not apply the default distribution set
 * Use the strong severity default distribution set in archival of
   strong severity bugs.

16 years ago * Allow get_bugs to pass a single arrayref instead of an array to
Don Armstrong [Sat, 14 Jul 2007 02:50:14 +0000 (19:50 -0700)]
 * Allow get_bugs to pass a single arrayref instead of an array to
   work around ugly SOAP implementations.
 * Populate the version of get_msg; indicate that msg_num is currently ignored.

16 years ago * Unlock the locks held when Debbugs::Control die()'s.
Don Armstrong [Fri, 6 Jul 2007 10:00:59 +0000 (03:00 -0700)]
 * Unlock the locks held when Debbugs::Control die()'s.

16 years agohandle multiple usertag settings
Don Armstrong [Fri, 6 Jul 2007 10:00:41 +0000 (03:00 -0700)]
handle multiple usertag settings

16 years ago * Handle arrayref empty maintainer
Don Armstrong [Thu, 5 Jul 2007 18:04:05 +0000 (11:04 -0700)]
 * Handle arrayref empty maintainer

16 years ago * Handle multiple packages in Debbugs::Packages::get_versions (arrayref)
Don Armstrong [Thu, 5 Jul 2007 06:57:11 +0000 (23:57 -0700)]
 * Handle multiple packages in Debbugs::Packages::get_versions (arrayref)
 * Handle multiple packages in version.cgi correctly

16 years agoadd a date to the fakemail
Don Armstrong [Thu, 5 Jul 2007 03:48:49 +0000 (20:48 -0700)]
add a date to the fakemail

16 years ago * Only indicate that a bug has been reopened on found when it actually has.
Don Armstrong [Wed, 4 Jul 2007 17:37:09 +0000 (10:37 -0700)]
 * Only indicate that a bug has been reopened on found when it actually has.

16 years ago * Examine the age of all merged bugs logs and use in calculation to
Don Armstrong [Wed, 4 Jul 2007 17:36:22 +0000 (10:36 -0700)]
 * Examine the age of all merged bugs logs and use in calculation to
   avoid starting the archive process on unarchiveable bugs.

16 years agoignore warnings from Mail::Address->parse
Don Armstrong [Wed, 4 Jul 2007 17:23:37 +0000 (10:23 -0700)]
ignore warnings from Mail::Address->parse

16 years agoadd more verbiage to the bugspam.cgi
Don Armstrong [Tue, 3 Jul 2007 16:21:51 +0000 (09:21 -0700)]
add more verbiage to the bugspam.cgi

16 years agomerge changes from dla source tree
Debian BTS [Tue, 3 Jul 2007 09:12:22 +0000 (09:12 +0000)]
merge changes from dla source tree

16 years ago * Bring the notfound regex into line with the found regex
Don Armstrong [Tue, 3 Jul 2007 09:03:01 +0000 (02:03 -0700)]
 * Bring the notfound regex into line with the found regex
 * Indicate when found reopens a bug
 * Capture the package name in the found regex as well

16 years ago * Fix the Debbugs::Control bug regex
Don Armstrong [Tue, 3 Jul 2007 08:37:01 +0000 (01:37 -0700)]
 * Fix the Debbugs::Control bug regex
 * Fix $_ thinko in bug_archiveable

16 years ago * Avoid warnings on buggy
Don Armstrong [Tue, 3 Jul 2007 08:20:11 +0000 (01:20 -0700)]
 * Avoid warnings on buggy
 * Handle non-existant packages and logs without complaining
 * Don't output warnings on broken email addresses

16 years ago * Add debbugging to Debbugs::Status::bug_archiveable
Don Armstrong [Mon, 2 Jul 2007 20:17:21 +0000 (13:17 -0700)]
 * Add debbugging to Debbugs::Status::bug_archiveable
 * Ignore versioning information in known pseudopackages
 * Update a comment

16 years ago * Add a configuration variable for the pseudo-package maint file
Don Armstrong [Mon, 2 Jul 2007 20:16:46 +0000 (13:16 -0700)]
 * Add a configuration variable for the pseudo-package maint file

16 years ago * Move pseudodesc to Debbugs::Common
Don Armstrong [Mon, 2 Jul 2007 20:15:55 +0000 (13:15 -0700)]
 * Move pseudodesc to Debbugs::Common
 * Fix display of the name of source packages in cgi/pkgreport.cgi

16 years agomerge changes from dla source tree
Debian BTS [Thu, 28 Jun 2007 05:40:09 +0000 (05:40 +0000)]
merge changes from dla source tree

16 years agoskip undefined includes/excludes
Don Armstrong [Thu, 28 Jun 2007 05:37:50 +0000 (22:37 -0700)]
skip undefined includes/excludes

16 years agofix syntax error (missing ()
Don Armstrong [Thu, 28 Jun 2007 05:37:34 +0000 (22:37 -0700)]
fix syntax error (missing ()

16 years ago * Use our $bug_order for mod_perl issues
Don Armstrong [Thu, 28 Jun 2007 05:24:57 +0000 (22:24 -0700)]
 * Use our $bug_order for mod_perl issues
 * Fix bug_log return and newest_bug method in Debbugs::SOAP

16 years agoremove newest from the package/src URI too
Don Armstrong [Thu, 28 Jun 2007 02:56:45 +0000 (19:56 -0700)]
remove newest from the package/src URI too