]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2016-08-29 Don Armstrongallow gen-indices to work with local-debbugs debbugs-local
2016-08-29 Don Armstrongdebbugs-web can work with just debbugs-local
2016-08-29 Don Armstrongfix issues with localconfig in local-debbugs
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
2015-01-29 Virginia KingMinor edits for clarity don/json_support
2015-01-29 Virginia KingFixed MORE code block formatting
2015-01-29 Virginia KingFixed MORE code block formatting
2015-01-29 Virginia KingFixed code block formatting
2015-01-29 Virginia KingUpdated the installation instructions
2015-01-29 Virginia KingAdjusted README.md with minor structural changes and...
2015-01-29 Virginia KingMerge remote-tracking branch 'don/master' into pindy...
2015-01-21 Don Armstrongmove scripts/config to examples/
2015-01-21 Don Armstrongdepend on apache2 or httpd
2015-01-15 Don Armstrongswitch to using Require all granted from old Options...
2015-01-15 Don Armstronguse + for symlinks and multiviews; newer apache doesn...
2015-01-15 Don Armstrongwe don't need to expose the txt directory either
2015-01-15 Don Armstrongremove irrelevant configuration options which have...
2015-01-15 Don Armstrongwe shouldn't expose db
2015-01-15 Don Armstronguse /var/log/apache2/ as the default error log location
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...
2015-01-14 Virginia KingSuper basic intro
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-11-06 Don ArmstrongAdd affects to bugreport.cgi package info header (Close...
2014-10-31 Don ArmstrongMerge remote-tracking branch 'pindy/pindy/docs'
2014-10-28 Virginia KingReplaced dead website link with current pages
2014-10-28 Virginia KingConverted to markdown
2014-10-28 Virginia KingAdded contributing section
2014-10-27 Don Armstrongfix the hidden parameters not being included in the...
2014-09-26 Don Armstrongfix missing semicolon; check that HTTP_HOST is defined
2014-09-26 Don Armstrongunfinalize; document XSS fix
2014-09-26 Don Armstrongfix XSS in version.cgi
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-23 Don Armstrongdon't go past end of @msg when setting
2014-04-21 Don Armstronghandle package, msgid, and keywords being undefined
2014-04-16 Don ArmstrongAlso check for package being defined before checking...
next