]> git.donarmstrong.com Git - debbugs.git/history - Debbugs
include function in instalsql for bin ver/src pkg linking
[debbugs.git] / Debbugs /
2017-07-08 Don Armstrongfix modification of $config{package_pages} in map
2017-07-06 Don ArmstrongFix merged sort order to always be numeric
2017-07-06 Don Armstrongcroak in subroutines
2017-07-06 Don Armstrongskip maintainer files if they are empty *or* undef
2017-07-04 Don Armstronguse https for CVE tracker by default
2017-07-04 Don Armstrongfix usertag_package_domain to strip protocol if its...
2017-07-04 Don Armstrongfix the spam lockfile name
2017-07-03 Don Armstrongadd missing package_tracking_domain configuration variable
2017-07-02 Don ArmstrongUse List::AllUtils instead of List::Utils and List...
2017-07-02 Don Armstrongolder versions of List::Util (<1.26) do not have sum0...
2017-07-02 Don Armstrongfix failure to import locking funcs and don't save...
2017-07-02 Don Armstrongremove useless return in record_regex
2017-07-02 Don Armstronginclude links to anchors of html messages too
2017-07-01 Don Armstrongif there is not a msgid, it cannot be spam
2017-07-01 Don Armstrongadd missing =back to Debbugs::Log::Spam
2017-07-01 Don Armstrongforcibly wrap msgreceived
2017-07-01 Don Armstrongfix links to merged and blocked bugs
2017-07-01 Don ArmstrongAdd new Debbugs::Log::Spam module and use it to skip...
2017-07-01 Don Armstrongset indent variables
2017-07-01 Don Armstronghandle compressed logs in Debbugs::Log
2017-07-01 Don Armstronguse feature state in Debbugs::Log for some small speed...
2017-06-28 Don Armstrongtry to forcibly wrap messages which have not been prope...
2017-06-25 Don Armstrongconvert to perl's internal utf8 in reply_headers
2017-06-25 Don Armstrongadd envelope_from option so a valid user can be set
2017-06-24 Don ArmstrongReply Sent messages are not informational; they change...
2017-06-22 Don ArmstrongInclude the protocol (http://) in gWebDomain and gCGIDomain
2017-06-22 Don Armstrongadd cc all mails to addr config don/all_cc_email_list
2017-05-20 Don Armstrongget_bugs_by_db now should support all queries (in theory)
2017-04-29 Don ArmstrongFix breakage caused by cdn.libravatar.org not setting...
2017-04-16 Don Armstrongfix var typo and add in missing correspondent index
2017-04-15 Don Armstronguse List::MoreUtils::uniq instead of List::Util
2017-04-14 Don Armstronghandle non-unique packages passed to set_related_packages
2017-04-14 Don ArmstrongUpdate DB Schema version to 6
2017-04-12 Don Armstrongproperly split bug data
2017-04-12 Don Armstrongset related packages (bin/src/affects, etc.)
2017-04-12 Don Armstrongpaginate updatesqlcache properly and fix missing table...
2017-04-09 Don Armstrongremove UTF8 warnings
2017-04-02 Don Armstrongchange fix to #858671 to split source with split_status...
2017-03-31 Don ArmstrongSplit source file properly
2017-03-24 Don Armstrongadd initial code for updating bug status cache
2017-03-12 Don Armstrongkeep done/owner/submitter NULL if there is no submitter...
2017-03-12 Don Armstrongfind_or_create doesn't work properly with HRI apparently
2017-03-10 Don Armstrongthe correspondent id was being set improperly
2017-03-09 Don Armstrongimplement load bug logs
2017-03-09 Don Armstrongchange load bug to use more DBIx::Class methods and...
2017-03-08 Don Armstrongupdate to new schema which includes many_to_many relati...
2017-03-08 Don Armstrongautomatically handle being passed an address to Corresp...
2017-03-08 Don Armstrongload resultset helper; preload 2000 bugs at a time
2017-03-08 Don Armstrongadd ResultSet::Message
2017-03-08 Don Armstrongadd parse_mime_to_entity to exports; fix tempdir location
2017-03-01 Don Armstrongabstract out parse_to_mime_entity into Debbugs::MIME
2017-03-01 Don Armstrongremove obsolete Debbugs::DBase and Debbugs::Email modules
2017-02-26 Don Armstrongpreload bugs on initial insert
2017-02-26 Don Armstrongdocument Debbugs::DB::ResultSet
2017-02-25 Don Armstrongload_packages now only changes rows it has to
2017-01-27 Don Armstrongadd DBI specific version of load_packages
2017-01-27 Don Armstronginclude experimental in the default removal tags
2017-01-09 Don Armstrongswitch load_packages to use gzip -dc
2017-01-09 Don Armstrongadd load_suite
2017-01-09 Don Armstrongupdate schema to 4 with more constraints
2016-11-24 Don Armstrongcodename needs to be the key to suites
2016-11-17 Don ArmstrongFix clone removing all other blocks instead of add
2016-09-24 Don Armstrongupdate bug status cache documentation
2016-09-24 Don Armstrongadd usertag support to the database
2016-09-07 Niels ThykierD/Config: Add missing </P> in default html_tail
2016-09-07 Niels ThykierDrop more unused variables
2016-09-07 Niels ThykierLibravatar: Add caching of "negative" libravatar results
2016-09-07 Niels Thykierquitcgi: Return 400/500 status codes
2016-09-05 Don ArmstrongFix (and test) setting summary/outlook in Control:...
2016-08-29 Don Armstrongallow specifying the database using the DSN
2016-08-29 Don Armstrongsupport using the database for binary_to_source
2016-08-29 Don Armstrongadd load_package support
2016-08-17 Don Armstronglowercase email address
2016-08-11 Don Armstrongme.archived should be an AND not an OR
2016-08-10 Don Armstrongadd affects binpackage and affets srcpackage
2016-08-10 Don Armstrongproperly use array ref
2016-08-10 Don Armstrongfix idx/db typo
2016-08-10 Don Armstrongupgrade schema version
2016-08-10 Don Armstrongexport load_bug_log
2016-08-10 Don Armstronghandle affects properly and upgrade schema
2016-08-10 Don Armstrongstart work on load_bug_log
2016-08-10 Don Armstrongtrack when a record ends and begins
2016-08-10 Don Armstrongwhen splitting fields, uniquify and sort them if they...
2016-08-10 Don Armstrongwe should not include DBIx::ClassDeploymentHandlerVersi...
2016-08-10 Don Armstrongadd first stab at using DBIx::Class::DeploymentHandler...
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-10 Don Armstrongfix missing =over/=back
2016-08-10 Don Armstrongadd $gDebbugsDb (debbugs_db) configuration option to...
2016-08-10 Don Armstrongfix mistake in bug_message indexes
2016-08-10 Don Armstrongfix bug_id problem; try to update merge/blocks if all...
2016-08-10 Don ArmstrongAdd id to bug_ver and some more indices
2016-08-10 Don Armstrongremove _id; fix correspondent and test
2016-08-10 Don Armstrongget rid of _id in database
2016-08-10 Don Armstrongexport the get source maintainers
2016-08-10 Don Armstrongadd get source maintainers command
2016-08-10 Don Armstrongremove pkg/alias_of/obsolete index; add obsolete/disabl...
2016-08-10 Don Armstrongallow for duplicate, disabled src packages
2016-08-10 Don Armstrongset the version to 1; eventually we will use this to...
2016-08-10 Don Armstrongupdate for correspondent in maintainer
next