]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2012-12-15 Don Armstrongadd templates for pkgreport.cgi templates
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
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-15 Don Armstrongfix lack of unlocking in process before we start control
2012-07-14 Don Armstrongoutput outlook in bugreport outlook
2012-07-14 Don ArmstrongAdd support for outlook in control
2012-07-14 Don Armstrongsubmitter is U, not S
2012-07-14 Don Armstrongtest that -1 actually refers to the current bug control.at.submit
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 Armstrongadd submit at control support to process
2012-07-14 Don ArmstrongFix block stanza
2012-07-14 Don Armstronguse bug_links intsead of bug_url
2012-07-14 Don Armstrongadd tests for control at submit time
2012-07-13 Don Armstrongremove -1.log
2012-07-13 Don ArmstrongRemove obsolute @maintcc and $packagepr bits
2012-07-13 Don ArmstrongRemote obsolute @bcc code
2012-07-13 Don ArmstrongMerge branch 'don/processcleanup' into control.at.submit
2012-07-12 Don Armstronguse slurp and io file to read the original report
2012-07-12 Don Armstrongswitch to finish()
2012-07-12 Don Armstrongextract control psuedoheaders into @control_bits
2012-07-12 Don ArmstrongFix wrong @matches indexing
2012-07-12 Don Armstrongexport check_limit
2012-07-12 Don Armstrongcall Debbugs::Control::service for all services
2012-07-11 Don Armstrongadd Service abstraction
2012-07-10 Don Armstronguse Getopt::Long and Pod::Usage in process
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 Armstrongdocument that encoding issues have been resolved don/processencoding
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 Armstrongencode added header separately from message to avoid...
2012-07-08 Don Armstrongtest for escaped utf8 bug log
2012-07-08 Don Armstrongexplicitly decode_utf8 instead of use utf8
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 Armstrongtest for utf8 control messages
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-08 Don Armstrongadd test script which shows encoding problems
2012-07-08 Don Armstrongsupport attachments in test scripts
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 Armstronguse :raw for the mail messages
2012-07-07 Don Armstrongread the log file as utf8 by default
2012-07-07 Don Armstrongstatus files should all be in UTF8; no longer attempt...
2012-07-07 Don Armstronguse UTF-8 encoding on all templates
2012-07-07 Don Armstrongdecode_rfc1522 now outputs perl internal format
2012-07-07 Don Armstrongdecode_rfc1522 now outputs perl internal format
2012-07-06 Don ArmstrongMerge branch 'master' into cgiencoding
2012-07-06 Don Armstrong* Use a hash to select the proper message
2012-05-29 Don Armstronguse package_links instead of pkg_url
2012-04-26 Don Armstrongfix Arnout's last name
2012-04-26 Don Armstrongdocument arnout fixes
2012-04-26 Arnout EngelenAlso mark up records of the form 'Removed indication...
2012-04-26 Don Armstrongadd back vcs-browser; document pushed fixes
next