From 9b0ec35bdc8e742697db35a54cf26feeb9d1f858 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 24 Nov 2009 06:34:17 +0000 Subject: Fix test failures caused by check-in of bug 430014. --- Bugzilla/Hook.pm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 24a7d73c2..26e3a30e5 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -159,14 +159,14 @@ login methods that weren't passed to L.) =head2 auth_verify_methods -This works just like L except it's for +This works just like L except it's for login verification methods (See L.) It also -takes a C parameter, just like L. +takes a C parameter, just like L. =head2 bug_columns This allows you to add new fields that will show up in every L -object. Note that you will also need to use the L hook in +object. Note that you will also need to use the L hook in conjunction with this hook to make this work. Params: @@ -234,7 +234,7 @@ Allows the addition of database fields from the bugs table to the standard list of allowable fields in a L object, so that you can call the field as a method. -Note: You should add here the names of any fields you added in L. +Note: You should add here the names of any fields you added in L. Params: @@ -349,8 +349,7 @@ Params: =over =item C - An arrayref containing an array of column IDs. Any IDs -added by this hook must have been defined in the the buglist-columns hook. -See L. +added by this hook must have been defined in the the L hook. =back @@ -395,7 +394,7 @@ C for that module. You can modify C and your changes will be reflected in the interface. Adding new keys to C will have no effect. You should use -L if you want to add new panels. +L if you want to add new panels. =back @@ -465,7 +464,7 @@ prefix the names of your tables with some word, so that they don't conflict with any future Bugzilla tables. If you wish to add new I to existing Bugzilla tables, do that -in L. +in L. Params: -- cgit v1.2.3-24-g4f1b