]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2014-10-16 Don ArmstrongAdd Debbugs::BugWalker to abstract out bug-walking... bugwalker_abstraction
2014-08-21 Don Armstrongfix pod2usage typo
2014-08-16 Don Armstronghandle quick bug loading by checking the database for...
2014-08-07 Don Armstrongwhen splitting fields, uniquify and sort them if they...
2014-08-06 Don Armstrongservice and sysconfdir all take options
2014-08-06 Don ArmstrongThe wheezy getopt::long basically doesn't support any...
2014-08-06 Don Armstrongif there is no subcommand to debbugs-loadsql, display...
2014-08-06 Don Armstronguse GetOptionsFromArray instead of the OO method, becau...
2014-08-06 Don Armstrongwe should not include DBIx::ClassDeploymentHandlerVersi...
2014-08-06 Don Armstrongadd first stab at using DBIx::Class::DeploymentHandler...
2014-06-01 Don Armstrongadd affects to schema
2014-06-01 Don Armstronguse debbugs_db from config
2014-05-19 Don ArmstrongAdd initial DB search support to Debbugs::Bugs
2014-01-23 Don Armstrongmake all of the options for get_bugs_* come from a...
2014-01-23 Don Armstrongfix missing =over/=back
2014-01-23 Don Armstrongfix unterminated B<> sequence
2013-11-30 Don Armstrongeliminate convert to utf8 warning
2013-11-30 Don Armstrongadd $gDebbugsDb (debbugs_db) configuration option to...
2013-11-30 Don Armstrongmerge master
2013-11-25 Don Armstrongfix mistake in bug_message indexes
2013-11-25 Don Armstrongfix bug_id problem; try to update merge/blocks if all...
2013-11-25 Don ArmstrongAdd id to bug_ver and some more indices
2013-11-22 Don Armstrongremove _id; fix correspondent and test
2013-11-22 Don Armstrongget rid of _id in database
2013-11-21 Don ArmstrongMerge branch 'master' into database
2013-11-21 Don Armstronghandle source maintainer having the archive name properly
2013-11-21 Don Armstrongadd source maintainers code in loadsql
2013-11-16 Don Armstrongexport the get source maintainers
2013-11-16 Don Armstrongconsolidate debbugs-loadsql commands
2013-11-16 Don Armstrongadd get source maintainers command
2013-11-13 Don Armstrongremove pkg/alias_of/obsolete index; add obsolete/disabl...
2013-11-13 Don Armstrongallow for duplicate, disabled src packages
2013-11-07 Don Armstrongset the version to 1; eventually we will use this to...
2013-11-07 Don Armstrongupdate for correspondent in maintainer
2013-11-07 Don Armstrongthe maintainer address should be a correspondent
2013-10-29 Don Armstronguri_escape e-mails in libravatar (closes: #728034)...
2013-10-02 Don ArmstrongMerge branch 'master' into database
2013-10-02 Don Armstrongadd $gLibravatarCacheDir
2013-10-02 Don Armstrongfix cache location regex
2013-10-01 Don ArmstrongDebbugs::Libravatar requires convert from imagemagick
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 Armstrongattachments must be encoded into octets
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
2013-10-01 Don Armstrongfix sigchild and sigpipe handling in test
2013-10-01 Don Armstrongspecify encoding in Debbugs/MIME.pm pod
2013-10-01 Don Armstronguse abs location for libmagic and fix retrieve libravat...
2013-10-01 Don Armstrongfix how e-mails are passed to the avatar script
2013-10-01 Don ArmstrongSupport blacklisting avatars
2013-09-24 Don ArmstrongMerge branch 'master' into database
2013-09-10 Don Armstrongupdate control for libravatar
2013-08-16 Don Armstronguse a cmp sort instead of a <=> sort, because that...
2013-06-28 Don Armstronginstall bugs.css to www/css/bugs.css not www/bugs.css
2013-06-09 Don ArmstrongMerge branch 'master' into database
2013-06-08 Don Armstronguse Debbugs::Libravatar
2013-06-08 Don Armstronguse carp and export cache_location
2013-06-08 Don Armstrongadd code to serve images via mod_perl
2013-06-08 Don Armstrongmove cgi options underneath misc options
2013-06-08 Don Armstrongadd support for simple_filelock and unlock
2013-05-06 Don Armstrongaccept -1 in addition to 0 for the current message...
2013-04-19 Don Armstrongencode all strings to bytes before including in estraier
2013-04-04 Don ArmstrongText::Iconv has a bug where it fails to reset the conve...
2013-04-03 Don ArmstrongMove libravatar code out to Debbugs::Libravatar
2013-04-03 Don Armstrongswitch to internal libravatar cgi by default
2013-04-02 Don Armstrongmerge master
2013-04-02 Don Armstrongcheck the log modified time of an optional gziped log
2013-04-02 Don Armstrongdocument verbose and progress; add back quiet tag
2013-04-02 Don Armstrongonly remove the progress bar if $p is defined
2013-04-02 Don Armstronguse Term::Progress bar; output information on failure
2013-04-02 Don Armstronghandle tags, and new submitter/correspondent setup
2013-04-02 Don Armstrongwe now require libdbix-class-perl and libdatetime-forma...
2013-04-02 Don Armstrongtry very hard to output a reported date for bugs even...
2013-04-02 Don Armstrongupdate result classes for new relationships
2013-04-02 Don Armstrongget rid of obsolete results
2013-04-02 Don Armstrongremove bug_severity
2013-03-29 Don Armstronguse resize instead of geometry
2013-03-28 Don Armstrongadd libravatar caching cgi; add 1x1.png; add web direct...
2013-03-28 Don Armstrongadd libravatar caching cgi; add 1x1.png; add web direct...
2013-03-26 Don ArmstrongSwitch to severity table
2013-03-22 Don Armstrongadd submitter field to bug table
2013-03-22 Don ArmstrongMerge branch 'master' into database
2013-03-22 Don Armstronguse a div instead of p for the headers; use headerfield...
2013-03-21 Don ArmstrongMerge branch 'don/rebuild-index'
2013-03-21 Don Armstrongfix pod test to not look at editor temp files
2013-03-21 Don Armstrongchange convert_to_utf8 to attempt to fix doubly encoded... don/rebuild-index
2013-03-21 Don Armstrongfix unterminated B<> sequence
2013-03-21 Don ArmstrongMerge branch 'don/rebuild-index'
2013-03-21 Don Armstrongmake generate_status_line handle bug not being defined...
2013-03-20 Don ArmstrongMerge remote-tracking branch 'mikegabriel/proposal_upst... mike_patches
2013-03-20 Don Armstrongwhen we fail to commit to utf8, output the charset...
2013-03-20 Don Armstrongadd rebuild index support
2013-03-20 Mike Gabriel/debian/control: de-capitalize description synopsis...
2013-03-20 Mike GabrielPass param bug=<NNN> to bugreport.html call in bugrepor...
2013-03-20 Mike GabrielRaise Standards to 3.9.4 (after fixing several lintian...
2013-03-20 Mike Gabriel* Fix lintian issues: libdebbugs-perl: spelling-error...
2013-03-20 Mike GabrielFix lintian issues: debbugs source: debian-rules-makema...
2013-03-20 Mike GabrielFix lintian issue: debbugs source: duplicate-in-relatio...
next