]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
10 years agoBecause we now properly decode UTF8, in order to strip the BOM, we don/fix_bom
Don Armstrong [Tue, 15 Apr 2014 23:42:29 +0000 (16:42 -0700)]
Because we now properly decode UTF8, in order to strip the BOM, we
need to strip \N{U+FEFF}, not 0xEFBBBF.

10 years agoswitch the libravatar url to not prefix with http://
Don Armstrong [Fri, 7 Feb 2014 20:06:51 +0000 (12:06 -0800)]
switch the libravatar url to not prefix with http://

10 years agoSupport CVEs surrounded by parenthesis (closes: #662228). Thanks to Ari Pollak.
Don Armstrong [Sat, 30 Nov 2013 23:57:44 +0000 (15:57 -0800)]
Support CVEs surrounded by parenthesis (closes: #662228). Thanks to Ari Pollak.

10 years agoFix title of $gBug (closes: #546383). Thanks to Jakub Wilk.
Don Armstrong [Sat, 30 Nov 2013 23:41:11 +0000 (15:41 -0800)]
Fix title of $gBug (closes: #546383). Thanks to Jakub Wilk.

10 years agorevert part of 593feb86; Source_maintainer has a different format, and this wouldn...
Don Armstrong [Sat, 30 Nov 2013 03:02:21 +0000 (19:02 -0800)]
revert part of 593feb86; Source_maintainer has a different format, and this wouldn't parse maintainers properly anyway; this fixes #730835

10 years agoset cleanup=>1 and use remove_tree instead to hopefully clean up tempdir residue
Don Armstrong [Fri, 29 Nov 2013 19:37:27 +0000 (11:37 -0800)]
set cleanup=>1 and use remove_tree instead to hopefully clean up tempdir residue

10 years agowe need to unlink the temporary file name, not the temporary file handle
Don Armstrong [Fri, 29 Nov 2013 19:23:28 +0000 (11:23 -0800)]
we need to unlink the temporary file name, not the temporary file handle

10 years agohandle source maintainer having the archive name properly
Don Armstrong [Thu, 21 Nov 2013 05:34:34 +0000 (21:34 -0800)]
handle source maintainer having the archive name properly

10 years agouri_escape e-mails in libravatar (closes: #728034). Thanks to Fabien Givors for point...
Don Armstrong [Tue, 29 Oct 2013 20:56:53 +0000 (13:56 -0700)]
uri_escape e-mails in libravatar (closes: #728034). Thanks to Fabien Givors for pointing this out and providing a patch.

10 years agoadd $gLibravatarCacheDir
Don Armstrong [Wed, 2 Oct 2013 00:29:24 +0000 (17:29 -0700)]
add $gLibravatarCacheDir

10 years agofix cache location regex
Don Armstrong [Wed, 2 Oct 2013 00:29:07 +0000 (17:29 -0700)]
fix cache location regex

10 years agoDebbugs::Libravatar requires convert from imagemagick
Don Armstrong [Tue, 1 Oct 2013 23:42:35 +0000 (16:42 -0700)]
Debbugs::Libravatar requires convert from imagemagick

10 years agoset content type even if we use apache to serve the file
Don Armstrong [Tue, 1 Oct 2013 23:00:32 +0000 (16:00 -0700)]
set content type even if we use apache to serve the file

10 years agoserve_cache is not exported by Debbugs::Libravatar
Don Armstrong [Tue, 1 Oct 2013 22:03:44 +0000 (15:03 -0700)]
serve_cache is not exported by Debbugs::Libravatar

10 years agoMerge branch 'master' into don/libravatar don/libravatar
Don Armstrong [Tue, 1 Oct 2013 21:53:59 +0000 (14:53 -0700)]
Merge branch 'master' into don/libravatar

10 years agoattachments must be encoded into octets
Don Armstrong [Tue, 1 Oct 2013 21:50:25 +0000 (14:50 -0700)]
attachments must be encoded into octets

10 years agoMerge branch 'master' into don/libravatar
Don Armstrong [Tue, 1 Oct 2013 19:40:37 +0000 (12:40 -0700)]
Merge branch 'master' into don/libravatar

Conflicts:
Debbugs/CGI/Bugreport.pm
debian/control

10 years agouse sub style of constants to avoid needing mod_perl always
Don Armstrong [Tue, 1 Oct 2013 19:39:12 +0000 (12:39 -0700)]
use sub style of constants to avoid needing mod_perl always

10 years agoremove useless my $_ in encode_utf8_structure
Don Armstrong [Tue, 1 Oct 2013 19:19:27 +0000 (12:19 -0700)]
remove useless my $_ in encode_utf8_structure

10 years agofix sigchild and sigpipe handling in test
Don Armstrong [Tue, 1 Oct 2013 19:19:08 +0000 (12:19 -0700)]
fix sigchild and sigpipe handling in test

10 years agospecify encoding in Debbugs/MIME.pm pod
Don Armstrong [Tue, 1 Oct 2013 19:18:47 +0000 (12:18 -0700)]
specify encoding in Debbugs/MIME.pm pod

10 years agouse abs location for libmagic and fix retrieve libravatar spelling mistake
Don Armstrong [Tue, 1 Oct 2013 19:17:51 +0000 (12:17 -0700)]
use abs location for libmagic and fix retrieve libravatar spelling mistake

10 years agofix how e-mails are passed to the avatar script
Don Armstrong [Tue, 1 Oct 2013 19:15:06 +0000 (12:15 -0700)]
fix how e-mails are passed to the avatar script

10 years agoSupport blacklisting avatars
Don Armstrong [Tue, 1 Oct 2013 19:14:09 +0000 (12:14 -0700)]
Support blacklisting avatars

10 years agoupdate control for libravatar
Don Armstrong [Tue, 10 Sep 2013 00:28:12 +0000 (17:28 -0700)]
update control for libravatar

10 years agouse a cmp sort instead of a <=> sort, because that's what merge does
Don Armstrong [Fri, 16 Aug 2013 18:54:28 +0000 (11:54 -0700)]
use a cmp sort instead of a <=> sort, because that's what merge does
Add slightly more useful debugging output when we fail from this error
Fixes #719839

10 years agoinstall bugs.css to www/css/bugs.css not www/bugs.css
Don Armstrong [Fri, 28 Jun 2013 22:32:37 +0000 (15:32 -0700)]
install bugs.css to www/css/bugs.css not www/bugs.css

10 years agouse Debbugs::Libravatar
Don Armstrong [Sat, 8 Jun 2013 05:38:38 +0000 (22:38 -0700)]
use Debbugs::Libravatar
fix error call

10 years agouse carp and export cache_location
Don Armstrong [Sat, 8 Jun 2013 05:38:00 +0000 (22:38 -0700)]
use carp and export cache_location

10 years agoadd code to serve images via mod_perl
Don Armstrong [Sat, 8 Jun 2013 04:22:39 +0000 (21:22 -0700)]
add code to serve images via mod_perl

10 years agomove cgi options underneath misc options
Don Armstrong [Sat, 8 Jun 2013 04:19:23 +0000 (21:19 -0700)]
move cgi options underneath misc options

10 years agoadd support for simple_filelock and unlock
Don Armstrong [Sat, 8 Jun 2013 04:17:40 +0000 (21:17 -0700)]
add support for simple_filelock and unlock

10 years agoaccept -1 in addition to 0 for the current message in summary/outlook; properly handl...
Don Armstrong [Mon, 6 May 2013 23:01:03 +0000 (16:01 -0700)]
accept -1 in addition to 0 for the current message in summary/outlook; properly handle control psuedoheaders

11 years agoencode all strings to bytes before including in estraier
Don Armstrong [Fri, 19 Apr 2013 20:27:10 +0000 (13:27 -0700)]
encode all strings to bytes before including in estraier

11 years agoText::Iconv has a bug where it fails to reset the converter with a call to iconv...
Don Armstrong [Thu, 4 Apr 2013 17:25:02 +0000 (10:25 -0700)]
Text::Iconv has a bug where it fails to reset the converter with a call to iconv(cd,NULL,(size_t) 0,NULL,(size_t) 0) if it fails during conversion; always create a new Text::Iconv object to work around this

11 years agoMove libravatar code out to Debbugs::Libravatar
Don Armstrong [Wed, 3 Apr 2013 15:22:38 +0000 (08:22 -0700)]
Move libravatar code out to Debbugs::Libravatar

11 years agoswitch to internal libravatar cgi by default
Don Armstrong [Wed, 3 Apr 2013 15:22:19 +0000 (08:22 -0700)]
switch to internal libravatar cgi by default

11 years agocheck the log modified time of an optional gziped log
Don Armstrong [Tue, 2 Apr 2013 17:13:22 +0000 (10:13 -0700)]
check the log modified time of an optional gziped log

11 years agouse resize instead of geometry
Don Armstrong [Fri, 29 Mar 2013 00:10:53 +0000 (17:10 -0700)]
use resize instead of geometry
strip out comments and text from images

11 years agoadd libravatar caching cgi; add 1x1.png; add web directory documentation
Don Armstrong [Thu, 28 Mar 2013 23:59:05 +0000 (16:59 -0700)]
add libravatar caching cgi; add 1x1.png; add web directory documentation

11 years agoadd libravatar caching cgi; add 1x1.png; add web directory documentation
Don Armstrong [Thu, 28 Mar 2013 23:58:45 +0000 (16:58 -0700)]
add libravatar caching cgi; add 1x1.png; add web directory documentation

11 years agouse a div instead of p for the headers; use headerfield for the field areas; increase...
Don Armstrong [Fri, 22 Mar 2013 19:13:41 +0000 (12:13 -0700)]
use a div instead of p for the headers; use headerfield for the field areas; increase padding for pre.message

11 years agoMerge branch 'don/rebuild-index'
Don Armstrong [Thu, 21 Mar 2013 22:08:54 +0000 (15:08 -0700)]
Merge branch 'don/rebuild-index'

11 years agofix pod test to not look at editor temp files
Don Armstrong [Thu, 21 Mar 2013 22:08:40 +0000 (15:08 -0700)]
fix pod test to not look at editor temp files

11 years agochange convert_to_utf8 to attempt to fix doubly encoded things don/rebuild-index
Don Armstrong [Thu, 21 Mar 2013 22:02:41 +0000 (15:02 -0700)]
change convert_to_utf8 to attempt to fix doubly encoded things

11 years agofix unterminated B<> sequence
Don Armstrong [Thu, 21 Mar 2013 21:41:33 +0000 (14:41 -0700)]
fix unterminated B<> sequence
sort bugs by number in rebuild
it's index.db.realtime, not index.db-h.realtime.

11 years agoMerge branch 'don/rebuild-index'
Don Armstrong [Thu, 21 Mar 2013 17:39:04 +0000 (10:39 -0700)]
Merge branch 'don/rebuild-index'

11 years agomake generate_status_line handle bug not being defined in data
Don Armstrong [Thu, 21 Mar 2013 00:54:50 +0000 (17:54 -0700)]
make generate_status_line handle bug not being defined in data

11 years agoMerge remote-tracking branch 'mikegabriel/proposal_upstream' into mike_patches mike_patches
Don Armstrong [Wed, 20 Mar 2013 20:41:00 +0000 (13:41 -0700)]
Merge remote-tracking branch 'mikegabriel/proposal_upstream' into mike_patches

11 years agowhen we fail to commit to utf8, output the charset and data
Don Armstrong [Wed, 20 Mar 2013 20:37:20 +0000 (13:37 -0700)]
when we fail to commit to utf8, output the charset and data

11 years agoadd rebuild index support
Don Armstrong [Wed, 20 Mar 2013 14:31:12 +0000 (07:31 -0700)]
add rebuild index support

11 years ago/debian/control: de-capitalize description synopsis lines
Mike Gabriel [Wed, 20 Mar 2013 11:07:42 +0000 (12:07 +0100)]
/debian/control: de-capitalize description synopsis lines

11 years agoPass param bug=<NNN> to bugreport.html call in bugreport.cgi.
Mike Gabriel [Tue, 19 Mar 2013 10:48:56 +0000 (11:48 +0100)]
Pass param bug=<NNN> to bugreport.html call in bugreport.cgi.

11 years agoRaise Standards to 3.9.4 (after fixing several lintian issues).
Mike Gabriel [Mon, 18 Mar 2013 10:48:44 +0000 (11:48 +0100)]
Raise Standards to 3.9.4 (after fixing several lintian issues).

11 years ago* Fix lintian issues: libdebbugs-perl: spelling-error-in-manpage for:
Mike Gabriel [Mon, 18 Mar 2013 10:36:27 +0000 (11:36 +0100)]
* Fix lintian issues: libdebbugs-perl: spelling-error-in-manpage for:
  + usr/share/man/man3/Debbugs::Recipients.3pm.gz
  + usr/share/man/man3/Debbugs::SOAP.3pm.gz
  + usr/share/man/man3/Debbugs::Status.3pm.gz

11 years agoFix lintian issues: debbugs source: debian-rules-makemaker-prefix-is-deprecated line...
Mike Gabriel [Mon, 18 Mar 2013 10:42:48 +0000 (11:42 +0100)]
Fix lintian issues: debbugs source: debian-rules-makemaker-prefix-is-deprecated line 44, debian-rules-makemaker-prefix-is-deprecated line 56.

11 years agoFix lintian issue: debbugs source: duplicate-in-relation-field in libdebbugs-perl...
Mike Gabriel [Mon, 18 Mar 2013 10:27:57 +0000 (11:27 +0100)]
Fix lintian issue: debbugs source: duplicate-in-relation-field in libdebbugs-perl depends: libtext-template-perl, libtext-template-perl.

11 years agoSwitch to debian/source/format: 3.0 (native).
Mike Gabriel [Mon, 18 Mar 2013 10:14:01 +0000 (11:14 +0100)]
Switch to debian/source/format: 3.0 (native).

11 years agoFix lintian issues: debian-rules-missing-recommended-target build-arch, debian-rules...
Mike Gabriel [Mon, 18 Mar 2013 10:13:01 +0000 (11:13 +0100)]
Fix lintian issues: debian-rules-missing-recommended-target build-arch, debian-rules-missing-recommended-target build-indep.

11 years agoFix lintian issue: description-synopsis-starts-with-article, also: capitalize first...
Mike Gabriel [Mon, 18 Mar 2013 10:10:48 +0000 (11:10 +0100)]
Fix lintian issue: description-synopsis-starts-with-article, also: capitalize first letter in all description synopsis lines.

11 years agohave a length < 0 (closes: #688344).
Mike Gabriel [Mon, 18 Mar 2013 10:08:52 +0000 (11:08 +0100)]
have a length < 0 (closes: #688344).
* Fix spelling error in /debian/changelog.

11 years agoadd first work on rebuild index.db
Don Armstrong [Tue, 19 Mar 2013 22:34:17 +0000 (15:34 -0700)]
add first work on rebuild index.db

11 years agowrite to bug closers in UTF-8
Don Armstrong [Tue, 19 Mar 2013 22:19:58 +0000 (15:19 -0700)]
write to bug closers in UTF-8

11 years agoFix double encoding of attachments (closes: #703300) don/fix_encoding
Don Armstrong [Mon, 18 Mar 2013 17:42:15 +0000 (10:42 -0700)]
Fix double encoding of attachments (closes: #703300)

11 years agoimport all variables except config
Don Armstrong [Sat, 16 Mar 2013 17:30:13 +0000 (10:30 -0700)]
import all variables except config

11 years agohandle exporting libravatar uri options
Don Armstrong [Sat, 16 Mar 2013 17:18:41 +0000 (10:18 -0700)]
handle exporting libravatar uri options

11 years agoadd disable avatars support
Don Armstrong [Fri, 15 Mar 2013 23:29:45 +0000 (16:29 -0700)]
add disable avatars support

11 years agouse s/// instead of tr///, as tr must use one and only one character
Don Armstrong [Fri, 15 Mar 2013 22:57:57 +0000 (15:57 -0700)]
use s/// instead of tr///, as tr must use one and only one character

11 years agodefault charset to UTF-8 when it isn't defined don/cookies
Don Armstrong [Fri, 15 Mar 2013 22:23:32 +0000 (15:23 -0700)]
default charset to UTF-8 when it isn't defined

11 years agofix output of handle email message so that it handles the new type of scalars and...
Don Armstrong [Fri, 15 Mar 2013 22:16:45 +0000 (15:16 -0700)]
fix output of handle email message so that it handles the new type of scalars and outputs proper utf8

11 years agooutput to perl scalars must be in octets, apparently; warn if the scalar is improperl...
Don Armstrong [Fri, 15 Mar 2013 22:16:08 +0000 (15:16 -0700)]
output to perl scalars must be in octets, apparently; warn if the scalar is improperly encoded

11 years agotest for double encoding of index.db
Don Armstrong [Fri, 15 Mar 2013 18:23:37 +0000 (11:23 -0700)]
test for double encoding of index.db

11 years agothe old index has to be open in encoding mode too
Don Armstrong [Fri, 15 Mar 2013 17:27:50 +0000 (10:27 -0700)]
the old index has to be open in encoding mode too

11 years agoadd gitignore
Don Armstrong [Fri, 15 Mar 2013 00:06:41 +0000 (17:06 -0700)]
add gitignore

11 years agomerge fix_encoding
Don Armstrong [Thu, 14 Mar 2013 22:20:28 +0000 (15:20 -0700)]
merge fix_encoding

11 years agoadd overflow:auto to avoid having avatars outside of the header box
Don Armstrong [Thu, 14 Mar 2013 22:15:16 +0000 (15:15 -0700)]
add overflow:auto to avoid having avatars outside of the header box

11 years agoMerge branch 'master' of git+ssh://git.donarmstrong.com/srv/git/debbugs
Don Armstrong [Thu, 14 Mar 2013 22:04:07 +0000 (15:04 -0700)]
Merge branch 'master' of git+ssh://git.donarmstrong.com/srv/git/debbugs

11 years agoactually; scalars shouldn't encode anyway. Not sure what I was thinking.
Don Armstrong [Thu, 14 Mar 2013 22:03:47 +0000 (15:03 -0700)]
actually; scalars shouldn't encode anyway. Not sure what I was thinking.

11 years agofor some reason, encoding(UTF-8) doesn't work for globified scalars. Use utf8 instead.
Don Armstrong [Thu, 14 Mar 2013 21:57:54 +0000 (14:57 -0700)]
for some reason, encoding(UTF-8) doesn't work for globified scalars. Use utf8 instead.

11 years agoMerge branch 'don/fix_encoding'
Don Armstrong [Thu, 14 Mar 2013 21:29:23 +0000 (14:29 -0700)]
Merge branch 'don/fix_encoding'

11 years agoencode recips in Control too
Don Armstrong [Thu, 14 Mar 2013 21:28:59 +0000 (14:28 -0700)]
encode recips in Control too

11 years agoMerge remote-tracking branch 'origin/don/fix_encoding'
Don Armstrong [Thu, 14 Mar 2013 21:23:05 +0000 (14:23 -0700)]
Merge remote-tracking branch 'origin/don/fix_encoding'

11 years agomake the submitter be in utf8 to catch more problems
Don Armstrong [Thu, 14 Mar 2013 21:20:55 +0000 (14:20 -0700)]
make the submitter be in utf8 to catch more problems

11 years agomap recips to utf8 octets
Don Armstrong [Thu, 14 Mar 2013 21:20:38 +0000 (14:20 -0700)]
map recips to utf8 octets

11 years agothe datastructure needs to be encoded before gen-indices uses it
Don Armstrong [Thu, 14 Mar 2013 21:20:22 +0000 (14:20 -0700)]
the datastructure needs to be encoded before gen-indices uses it

11 years agothe realtime file needs to be in UTF-8
Don Armstrong [Thu, 14 Mar 2013 21:16:46 +0000 (14:16 -0700)]
the realtime file needs to be in UTF-8

11 years agowarn if recips is in the wrong encoding
Don Armstrong [Thu, 14 Mar 2013 21:16:25 +0000 (14:16 -0700)]
warn if recips is in the wrong encoding

11 years agodocument that libravatar support has been added
Don Armstrong [Thu, 14 Mar 2013 20:15:01 +0000 (13:15 -0700)]
document that libravatar support has been added

11 years agomerge libravatar support into master
Don Armstrong [Thu, 14 Mar 2013 20:13:56 +0000 (13:13 -0700)]
merge libravatar support into master

11 years agoMerge branch 'don/fix_encoding'
Don Armstrong [Thu, 14 Mar 2013 20:00:54 +0000 (13:00 -0700)]
Merge branch 'don/fix_encoding'

11 years agoMerge branch 'don/fix_encoding'
Don Armstrong [Thu, 14 Mar 2013 19:59:41 +0000 (12:59 -0700)]
Merge branch 'don/fix_encoding'

11 years agoadd Debbugs configuration support for libravatar
Don Armstrong [Thu, 14 Mar 2013 17:11:05 +0000 (10:11 -0700)]
add Debbugs configuration support for libravatar

11 years agofix wrong encoding of $fwd; put the debug handle into utf8 encoding mode
Don Armstrong [Thu, 14 Mar 2013 16:13:05 +0000 (09:13 -0700)]
fix wrong encoding of $fwd; put the debug handle into utf8 encoding mode

11 years agotest utf8 mail with a utf8 containing header
Don Armstrong [Thu, 14 Mar 2013 16:12:39 +0000 (09:12 -0700)]
test utf8 mail with a utf8 containing header

11 years agodecode_rfc1522 returns strings in perl's internal encoding
Don Armstrong [Thu, 14 Mar 2013 16:12:22 +0000 (09:12 -0700)]
decode_rfc1522 returns strings in perl's internal encoding

11 years agothe fake control mesage must have its headers escaped
Don Armstrong [Thu, 14 Mar 2013 16:11:47 +0000 (09:11 -0700)]
the fake control mesage must have its headers escaped

11 years agoMerge branch 'master' into don/fix_encoding
Don Armstrong [Thu, 14 Mar 2013 15:34:09 +0000 (08:34 -0700)]
Merge branch 'master' into don/fix_encoding

11 years agoMerge branch 'master' into don/fix_encoding
Don Armstrong [Thu, 14 Mar 2013 15:33:30 +0000 (08:33 -0700)]
Merge branch 'master' into don/fix_encoding

11 years agoadd libravatar support to the bts
Don Armstrong [Thu, 14 Mar 2013 01:12:12 +0000 (18:12 -0700)]
add libravatar support to the bts

11 years agoreturn perl-internal encoding even if MIME::Parser fails don/processcleanup
Don Armstrong [Tue, 12 Mar 2013 21:55:24 +0000 (14:55 -0700)]
return perl-internal encoding even if MIME::Parser fails