]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
15 years ago * Add lock support to read_bug
Don Armstrong [Fri, 1 Aug 2008 04:21:04 +0000 (21:21 -0700)]
 * Add lock support to read_bug
 * Add new function to lock and read all merged bugs

15 years agoadd bug subscription domain to config
Don Armstrong [Fri, 1 Aug 2008 04:20:04 +0000 (21:20 -0700)]
add bug subscription domain to config

15 years agoaccept status in addition to bugs in bug_filter
Don Armstrong [Fri, 1 Aug 2008 04:19:38 +0000 (21:19 -0700)]
accept status in addition to bugs in bug_filter

15 years ago * Add support for correspondent
Don Armstrong [Wed, 25 Jun 2008 01:27:19 +0000 (18:27 -0700)]
 * Add support for correspondent
 * Stop using $archive; use $param{archive} directly
 * Use cgi head methods directly
 * Don't call nice in the script
 * Read include/exclude

15 years ago * Start ditching uninformative short variable names
Don Armstrong [Wed, 25 Jun 2008 01:26:30 +0000 (18:26 -0700)]
 * Start ditching uninformative short variable names
 * Fix syntax errors

15 years ago * Use absolute paths
Don Armstrong [Wed, 25 Jun 2008 01:24:57 +0000 (18:24 -0700)]
 * Use absolute paths
 * Use the new globify_scalar calls with undef to connect to /dev/null instead of a fake scalar
 * Set the action in all codepaths if it's passed
 * Use carp where appropriate

15 years ago * Use absolute paths to locks
Don Armstrong [Wed, 25 Jun 2008 01:19:01 +0000 (18:19 -0700)]
 * Use absolute paths to locks
 * Use ->new instead of new

15 years ago * Fix missing \
Don Armstrong [Wed, 25 Jun 2008 01:18:41 +0000 (18:18 -0700)]
 * Fix missing \

15 years ago * Add obsolete_severities option which was missing
Don Armstrong [Wed, 25 Jun 2008 01:18:13 +0000 (18:18 -0700)]
 * Add obsolete_severities option which was missing

15 years ago * Fix tests for .in renaming
Don Armstrong [Wed, 25 Jun 2008 01:17:25 +0000 (18:17 -0700)]
 * Fix tests for .in renaming
 * Fix waitpid resetting $? failures

15 years agoAdd new uservalue feature to Debbugs::User
Don Armstrong [Fri, 20 Jun 2008 01:32:31 +0000 (18:32 -0700)]
Add new uservalue feature to Debbugs::User

15 years ago * Add removal_unremovable_tags support
Don Armstrong [Thu, 19 Jun 2008 23:12:39 +0000 (16:12 -0700)]
 * Add removal_unremovable_tags support
 * Add usertag_dir config variable

15 years ago * update changelog for templating system addition
Don Armstrong [Thu, 19 Jun 2008 21:43:18 +0000 (14:43 -0700)]
  * update changelog for templating system addition

15 years agouse carp; fix $bug usage; fix grep command
Don Armstrong [Thu, 19 Jun 2008 21:23:47 +0000 (14:23 -0700)]
use carp; fix $bug usage; fix grep command

15 years ago * Add support for correspondent to Debbugs::Bugs and allow owner and
Don Armstrong [Thu, 19 Jun 2008 00:20:57 +0000 (17:20 -0700)]
 * Add support for correspondent to Debbugs::Bugs and allow owner and
   correspondent to be used even in indexless searches

15 years ago * Add support for the correspondent index
Don Armstrong [Thu, 19 Jun 2008 00:10:35 +0000 (17:10 -0700)]
 * Add support for the correspondent index

15 years ago * Use the new Debbugs::Log interface
Don Armstrong [Thu, 19 Jun 2008 00:06:42 +0000 (17:06 -0700)]
 * Use the new Debbugs::Log interface

15 years ago * Add support for giving bug number and/or log name to Debbugs::Log->new
Don Armstrong [Wed, 18 Jun 2008 23:50:26 +0000 (16:50 -0700)]
 * Add support for giving bug number and/or log name to Debbugs::Log->new

