aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 491748 - Hook for bug creationbbaetz%acm.org2009-06-221-0/+16
|
* Bug 419748 - Need to hook deleting productsghendricks%novell.com2008-12-181-0/+12
| | | | patch by ghendricks@novell.com r=mkanat a=mkanat
* Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sentmkanat%bugzilla.org2008-10-201-0/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 439192: Add hook to the end of checksetup.plmkanat%bugzilla.org2008-08-221-0/+15
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 437006: Add hooks to Bugzilla\Bug.pm to display additional columnsmkanat%bugzilla.org2008-08-221-0/+32
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org2008-08-201-0/+45
| | | | Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
* The hook docs in Bugzilla::Hook had gotten out of alphabetical order, fix ↵mkanat%bugzilla.org2008-08-201-44/+44
| | | | the POD.
* Bug 437005: Add hook to colchange.cgi to add column(s) to buglistmkanat%bugzilla.org2008-08-201-0/+16
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org2008-08-071-0/+82
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org2008-06-281-1/+31
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org2008-05-281-0/+19
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk2008-05-191-4/+7
| | | | Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
* Bug 396245: Allow the WebService to list the installed plugins and their ↵mkanat%bugzilla.org2007-10-191-1/+34
| | | | | | versions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 396243: Allow extensions (aka plugins) to extend the WebService interfacemkanat%bugzilla.org2007-10-191-1/+34
| | | | | This also includes the first checkin of the example plugin. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 399461: Bugzilla::Hook::process() doesn't flush Bugzilla->hook_args() ↵lpsolit%gmail.com2007-10-121-0/+2
| | | | after executing an extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 394952: Allow extensions (aka plugins) to have a lib/ directorymkanat%bugzilla.org2007-09-151-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 394926: Support for disabling extensions (aka plugins)mkanat%bugzilla.org2007-09-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric ↵lpsolit%gmail.com2007-07-251-1/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org2006-12-191-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 350220: Add hooks to checksetup for extensions.mkanat%bugzilla.org2006-10-171-0/+24
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org2006-09-081-10/+90
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org2006-06-291-1/+2
| | | | | | Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net2006-02-281-2/+2
|
* Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ↵jocuri%softhome.net2006-02-281-0/+2
| | | | 11).
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-281-0/+83
zach@zachlipton.com, r=timeless, a=justdave.