]> git.donarmstrong.com Git - debbugs.git/history - Debbugs/Bugs.pm
OR is the default for multiple values; remove useless or
[debbugs.git] / Debbugs / Bugs.pm
2018-08-18 Don ArmstrongOR is the default for multiple values; remove useless or
2018-04-16 Don Armstrongadd cache_key support to binary_to_source when schema...
2018-04-14 Don Armstrongfix unknown_packages typo
2018-04-14 Don Armstronghandle newest in Debbugs::Bugs
2018-04-11 Don Armstronginclude unknown packages in package search
2018-04-11 Don Armstronguse a subselect for correspondent too
2018-04-11 Don Armstrongspeed up src and maint searches by using subselects
2018-03-16 Don ArmstrongMerge branch 'database'
2018-03-12 Don Armstrongset field_match to be a state variable
2017-08-12 Don ArmstrongMerge remote-tracking branch 'local/master' into database
2017-08-09 Don Armstrongfix db_search options to use [] and {} when appropriate
2017-08-09 Don Armstronguse state for Params::Validate options
2017-08-05 Don ArmstrongMerge remote-tracking branch 'origin/master' into database
2017-07-02 Don ArmstrongUse List::AllUtils instead of List::Utils and List...
2017-05-20 Don Armstrongget_bugs_by_db now should support all queries (in theory)
2016-08-11 Don Armstrongme.archived should be an AND not an OR
2016-08-10 Don Armstrongproperly use array ref
2016-08-10 Don Armstrongfix idx/db typo
2016-08-10 Don ArmstrongAdd initial DB search support to Debbugs::Bugs
2016-08-10 Don Armstrongmake all of the options for get_bugs_* come from a...
2016-08-04 Niels ThykierPrefer "use Exporter qw(import)" to inheriting from it
2012-03-13 Debian BTSmerge changes from dla source branch
2012-02-27 Don Armstrongdefault to repeat merged bugs
2010-02-08 Debian BTSmerge changes from don source
2010-02-02 Don Armstrongfix flatfile search regex to handle maintainers which...
2010-01-19 Don ArmstrongProperly handle source packages when searching by maint...
2009-07-23 Debian BTSmerge changes from don source
2009-07-21 Don Armstrongskip fields which are not needed to be matched
2009-05-12 Don ArmstrongFix issue with no-maintainer bugs assigned to multiple...
2009-01-02 Debian BTSmerge changes from dla source
2009-01-02 Debian BTSmerge changes from dla source
2008-12-31 Don Armstrongimport getpkgsrc
2008-12-24 Don Armstrong * Also search for bugs assigned to the binary package...
2008-12-04 Debian BTSmerge changes from dla source
2008-12-02 Don Armstrongsupport selecting src:sourcepackage packages in Debbugs...
2008-09-25 Debian BTSmerge changes from dla source
2008-09-25 Don Armstrong * Stop hard coding the path to spool in age-1
2008-08-10 Debian BTSmerge changes from don
2008-08-09 Don Armstrong * support affects in get_bugs
2008-08-09 Debian BTS merge changes from dla source
2008-08-05 Don Armstrongadd package filter support
2008-08-01 Don Armstrongmerge changes from archimedes
2008-08-01 Don Armstrongaccept status in addition to bugs in bug_filter
2008-06-19 Don Armstrong * Add support for correspondent to Debbugs::Bugs and...
2008-02-11 Debian BTSmerge changes from dla source
2008-02-11 Don Armstrong - Make search case insensitive (closes: #448861)
2007-06-28 Debian BTSmerge changes from dla source tree
2007-06-28 Don Armstrong - Allow selecting the newest N bugs (closes: #84681)
2007-06-26 Debian BTSmerge changes from dla source tree
2007-06-26 Don Armstrong * Calculate the number of keys correctly in get_bugs_idx
2007-06-26 Debian BTSmerge changes from dla source tree
2007-06-26 Don Armstrong * Move bugfilter out to Debbugs::Bugs
2007-06-20 Debian BTSmerge changes from dla source tree
2007-06-20 Don Armstrong * Support usertags in the .idx Debbugs::Bugs::get_bugs...
2007-06-17 Debian BTSmerge changes from dla source tree
2007-06-17 Don Armstrong * Allow archive=>both in get_bugs() to search both...
2007-06-15 Debian BTSmerge changes from dla source tree
2007-06-15 Don Armstrongdon't autovivify {package} in __handle_pkg_src_and_maint
2007-06-15 Debian BTSmerge changes from dla source tree
2007-06-15 Don Armstrong * Use make_list from Debbugs::Common in Debbugs::Bugs...
2007-06-09 Debian BTSmerge from dla source
2007-05-27 Don Armstrong * Fix copyright/license statements in a bunch of the...
2007-05-23 Debian BTSmerge changes from source
2007-05-20 Don Armstrong * Pull countbugs out to Debbugs::Bugs so things can...
2007-04-14 Don Armstrong * Flatfile searching should be using package, not pkg
2007-04-04 Debian BTSmerge changes from dla source tree
2007-04-03 Don Armstrong * Strip out duplicates from usertags
2007-03-18 Debian BTSmerge changes from dla source tree
2007-03-18 Don Armstrong - Add searching by owner (closes: #345407)
2007-03-14 Debian BTSmerge changes from dla source tree
2007-03-14 Don Armstrong - When searching by source package, include the sourc...
2007-03-07 Debian BTSmerge changes from dla mainline
2007-03-07 Don ArmstrongMerge changes from the dla source tree
2006-12-13 Don Armstrong * Fix various issues with selecting package and mainta...
2006-11-21 Don Armstrong merge changes from mainline
2006-10-22 Don Armstrong * Add Debbugs::SOAP::Status
2006-09-12 Don ArmstrongAdd bug searching abstraction