]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
16 years agomerge changes from dla source tree
Debian BTS [Thu, 14 Jun 2007 21:27:29 +0000 (21:27 +0000)]
merge changes from dla source tree

16 years agofix typo in archive checking
Don Armstrong [Thu, 14 Jun 2007 21:25:57 +0000 (22:25 +0100)]
fix typo in archive checking

16 years agomerge changes from dla source tree
Debian BTS [Thu, 14 Jun 2007 20:49:46 +0000 (20:49 +0000)]
merge changes from dla source tree

16 years ago * Fix typo in Debbugs::Status
Don Armstrong [Thu, 14 Jun 2007 20:16:49 +0000 (21:16 +0100)]
 * Fix typo in Debbugs::Status
 * Allow guessing location from summary if passed
 * Don't show archived information for archived bugs

16 years ago * Don't show time to archive for archived bugs
Don Armstrong [Thu, 14 Jun 2007 18:33:02 +0000 (19:33 +0100)]
 * Don't show time to archive for archived bugs
 * Handle summary being passed; guess log based on it.

16 years ago - Reopen bugs when a bug is found with a version greater than any
Don Armstrong [Thu, 14 Jun 2007 15:55:28 +0000 (16:55 +0100)]
  - Reopen bugs when a bug is found with a version greater than any
    fixed version (closes: #365352)

16 years agomerge changes from dla source tree
Debian BTS [Thu, 14 Jun 2007 15:23:33 +0000 (15:23 +0000)]
merge changes from dla source tree

16 years ago * Fix archive selection for queries using get_bugs
Don Armstrong [Thu, 14 Jun 2007 15:06:15 +0000 (16:06 +0100)]
 * Fix archive selection for queries using get_bugs

16 years agomerge changes from dla source tree
Debian BTS [Thu, 14 Jun 2007 14:20:17 +0000 (14:20 +0000)]
merge changes from dla source tree

16 years agoindicate that titles have been reordered
Don Armstrong [Thu, 14 Jun 2007 14:15:27 +0000 (15:15 +0100)]
indicate that titles have been reordered

16 years ago * Fix undefined name issues in Debbugs::Estraier
Don Armstrong [Thu, 14 Jun 2007 13:58:02 +0000 (14:58 +0100)]
 * Fix undefined name issues in Debbugs::Estraier
 * Properly extract the bug message

16 years agofix mistake in days returned by secs_to_english
Don Armstrong [Thu, 14 Jun 2007 13:04:06 +0000 (14:04 +0100)]
fix mistake in days returned by secs_to_english

16 years ago - Indicate date of last activity (closes: #207065)
Don Armstrong [Thu, 14 Jun 2007 12:49:23 +0000 (13:49 +0100)]
  - Indicate date of last activity (closes: #207065)

16 years ago - Only mail duplicated recipients once (closes: #172635)
Don Armstrong [Thu, 14 Jun 2007 12:21:07 +0000 (13:21 +0100)]
  - Only mail duplicated recipients once (closes: #172635)

16 years ago339141 was the bug I wanted to close with archiving
Don Armstrong [Thu, 14 Jun 2007 11:00:06 +0000 (12:00 +0100)]
339141 was the bug I wanted to close with archiving

16 years agomerge changes from dla source tree
Debian BTS [Wed, 13 Jun 2007 21:37:29 +0000 (21:37 +0000)]
merge changes from dla source tree

16 years ago * Add html/bugs.css
Don Armstrong [Wed, 13 Jun 2007 21:28:46 +0000 (22:28 +0100)]
 * Add html/bugs.css
 * Switch to ExtUtils::MakeMaker for building the perl modules
 * Fix read_log_records import in bugreport.cgi
 * Split the package into three

16 years ago * Add Debbugs::Control which will eventually contain most of the
Don Armstrong [Wed, 13 Jun 2007 14:30:12 +0000 (15:30 +0100)]
 * Add Debbugs::Control which will eventually contain most of the
   control actions which are currently stuck in service.in

 * Add bug_archive and bug_unarchive routines which are called by
   service.in and expire.in as appropriate

 * Change expire.in to use bug_archive

 * Test archival and unarchival in 06_mail_handling.t
 * Document archive and unarchive control commands

 * Add control_request* configuration variables for the fake messages
   appended to the log when bugs are archived/unarchived internally.

 * Move escape_log to Debbugs::Log and rename it
 * Change all usages of escapelog to escape_log; escape_log now
   returns a list instead of pointlessly using an ARRAYREF.
 * No longer export things by default from Debbugs::Log

 * Move logreadbugmerge to Debbugs::Status where it should have been
   originally

 * Use append_action_to_log in Debbugs::Control (possibly should be in
   Debbugs::Log) instead of duplicating it everywhere. [It's still
   duplicated in service.in's -1.log, but sue me.]

16 years agomerge changes from dla source tree
Debian BTS [Sun, 10 Jun 2007 01:27:50 +0000 (01:27 +0000)]
merge changes from dla source tree

16 years agofix typos in versions_time_cleanup
Don Armstrong [Sun, 10 Jun 2007 01:26:55 +0000 (18:26 -0700)]
fix typos in versions_time_cleanup

16 years agohandle undefined msg_ids properly in Debbugs::Estraier
Don Armstrong [Sun, 10 Jun 2007 00:06:36 +0000 (17:06 -0700)]
handle undefined msg_ids properly in Debbugs::Estraier

16 years agomerge changes from dla source tree
Debian BTS [Sat, 9 Jun 2007 23:55:08 +0000 (23:55 +0000)]
merge changes from dla source tree

16 years agoonly delete asci space, not whitespace characters
Don Armstrong [Sat, 9 Jun 2007 23:53:30 +0000 (16:53 -0700)]
only delete asci space, not whitespace characters

16 years agomerge from dla source
Debian BTS [Sat, 9 Jun 2007 23:14:33 +0000 (23:14 +0000)]
merge from dla source

16 years ago - Implement versioning aware archiving support (closes: #419693)
Don Armstrong [Sat, 9 Jun 2007 23:10:47 +0000 (16:10 -0700)]
  - Implement versioning aware archiving support (closes: #419693)

16 years ago - Don't doubly select users
Don Armstrong [Sat, 9 Jun 2007 23:05:19 +0000 (16:05 -0700)]
  - Don't doubly select users

16 years ago - Fix double leading spaces of format=flowed messages
Don Armstrong [Fri, 8 Jun 2007 19:14:40 +0000 (12:14 -0700)]
  - Fix double leading spaces of format=flowed messages
    (closes: #428056)

16 years ago - Add PR-Package header for control messages (closes: #414023)
Don Armstrong [Fri, 8 Jun 2007 18:59:26 +0000 (11:59 -0700)]
  - Add PR-Package header for control messages (closes: #414023)

16 years agodocument that ordering has been fixed
Don Armstrong [Fri, 8 Jun 2007 18:38:15 +0000 (11:38 -0700)]
document that ordering has been fixed

16 years agodocument that hidden categories have been fixed
Don Armstrong [Fri, 8 Jun 2007 18:27:46 +0000 (11:27 -0700)]
document that hidden categories have been fixed

17 years ago * Fix copyright/license statements in a bunch of the modules
Don Armstrong [Sun, 27 May 2007 22:28:24 +0000 (15:28 -0700)]
 * Fix copyright/license statements in a bunch of the modules
 * Fix get_versions so that it handles multiple architectures and
   distributions
 * Call makesourceversions directly from get_versions so that the
   source is always right
 * Add the version and binsrc/srcbin indices configuration variables
   to Debbugs::Config

17 years agomerge from source
Debian BTS [Sat, 26 May 2007 16:36:10 +0000 (16:36 +0000)]
merge from source

17 years agoadd missing .new to update-mldbm
Don Armstrong [Sat, 26 May 2007 16:32:47 +0000 (09:32 -0700)]
add missing .new to update-mldbm

17 years agomerge from source
Debian BTS [Sat, 26 May 2007 15:56:22 +0000 (15:56 +0000)]
merge from source

17 years agofix missing declaration of db2
Don Armstrong [Sat, 26 May 2007 15:49:18 +0000 (08:49 -0700)]
fix missing declaration of db2

17 years agoonly use the body, not attachments, in Estraier
Don Armstrong [Wed, 23 May 2007 07:50:18 +0000 (00:50 -0700)]
only use the body, not attachments, in Estraier

17 years agomerge pkc typo fix
Debian BTS [Wed, 23 May 2007 03:17:57 +0000 (03:17 +0000)]
merge pkc typo fix

17 years agofix pkc typo
Don Armstrong [Wed, 23 May 2007 03:17:18 +0000 (20:17 -0700)]
fix pkc typo

17 years agomerge changes from source
Debian BTS [Wed, 23 May 2007 03:15:51 +0000 (03:15 +0000)]
merge changes from source

17 years ago - Use source package for usertags where possible (closes: #415933)
Don Armstrong [Wed, 23 May 2007 02:53:18 +0000 (19:53 -0700)]
  - Use source package for usertags where possible (closes: #415933)

17 years ago - Indicate the selected user (closes: #422934)
Don Armstrong [Wed, 23 May 2007 02:39:33 +0000 (19:39 -0700)]
  - Indicate the selected user (closes: #422934)

17 years agomerge changes from source
Debian BTS [Wed, 23 May 2007 02:07:01 +0000 (02:07 +0000)]
merge changes from source

17 years agodocument that the regex is now correct
Don Armstrong [Wed, 23 May 2007 02:01:56 +0000 (19:01 -0700)]
document that the regex is now correct

17 years agoset the package version regex correctly for debian and test it
Don Armstrong [Mon, 21 May 2007 19:36:25 +0000 (12:36 -0700)]
set the package version regex correctly for debian and test it

17 years ago - Save leading space when we unmime (closes: #416321)
Don Armstrong [Mon, 21 May 2007 06:57:15 +0000 (23:57 -0700)]
  - Save leading space when we unmime (closes: #416321)

17 years agoadd configuration test script
Don Armstrong [Sun, 20 May 2007 10:36:52 +0000 (03:36 -0700)]
add configuration test script

17 years agoadd script to dump databases
Don Armstrong [Sun, 20 May 2007 10:30:21 +0000 (03:30 -0700)]
add script to dump databases

17 years ago * Add removal_architectures config variable
Don Armstrong [Sun, 20 May 2007 08:36:41 +0000 (01:36 -0700)]
 * Add removal_architectures config variable

17 years ago * Add mldbm stuff
Don Armstrong [Sun, 20 May 2007 08:36:06 +0000 (01:36 -0700)]
 * Add mldbm stuff
 * Make versions_time so we can archive intelligently
 * Put all scripts in the bin directory

17 years ago * The global in cgi/version.cgi should be our, not my
Don Armstrong [Sun, 20 May 2007 07:11:15 +0000 (00:11 -0700)]
 * The global in cgi/version.cgi should be our, not my

17 years ago * Add the Debian specific scripts to the debbugs repository so we can
Don Armstrong [Sun, 20 May 2007 07:10:12 +0000 (00:10 -0700)]
 * Add the Debian specific scripts to the debbugs repository so we can
   at least start to keep track of them.

17 years ago * Pull countbugs out to Debbugs::Bugs so things can use it without
Don Armstrong [Sun, 20 May 2007 07:09:43 +0000 (00:09 -0700)]
 * Pull countbugs out to Debbugs::Bugs so things can use it without
   requiring cgi/common.pl; have common.pl call count_bugs.

17 years ago - Fix package link code and link both packages (closes: #419553)
Don Armstrong [Mon, 7 May 2007 05:25:28 +0000 (22:25 -0700)]
  - Fix package link code and link both packages (closes: #419553)

17 years agofix incorrect lexical variables in Debbugs
Don Armstrong [Sun, 6 May 2007 07:23:00 +0000 (00:23 -0700)]
fix incorrect lexical variables in Debbugs

17 years agodocument that package pages are now optional
Don Armstrong [Sun, 6 May 2007 07:07:33 +0000 (00:07 -0700)]
document that package pages are now optional

17 years ago - Make file locking portable (closes: #293277)
Don Armstrong [Sun, 6 May 2007 07:04:43 +0000 (00:04 -0700)]
  - Make file locking portable (closes: #293277)

17 years ago * Flatfile searching should be using package, not pkg
Don Armstrong [Sat, 14 Apr 2007 21:49:41 +0000 (14:49 -0700)]
 * Flatfile searching should be using package, not pkg
 * Use %config instead of $debbugs::

17 years ago * Add quotes around retitle'd titles (closes: #419202)
Don Armstrong [Sat, 14 Apr 2007 21:48:55 +0000 (14:48 -0700)]
 * Add quotes around retitle'd titles (closes: #419202)
 * Fix usertag visible_cat code in service.in

17 years agomerge changes from dla source tree
Debian BTS [Wed, 4 Apr 2007 03:12:58 +0000 (03:12 +0000)]
merge changes from dla source tree

17 years ago * Strip out duplicates from usertags
Don Armstrong [Tue, 3 Apr 2007 02:52:57 +0000 (19:52 -0700)]
 * Strip out duplicates from usertags
 * Make @gFuckHeads @gExcludeFromControl and make the transcript
   message more informative.

17 years agomerge changes from dla source tree
Debian BTS [Wed, 21 Mar 2007 06:16:06 +0000 (06:16 +0000)]
merge changes from dla source tree

17 years ago - lc submitter address for comparsion in pkgreport.cgi
Don Armstrong [Wed, 21 Mar 2007 06:12:29 +0000 (23:12 -0700)]
  - lc submitter address for comparsion in pkgreport.cgi
    (closes: #415628)

17 years agoadd fixed and notfixed commands
Don Armstrong [Mon, 19 Mar 2007 07:31:43 +0000 (00:31 -0700)]
add fixed and notfixed commands

17 years agomerge changes from dla source tree
Debian BTS [Mon, 19 Mar 2007 02:02:26 +0000 (02:02 +0000)]
merge changes from dla source tree

17 years agoadd back in the old method of pulling maintainers for empty maint
Don Armstrong [Mon, 19 Mar 2007 01:59:04 +0000 (18:59 -0700)]
add back in the old method of pulling maintainers for empty maint

17 years agomerge changes from dla source tree
Debian BTS [Sun, 18 Mar 2007 09:53:07 +0000 (09:53 +0000)]
merge changes from dla source tree

17 years agofix off by one error in pkgreport.cgi titles
Don Armstrong [Sun, 18 Mar 2007 07:54:24 +0000 (00:54 -0700)]
fix off by one error in pkgreport.cgi titles

17 years agomerge changes from dla source tree
Debian BTS [Sun, 18 Mar 2007 07:23:09 +0000 (07:23 +0000)]
merge changes from dla source tree

17 years agofix tag/owner typo for owner searches
Don Armstrong [Sun, 18 Mar 2007 07:22:19 +0000 (00:22 -0700)]
fix tag/owner typo for owner searches

17 years agomerge changes from dla source tree
Debian BTS [Sun, 18 Mar 2007 07:11:24 +0000 (07:11 +0000)]
merge changes from dla source tree

17 years ago - Add searching by owner (closes: #345407)
Don Armstrong [Sun, 18 Mar 2007 07:01:22 +0000 (00:01 -0700)]
  - Add searching by owner (closes: #345407)
  - Accept colon after package in control mails (closes: #319720)
  - Make e-mail addresses case insensitive for searching
    (closes: #89569)'
  - Fix missing categories in pkgreport.cgi output

17 years agomerge changes from dla source tree
Debian BTS [Wed, 14 Mar 2007 08:37:49 +0000 (08:37 +0000)]
merge changes from dla source tree

17 years ago - List previous/new title when retitling, and show date of control
Don Armstrong [Wed, 14 Mar 2007 08:23:32 +0000 (01:23 -0700)]
  - List previous/new title when retitling, and show date of control
    actions (closes: #127354)

17 years agomerge changes from dla source tree
Debian BTS [Wed, 14 Mar 2007 07:02:53 +0000 (07:02 +0000)]
merge changes from dla source tree

17 years ago - Support usertagging cloned bugs (closes: #375697)
Don Armstrong [Wed, 14 Mar 2007 06:55:08 +0000 (23:55 -0700)]
  - Support usertagging cloned bugs (closes: #375697)

17 years ago - Add link from singlemsg page to main page; remove useless links
Don Armstrong [Wed, 14 Mar 2007 06:40:33 +0000 (23:40 -0700)]
  - Add link from singlemsg page to main page; remove useless links
    (closes: #404806)

17 years agoadd alt tag for version graph
Don Armstrong [Wed, 14 Mar 2007 06:20:50 +0000 (23:20 -0700)]
add alt tag for version graph

17 years ago - When searching by source package, include the source package itself
Don Armstrong [Wed, 14 Mar 2007 06:03:47 +0000 (23:03 -0700)]
  - When searching by source package, include the source package itself
    in the list of packages to search for, even if there is no binary
    package called that. (closes: #414825)

17 years agostop escaping the old and new titles
Don Armstrong [Wed, 14 Mar 2007 01:05:58 +0000 (18:05 -0700)]
stop escaping the old and new titles

17 years agomerge changes from dla source tree
Debian BTS [Tue, 13 Mar 2007 02:08:25 +0000 (02:08 +0000)]
merge changes from dla source tree

17 years ago * Include previous title in retitiling action
Don Armstrong [Tue, 13 Mar 2007 01:59:05 +0000 (18:59 -0700)]
 * Include previous title in retitiling action
 * Use html_escape instead of escape_entities
 * Add the time in comments to the actio html

17 years agomerge changes from dla source tree
Debian BTS [Mon, 12 Mar 2007 06:38:07 +0000 (06:38 +0000)]
merge changes from dla source tree

17 years ago * dist must be set (not only arch) in Debbugs::Status::getpresence to
Don Armstrong [Mon, 12 Mar 2007 06:36:21 +0000 (23:36 -0700)]
 * dist must be set (not only arch) in Debbugs::Status::getpresence to
   return absent
 * Unset dist when we are dealing with pseudopackages

17 years agomerge changes from dla source tree
Debian BTS [Sun, 11 Mar 2007 09:45:05 +0000 (09:45 +0000)]
merge changes from dla source tree

17 years agoreturn absent if dist or arch is passed and there are no versions
Don Armstrong [Sun, 11 Mar 2007 09:44:32 +0000 (01:44 -0800)]
return absent if dist or arch is passed and there are no versions

17 years agomerge changes from dla source tree
Debian BTS [Sat, 10 Mar 2007 12:12:26 +0000 (12:12 +0000)]
merge changes from dla source tree

17 years agomove next on seen msg_id to the right location in bugreport.cgi
Don Armstrong [Sat, 10 Mar 2007 12:08:54 +0000 (04:08 -0800)]
move next on seen msg_id to the right location in bugreport.cgi

17 years agomerge changes from dla source tree
Debian BTS [Sat, 10 Mar 2007 10:20:42 +0000 (10:20 +0000)]
merge changes from dla source tree

17 years agofix bug where boring versions were included while collapsing
Don Armstrong [Sat, 10 Mar 2007 10:19:28 +0000 (02:19 -0800)]
fix bug where boring versions were included while collapsing

17 years agomerge changes from dla source tree
Debian BTS [Sat, 10 Mar 2007 10:03:02 +0000 (10:03 +0000)]
merge changes from dla source tree

17 years agodefault to collapsed for things with width/height
Don Armstrong [Sat, 10 Mar 2007 10:01:51 +0000 (02:01 -0800)]
default to collapsed for things with width/height

17 years ago * Allow collapsing nodes
Don Armstrong [Sat, 10 Mar 2007 09:59:00 +0000 (01:59 -0800)]
 * Allow collapsing nodes
 * Cache relevant version information
 * Stop outputing useless information to STDERR

17 years agomerge changes from dla source
Debian BTS [Sat, 10 Mar 2007 03:29:38 +0000 (03:29 +0000)]
merge changes from dla source

17 years agofix bug in getversions
Don Armstrong [Sat, 10 Mar 2007 03:27:24 +0000 (19:27 -0800)]
fix bug in getversions

17 years agomerge changes from dla source
Debian BTS [Sat, 10 Mar 2007 03:15:06 +0000 (03:15 +0000)]
merge changes from dla source

17 years ago * Add make_list utility function to Debbugs::Common
Don Armstrong [Sat, 10 Mar 2007 03:12:24 +0000 (19:12 -0800)]
 * Add make_list utility function to Debbugs::Common
 * Support taking an arrayref for dist and arch in get_bug_status
 * Fix small error in the single message "view rfc822" link

17 years ago * Only encode "'<>& for now; will change back once the UTF8 madness
Don Armstrong [Thu, 8 Mar 2007 20:08:01 +0000 (12:08 -0800)]
 * Only encode "'<>& for now; will change back once the UTF8 madness
   is sorted

17 years agomerge changes from dla source
Debian BTS [Thu, 8 Mar 2007 03:01:35 +0000 (03:01 +0000)]
merge changes from dla source

17 years agoadd the strong list to the configuration module
Don Armstrong [Thu, 8 Mar 2007 03:00:42 +0000 (19:00 -0800)]
add the strong list to the configuration module

17 years agomerge changes from dla source
Debian BTS [Thu, 8 Mar 2007 02:25:28 +0000 (02:25 +0000)]
merge changes from dla source