]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
11 years agooutput outlook in bugreport outlook
Don Armstrong [Sat, 14 Jul 2012 21:40:10 +0000 (14:40 -0700)]
output outlook in bugreport

11 years agoAdd support for outlook in control
Don Armstrong [Sat, 14 Jul 2012 21:37:56 +0000 (14:37 -0700)]
Add support for outlook in control

11 years agosubmitter is U, not S
Don Armstrong [Sat, 14 Jul 2012 20:42:11 +0000 (13:42 -0700)]
submitter is U, not S

11 years agotest that -1 actually refers to the current bug control.at.submit
Don Armstrong [Sat, 14 Jul 2012 19:52:46 +0000 (12:52 -0700)]
test that -1 actually refers to the current bug
Fix clearing of %clonebugs

11 years agodata can be a HASHREF not a SCALAR in check_limit
Don Armstrong [Sat, 14 Jul 2012 18:31:33 +0000 (11:31 -0700)]
data can be a HASHREF not a SCALAR in check_limit

11 years agoMerge branch 'control.at.submit'
Don Armstrong [Sat, 14 Jul 2012 03:54:18 +0000 (20:54 -0700)]
Merge branch 'control.at.submit'

11 years agoadd submit at control support to process
Don Armstrong [Sat, 14 Jul 2012 03:50:59 +0000 (20:50 -0700)]
add submit at control support to process

11 years agoFix block stanza
Don Armstrong [Sat, 14 Jul 2012 03:50:17 +0000 (20:50 -0700)]
Fix block stanza

11 years agouse bug_links intsead of bug_url
Don Armstrong [Sat, 14 Jul 2012 03:49:56 +0000 (20:49 -0700)]
use bug_links intsead of bug_url

11 years agoadd tests for control at submit time
Don Armstrong [Sat, 14 Jul 2012 03:49:24 +0000 (20:49 -0700)]
add tests for control at submit time

11 years agoremove -1.log
Don Armstrong [Fri, 13 Jul 2012 23:21:46 +0000 (16:21 -0700)]
remove -1.log

11 years agoRemove obsolute @maintcc and $packagepr bits
Don Armstrong [Fri, 13 Jul 2012 23:21:21 +0000 (16:21 -0700)]
Remove obsolute @maintcc and $packagepr bits

11 years agoRemote obsolute @bcc code
Don Armstrong [Fri, 13 Jul 2012 23:20:50 +0000 (16:20 -0700)]
Remote obsolute @bcc code

11 years agoMerge branch 'don/processcleanup' into control.at.submit
Don Armstrong [Fri, 13 Jul 2012 00:14:00 +0000 (17:14 -0700)]
Merge branch 'don/processcleanup' into control.at.submit

11 years agouse slurp and io file to read the original report
Don Armstrong [Thu, 12 Jul 2012 23:57:11 +0000 (16:57 -0700)]
use slurp and io file to read the original report

11 years agoswitch to finish()
Don Armstrong [Thu, 12 Jul 2012 23:19:52 +0000 (16:19 -0700)]
switch to finish()
appendlog() now uses Debbugs::Log::write_log_records

11 years agoextract control psuedoheaders into @control_bits
Don Armstrong [Thu, 12 Jul 2012 21:10:23 +0000 (14:10 -0700)]
extract control psuedoheaders into @control_bits

11 years agoFix wrong @matches indexing
Don Armstrong [Thu, 12 Jul 2012 21:08:56 +0000 (14:08 -0700)]
Fix wrong @matches indexing
Support %limit properly
Handle block/unblock with bug not being the first match
Export valid_control

11 years agoexport check_limit
Don Armstrong [Thu, 12 Jul 2012 20:17:19 +0000 (13:17 -0700)]
export check_limit

11 years agocall Debbugs::Control::service for all services
Don Armstrong [Thu, 12 Jul 2012 20:16:26 +0000 (13:16 -0700)]
call Debbugs::Control::service for all services
use check_limit instead of &setbug

11 years agoadd Service abstraction
Don Armstrong [Wed, 11 Jul 2012 00:13:18 +0000 (17:13 -0700)]
add Service abstraction

