summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
AgeCommit message (Expand)AuthorFilesLines
2008-12-18 Bug 419748 - Need to hook deleting productsghendricks%novell.com1-0/+12
2008-10-20Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sentmkanat%bugzilla.org1-0/+12
2008-08-22Bug 439192: Add hook to the end of checksetup.plmkanat%bugzilla.org1-0/+15
2008-08-22Bug 437006: Add hooks to Bugzilla\Bug.pm to display additional columnsmkanat%bugzilla.org1-0/+32
2008-08-20Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org1-0/+45
2008-08-20The hook docs in Bugzilla::Hook had gotten out of alphabetical order, fix the...mkanat%bugzilla.org1-44/+44
2008-08-20Bug 437005: Add hook to colchange.cgi to add column(s) to buglistmkanat%bugzilla.org1-0/+16
2008-08-07Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org1-0/+82
2008-06-29Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org1-1/+31
2008-05-28Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org1-0/+19
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk1-4/+7
2007-10-19Bug 396245: Allow the WebService to list the installed plugins and their vers...mkanat%bugzilla.org1-1/+34
2007-10-19Bug 396243: Allow extensions (aka plugins) to extend the WebService interfacemkanat%bugzilla.org1-1/+34
2007-10-12Bug 399461: Bugzilla::Hook::process() doesn't flush Bugzilla->hook_args() aft...lpsolit%gmail.com1-0/+2
2007-09-15Bug 394952: Allow extensions (aka plugins) to have a lib/ directorymkanat%bugzilla.org1-0/+2
2007-09-15Bug 394926: Support for disabling extensions (aka plugins)mkanat%bugzilla.org1-0/+1
2007-07-25Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric Bucl...lpsolit%gmail.com1-1/+1
2006-12-19Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org1-2/+2
2006-10-17Bug 350220: Add hooks to checksetup for extensions.mkanat%bugzilla.org1-0/+24
2006-09-08Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org1-10/+90
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org1-1/+2
2006-03-01Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net1-2/+2
2006-03-01Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ...jocuri%softhome.net1-0/+2
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net1-0/+83