]> git.donarmstrong.com Git - debbugs.git/history - Debbugs
serve_cache is not exported by Debbugs::Libravatar
[debbugs.git] / Debbugs /
2013-10-01 Don Armstrongserve_cache is not exported by Debbugs::Libravatar
2013-10-01 Don ArmstrongMerge branch 'master' into don/libravatar don/libravatar
2013-10-01 Don ArmstrongMerge branch 'master' into don/libravatar
2013-10-01 Don Armstronguse sub style of constants to avoid needing mod_perl...
2013-10-01 Don Armstrongremove useless my $_ in encode_utf8_structure
2013-10-01 Don Armstrongspecify encoding in Debbugs/MIME.pm pod
2013-10-01 Don Armstrongfix how e-mails are passed to the avatar script
2013-10-01 Don ArmstrongSupport blacklisting avatars
2013-08-16 Don Armstronguse a cmp sort instead of a <=> sort, because that...
2013-06-08 Don Armstronguse carp and export cache_location
2013-06-08 Don Armstrongadd code to serve images via mod_perl
2013-06-08 Don Armstrongmove cgi options underneath misc options
2013-06-08 Don Armstrongadd support for simple_filelock and unlock
2013-05-06 Don Armstrongaccept -1 in addition to 0 for the current message...
2013-04-19 Don Armstrongencode all strings to bytes before including in estraier
2013-04-04 Don ArmstrongText::Iconv has a bug where it fails to reset the conve...
2013-04-03 Don ArmstrongMove libravatar code out to Debbugs::Libravatar
2013-04-03 Don Armstrongswitch to internal libravatar cgi by default
2013-04-02 Don Armstrongcheck the log modified time of an optional gziped log
2013-03-28 Don Armstrongadd libravatar caching cgi; add 1x1.png; add web direct...
2013-03-22 Don Armstronguse a div instead of p for the headers; use headerfield...
2013-03-21 Don ArmstrongMerge branch 'don/rebuild-index'
2013-03-21 Don Armstrongchange convert_to_utf8 to attempt to fix doubly encoded... don/rebuild-index
2013-03-21 Don ArmstrongMerge branch 'don/rebuild-index'
2013-03-21 Don Armstrongmake generate_status_line handle bug not being defined...
2013-03-20 Don ArmstrongMerge remote-tracking branch 'mikegabriel/proposal_upst... mike_patches
2013-03-20 Don Armstrongwhen we fail to commit to utf8, output the charset...
2013-03-20 Don Armstrongadd rebuild index support
2013-03-20 Mike Gabriel* Fix lintian issues: libdebbugs-perl: spelling-error...
2013-03-18 Don ArmstrongFix double encoding of attachments (closes: #703300) don/fix_encoding
2013-03-16 Don Armstrongimport all variables except config
2013-03-16 Don Armstronghandle exporting libravatar uri options
2013-03-15 Don Armstrongadd disable avatars support
2013-03-15 Don Armstrongdefault charset to UTF-8 when it isn't defined don/cookies
2013-03-15 Don Armstrongfix output of handle email message so that it handles...
2013-03-15 Don Armstrongoutput to perl scalars must be in octets, apparently...
2013-03-15 Don Armstrongthe old index has to be open in encoding mode too
2013-03-14 Don Armstrongmerge fix_encoding
2013-03-14 Don ArmstrongMerge branch 'master' of git+ssh://git.donarmstrong...
2013-03-14 Don Armstrongactually; scalars shouldn't encode anyway. Not sure...
2013-03-14 Don Armstrongfor some reason, encoding(UTF-8) doesn't work for globi...
2013-03-14 Don ArmstrongMerge branch 'don/fix_encoding'
2013-03-14 Don Armstrongencode recips in Control too
2013-03-14 Don ArmstrongMerge remote-tracking branch 'origin/don/fix_encoding'
2013-03-14 Don Armstrongthe realtime file needs to be in UTF-8
2013-03-14 Don Armstrongwarn if recips is in the wrong encoding
2013-03-14 Don Armstrongmerge libravatar support into master
2013-03-14 Don ArmstrongMerge branch 'don/fix_encoding'
2013-03-14 Don ArmstrongMerge branch 'don/fix_encoding'
2013-03-14 Don Armstrongadd Debbugs configuration support for libravatar
2013-03-14 Don Armstrongthe fake control mesage must have its headers escaped
2013-03-14 Don ArmstrongMerge branch 'master' into don/fix_encoding
2013-03-14 Don ArmstrongMerge branch 'master' into don/fix_encoding
2013-03-14 Don Armstrongadd libravatar support to the bts
2013-03-12 Don Armstrongreturn perl-internal encoding even if MIME::Parser... don/processcleanup
2013-03-12 Don Armstrongconvert_to_utf8 now returns perl's internal encoding
2013-03-12 Don Armstrongswitch away from using MIME::WordDecoder and do the...
2013-03-12 Don Armstronguse debbugs::utf8
2013-03-12 Don Armstrongdecode_utf8 the html record before calling decode_rfc15...
2013-03-12 Don Armstrongswitch to encoding(UTF-8) from utf8
2013-03-08 Don Armstronguse encode_utf8_safely in Debbugs::MIME
2013-03-01 Don Armstrongmove UTF8 routines out of Debbugs::Common and into...
2013-02-28 Don Armstronguse encode_utf8_safely instead of just encode_utf8
2013-02-28 Don ArmstrongWe now return UTF8 octets from parse instead of whateve...
2013-02-28 Don ArmstrongMake convert_to_utf8 use Text::Iconv and fallback to...
2013-02-28 Don Armstrongadd encode_utf8_safely function
2013-02-27 Don ArmstrongWe should only delete a version in found if it's not...
2013-02-07 Don Armstrongimport encode_utf8
2013-02-07 Don Armstrong- carp if the a log text record is in perl's internal...
2012-12-04 Don ArmstrongFix set_found bug which cleared partially matching...
2012-11-15 Don Armstrongabstract out bug number regex; fix clone regex to allow...
2012-11-08 Don Armstrongif there is a non-source qualified version with a corre...
2012-11-08 Don Armstrongchanges is a hash of arrayrefs; properly handle it...
2012-09-06 Don ArmstrongDocument what Debbugs::Status::get_bug_status returns
2012-07-20 Don Armstrongsummary and outlook actually accept any text
2012-07-17 Don ArmstrongApply fix for ! in owner et al; fixes #681853 Thanks...
2012-07-16 Don Armstrongfix undefined value in print (should be $version, not $2)
2012-07-14 Don ArmstrongAdd support for outlook in control
2012-07-14 Don Armstrongdata can be a HASHREF not a SCALAR in check_limit
2012-07-14 Don ArmstrongMerge branch 'control.at.submit'
2012-07-14 Don ArmstrongFix block stanza
2012-07-14 Don Armstronguse bug_links intsead of bug_url
2012-07-13 Don ArmstrongMerge branch 'don/processcleanup' into control.at.submit
2012-07-12 Don ArmstrongFix wrong @matches indexing
2012-07-12 Don Armstrongexport check_limit
2012-07-11 Don Armstrongadd Service abstraction
2012-07-10 Don Armstrongfix export tags in MIME
2012-07-09 Don Armstrongsupport export tags
2012-07-08 Don Armstrongcall decode_rfc1522 before calling decode_utf8 cgiencoding
2012-07-08 Don ArmstrongMerge branch 'master' into don/processcleanup
2012-07-08 Don ArmstrongDebbugs::Log no longer attempts to convert to perl...
2012-07-08 Don Armstrong* Use encode_utf8 to encode perl strings before appendi...
2012-07-08 Don Armstronggit rid of encoding in Debbugs::Log; everything should...
2012-07-08 Don ArmstrongMerge branch 'don/processencoding' of git+ssh://git...
2012-07-08 Don Armstrongonly encode to utf8 if is_utf8 is set; otherwise the...
2012-07-08 Don Armstrongdo not encode mesages into utf8 when sending; this...
2012-07-08 Don ArmstrongOnly use decode_utf8 if the string isn't already in...
2012-07-07 Don Armstrongset the is_utf8 bit on $output
2012-07-07 Don Armstrongall files that __add_to_hash reads should be in UTF-8
2012-07-07 Don Armstrongread the log file as utf8 by default
next