11 years agouse Getopt::Long and Pod::Usage in process
Don Armstrong [Tue, 10 Jul 2012 18:00:30 +0000 (11:00 -0700)]
use Getopt::Long and Pod::Usage in process
remove DEBUG filehandle; replace with lexical filehandle
use Debbugs::MIME::parse instead of custom code in process
use undef $tryref instead of -1 for unknown bug number

11 years agofix export tags in MIME
Don Armstrong [Tue, 10 Jul 2012 02:28:17 +0000 (19:28 -0700)]
fix export tags in MIME
use vars $DEBUG

11 years agosupport export tags
Don Armstrong [Mon, 9 Jul 2012 19:21:44 +0000 (12:21 -0700)]
support export tags

11 years agocall decode_rfc1522 before calling decode_utf8 cgiencoding
Don Armstrong [Sun, 8 Jul 2012 21:42:13 +0000 (14:42 -0700)]
call decode_rfc1522 before calling decode_utf8

11 years agoMerge branch 'master' into don/processcleanup
Don Armstrong [Sun, 8 Jul 2012 18:23:18 +0000 (11:23 -0700)]
Merge branch 'master' into don/processcleanup

11 years agodocument that encoding issues have been resolved don/processencoding
Don Armstrong [Sun, 8 Jul 2012 17:30:38 +0000 (10:30 -0700)]
document that encoding issues have been resolved

11 years agoDebbugs::Log no longer attempts to convert to perl's internal encoding
Don Armstrong [Sun, 8 Jul 2012 16:56:03 +0000 (09:56 -0700)]
Debbugs::Log no longer attempts to convert to perl's internal encoding

11 years ago* Use encode_utf8 to encode perl strings before appending to log
Don Armstrong [Sun, 8 Jul 2012 16:13:16 +0000 (09:13 -0700)]
* Use encode_utf8 to encode perl strings before appending to log

11 years agogit rid of encoding in Debbugs::Log; everything should be escaped before here.
Don Armstrong [Sun, 8 Jul 2012 16:12:59 +0000 (09:12 -0700)]
git rid of encoding in Debbugs::Log; everything should be escaped before here.

11 years agoencode added header separately from message to avoid double encoding
Don Armstrong [Sun, 8 Jul 2012 16:11:38 +0000 (09:11 -0700)]
encode added header separately from message to avoid double encoding

11 years agotest for escaped utf8 bug log
Don Armstrong [Sun, 8 Jul 2012 16:10:53 +0000 (09:10 -0700)]
test for escaped utf8 bug log

11 years agoexplicitly decode_utf8 instead of use utf8
Don Armstrong [Sun, 8 Jul 2012 15:59:06 +0000 (08:59 -0700)]
explicitly decode_utf8 instead of use utf8

11 years agoMerge branch 'don/processencoding' of git+ssh://git.donarmstrong.com/srv/git/debbugs...
Don Armstrong [Sun, 8 Jul 2012 03:04:29 +0000 (20:04 -0700)]
Merge branch 'don/processencoding' of git+ssh://git.donarmstrong.com/srv/git/debbugs into don/processencoding

11 years agoonly encode to utf8 if is_utf8 is set; otherwise the string is assumed to already...
Don Armstrong [Sun, 8 Jul 2012 03:01:02 +0000 (20:01 -0700)]
only encode to utf8 if is_utf8 is set; otherwise the string is assumed to already be utf8 in escape_log

11 years agotest for utf8 control messages
Don Armstrong [Sun, 8 Jul 2012 03:00:23 +0000 (20:00 -0700)]
test for utf8 control messages

11 years agodo not encode mesages into utf8 when sending; this should be done previously.
Don Armstrong [Sun, 8 Jul 2012 02:59:30 +0000 (19:59 -0700)]
do not encode mesages into utf8 when sending; this should be done previously.

11 years agoOnly use decode_utf8 if the string isn't already in perl's internal encoding
Don Armstrong [Sun, 8 Jul 2012 02:58:28 +0000 (19:58 -0700)]
Only use decode_utf8 if the string isn't already in perl's internal encoding

11 years agoadd test script which shows encoding problems
Don Armstrong [Sun, 8 Jul 2012 00:43:16 +0000 (17:43 -0700)]
add test script which shows encoding problems

