]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
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 Armstronguse s/// instead of tr///, as tr must use one and only...
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 Armstrongtest for double encoding of index.db
2013-03-15 Don Armstrongthe old index has to be open in encoding mode too
2013-03-15 Don Armstrongadd gitignore
2013-03-14 Don Armstrongmerge fix_encoding
2013-03-14 Don Armstrongadd overflow:auto to avoid having avatars outside of...
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 Armstrongmake the submitter be in utf8 to catch more problems
2013-03-14 Don Armstrongmap recips to utf8 octets
2013-03-14 Don Armstrongthe datastructure needs to be encoded before gen-indice...
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 Armstrongdocument that libravatar support has been added
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 Armstrongfix wrong encoding of $fwd; put the debug handle into...
2013-03-14 Don Armstrongtest utf8 mail with a utf8 containing header
2013-03-14 Don Armstrongdecode_rfc1522 returns strings in perl's internal encoding
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 Armstrongfix item typo
2013-03-12 Don Armstrongproperly test pod files
2013-03-12 Don Armstrongadd test rule to run individual tests more easily
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 Armstrongeverything should be in perl's internal encoding
2013-03-12 Don Armstrongencode_utf8_structure is in Debbugs::UTF8 now
2013-03-12 Don Armstrongdecode_rfc1522 returns perl internal encoding instead...
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 STDOUT to raw first, then use encoding(UTF-8)
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 Armstrongdecode_rfc1522 now returns utf8 octets
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-06 Don Armstrongadd templating for pkgindex.cgi
2012-12-05 Don Armstrongfix another htmlize_maintlinks
2012-12-04 Don Armstronghandle non-existant Message-Id: properly
2012-12-04 Don Armstronghandle the maintainer being undef properly
2012-12-04 Don Armstrongcall package_links instead of maintainer_links
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-15 Don Armstrongoutput errors to the transcript if we are parsing contr...
2012-11-08 Don Armstrongdocument the fix of #670456 origin/spacefun origin/spacefun.zobel
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-10-29 Don Armstrongdocument fix of #691573 in acb6e
2012-10-29 Jonathan Niedercontrol: print message to transcript when command is...
2012-10-19 Don ArmstrongFix lack of archive support in pkgindex.cgi.
2012-10-14 Don ArmstrongOnly remove list headers if the message appears to...
2012-09-28 Don Armstrongchange how $generalbcc is assigned
2012-09-28 Mike Gabrieladd Debian BTS closures to /debian/changelog
2012-09-28 Mike GabrielUse locale independent date format for mail processing...
2012-09-28 Mike GabrielMake sure that mails to gSubscriptionDomain and gBugSub...
2012-09-28 Mike GabrielProvide gStrongList configuration option in config...
2012-09-28 Mike GabrielUpdate postfix section in Readme.mail. Closes: #688109.
2012-09-28 Mike GabrielRemove mailing list markers of the form [<list-name...
2012-09-28 Mike GabrielAdd empty $gBugSubscriptionDomain variable to config...
2012-09-28 Mike Gabrielchangelog cleanup for last commits
2012-09-28 Mike GabrielAllow directory index for /var/lib/debbugs/www to be...
2012-09-28 Mike GabrielLet generated index pages load css file.
2012-09-28 Mike GabrielExtend examples/apache.conf, add directory rules. Esp...
2012-09-28 Mike Gabriel/debian/control: Add ${misc:Depends} to Depends.
2012-09-28 Mike GabrielFix pkgindex.cgi concerning several issues: load proper...
2012-09-28 Mike GabrielBe more generic, comment out rewrite rule that directly...
2012-09-28 Mike GabrielFix sani function in scripts/errorlib. Generate html...
2012-09-28 Mike GabrielRewrite rule example: http://<webhost>/<nnn> -> show...
2012-09-28 Mike GabrielAssure in apache.conf example that documentation html...
2012-09-28 Mike GabrielLoad bugs.css file in documentation html pages.
2012-09-28 Mike Gabrielmark package as unreleased to make dch work correctly
2012-09-17 Don Armstrongfix missing +
2012-09-17 Don Armstrongwork around broken .debinfo files by faking the binarch...
2012-09-07 Don ArmstrongFix installation of templates (closes: #686928). Thanks...
2012-09-06 Don ArmstrongDocument what Debbugs::Status::get_bug_status returns
2012-07-24 Don Armstrongclose directory after reading from it
2012-07-20 Don Armstrongsummary and outlook actually accept any text
next