]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
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 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

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

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

12 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>
12 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

12 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>
12 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>
12 years agodocument fix of 670411
Don Armstrong [Wed, 25 Apr 2012 17:14:19 +0000 (10:14 -0700)]
document fix of 670411

12 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

12 years agohandle $change->{allowed}
Don Armstrong [Tue, 20 Mar 2012 16:58:48 +0000 (09:58 -0700)]
handle $change->{allowed}

12 years agomerge changes from dla source branch
Debian BTS [Tue, 20 Mar 2012 00:07:32 +0000 (00:07 +0000)]
merge changes from dla source branch

12 years agofixup source keys in affected packages
Don Armstrong [Tue, 20 Mar 2012 00:03:03 +0000 (17:03 -0700)]
fixup source keys in affected packages

12 years agomerge changes from dla source branch
Debian BTS [Mon, 19 Mar 2012 21:36:04 +0000 (21:36 +0000)]
merge changes from dla source branch

12 years agosupport a text_orig_value
Don Armstrong [Mon, 19 Mar 2012 21:27:24 +0000 (14:27 -0700)]
support a text_orig_value

12 years agosupport a text value
Don Armstrong [Mon, 19 Mar 2012 21:26:19 +0000 (14:26 -0700)]
support a text value

12 years agostop including the full backtrace
Don Armstrong [Mon, 19 Mar 2012 21:25:57 +0000 (14:25 -0700)]
stop including the full backtrace

12 years agoclear croak messages in Debbugs::Common
Don Armstrong [Mon, 19 Mar 2012 21:25:43 +0000 (14:25 -0700)]
clear croak messages in Debbugs::Common

12 years agomerge changes from dla source branch
Debian BTS [Mon, 19 Mar 2012 19:05:36 +0000 (19:05 +0000)]
merge changes from dla source branch

12 years agotest that forcemerge of fixed and found versions works
Don Armstrong [Mon, 19 Mar 2012 18:54:16 +0000 (11:54 -0700)]
test that forcemerge of fixed and found versions works

12 years agoproperly handle fixed_versions and found_versions
Don Armstrong [Mon, 19 Mar 2012 18:53:55 +0000 (11:53 -0700)]
properly handle fixed_versions and found_versions

12 years agomerge changes from dla source branch
Debian BTS [Mon, 19 Mar 2012 17:48:42 +0000 (17:48 +0000)]
merge changes from dla source branch

12 years agotest for utf8 retitling
Don Armstrong [Mon, 19 Mar 2012 17:46:33 +0000 (10:46 -0700)]
test for utf8 retitling

12 years agoencode utf8 log files
Don Armstrong [Mon, 19 Mar 2012 17:46:17 +0000 (10:46 -0700)]
encode utf8 log files

12 years agodecode utf8 strings properly; write them back out to summary files properly
Don Armstrong [Mon, 19 Mar 2012 17:45:49 +0000 (10:45 -0700)]
decode utf8 strings properly; write them back out to summary files properly

12 years agoencode is_utf8 messages
Don Armstrong [Mon, 19 Mar 2012 17:45:15 +0000 (10:45 -0700)]
encode is_utf8 messages

12 years agouse create_mime_message and encode properly
Don Armstrong [Mon, 19 Mar 2012 17:44:49 +0000 (10:44 -0700)]
use create_mime_message and encode properly

12 years agohandle hash options to merge status
Don Armstrong [Mon, 19 Mar 2012 17:44:24 +0000 (10:44 -0700)]
handle hash options to merge status

12 years agomerge changes from dla source branch
Debian BTS [Wed, 14 Mar 2012 16:47:03 +0000 (16:47 +0000)]
merge changes from dla source branch

12 years agoremove debugging code that snuck into debbugs
Don Armstrong [Wed, 14 Mar 2012 16:41:38 +0000 (09:41 -0700)]
remove debugging code that snuck into debbugs

12 years agomerge changes from dla source branch
Debian BTS [Tue, 13 Mar 2012 22:24:31 +0000 (22:24 +0000)]
merge changes from dla source branch

12 years agounlock nextnumber after overwriting
Don Armstrong [Tue, 13 Mar 2012 22:16:56 +0000 (15:16 -0700)]
unlock nextnumber after overwriting

12 years agoabstract out bug cloning
Don Armstrong [Tue, 13 Mar 2012 05:30:23 +0000 (22:30 -0700)]
abstract out bug cloning

12 years agoadd new_bug and overwrite file
Don Armstrong [Tue, 13 Mar 2012 05:29:45 +0000 (22:29 -0700)]
add new_bug and overwrite file

12 years agoreopen bugs properly
Don Armstrong [Tue, 28 Feb 2012 01:13:33 +0000 (17:13 -0800)]
reopen bugs properly

12 years agoadd merge testing
Don Armstrong [Tue, 28 Feb 2012 00:00:31 +0000 (16:00 -0800)]
add merge testing

12 years agoallow multiple versions in an architecture (but really only for source)
Don Armstrong [Mon, 27 Feb 2012 23:59:58 +0000 (15:59 -0800)]
allow multiple versions in an architecture (but really only for source)