Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
9b0ec35b
Commit
9b0ec35b
authored
Nov 24, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test failures caused by check-in of bug 430014.
parent
c712ae5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
Hook.pm
Bugzilla/Hook.pm
+7
-8
code-error.html.tmpl
template/en/default/global/code-error.html.tmpl
+1
-1
No files found.
Bugzilla/Hook.pm
View file @
9b0ec35b
...
...
@@ -159,14 +159,14 @@ login methods that weren't passed to L<Bugzilla::Auth/login>.)
=head2 auth_verify_methods
This works just like L</auth
-
login_methods> except it's for
This works just like L</auth
_
login_methods> except it's for
login verification methods (See L<Bugzilla::Auth::Verify>.) It also
takes a C<modules> parameter, just like L</auth
-
login_methods>.
takes a C<modules> parameter, just like L</auth
_
login_methods>.
=head2 bug_columns
This allows you to add new fields that will show up in every L<Bugzilla::Bug>
object. Note that you will also need to use the L</bug
-
fields> hook in
object. Note that you will also need to use the L</bug
_
fields> 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<Bugzilla::Bug> 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</bug
-
columns>.
Note: You should add here the names of any fields you added in L</bug
_
columns>.
Params:
...
...
@@ -349,8 +349,7 @@ Params:
=over
=item C<columns> - 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</buglist-columns>.
added by this hook must have been defined in the the L</buglist_columns> hook.
=back
...
...
@@ -395,7 +394,7 @@ C<get_param_list> for that module. You can modify C<params> and
your changes will be reflected in the interface.
Adding new keys to C<panels> will have no effect. You should use
L</config
-
add_panels> if you want to add new panels.
L</config
_
add_panels> 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<columns> to existing Bugzilla tables, do that
in L</install
-
update_db>.
in L</install
_
update_db>.
Params:
...
...
template/en/default/global/code-error.html.tmpl
View file @
9b0ec35b
...
...
@@ -153,7 +153,7 @@
<code>[% returned FILTER html %]</code>, which is not a valid name
for an extension. Extensions must return their name, not <code>1</code>
or a number. See the documentation of
<a href="[% docs_urlbase %]api/Bugzilla/Extension.html">Bugzilla::Extension</a>
<a href="[% docs_urlbase
FILTER html
%]api/Bugzilla/Extension.html">Bugzilla::Extension</a>
for details.
[% ELSIF error == "extension_no_name" %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment