]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2018-03-06 Don ArmstrongUpdate standards version to 4.1.3
2018-03-06 Don Armstrongthe database configuration variable is now $gDatabase
2018-03-05 Don Armstrongprovide informative information when unarchiving unarch...
2018-03-05 Don ArmstrongDon fixed the blocks/blockedby of archived bugs
2018-03-04 Don Armstrongdocument fix of archived merged bugs
2018-03-04 Don Armstrongclarify that blockers which are bad could be archived
2018-03-04 Don Armstrongfix typo in test for archived bugs in blocks
2018-02-28 Don Armstrongadd fake debian archive/debinfo for testing
2018-02-28 Don Armstrongadd start of database seting
2018-02-28 Don Armstrongwe currently don't need Helper::ResultSet
2018-02-28 Don Armstrongremove dsn debugging print statement
2018-02-28 Don Armstrongremove useless $SIG{CHLD} handler
2018-02-28 Don Armstrongmk-build-deps also needs equivs installed
2018-02-28 Don Armstrongin travis, use dch -r -m ''; to not add more messages
2018-02-28 Don Armstrongfinalize the changelog so dch -r will work in travis...
2018-02-28 Don Armstronguse mk-build-deps to install package dependencies in...
2018-02-27 Don Armstronguse Test::PostgreSQL to test whether the postgresql...
2018-02-27 Don Armstrongthe developer prepare option to debbugs-installsql...
2018-02-27 Don Armstrongonly update the progress bar if it exists
2018-02-27 Don Armstrongallow providing a directory of debinfo files to loadsql
2018-02-27 Don Armstrongsupport --dsn option in debbugs-loadsql
2018-02-27 Don Armstrongallow debbugs-installsql to take a --dsn option
2018-02-26 Don Armstrongmk-build-deps also needs equivs installed
2018-02-26 Don Armstrongin travis, use dch -r -m ''; to not add more messages
2018-02-26 Don Armstrongfinalize the changelog so dch -r will work in travis...
2018-02-26 Don Armstronguse mk-build-deps to install package dependencies in...
2018-02-23 Don ArmstrongOnly search for the first Format-Version: and use it text_xslate_templates
2018-02-23 Don Armstronguse state for read_bug field namemap
2018-02-23 Don Armstronguse state for read_bug params_validate spec
2018-02-23 Don Armstrongrework package_links and munge_url to increase their...
2018-02-21 Don Armstrongallow the regex to really be a regex
2018-02-21 Don Armstrongscores can be negative
2018-02-21 Don Armstrongparse headers directly for spam score
2018-02-21 Don Armstrongfix function typo
2018-02-21 Don Armstrongadd learn subcommand and examples
2018-02-15 Chris LambAdd rel="canonical" links to bug pages.
2018-02-14 Don Armstronguse binary_to_source cache in Debbugs::SOAP::get_status
2018-02-09 Don Armstrongremove useless $time and $start_time variables
2018-02-09 Don Armstrongadd bugs_and_logs command to debbugs-loadsql
2018-02-08 Don Armstrongif the charset is unknown, assume UTF-8
2018-02-02 Don Armstrongwe use Text::Xslate instead of Text::Template
2018-02-02 Don Armstrongoutlook is a control command too
2018-02-02 Don Armstrongchange buginfo to use a list instead of paragraphs
2018-02-02 Don Armstrongmake bug report operations inline
2018-02-02 Don Armstrongsplit bug report header into two lines
2018-02-02 Don Armstronghave merge-one-version use Debbugs::Config
2018-02-02 Don Armstrongfix config.bug and other inline bits in no_such_bug...
2018-02-02 Don Armstrongcombine CSS selectors
2018-01-28 Don Armstrongfix accidentally broken mbox links
2018-01-24 Don Armstronguse the right <: msg template :>
2018-01-24 Don Armstrongadd Debbugs::Text::XslateBridge
2018-01-23 Don Armstrongthe prefilter was killing newlines right before '<...
2018-01-22 Don Armstronguse maintainer instead of maint
2018-01-22 Don Armstrongutility routines are no longer supported in Text::Xslate
2018-01-22 Don Armstronguse maintainer instead of maint
2018-01-22 Don Armstrongimported modules need to go after exporter (to avoid...
2018-01-22 Don ArmstrongSwitch from Text::Template to Text::Xslate
2018-01-02 Don Armstrongpass through a binary-to-source cache
2018-01-02 Don Armstrongassume unknown encodings are UTF-8
2018-01-02 Don ArmstrongDo not skip binary packages if sources do not exist.
2018-01-02 Don Armstrongswitch back to using viscomponent because $component...
2018-01-02 Don Armstrongfix pod error in Debbugs::Command
2018-01-02 Don Armstrongoutput more debugging information; just use componentdir
2018-01-02 Don Armstronginclude contrib and non-free debian-installer components
2017-12-14 Don Armstrongsave log::spam after changing it don/dancer
2017-12-14 Don Armstrongfix $is_match of mark_it
2017-12-14 Don Armstrongfix foreachmsg debug messages
2017-12-14 Don Armstrongfix failure to save spam/ham records
2017-12-14 Don Armstrongpass default ham-threshold to auto-scan
2017-12-14 Don Armstrongrequire Pod2Usage in Debbugs::Command
2017-12-14 Don Armstrongadd support for --skip-seen
2017-12-14 Don Armstrongextract subject before hashref
2017-12-14 Don Armstrongclose out pipe at the right timec
2017-12-14 Don Armstrongspamc is in options now
2017-12-14 Don Armstrongfix syntax error in save; add remove_message
2017-12-14 Don Armstrongadd Debbugs::Command tool
2017-12-14 Don Armstrongadd subcommands to debbugs-spam
2017-12-12 Don Armstrongsupport listing whether messages are ham in Debbugs...
2017-12-08 Don Armstrongrename debbugs-spamscan-log to debbugs-spam
2017-12-05 Don Armstrongshould be $gMaintainerEmail not $gMaintainer in <>
2017-12-04 Don Armstrongmodify merge tests to test merging blocking bugs
2017-12-04 Don Armstronguse Data::Dumper->Dump in test_control_command
2017-12-04 Don Armstrongfix forcemerging bugs which were formerly blocks/blockedby
2017-12-04 Don Armstrongwrap forcemerge changes in eval to properly unlock...
2017-12-04 Don Armstrongcall __end_control before croaking in general
2017-12-04 Don Armstrongabstract out test_control_commands into Debbugs::Test
2017-11-18 Don ArmstrongUse foo <bar@baz.com> instead of bar@baz.com (foo)...
2017-10-30 Don Armstrongput sources/maintainer files into mirror location in...
2017-08-12 Don ArmstrongMerge remote-tracking branch 'local/master' into database
2017-08-11 Don Armstrongremove bug_url from the codebase
2017-08-11 Don Armstrongpass uri_escape to templates in bugreport.cgi
2017-08-11 Don Armstrongremove vestiges of Safe from Debbugs::Test
2017-08-11 Don Armstrongset local variables in Bugreport.pm
2017-08-11 Don Armstrongignore supplied filenames in MIME to avoid taint issues
2017-08-11 Don Armstrongdocument pass-through urls in the example apache config...
2017-08-11 Didier RaboudUse PT|passthrough redirects also for all other rewrites
2017-08-11 Didier RaboudUse PT|passthrough redirects for ^/([0-9]+)$ for bugrep...
2017-08-11 Don Armstrongadd libnet-server-perl to build-deps for local-debbugs
2017-08-11 Don Armstrongset indent level and tabs mode
2017-08-11 Don Armstrongbecause pkgreport.cgi uses taint, use perl -I to set...
next