]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2020-04-04 Don Armstrongabstract out toggle_elements spam_report_by_msg
2020-02-14 Don Armstrongsupport -done being set in a psuedoheader
2018-05-30 Don Armstrongfix favicon location
2018-05-30 Don Armstrongfix typo in cgi/bugreport.tmpl which caused a backtrace...
2018-03-29 Don Armstrongtest that the generation of maintainer index files...
2018-03-29 Don Armstrongadd maintainer index file for source and binary packages
2018-03-08 Don ArmstrongBegin to prep for a 2.6.0 release debian/2.6.0 release/2.6.0
2018-03-07 Don Armstrongremove newline from pre_title again
2018-03-07 Don Armstrongremove leading space before comment in debian/control
2018-03-07 Don Armstrongbuild and install the favicon
2018-03-07 Don Armstrongthe icon background should be white
2018-03-07 Don Armstrongadd a logo for debbugs
2018-03-06 Don Armstrongfix the rule to install UPGRADE.md
2018-03-06 Don Armstrongmove UPGRADE notes to markdown, and add in 2.6 notes
2018-03-06 Don Armstrongfuture directions is outdated
2018-03-06 Don Armstrongwe don't need to ship db-h spool directories
2018-03-06 Don Armstrongfix cgis install; bugs-fetch2.pl is no longer used
2018-03-06 Don Armstrongremove the obsolete perl_dir stuff
2018-03-06 Don Armstrongremove old bzrignore file
2018-03-06 Don ArmstrongUpdate standards version to 4.1.3
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-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-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-08 Don Armstrongif the charset is unknown, assume UTF-8
2018-02-02 Don Armstrongoutlook is a control command too
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-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...
2017-08-11 Don Armstrongdocument the synopsis slightly better
2017-08-11 Don Armstrongautomatically identify if local-debbugs is being run...
2017-08-10 Don Armstrongadd bugs listed in the config file to the mirrored...
2017-08-10 Don Armstrongadd .log.spam.d support too
2017-08-10 Don Armstrongthere's no reason to use locale; in proces or service
2017-08-09 Don Armstronguse scalar IO::InnerFile::getline to work around an...
2017-08-05 Don ArmstrongInclude references from the original bug in replies
2017-08-05 Don Armstronginclude non-breaking spaces in pheader regex for old...
2017-08-05 Don Armstrongadd libtext-iconv-perl to depends
2017-08-05 Don Armstrongfix allutils typo
2017-08-05 Don Armstrongcomments in control should not have leading spaces
2017-08-05 Don Armstrongswitch travis to using trusty
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-10 Don Armstrongstrip out Mail-Followup-To
2017-07-09 Don Armstrongadd test for multipart mime headers
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 Armstrongdocument that format flowed and other messages are...
2017-07-06 Don Armstrongadd a link to the bug when thanking new bug submissions
next