From be1c97006f52e07419aa1d17cdc25ac0a835441a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 21 Sep 2009 22:10:07 +0000 Subject: Bug 496855: Hooks for sanitycheck.cgi Patch by Bradley Baetz r=mkanat, a=mkanat --- Bugzilla/Hook.pm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 2eda8d856..42f3583c5 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -556,6 +556,34 @@ Params: =back +=head2 sanitycheck-check + +This hook allows for extra sanity checks to be added, for use by +F. + +Params: + +=over + +=item C - a CODEREF that allows status messages to be displayed +to the user. (F's C) + +=back + +=head2 sanitycheck-repair + +This hook allows for extra sanity check repairs to be made, for use by +F. + +Params: + +=over + +=item C - a CODEREF that allows status messages to be displayed +to the user. (F's C) + +=back + =head2 webservice This hook allows you to add your own modules to the WebService. (See -- cgit v1.2.3-24-g4f1b