15 years ago * Document the various severity settings
Don Armstrong [Thu, 12 Jun 2008 16:34:30 +0000 (09:34 -0700)]
 * Document the various severity settings
 * Fix defaults of the severities to be sane

15 years agoAllow for the archiving of bugs in removed packages (closes: #475622)
Don Armstrong [Mon, 9 Jun 2008 18:23:53 +0000 (11:23 -0700)]
Allow for the archiving of bugs in removed packages (closes: #475622)

15 years ago * Ditch useless prototypes in Debbugs::Versions
Don Armstrong [Mon, 9 Jun 2008 18:22:01 +0000 (11:22 -0700)]
 * Ditch useless prototypes in Debbugs::Versions
 * Use warnings as well as use strict

15 years agofix a few missing transcript calls
Don Armstrong [Mon, 9 Jun 2008 16:32:40 +0000 (09:32 -0700)]
fix a few missing transcript calls

15 years ago * Use warnings and strict
Don Armstrong [Mon, 9 Jun 2008 16:14:09 +0000 (09:14 -0700)]
 * Use warnings and strict
 * Stop using errorlib
 * Switch from quit to die
 * Localize a ton of variables
 * Switch to using a glob transcript
 * Use the new archive_unarchived option to bug_archive
 * Switch to a generic add_recipient function from the multiple cc lists

15 years ago * Use globify_scalar
Don Armstrong [Mon, 9 Jun 2008 16:12:13 +0000 (09:12 -0700)]
 * Use globify_scalar
 * Allow determining whether a bug has been archived or not for
   re-archiving

15 years ago * Finish deprecating quit in Debbugs::Status
Don Armstrong [Mon, 9 Jun 2008 16:03:20 +0000 (09:03 -0700)]
 * Finish deprecating quit in Debbugs::Status
 * Add bug_num to status output

15 years ago * Use IO::File and Debbugs::Config::config
Don Armstrong [Mon, 9 Jun 2008 16:01:55 +0000 (09:01 -0700)]
 * Use IO::File and Debbugs::Config::config

15 years ago * Remove useless parameters
Don Armstrong [Mon, 9 Jun 2008 15:52:18 +0000 (08:52 -0700)]
 * Remove useless parameters
 * use Foo->new, not new Foo;

15 years agofix typo
Don Armstrong [Mon, 9 Jun 2008 15:49:40 +0000 (08:49 -0700)]
fix typo

15 years ago * finish deprecating quit by replacing it with die
Don Armstrong [Mon, 9 Jun 2008 15:48:51 +0000 (08:48 -0700)]
 * finish deprecating quit by replacing it with die

15 years agofix myurl
Don Armstrong [Mon, 9 Jun 2008 15:36:09 +0000 (08:36 -0700)]
fix myurl

15 years ago * remove remaining @cleanups
Don Armstrong [Fri, 30 May 2008 06:45:52 +0000 (08:45 +0200)]
 * remove remaining @cleanups

15 years ago * Rip out the @cleanups; use an END{} instead
Don Armstrong [Fri, 30 May 2008 06:39:10 +0000 (08:39 +0200)]
 * Rip out the @cleanups; use an END{} instead
 * deprecate quit
 * Document getmaintainers and getmaintainers_reverse
 * Clean up lock die messages

15 years ago * Add new globify_scalar function
Don Armstrong [Thu, 29 May 2008 02:09:53 +0000 (04:09 +0200)]
 * Add new globify_scalar function

15 years agoditch using .in naming of scripts
Don Armstrong [Sat, 24 May 2008 12:54:57 +0000 (14:54 +0200)]
ditch using .in naming of scripts

15 years ago * Move code from bugreport.cgi to Debbugs::CGI::Bugreport
Don Armstrong [Sat, 24 May 2008 12:46:52 +0000 (14:46 +0200)]
 * Move code from bugreport.cgi to Debbugs::CGI::Bugreport
 * Switch bugreport.cgi to using templates
 * Remove useless calls from pkgreport
 * Add new package_links and report_links commands to unify the
   package and bug linking
 * Delete extra copy of bugs.css
 * Fix the naming of the html_tail file
 * Use UNTAINT in Debbugs::Text
 * Remove useless prototypes in Debbugs::MIME
 * Tweak Debbugs::Config to allow empty $ENV{HOME}

16 years agoadd the quit template
Don Armstrong [Mon, 19 May 2008 16:46:57 +0000 (09:46 -0700)]
add the quit template

16 years agomove the function from bugreport.cgi out to a separate module
Don Armstrong [Mon, 19 May 2008 15:12:07 +0000 (17:12 +0200)]
move the function from bugreport.cgi out to a separate module

16 years agoadd the no such bug and html tail templates
Don Armstrong [Mon, 19 May 2008 10:26:25 +0000 (03:26 -0700)]
add the no such bug and html tail templates

16 years ago * Add html template directory
Don Armstrong [Mon, 19 May 2008 10:25:19 +0000 (03:25 -0700)]
 * Add html template directory
 * Move bug header after the log-only parsing
 * Switch to the Params::Validate version_url method

16 years ago * Switch Debbugs::CGI::version_url to use Params::Validate
Don Armstrong [Mon, 19 May 2008 10:03:18 +0000 (03:03 -0700)]
 * Switch Debbugs::CGI::version_url to use Params::Validate
 * Use templates in Debbugs::CGI

16 years ago * Indicate that html/tail has replaced $config{html_tail}
Don Armstrong [Mon, 19 May 2008 09:12:54 +0000 (02:12 -0700)]
 * Indicate that html/tail has replaced $config{html_tail}

16 years ago * Properly handle \n line terminated emails
Don Armstrong [Mon, 12 May 2008 02:22:02 +0000 (19:22 -0700)]
 * Properly handle \n line terminated emails

16 years ago * fix chomp wrongness
Don Armstrong [Mon, 12 May 2008 02:21:47 +0000 (19:21 -0700)]
 * fix chomp wrongness

16 years ago Distinguish between reports and followups (closes: #459866)
Don Armstrong [Sun, 11 May 2008 01:14:09 +0000 (18:14 -0700)]
 Distinguish between reports and followups (closes: #459866)

16 years ago * Remove break which broke the div style adjustment
Don Armstrong [Sat, 10 May 2008 23:54:52 +0000 (16:54 -0700)]
 * Remove break which broke the div style adjustment

16 years ago * fix issue with useless \@ escape
Don Armstrong [Sat, 10 May 2008 23:51:55 +0000 (16:51 -0700)]
 * fix issue with useless \@ escape

16 years ago * Add invalid_version template
Don Armstrong [Sat, 26 Apr 2008 06:49:25 +0000 (23:49 -0700)]
 * Add invalid_version template
 * Relax notfound and notfixed version regex
 * Check for version regex in process.in pseudoheaders

16 years agofix problem with rfc822 output link
Don Armstrong [Sun, 20 Apr 2008 19:11:14 +0000 (12:11 -0700)]
fix problem with rfc822 output link

16 years agoremove redundant \s*
Don Armstrong [Sun, 20 Apr 2008 19:10:37 +0000 (12:10 -0700)]
remove redundant \s*

16 years agouse full path to spamscan-sa
Don Armstrong [Sun, 30 Mar 2008 03:12:58 +0000 (20:12 -0700)]
use full path to spamscan-sa

16 years agofix two braindead syntax errors
Don Armstrong [Sun, 30 Mar 2008 03:01:30 +0000 (20:01 -0700)]
fix two braindead syntax errors

16 years agofix defined tests in spamscan-sa
Don Armstrong [Sun, 30 Mar 2008 02:54:25 +0000 (19:54 -0700)]
fix defined tests in spamscan-sa

16 years agomerge changes from mainline
Don Armstrong [Sun, 30 Mar 2008 02:28:45 +0000 (19:28 -0700)]
merge changes from mainline

16 years agomerge changes from source
Debian BTS [Sun, 30 Mar 2008 02:27:55 +0000 (02:27 +0000)]
merge changes from source

16 years ago * Add configuration variables for spamscan to Debbugs::Config
Don Armstrong [Sun, 30 Mar 2008 01:43:10 +0000 (18:43 -0700)]
 * Add configuration variables for spamscan to Debbugs::Config
 * Fix spamscan to use warnings; use strict
 * Use Debbugs::Config in spamscan instead of directly sourcing /etc/debbugs/config

16 years agofix forward links in pkgreport, add support for indexing on status
Don Armstrong [Sat, 29 Mar 2008 22:34:27 +0000 (15:34 -0700)]
fix forward links in pkgreport, add support for indexing on status

16 years agomerge changes from dla source
Debian BTS [Mon, 25 Feb 2008 21:56:36 +0000 (21:56 +0000)]
merge changes from dla source

16 years ago * Fix paramaters for get_versions and source/binary SOAP calls
Don Armstrong [Mon, 25 Feb 2008 21:56:05 +0000 (13:56 -0800)]
 * Fix paramaters for get_versions and source/binary SOAP calls

16 years agomerge changes from dla source
Debian BTS [Mon, 25 Feb 2008 21:50:09 +0000 (21:50 +0000)]
merge changes from dla source

16 years ago * Actually call Debbugs::Package::get_version not itself
Don Armstrong [Mon, 25 Feb 2008 21:48:50 +0000 (13:48 -0800)]
 * Actually call Debbugs::Package::get_version not itself

16 years agomerge changes from dla source
Debian BTS [Sat, 23 Feb 2008 22:54:51 +0000 (22:54 +0000)]
merge changes from dla source

16 years ago - Deal properly with \r line endings (closes: #467190)
Don Armstrong [Sat, 23 Feb 2008 22:53:42 +0000 (14:53 -0800)]
  - Deal properly with \r line endings (closes: #467190)

16 years agoadd the default package selected template
Don Armstrong [Thu, 21 Feb 2008 21:22:14 +0000 (13:22 -0800)]
add the default package selected template

16 years agoadd default package support
Don Armstrong [Thu, 21 Feb 2008 21:15:12 +0000 (13:15 -0800)]
add default package support

16 years agomerge changes from dla source
Debian BTS [Wed, 20 Feb 2008 21:06:43 +0000 (21:06 +0000)]
merge changes from dla source

16 years ago * Fix get_status([bug => NN]) hashref return
Don Armstrong [Wed, 20 Feb 2008 20:51:22 +0000 (12:51 -0800)]
 * Fix get_status([bug => NN]) hashref return

16 years agomerge changes from dla source
Debian BTS [Wed, 20 Feb 2008 10:28:29 +0000 (10:28 +0000)]
merge changes from dla source

16 years ago * Fix $binver vs $ver typo in the single argument binarytosource
Don Armstrong [Wed, 20 Feb 2008 10:27:53 +0000 (02:27 -0800)]
 * Fix $binver vs $ver typo in the single argument binarytosource

16 years agomerge changes from dla source
Debian BTS [Wed, 20 Feb 2008 09:49:12 +0000 (09:49 +0000)]
merge changes from dla source

16 years ago * Add missing define($data->{done}) check
Don Armstrong [Wed, 20 Feb 2008 09:46:09 +0000 (01:46 -0800)]
 * Add missing define($data->{done}) check

16 years ago * Fix missing {} in the mark_as_forwarded template. (Thanks Hamish
Don Armstrong [Wed, 20 Feb 2008 09:44:28 +0000 (01:44 -0800)]
 * Fix missing {} in the mark_as_forwarded template. (Thanks Hamish
   Moffatt for noticing.)

16 years agomerge changes from dla source
Debian BTS [Wed, 20 Feb 2008 09:27:08 +0000 (09:27 +0000)]
merge changes from dla source

16 years ago - Add the ability to return source/package mapping
Don Armstrong [Wed, 20 Feb 2008 09:18:42 +0000 (01:18 -0800)]
  - Add the ability to return source/package mapping
    (closes: #465332,#458822)

16 years ago - Indicate what message number a message is (closes: #462653,#454248)
Don Armstrong [Wed, 20 Feb 2008 08:21:59 +0000 (00:21 -0800)]
  - Indicate what message number a message is (closes: #462653,#454248)
  - Add the ability to return source/package mapping (closes: #465332)

16 years agomerge changes from dla source
Debian BTS [Sat, 16 Feb 2008 22:51:37 +0000 (22:51 +0000)]
merge changes from dla source

16 years ago * Fix use of fill_in_template instead of fill_template
Don Armstrong [Sat, 16 Feb 2008 22:47:22 +0000 (14:47 -0800)]
 * Fix use of fill_in_template instead of fill_template

16 years agomerge changes from dla source
Debian BTS [Fri, 15 Feb 2008 21:47:55 +0000 (21:47 +0000)]
merge changes from dla source

16 years agofix typo in bugreport.cgi
Don Armstrong [Fri, 15 Feb 2008 21:46:14 +0000 (13:46 -0800)]
fix typo in bugreport.cgi

16 years agomerge changes from dla source
Debian BTS [Wed, 13 Feb 2008 20:09:25 +0000 (20:09 +0000)]
merge changes from dla source

16 years agouse right template for your bug done
Don Armstrong [Wed, 13 Feb 2008 20:08:27 +0000 (12:08 -0800)]
use right template for your bug done

16 years agomerge changes from dla source
Debian BTS [Wed, 13 Feb 2008 19:50:56 +0000 (19:50 +0000)]
merge changes from dla source

16 years agocomplain about bounces without using quit()
Don Armstrong [Tue, 12 Feb 2008 20:35:23 +0000 (12:35 -0800)]
complain about bounces without using quit()

16 years agomerge changes from dla source
Debian BTS [Tue, 12 Feb 2008 20:16:29 +0000 (20:16 +0000)]
merge changes from dla source

16 years ago * Fix synatx error in scripts/process.in
Don Armstrong [Tue, 12 Feb 2008 20:12:43 +0000 (12:12 -0800)]
 * Fix synatx error in scripts/process.in
 * Handle undef being passed in Debbugs::Mime::encode_rfc1522

16 years ago * Fix more undefined value issues
Don Armstrong [Tue, 12 Feb 2008 20:07:56 +0000 (12:07 -0800)]
 * Fix more undefined value issues
 * Use proper template for no package passed

16 years agomerge changes from dla source
Debian BTS [Tue, 12 Feb 2008 08:27:45 +0000 (08:27 +0000)]
merge changes from dla source

16 years ago * Add missing mail/ directories for template location
Don Armstrong [Tue, 12 Feb 2008 08:27:10 +0000 (00:27 -0800)]
 * Add missing mail/ directories for template location

16 years agomerge changes from dla source
Debian BTS [Tue, 12 Feb 2008 08:25:15 +0000 (08:25 +0000)]
merge changes from dla source

16 years agoadd missing if $DEBUG to Debbugs::Status::bug_archiveable
Don Armstrong [Tue, 12 Feb 2008 08:24:48 +0000 (00:24 -0800)]
add missing if $DEBUG to Debbugs::Status::bug_archiveable

16 years agomerge changes from dla source
Debian BTS [Tue, 12 Feb 2008 07:22:30 +0000 (07:22 +0000)]
merge changes from dla source

16 years ago * import lockreadbug
Don Armstrong [Tue, 12 Feb 2008 07:14:49 +0000 (23:14 -0800)]
 * import lockreadbug
 * Fix various undefined value issues

16 years agoadd info defined-ness check
Don Armstrong [Mon, 11 Feb 2008 07:08:05 +0000 (23:08 -0800)]
add info defined-ness check

16 years agomerge changes from dla source
Debian BTS [Mon, 11 Feb 2008 07:04:45 +0000 (07:04 +0000)]
merge changes from dla source

16 years ago - Make search case insensitive (closes: #448861)
Don Armstrong [Mon, 11 Feb 2008 04:16:33 +0000 (20:16 -0800)]
  - Make search case insensitive (closes: #448861)

16 years ago * Fix undefined value in length problems in process.in
Don Armstrong [Sun, 10 Feb 2008 23:53:21 +0000 (15:53 -0800)]
 * Fix undefined value in length problems in process.in

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