]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
17 years agofix various jidanni complaints
Don Armstrong [Mon, 20 Nov 2006 23:02:05 +0000 (15:02 -0800)]
fix various jidanni complaints

17 years ago * Start documenting the global names of variables in Debbugs::Config
Don Armstrong [Mon, 20 Nov 2006 12:11:20 +0000 (04:11 -0800)]
 * Start documenting the global names of variables in Debbugs::Config
 * Add a @gDistributions for use in cgi/version.cgi which
   automatically sets the set of distribution tags.

17 years ago * Fix various silly statements in cgi/pkgreport.cgi
Don Armstrong [Mon, 20 Nov 2006 12:09:09 +0000 (04:09 -0800)]
 * Fix various silly statements in cgi/pkgreport.cgi
 * Fix ordering with usertags

17 years ago * Add versioning archival/removal support to the configuration file
Don Armstrong [Sat, 18 Nov 2006 09:20:24 +0000 (01:20 -0800)]
 * Add versioning archival/removal support to the configuration file
 * Write out the bug_archiveable function
 * Move the private functions to the bottom of Debbugs::Status where
   they belong
 * Call bug_archiveable from pkgreport.cgi for display of the current
   archival status.

17 years ago * Fix typo in archive/archived url specification
Don Armstrong [Sat, 18 Nov 2006 07:46:02 +0000 (23:46 -0800)]
 * Fix typo in archive/archived url specification
 * Move to using Debbugs::Config in pkgreport.cgi, including the text urls
 * Remove the errorlib require line that was commented out

17 years ago * Finish migration to Debbugs::Config in bugreport.cgi
Don Armstrong [Sat, 18 Nov 2006 07:44:37 +0000 (23:44 -0800)]
 * Finish migration to Debbugs::Config in bugreport.cgi
 * Make use of the basic text snippets which have moved to Debbugs::Config
 * Fix the <BODY"> bug

17 years agomake sure to include the source of interesting versions
Don Armstrong [Sat, 18 Nov 2006 07:42:03 +0000 (23:42 -0800)]
make sure to include the source of interesting versions

17 years agoexport read_bug
Don Armstrong [Wed, 15 Nov 2006 02:16:06 +0000 (18:16 -0800)]
export read_bug

17 years ago * Make a read_bug which takes multiple arguments, and have readbug call it.
Don Armstrong [Wed, 15 Nov 2006 02:15:45 +0000 (18:15 -0800)]
 * Make a read_bug which takes multiple arguments, and have readbug call it.

17 years ago * Move get_bug_status to Debbugs::Status
Don Armstrong [Wed, 15 Nov 2006 01:57:21 +0000 (17:57 -0800)]
 * Move get_bug_status to Debbugs::Status
 * Eliminate buggyversion; replace it with a buggy in Debbugs::Status
 * make getbugstatus in cgi/common.pl a wrapper which calls
   Debbugs::Status::get_bug_status

17 years ago * use :text support in common.pl
Don Armstrong [Sat, 11 Nov 2006 08:52:23 +0000 (00:52 -0800)]
 * use :text support in common.pl

17 years ago * Support setting the common values from text in /etc/debbugs/config
Don Armstrong [Sat, 11 Nov 2006 08:51:47 +0000 (00:51 -0800)]
 * Support setting the common values from text in /etc/debbugs/config
 * Allow globals which have been set to influence set_default

17 years ago * remove the rest of the lock detrius and id from errorlib.in
Don Armstrong [Sat, 11 Nov 2006 08:50:43 +0000 (00:50 -0800)]
 * remove the rest of the lock detrius and id from errorlib.in

17 years ago * Move makesourceversions to Debbugs::Packages
Don Armstrong [Sat, 11 Nov 2006 07:30:56 +0000 (23:30 -0800)]
 * Move makesourceversions to Debbugs::Packages
 * Only lookup the in the tied hash once; store the result, and avoid
   looking up it again. [This avoids wasting time thaw'ing it multiple
   times, and the lookup time.]
 * use Debbugs::Config qw(:globals) in common.pl; get rid of useless
   debbugs:: cruft.

17 years agoadd test for Debbugs::Packages
Don Armstrong [Sat, 11 Nov 2006 07:27:48 +0000 (23:27 -0800)]
add test for Debbugs::Packages