11 years agosupport attachments in test scripts
Don Armstrong [Sun, 8 Jul 2012 00:42:55 +0000 (17:42 -0700)]
support attachments in test scripts

11 years agoset the is_utf8 bit on $output
Don Armstrong [Sat, 7 Jul 2012 21:03:36 +0000 (14:03 -0700)]
set the is_utf8 bit on $output
switch attachment output to raw

11 years agoall files that __add_to_hash reads should be in UTF-8
Don Armstrong [Sat, 7 Jul 2012 20:47:52 +0000 (13:47 -0700)]
all files that __add_to_hash reads should be in UTF-8

11 years agouse :raw for the mail messages
Don Armstrong [Sat, 7 Jul 2012 20:44:58 +0000 (13:44 -0700)]
use :raw for the mail messages

11 years agoread the log file as utf8 by default
Don Armstrong [Sat, 7 Jul 2012 20:43:44 +0000 (13:43 -0700)]
read the log file as utf8 by default

11 years agostatus files should all be in UTF8; no longer attempt other encodings
Don Armstrong [Sat, 7 Jul 2012 19:00:35 +0000 (12:00 -0700)]
status files should all be in UTF8; no longer attempt other encodings

11 years agouse UTF-8 encoding on all templates
Don Armstrong [Sat, 7 Jul 2012 18:58:08 +0000 (11:58 -0700)]
use UTF-8 encoding on all templates

11 years agodecode_rfc1522 now outputs perl internal format
Don Armstrong [Sat, 7 Jul 2012 18:57:32 +0000 (11:57 -0700)]
decode_rfc1522 now outputs perl internal format

11 years agodecode_rfc1522 now outputs perl internal format
Don Armstrong [Sat, 7 Jul 2012 18:57:08 +0000 (11:57 -0700)]
decode_rfc1522 now outputs perl internal format

11 years agoMerge branch 'master' into cgiencoding
Don Armstrong [Fri, 6 Jul 2012 17:55:47 +0000 (10:55 -0700)]
Merge branch 'master' into cgiencoding

11 years ago* Use a hash to select the proper message
Don Armstrong [Fri, 6 Jul 2012 17:24:49 +0000 (10:24 -0700)]
* Use a hash to select the proper message
* Syntax cleanups

11 years agouse package_links instead of pkg_url
Don Armstrong [Tue, 29 May 2012 21:58:43 +0000 (14:58 -0700)]
use package_links instead of pkg_url

11 years agofix Arnout's last name
Don Armstrong [Thu, 26 Apr 2012 22:47:48 +0000 (15:47 -0700)]
fix Arnout's last name

11 years agodocument arnout fixes
Don Armstrong [Thu, 26 Apr 2012 22:13:26 +0000 (15:13 -0700)]
document arnout fixes

11 years agoAlso mark up records of the form 'Removed indication that bug 2 blocks 10'.
Arnout Engelen [Thu, 26 Apr 2012 19:39:29 +0000 (21:39 +0200)]
Also mark up records of the form 'Removed indication that bug 2 blocks 10'.

Signed-off-by: Don Armstrong <don@donarmstrong.com>
11 years agoadd back vcs-browser; document pushed fixes
Don Armstrong [Thu, 26 Apr 2012 18:16:09 +0000 (11:16 -0700)]
add back vcs-browser; document pushed fixes

11 years agoUpdate Vcs-* fields to point to Git instead of Bzr
Arnout Engelen [Thu, 26 Apr 2012 11:54:39 +0000 (13:54 +0200)]
Update Vcs-* fields to point to Git instead of Bzr

