diff --git a/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm b/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm index ee58f9d7e566..e8e7449714d2 100644 --- a/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm +++ b/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm @@ -185,7 +185,7 @@ Bugzilla, which logs the user in using an LDAP directory. =head1 DISCLAIMER B. It is poorly documented, and not very flexible. -Search L for a list of known LDAP bugs. +Search LEbugzilla.mozilla.orgE> for a list of known LDAP bugs. None of the core Bugzilla developers, nor any of the large installations, use this module, and so it has received less testing. (In fact, this iteration diff --git a/webtools/bugzilla/Bugzilla/Component.pm b/webtools/bugzilla/Bugzilla/Component.pm index 20df65550ab2..827be789df45 100644 --- a/webtools/bugzilla/Bugzilla/Component.pm +++ b/webtools/bugzilla/Bugzilla/Component.pm @@ -229,7 +229,7 @@ Component.pm represents a Product Component object. =item C Description: Returns all bug IDs that belong to the component. - + Params: none. Returns: A reference to an array of bug IDs. @@ -267,7 +267,7 @@ Component.pm represents a Product Component object. $comp_name - String with a component name. Returns: Bugzilla::Component object. - + =back =cut diff --git a/webtools/bugzilla/Bugzilla/Hook.pm b/webtools/bugzilla/Bugzilla/Hook.pm index 91188e87be6d..97bec6c5c93b 100644 --- a/webtools/bugzilla/Bugzilla/Hook.pm +++ b/webtools/bugzilla/Bugzilla/Hook.pm @@ -72,6 +72,8 @@ hooks. When a piece of standard Bugzilla code wants to allow an extension to perform additional functions, it uses Bugzilla::Hook's process() subroutine to invoke any extension code if installed. +=over 4 + =item C Invoke any code hooks with a matching name from any installed extensions. diff --git a/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm b/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm index bcfda1e5b533..2f94c1dbeec2 100644 --- a/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm +++ b/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm @@ -136,6 +136,6 @@ Template Toolkit plugin to process hooks added into templates by extensions. =head1 SEE ALSO L -L -L -L +LEwww.bugzilla.orgEdocsEtipEhtmlEcustomization.html> +LEbugzilla.mozilla.orgEshow_bug.cgi?id=229658> +LEbugzilla.mozilla.orgEshow_bug.cgi?id=298341>