]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2017-06-22 Don Armstrongadd cc all mails to addr config don/all_cc_email_list
2017-06-22 Don Armstrongpkgreport does not require common.pl; remove cd
2017-06-22 Don Armstrongremove common.pl and old cgi code which is unused
2017-05-29 Don Armstrongfix flie/file typo which broke usertags in bug reports
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-04-02 Don Armstrongremove two checks where dpkg now follows policy
2017-03-31 Don Armstrongprefix src: to all source packages
2017-03-31 Don ArmstrongSplit source file properly
2017-01-27 Don Armstronginclude experimental in the default removal tags
2017-01-03 Don Armstrongproperly check close and closedir
2017-01-02 Don Armstrongthe versions database is rebuilt each time
2016-12-30 Don Armstrongfix xzip/bzip2 regex
2016-12-30 Don Armstrongsupport bzip2 (oldstable)
2016-12-29 Don Armstrongbuild-versions-db now updates in-place
2016-12-29 Don Armstrongadd update and --no-update options
2016-12-29 Don ArmstrongIO::Uncompress is too slow; use open_compressed_file
2016-11-17 Don Armstrongdebbugs-web now breaks/replaces debbugs << 2.4.2
2016-11-17 Don Armstronguse dh $@ and debehlper version 9
2016-11-17 Don ArmstrongFix clone removing all other blocks instead of add
2016-11-14 Don Armstrongadd back set -e in case of failure
2016-11-14 Don Armstrongremove compprefix
2016-11-13 Don Armstrongbuild-versions-db doesn't need hostname
2016-11-12 Don ArmstrongHandle Packages.xz etc.
2016-09-24 Don Armstrongsend out the right charset on all requests
2016-09-07 Don Armstrongdocument fix of #584922 by Niels
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 ThykierSet LC_ALL to an UTF-8 locale before running tests
2016-09-07 Niels Thykierquitcgi: Return 400/500 status codes
2016-09-06 Don Armstrongadd notification settings to travis.yml
2016-09-05 Don ArmstrongFix (and test) setting summary/outlook in Control:...
2016-09-05 Don Armstrongcreate_config now calls BAIL_OUT on its own
2016-09-05 Don Armstrongabstract out create config in tests
2016-09-03 Don Armstrongmake already runs test rules
2016-09-03 Don Armstrongdepend on libmagic, gravatar-url and www-perl travis-ci
2016-09-03 Don Armstrongtry a different approach to using system perl
2016-09-03 Don Armstrongsystem is in quotes
2016-09-03 Don Armstrongonly use the system perl install
2016-09-02 Don Armstrongadd PREREQ_PM for makefile
2016-09-02 Don Armstrongadd travis.yml
2016-08-29 Don Armstrongstop double printing in run_rsync
2016-08-10 Don Armstrongupdate testcover rule
2016-08-10 Don Armstrongremove double colon in Debbugs::CGI
2016-08-10 Don ArmstrongUse ETags; return timestamp not is_valid
2016-08-05 Niels ThykierDrop unused my $vars
2016-08-04 Niels ThykierLibravatar: Refactor cache handling to avoid unncessary...
2016-08-04 Niels Thykierlibravatar.cgi: Drop unused import/module loads
2016-08-04 Niels ThykierLibravatar: Lazy-load LWP::UserAgent
2016-08-04 Niels ThykierPrefer "use Exporter qw(import)" to inheriting from it
2016-08-04 Niels Thykierd/control: Add missing Build-Depends for test
2016-08-03 Niels ThykierStandardize on using <br> (as opposed to <br/>)
2016-08-03 Niels Thykierhtml_tail.tmpl: Add missing </p>
2016-08-03 Don Armstrongignore Extra-Source-Only: yes packages and make sure...
2016-08-03 Niels ThykierAdd viewport in HTML
2016-07-18 Don Armstrongit should be decode_utf8, not encode_utf8
2016-07-18 Don Armstrongswitch mailbox mime type to application/mbox
2016-07-18 Don ArmstrongCall encode_utf8 in generate_package_info
2016-07-18 Don Armstrongfix captialization of cache control
2016-06-10 Don Armstrongset cache-control for pkgreport to 300 seconds don/cachecontrol
2016-06-10 Don Armstrongtest for Etag support in bugreport
2016-06-02 Don Armstrongswitch 17_version_cgi.t to use DebbugsTest::HTTPServer
2016-06-01 Don Armstrongadd etag and caching support to bugreport.cgi
2016-06-01 Don Armstrongabstract out no_such_bug
2016-06-01 Don Armstrongmove CGI parameter definitions earlier
2016-06-01 Don ArmstrongMake usertag_file_from_email a public function
2016-05-15 Don Armstrongadd test for version.cgi cache control
2016-04-13 Don Armstrongset etags and cache-control headers
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 Armstrongdocument fixes that Frank Lichtenheld contributed
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-03-29 Frank LichtenheldExtend bugreport test cases to check the output of...
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-10-01 Don ArmstrongFix mbox output of bugreports to properly use filehandle
2015-09-30 Don Armstrongimport :read in bugreport.cgi
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-07-04 Don Armstrongdocument fix for #790716 in changelog
2015-07-04 Rafael LaboissierePlural/singular agreement in error message
2015-06-17 Dave Loyallpoint at config.debian's new location
2015-05-25 Don Armstrongremove debbugging effective_type output
2015-05-25 Don Armstronguse Sys::Hostname::hostname instead of hostname --fqdn
2015-05-15 Don ArmstrongFix SOAP module hack to work around Date/Time encoding...
2015-02-24 Don Armstrongwe know that the statement is ok; use $1 to avoid taint...
2015-02-22 Don Armstrongnext release will be 2.6.0; document more issues which...
2015-02-21 Don Armstrongperl 5.14 does not support named capture groups, apparently
2015-02-21 Don Armstrongit's tags, not tag
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
next