]> git.donarmstrong.com Git - debbugs.git/history - Debbugs
use scalar IO::InnerFile::getline to work around an InnerFile bug
[debbugs.git] / Debbugs /
2017-08-04 Don Armstrongadd Debbugs::DebArchive to read Packages, Releases...
2017-08-04 Don Armstrongadd open_compressed_file routine to Debbugs::Common
2017-07-08 Don Armstrongfix wrong s/// on package_pages
2017-07-08 Don Armstrongfix modification of $config{package_pages} in map
2017-07-06 Don ArmstrongFix merged sort order to always be numeric
2017-07-06 Don Armstrongcroak in subroutines
2017-07-06 Don Armstrongskip maintainer files if they are empty *or* undef
2017-07-04 Don Armstronguse https for CVE tracker by default
2017-07-04 Don Armstrongfix usertag_package_domain to strip protocol if its...
2017-07-04 Don Armstrongfix the spam lockfile name
2017-07-03 Don Armstrongadd missing package_tracking_domain configuration variable
2017-07-02 Don ArmstrongUse List::AllUtils instead of List::Utils and List...
2017-07-02 Don Armstrongolder versions of List::Util (<1.26) do not have sum0...
2017-07-02 Don Armstrongfix failure to import locking funcs and don't save...
2017-07-02 Don Armstrongremove useless return in record_regex
2017-07-02 Don Armstronginclude links to anchors of html messages too
2017-07-01 Don Armstrongif there is not a msgid, it cannot be spam
2017-07-01 Don Armstrongadd missing =back to Debbugs::Log::Spam
2017-07-01 Don Armstrongforcibly wrap msgreceived
2017-07-01 Don Armstrongfix links to merged and blocked bugs
2017-07-01 Don ArmstrongAdd new Debbugs::Log::Spam module and use it to skip...
2017-07-01 Don Armstrongset indent variables
2017-07-01 Don Armstronghandle compressed logs in Debbugs::Log
2017-07-01 Don Armstronguse feature state in Debbugs::Log for some small speed...
2017-06-28 Don Armstrongtry to forcibly wrap messages which have not been prope...
2017-06-25 Don Armstrongconvert to perl's internal utf8 in reply_headers
2017-06-25 Don Armstrongadd envelope_from option so a valid user can be set
2017-06-24 Don ArmstrongReply Sent messages are not informational; they change...
2017-06-22 Don ArmstrongInclude the protocol (http://) in gWebDomain and gCGIDomain
2017-06-22 Don Armstrongadd cc all mails to addr config don/all_cc_email_list
2017-04-29 Don ArmstrongFix breakage caused by cdn.libravatar.org not setting...
2017-04-09 Don Armstrongremove UTF8 warnings
2017-04-02 Don Armstrongchange fix to #858671 to split source with split_status...
2017-03-31 Don ArmstrongSplit source file properly
2017-01-27 Don Armstronginclude experimental in the default removal tags
2016-11-17 Don ArmstrongFix clone removing all other blocks instead of add
2016-09-07 Niels ThykierD/Config: Add missing </P> in default html_tail
2016-09-07 Niels ThykierDrop more unused variables
2016-09-07 Niels ThykierLibravatar: Add caching of "negative" libravatar results
2016-09-07 Niels Thykierquitcgi: Return 400/500 status codes
2016-09-05 Don ArmstrongFix (and test) setting summary/outlook in Control:...
2016-08-10 Don Armstrongremove double colon in Debbugs::CGI
2016-08-10 Don ArmstrongUse ETags; return timestamp not is_valid
2016-08-04 Niels ThykierLibravatar: Refactor cache handling to avoid unncessary...
2016-08-04 Niels ThykierLibravatar: Lazy-load LWP::UserAgent
2016-08-04 Niels ThykierPrefer "use Exporter qw(import)" to inheriting from it
2016-07-18 Don Armstrongit should be decode_utf8, not encode_utf8
2016-07-18 Don ArmstrongCall encode_utf8 in generate_package_info
2016-06-10 Don Armstrongtest for Etag support in bugreport
2016-06-01 Don ArmstrongMake usertag_file_from_email a public function
2016-04-13 Don Armstrongadd calculate_etags and etags_do_not_match methods
2016-04-13 Don ArmstrongMake munge_url use repeatable sorting
2016-03-29 Don Armstrongfix inversion of date/versions in Debbugs::Status leadi...
2016-03-29 Frank LichtenheldControl: Add missing full stop at the end of "Changed...
2016-03-29 Frank LichtenheldBugreport: Fix problems with reassign message
2016-02-12 Don Armstrongcloning had the blocking reversed
2015-10-16 Paul WiseRemove an obsolete comment
2015-10-01 Don Armstronghandle receips state properly; check for unescaped...
2015-09-30 Don ArmstrongAdd IO::InnerFile support to Debbugs::Log and use it
2015-09-26 Don Armstrongchange the scope of tempdir so that it stays in scope...
2015-09-23 Don Armstrongalso use a filesystem in handle_email_message to avoid...
2015-09-23 Don Armstronguse tmpdir for bugs instead of memory to avoid trouble...
2015-05-25 Don Armstrongremove debbugging effective_type output
2015-05-25 Don Armstronguse Sys::Hostname::hostname instead of hostname --fqdn
2015-02-24 Don Armstrongwe know that the statement is ok; use $1 to avoid taint...
2015-02-21 Don Armstrongperl 5.14 does not support named capture groups, apparently
2015-02-21 Don Armstrongallow arbitrarily complex boolean operations in usercat...
2015-02-21 Don Armstrongadd test for get_bug_order_index; fix faulty regex...
2015-02-21 Don Armstrongadd missing /g
2015-02-21 Don Armstrongsupport or matching in fields in usercategories
2015-01-29 Virginia KingMerge remote-tracking branch 'don/master' into pindy...
2015-01-15 Don Armstrongallow &quot; in other places too (HTML::Escape doesn...
2015-01-15 Don ArmstrongStop URLs at &quot; too. Thanks to Vincent Lefevre...
2014-11-14 Don Armstrongignore addresses which do not have @ to work around...
2014-11-14 Don Armstronguse uri_escape_utf8 instead of uri_escape
2014-09-04 Don Armstrongcleanup_eval_fail should match all croak messages;...
2014-07-30 Don Armstrongremove leading and trailing spaces in references and... don/reply_links
2014-07-29 Don Armstrongfix multipart messages when quoting the body; bodyhandl...
2014-07-29 Don ArmstrongAdd reply links to individual bug messages with headers...
2014-05-30 Don Armstrongeliminate convert to utf8 warning
2014-05-30 Don Armstronghandle undefined headers by just returning ''
2014-05-07 Don Armstrongfix the links to reassigned packages in the html entries
2014-05-07 Don Armstrongfix #747267 by causing the closing regex to require...
2014-04-16 Don ArmstrongAlso check for package being defined before checking...
2014-04-16 Don Armstrongcheck for package being defined before source regex
2014-02-07 Don Armstrongswitch the libravatar url to not prefix with http://
2013-11-30 Don ArmstrongSupport CVEs surrounded by parenthesis (closes: #662228...
2013-11-30 Don Armstrongrevert part of 593feb86; Source_maintainer has a differ...
2013-11-29 Don Armstrongset cleanup=>1 and use remove_tree instead to hopefully...
2013-11-29 Don Armstrongwe need to unlink the temporary file name, not the...
2013-11-21 Don Armstronghandle source maintainer having the archive name properly
2013-10-29 Don Armstronguri_escape e-mails in libravatar (closes: #728034)...
2013-10-02 Don Armstrongadd $gLibravatarCacheDir
2013-10-02 Don Armstrongfix cache location regex
2013-10-01 Don Armstrongset content type even if we use apache to serve the...
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
next