17 years ago * Modularize out cgi_parameters; make it do default values and
Don Armstrong [Tue, 7 Nov 2006 11:14:26 +0000 (03:14 -0800)]
 * Modularize out cgi_parameters; make it do default values and
   singletons
 * Redo pkgindex so that it supports indexing by a first value, and
   indicing results
 * Adapt versions.cgi and search.cgi to deal with the changes in
   cgi_parameters
 * Fix versions.cgi so that it deals properly with source packages

17 years agoshow version graph link on bugreport.cgi
Don Armstrong [Mon, 23 Oct 2006 00:24:09 +0000 (17:24 -0700)]
show version graph link on bugreport.cgi

17 years agoAllow for useless messages to be hidden
Don Armstrong [Mon, 23 Oct 2006 00:23:42 +0000 (17:23 -0700)]
Allow for useless messages to be hidden

17 years ago * Add doctype line
Don Armstrong [Sun, 22 Oct 2006 11:46:34 +0000 (04:46 -0700)]
 * Add doctype line
 * remove extra </td>
 * Fix option typo

17 years ago * Add Debbugs::SOAP::Status
Don Armstrong [Sun, 22 Oct 2006 09:48:36 +0000 (02:48 -0700)]
 * Add Debbugs::SOAP::Status
 * Merge changes from mainline
- Debbugs::Bugs
 * Add MLDBM index support
 * Add function support
- Debbugs::CGI
 * Add set_url_params to set URL_PARARAMS
 * Fix bug_url to do the same
 * Add version_url to create a link to the version.cgi script
 * Move a grip of functions from common.pl here
- Debbugs::Common
 * Ditch useless locals()
- Debbugs::Config
 * Add $gVersionPackagesDir $gVersionIndex,
   $gBinarySourceMap, and $gSourceBinaryMap
 * Add %gSearchEstraier
- Debbugs::Estraier
 * Add remove_old_messages function; not called because the indexes
   which are needed aren't currently created.
- Debbugs::Package
 * Fix typo in getversions
- Debbugs::Status
 * Use Debbugs Mime
 * move some functions out of Debbugs::Status
- Debbugs::User
 * Use the Debbugs::Config module
- add_bug_to_estraier
 * Use Debbugs::Config
 * Beginings of hooks to remove old messages
- cgi/common.pl
 * Most functions moved out to other modules and 'use'd here.