Signed-off-by: Don Armstrong <don@donarmstrong.com>
11 years agoadd Homepage field, pointing to the Debbugs Team page (as that seems the most useful...
Arnout Engelen [Thu, 26 Apr 2012 11:57:57 +0000 (13:57 +0200)]
add Homepage field, pointing to the Debbugs Team page (as that seems the most useful page for users of these packages, rather than the end-user-oriented http://bugs.debian.org)

Signed-off-by: Don Armstrong <don@donarmstrong.com>
11 years agodocument fix of 670411
Don Armstrong [Wed, 25 Apr 2012 17:14:19 +0000 (10:14 -0700)]
document fix of 670411

11 years agoadd additional space after owned by: span (closes #670411)
Don Armstrong [Wed, 25 Apr 2012 17:07:53 +0000 (10:07 -0700)]
add additional space after owned by: span (closes #670411)

12 years agoadd testcover rule; add fake safe for testing coverage
Don Armstrong [Thu, 19 Apr 2012 22:27:43 +0000 (15:27 -0700)]
add testcover rule; add fake safe for testing coverage

12 years agoMerge branch 'master' into cgiencoding
Don Armstrong [Tue, 17 Apr 2012 23:18:20 +0000 (16:18 -0700)]
Merge branch 'master' into cgiencoding

12 years agohandle leading & in hole_var nosafe
Don Armstrong [Tue, 17 Apr 2012 23:10:16 +0000 (16:10 -0700)]
handle leading & in hole_var

12 years agorip out safe support in Debbugs::Text
Don Armstrong [Tue, 17 Apr 2012 22:58:36 +0000 (15:58 -0700)]
rip out safe support in Debbugs::Text

12 years agono longer check for uid equality with DEBBUGS_CONFIG_FILE env var
Don Armstrong [Wed, 11 Apr 2012 21:03:37 +0000 (14:03 -0700)]
no longer check for uid equality with DEBBUGS_CONFIG_FILE env var

12 years agoadd ip from busoni's bugspam
Don Armstrong [Wed, 11 Apr 2012 19:04:43 +0000 (12:04 -0700)]
add ip from busoni's bugspam

12 years agouse utf8 io layer for stdout in cgis
Don Armstrong [Wed, 11 Apr 2012 18:59:26 +0000 (11:59 -0700)]
use utf8 io layer for stdout in cgis

12 years agowe only run 2 tests, not 5 in 02_common.t
Don Armstrong [Wed, 11 Apr 2012 18:01:05 +0000 (11:01 -0700)]
we only run 2 tests, not 5 in 02_common.t

12 years agoinclude Encode for decode_utf8
Don Armstrong [Wed, 11 Apr 2012 18:00:19 +0000 (11:00 -0700)]
include Encode for decode_utf8

12 years agoproperly encode utf8 status fields when version is 3
Don Armstrong [Wed, 11 Apr 2012 00:45:40 +0000 (17:45 -0700)]
properly encode utf8 status fields when version is 3

12 years agoDebbugs::SOAP uses encode_utf8_structure from Debbugs::Common
Don Armstrong [Wed, 11 Apr 2012 00:44:22 +0000 (17:44 -0700)]
Debbugs::SOAP uses encode_utf8_structure from Debbugs::Common

12 years agohandle the request subject being undef
Don Armstrong [Wed, 11 Apr 2012 00:43:07 +0000 (17:43 -0700)]
handle the request subject being undef

12 years agodecode_rfc1522 returns is_utf8 strings
Don Armstrong [Wed, 11 Apr 2012 00:42:01 +0000 (17:42 -0700)]
decode_rfc1522 returns is_utf8 strings

12 years agoadd Debbugs::Common test framework
Don Armstrong [Wed, 11 Apr 2012 00:41:32 +0000 (17:41 -0700)]
add Debbugs::Common test framework

12 years agofix decode test for the utf8 encoded return
Don Armstrong [Wed, 11 Apr 2012 00:41:03 +0000 (17:41 -0700)]
fix decode test for the utf8 encoded return

12 years agoadd encode_utf8_structure routine
Don Armstrong [Wed, 11 Apr 2012 00:37:38 +0000 (17:37 -0700)]
add encode_utf8_structure routine

12 years agoits block not blocks
Don Armstrong [Wed, 4 Apr 2012 23:17:38 +0000 (16:17 -0700)]
its block not blocks

12 years agoaffects now appends packages by default (closes: #656371). Thanks to Andreas Beckmann...
Don Armstrong [Tue, 3 Apr 2012 23:17:47 +0000 (16:17 -0700)]
affects now appends packages by default (closes: #656371). Thanks to Andreas Beckmann and Julien Cristau.

12 years agodefault to + for affects if there are packages, = otherwise
Don Armstrong [Tue, 3 Apr 2012 21:46:47 +0000 (14:46 -0700)]
default to + for affects if there are packages, = otherwise

12 years agoswitch to version 3 status files which are utf8 encoded
Don Armstrong [Mon, 26 Mar 2012 00:52:22 +0000 (17:52 -0700)]
switch to version 3 status files which are utf8 encoded

12 years agouse data walk and encode to only hand out utf8 octets in SOAP
Don Armstrong [Mon, 26 Mar 2012 00:51:50 +0000 (17:51 -0700)]
use data walk and encode to only hand out utf8 octets in SOAP

12 years agoencode_rf1522 needs to handle utf8 strings
Don Armstrong [Mon, 26 Mar 2012 00:51:34 +0000 (17:51 -0700)]
encode_rf1522 needs to handle utf8 strings

12 years agoglobify scalar uses utf8 scalars
Don Armstrong [Mon, 26 Mar 2012 00:51:08 +0000 (17:51 -0700)]
globify scalar uses utf8 scalars

12 years agoprovide sensible defaults for default_headers
Don Armstrong [Mon, 26 Mar 2012 00:41:15 +0000 (17:41 -0700)]
provide sensible defaults for default_headers

12 years agoread report from the spool directory even if we're not in it
Don Armstrong [Mon, 26 Mar 2012 00:28:15 +0000 (17:28 -0700)]
read report from the spool directory even if we're not in it

12 years agoit's newref not new_ref
Don Armstrong [Sun, 25 Mar 2012 23:00:51 +0000 (16:00 -0700)]
it's newref not new_ref

12 years agoset newref to fix #665089
Don Armstrong [Sun, 25 Mar 2012 20:05:50 +0000 (13:05 -0700)]
set newref to fix #665089

12 years agomerge changes from dla source branch spacefun
Debian BTS [Fri, 23 Mar 2012 02:37:42 +0000 (02:37 +0000)]
merge changes from dla source branch

12 years agotry every bug in a changeset on every attempt
Don Armstrong [Fri, 23 Mar 2012 02:29:16 +0000 (19:29 -0700)]
try every bug in a changeset on every attempt

12 years agooutput more information when forcemerge fails; don't worry about different done values
Don Armstrong [Fri, 23 Mar 2012 02:18:16 +0000 (19:18 -0700)]
output more information when forcemerge fails; don't worry about different done values

12 years agomerge changes from dla source branch
Debian BTS [Fri, 23 Mar 2012 01:55:29 +0000 (01:55 +0000)]
merge changes from dla source branch

12 years agooutput to transcript even in cases of internal requests
Don Armstrong [Fri, 23 Mar 2012 01:40:29 +0000 (18:40 -0700)]
output to transcript even in cases of internal requests

12 years agomerge changes from dla source branch
Debian BTS [Wed, 21 Mar 2012 18:49:08 +0000 (18:49 +0000)]
merge changes from dla source branch

12 years agoupdate debugging functions
Don Armstrong [Wed, 21 Mar 2012 18:46:59 +0000 (11:46 -0700)]
update debugging functions

12 years agooutput more debugging information while debug is set
Don Armstrong [Wed, 21 Mar 2012 18:45:21 +0000 (11:45 -0700)]
output more debugging information while debug is set

12 years agomerge changes from dla source branch
Debian BTS [Tue, 20 Mar 2012 21:25:43 +0000 (21:25 +0000)]
merge changes from dla source branch

12 years agoallow merge locks to be relocked; readd keywords only off of master bug
Don Armstrong [Tue, 20 Mar 2012 21:22:10 +0000 (14:22 -0700)]
allow merge locks to be relocked; readd keywords only off of master bug

12 years agomerge changes from dla source branch
Debian BTS [Tue, 20 Mar 2012 18:30:19 +0000 (18:30 +0000)]
merge changes from dla source branch

12 years agofix ordering of allowed; add merge versions test
Don Armstrong [Tue, 20 Mar 2012 18:19:26 +0000 (11:19 -0700)]
fix ordering of allowed; add merge versions test

12 years agoreally ditch croak messages
Don Armstrong [Tue, 20 Mar 2012 18:16:55 +0000 (11:16 -0700)]
really ditch croak messages

12 years agomerge changes from dla source branch
Debian BTS [Tue, 20 Mar 2012 17:21:16 +0000 (17:21 +0000)]
merge changes from dla source branch