summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org1-0/+3
and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-21Bug 394438: Add a hook for adding template vars to any page (Override ↵mkanat%bugzilla.org1-0/+31
Template->process) Patch by Matt Rogers <mattr@kde.org> r=mkanat, a=mkanat
2009-10-01Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org1-0/+65
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-22Bug 496855: Hooks for sanitycheck.cgimkanat%bugzilla.org1-0/+28
Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat
2009-09-16Bug 510958: Allow hooks to exit() under mod_perlmkanat%bugzilla.org1-3/+24
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-08-13Bug 509027: Add a hook in Bugzilla::Attachment::_check_data() - Patch by ↵lpsolit%gmail.com1-0/+18
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-06Bug 508199: A hook for page.cgimkanat%bugzilla.org1-0/+27
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com1-2/+2
by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2009-06-22Bug 491748 - Hook for bug creationbbaetz%acm.org1-0/+16
2008-12-18 Bug 419748 - Need to hook deleting productsghendricks%novell.com1-0/+12
patch by ghendricks@novell.com r=mkanat a=mkanat
2008-10-20Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sentmkanat%bugzilla.org1-0/+12
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-08-22Bug 439192: Add hook to the end of checksetup.plmkanat%bugzilla.org1-0/+15
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-08-22Bug 437006: Add hooks to Bugzilla\Bug.pm to display additional columnsmkanat%bugzilla.org1-0/+32
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-08-20Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org1-0/+45
Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
2008-08-20The hook docs in Bugzilla::Hook had gotten out of alphabetical order, fix ↵mkanat%bugzilla.org1-44/+44
the POD.
2008-08-20Bug 437005: Add hook to colchange.cgi to add column(s) to buglistmkanat%bugzilla.org1-0/+16
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-08-07Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org1-0/+82
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-06-29Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org1-1/+31
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-05-28Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org1-0/+19
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk1-4/+7
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
2007-10-19Bug 396245: Allow the WebService to list the installed plugins and their ↵mkanat%bugzilla.org1-1/+34
versions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-10-19Bug 396243: Allow extensions (aka plugins) to extend the WebService interfacemkanat%bugzilla.org1-1/+34
This also includes the first checkin of the example plugin. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-10-12Bug 399461: Bugzilla::Hook::process() doesn't flush Bugzilla->hook_args() ↵lpsolit%gmail.com1-0/+2
after executing an extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-09-15Bug 394952: Allow extensions (aka plugins) to have a lib/ directorymkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-09-15Bug 394926: Support for disabling extensions (aka plugins)mkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-07-25Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2006-12-19Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2006-10-17Bug 350220: Add hooks to checksetup for extensions.mkanat%bugzilla.org1-0/+24
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-09-08Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org1-10/+90
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org1-1/+2
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
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
11).
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net1-0/+83
zach@zachlipton.com, r=timeless, a=justdave.