17 years ago* When a bug can't be found in control@; indicate to user that it may
Don Armstrong [Sun, 22 Oct 2006 08:06:05 +0000 (01:06 -0700)]
* When a bug can't be found in control@; indicate to user that it may
  be archived. (closes: #153536)

17 years ago * Make it obvious when commands to control have failed
Don Armstrong [Sun, 22 Oct 2006 08:00:31 +0000 (01:00 -0700)]
 * Make it obvious when commands to control have failed
   (closes: #344184)
 * Fix javascript error in pkgreport.cgi (closes: #346043)

17 years agoMake sure the timestamp is set from UTC
Don Armstrong [Sat, 21 Oct 2006 08:10:21 +0000 (01:10 -0700)]
Make sure the timestamp is set from UTC

17 years agoadd support for setting the user corresponding to a user tag
Don Armstrong [Sat, 21 Oct 2006 08:09:25 +0000 (01:09 -0700)]
add support for setting the user corresponding to a user tag

17 years agodocument usertag setting on initial e-mail
Don Armstrong [Sat, 21 Oct 2006 03:53:32 +0000 (20:53 -0700)]
document usertag setting on initial e-mail

17 years agoadd usertags support to process.in
Don Armstrong [Sat, 21 Oct 2006 03:50:01 +0000 (20:50 -0700)]
add usertags support to process.in

17 years agouse portable storable images
Don Armstrong [Sat, 21 Oct 2006 03:24:03 +0000 (20:24 -0700)]
use portable storable images

17 years ago use Storable in Debbugs::Packages
Don Armstrong [Fri, 20 Oct 2006 21:06:04 +0000 (14:06 -0700)]
 use Storable in Debbugs::Packages

17 years ago * Use MLDBM DB_File Storable in gen-indices and cgi/common.pl
Don Armstrong [Fri, 20 Oct 2006 04:42:10 +0000 (21:42 -0700)]
 * Use MLDBM DB_File Storable in gen-indices and cgi/common.pl
 * Add a reverse index to allow incremental updates of bugs
 * Add pod2usage documentation of gen-indices
 * Stop using pack et al; and just allow Storable to transparently
   handle everything

17 years agoclose race condition when updating bts indices
Don Armstrong [Wed, 18 Oct 2006 22:16:24 +0000 (15:16 -0700)]
close race condition when updating bts indices

17 years agofix typo in gen-indices
Don Armstrong [Mon, 9 Oct 2006 06:25:02 +0000 (23:25 -0700)]
fix typo in gen-indices

17 years ago Modify dir and list assignment to be a single map
Don Armstrong [Mon, 9 Oct 2006 06:18:10 +0000 (23:18 -0700)]
 Modify dir and list assignment to be a single map

17 years agofix gen-indices; add back in postprocess stuff
Don Armstrong [Mon, 9 Oct 2006 05:47:15 +0000 (22:47 -0700)]
fix gen-indices; add back in postprocess stuff

17 years agoadd gen-indices and add a quick option to it
Don Armstrong [Mon, 9 Oct 2006 01:31:33 +0000 (18:31 -0700)]
add gen-indices and add a quick option to it

17 years ago * Add a Debbugs::Status; this module contains the routines for
Don Armstrong [Sat, 23 Sep 2006 08:52:50 +0000 (01:52 -0700)]
 * Add a Debbugs::Status; this module contains the routines for
   interacting with status and summary files
 * Move all of the status related routines out of errorlib.in to here

17 years ago * Use warnings in Debbugs::Packages
Don Armstrong [Sat, 23 Sep 2006 08:51:21 +0000 (01:51 -0700)]
 * Use warnings in Debbugs::Packages
 * Only export when asked to export
 * Use the proper configuration items, instead of assuming that
   they're in the debbugs package.

17 years ago * Move functions in errorlib.in to Debbugs::Common
Don Armstrong [Sat, 23 Sep 2006 08:50:04 +0000 (01:50 -0700)]
 * Move functions in errorlib.in to Debbugs::Common
 * Rewrite the lockfile routines to use flock() and be less manic.
 * Use Debbugs::Config whereever possible

17 years agofix typo in bug number
Don Armstrong [Sun, 17 Sep 2006 09:50:40 +0000 (02:50 -0700)]
fix typo in bug number

17 years ago * Don't ask for more bugs if there is no maintainer (closes: #355190)
Don Armstrong [Sun, 17 Sep 2006 07:25:33 +0000 (00:25 -0700)]
 * Don't ask for more bugs if there is no maintainer (closes: #355190)
 * Stop refering to developers on the index page (closes: #355768)
 * Change control@ stop regex and documentation to match eachother
   (closes: #366093)

17 years agoAllow messages to -help to go through as well; fixes #385331
Don Armstrong [Sun, 17 Sep 2006 06:55:36 +0000 (23:55 -0700)]
Allow messages to -help to go through as well; fixes #385331

17 years ago * Document that messages to -forwarded do not get sent to the maintainer.
Don Armstrong [Sun, 17 Sep 2006 06:53:22 +0000 (23:53 -0700)]
 * Document that messages to -forwarded do not get sent to the maintainer.

17 years agodocument that blocked bugs are now linked
Don Armstrong [Tue, 12 Sep 2006 09:52:51 +0000 (02:52 -0700)]
document that blocked bugs are now linked

17 years ago flip around archive and add YA missing set of parenthesis
Don Armstrong [Tue, 12 Sep 2006 09:30:07 +0000 (02:30 -0700)]
 flip around archive and add YA missing set of parenthesis

17 years agofix missing parenthesis
Don Armstrong [Tue, 12 Sep 2006 09:20:27 +0000 (02:20 -0700)]
fix missing parenthesis

17 years agoUse printf instead of print in pkgreport
Don Armstrong [Tue, 12 Sep 2006 09:15:05 +0000 (02:15 -0700)]
Use printf instead of print in pkgreport

17 years ago* Display links to archived bugs for all searches
Don Armstrong [Tue, 12 Sep 2006 09:03:07 +0000 (02:03 -0700)]
* Display links to archived bugs for all searches

17 years ago * Split forwarded on commas for linking in pkgreport
Don Armstrong [Tue, 12 Sep 2006 08:42:16 +0000 (01:42 -0700)]
 * Split forwarded on commas for linking in pkgreport
 * Do not display duplicate bugs in pkgreport

17 years ago Add search and versioning support cgi scripts
Don Armstrong [Tue, 12 Sep 2006 08:14:52 +0000 (01:14 -0700)]
 Add search and versioning support cgi scripts

17 years agoupdate future directions with backwards compatibility hack
Don Armstrong [Tue, 12 Sep 2006 08:13:14 +0000 (01:13 -0700)]
update future directions with backwards compatibility hack

17 years agoAdd bug searching abstraction
Don Armstrong [Tue, 12 Sep 2006 08:12:48 +0000 (01:12 -0700)]
Add bug searching abstraction

17 years ago * Add links to all blocking bugs
Don Armstrong [Thu, 17 Aug 2006 03:32:35 +0000 (20:32 -0700)]
 * Add links to all blocking bugs

17 years ago * Add links to all blocking bugs
Don Armstrong [Thu, 17 Aug 2006 03:10:01 +0000 (20:10 -0700)]
 * Add links to all blocking bugs

17 years ago * Fix cloned bugs being wrongly set up as blockers
Don Armstrong [Sat, 12 Aug 2006 00:05:11 +0000 (17:05 -0700)]
 * Fix cloned bugs being wrongly set up as blockers

17 years ago * Fix cloned bugs being wrongly set up as blockers
Don Armstrong [Sat, 12 Aug 2006 00:04:31 +0000 (17:04 -0700)]
 * Fix cloned bugs being wrongly set up as blockers

17 years ago * Remove toggle(2) from the javascript to fix the javascript error. Thanks to Ryan...
Don Armstrong [Sat, 22 Jul 2006 00:43:34 +0000 (17:43 -0700)]
 * Remove toggle(2) from the javascript to fix the javascript error. Thanks to Ryan Murray.

17 years ago * Merge changes
Don Armstrong [Fri, 21 Jul 2006 21:31:17 +0000 (14:31 -0700)]
 * Merge changes

17 years ago * Use RFC compliant dates in headers
Don Armstrong [Fri, 21 Jul 2006 21:29:43 +0000 (14:29 -0700)]
 * Use RFC compliant dates in headers

17 years ago * Add soap support to debbugs
Don Armstrong [Tue, 18 Jul 2006 01:21:45 +0000 (18:21 -0700)]
 * Add soap support to debbugs

17 years ago * Add getverisons to Debbugs/Packages
Don Armstrong [Sat, 15 Jul 2006 04:29:49 +0000 (21:29 -0700)]
 * Add getverisons to Debbugs/Packages

17 years ago * Really merge in changes to add subscription link
Don Armstrong [Thu, 13 Jul 2006 09:04:32 +0000 (02:04 -0700)]
 * Really merge in changes to add subscription link

17 years ago * Merge the following
Don Armstrong [Thu, 13 Jul 2006 08:51:15 +0000 (01:51 -0700)]
 * Merge the following
    - Add link to subscribe to a bug (closes: #353260)
    - Don't lc owner or forwarded at submit time (closes: #288384)
    - Explain how to close bugs in the ack message (closes: #37605)
    - Make the moreinfo ack more general (closes: #70810)

17 years ago * Make the moreinfo acks more general
Don Armstrong [Thu, 13 Jul 2006 07:52:28 +0000 (00:52 -0700)]
 * Make the moreinfo acks more general

17 years ago * Explain how to close bugs in the ack message
Don Armstrong [Thu, 13 Jul 2006 07:46:49 +0000 (00:46 -0700)]
 * Explain how to close bugs in the ack message

17 years ago * Don't lc() owner or forwarder at submit time
Don Armstrong [Thu, 13 Jul 2006 07:19:08 +0000 (00:19 -0700)]
 * Don't lc() owner or forwarder at submit time
 * Use the pseudoheader to set PR-Source when possible; make it
   capitalized also.

17 years ago * Add link to subscribe to bugs
Don Armstrong [Thu, 13 Jul 2006 07:17:16 +0000 (00:17 -0700)]
 * Add link to subscribe to bugs

17 years ago * Add missing space after mbox
Don Armstrong [Thu, 13 Jul 2006 06:50:56 +0000 (23:50 -0700)]
 * Add missing space after mbox
 * Move bug_links to the Debbugs::CGI module
 * use gmtime instead of seting $ENV{TZ}

17 years ago * Put the state machine in the right state by calling nochangebug after setbug
Don Armstrong [Thu, 13 Jul 2006 03:36:45 +0000 (20:36 -0700)]
 * Put the state machine in the right state by calling nochangebug after setbug

17 years ago * Put the state machine in the right state by calling nochangebug after setbug
Don Armstrong [Thu, 13 Jul 2006 03:36:01 +0000 (20:36 -0700)]
 * Put the state machine in the right state by calling nochangebug after setbug

17 years ago * Merge changes from Sesse which fix source packages no binary of the same name
Don Armstrong [Sat, 8 Jul 2006 07:32:25 +0000 (00:32 -0700)]
 * Merge changes from Sesse which fix source packages no binary of the same name

17 years ago * Merge changes to add a source version cache from Sesse
Don Armstrong [Sat, 8 Jul 2006 07:30:47 +0000 (00:30 -0700)]
 * Merge changes to add a source version cache from Sesse

17 years ago * Add patch from Sesse to fix some of the source versioning problems
Don Armstrong [Sat, 8 Jul 2006 07:25:01 +0000 (00:25 -0700)]
 * Add patch from Sesse to fix some of the source versioning problems
   in debbugs.

17 years agomerge back in source merges to fix the broken repository
Don Armstrong [Sat, 8 Jul 2006 06:45:50 +0000 (23:45 -0700)]
merge back in source merges to fix the broken repository

17 years ago * Merge obey package for usertags fix
Don Armstrong [Thu, 6 Jul 2006 01:24:01 +0000 (18:24 -0700)]
 * Merge obey package for usertags fix

17 years ago * Obey package for usertags
Don Armstrong [Thu, 6 Jul 2006 01:22:59 +0000 (18:22 -0700)]
 * Obey package for usertags

17 years ago * merge in changes to support cloned bugs in blockers
Don Armstrong [Thu, 6 Jul 2006 00:41:09 +0000 (17:41 -0700)]
 * merge in changes to support cloned bugs in blockers

17 years ago * merge in changes to fix blocking bugs
Don Armstrong [Thu, 6 Jul 2006 00:40:17 +0000 (17:40 -0700)]
 * merge in changes to fix blocking bugs

17 years ago * link to blocking bugs in bugreport.cgi
Don Armstrong [Thu, 6 Jul 2006 00:37:24 +0000 (17:37 -0700)]
 * link to blocking bugs in bugreport.cgi

17 years ago* Indicate which bug is being blocked in after blocking
Don Armstrong [Thu, 6 Jul 2006 00:12:09 +0000 (17:12 -0700)]
* Indicate which bug is being blocked in after blocking

17 years ago * Merge changes to add message links and fix dpkg versioning comparsion
Debian BTS [Mon, 26 Jun 2006 01:27:22 +0000 (18:27 -0700)]
 * Merge changes to add message links and fix dpkg versioning comparsion

17 years ago * Merge changes to fix Debbugs::Versions::Dpkg so that it properly
Don Armstrong [Mon, 26 Jun 2006 01:24:02 +0000 (18:24 -0700)]
 * Merge changes to fix Debbugs::Versions::Dpkg so that it properly
   deals with ~

17 years ago * Add message number links to every single message in the bug
Don Armstrong [Mon, 26 Jun 2006 01:16:46 +0000 (18:16 -0700)]
 * Add message number links to every single message in the bug

17 years ago * Fix Debbugs::Versions::Dpkg to deal with ~ in the versions properly
Don Armstrong [Mon, 26 Jun 2006 01:00:59 +0000 (18:00 -0700)]
 * Fix Debbugs::Versions::Dpkg to deal with ~ in the versions properly
 * Add tests in 02_version_dpkg.t to actually test to make sure that
   Debbugs::Versions::Dpkg and dpkg --compare-versions agree what the
   version relationships are.

17 years ago * Merge in changes to the %cats data structure from Debian
Debian BTS [Fri, 16 Jun 2006 23:45:08 +0000 (16:45 -0700)]
 * Merge in changes to the %cats data structure from Debian

17 years ago * merge changes to fix falsely pending bugs
Debian BTS [Fri, 16 Jun 2006 23:41:13 +0000 (16:41 -0700)]
 * merge changes to fix falsely pending bugs

17 years ago * Only map to english if there are more priorities than tags
Don Armstrong [Fri, 16 Jun 2006 23:38:16 +0000 (16:38 -0700)]
 * Only map to english if there are more priorities than tags
   (closes: #372936)

17 years ago * Document the addresses available in process.in
Don Armstrong [Sat, 10 Jun 2006 07:34:23 +0000 (00:34 -0700)]
 * Document the addresses available in process.in
 * Support cloned bugs in control blocking

17 years agomerge changes to fix the ISE in pkgreport.cgi
Debian BTS [Sat, 10 Jun 2006 05:58:57 +0000 (22:58 -0700)]
merge changes to fix the ISE in pkgreport.cgi

17 years ago * Fix the ISE in pkgreport.cgi upon severity reversal
Don Armstrong [Sat, 10 Jun 2006 05:54:19 +0000 (22:54 -0700)]
 * Fix the ISE in pkgreport.cgi upon severity reversal

17 years ago * merge in changes to rfc1522 message encoding
Debian BTS [Thu, 8 Jun 2006 06:34:31 +0000 (23:34 -0700)]
 * merge in changes to rfc1522 message encoding

17 years ago * merge changes to fix rfc1522 encoding
Debian BTS [Thu, 8 Jun 2006 06:32:55 +0000 (23:32 -0700)]
 * merge changes to fix rfc1522 encoding

17 years ago * Merge in changes from the source tree to fix rfc1522 encoding of
Don Armstrong [Thu, 8 Jun 2006 06:29:42 +0000 (23:29 -0700)]
 * Merge in changes from the source tree to fix rfc1522 encoding of
   messages

17 years ago * Encode all messages with quoted-printable when appropriate
Don Armstrong [Wed, 7 Jun 2006 07:14:16 +0000 (00:14 -0700)]
 * Encode all messages with quoted-printable when appropriate
 * Add a test to make sure that messages which are created don't have
   8-bit stuff anywhere.

17 years agomerge changes to fix newmergelist bug
Debian BTS [Sun, 28 May 2006 19:44:59 +0000 (12:44 -0700)]
merge changes to fix newmergelist bug

17 years agomerge changes to fix newmergelist bug
Debian BTS [Sun, 28 May 2006 19:43:26 +0000 (12:43 -0700)]
merge changes to fix newmergelist bug

17 years agoFix bug introduced because checkmatch uses a global newmergelist instead of a lexical
Don Armstrong [Sun, 28 May 2006 19:23:53 +0000 (12:23 -0700)]
Fix bug introduced because checkmatch uses a global newmergelist instead of a lexical

17 years agoremove debbugging print from Debbugs::Common
Don Armstrong [Sat, 27 May 2006 08:34:51 +0000 (01:34 -0700)]
remove debbugging print from Debbugs::Common

17 years ago text.in now use Debbugs::Config so the variables it uses are included
Don Armstrong [Sat, 27 May 2006 07:12:12 +0000 (00:12 -0700)]
 text.in now use Debbugs::Config so the variables it uses are included

17 years ago * Fix the date format used in headers
Don Armstrong [Sat, 27 May 2006 07:11:31 +0000 (00:11 -0700)]
 * Fix the date format used in headers

17 years ago * Move readbug, getbuglocation,component,etc into Debbugs::Common
Don Armstrong [Sat, 27 May 2006 07:10:42 +0000 (00:10 -0700)]
 * Move readbug, getbuglocation,component,etc into Debbugs::Common

17 years ago * Allow query options to be set using the short url format
Don Armstrong [Sat, 27 May 2006 07:08:39 +0000 (00:08 -0700)]
 * Allow query options to be set using the short url format