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
d0d2e9fd
Commit
d0d2e9fd
authored
Mar 03, 2005
by
justdave%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
r=mkanat, a=justdave
parent
e482e18f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Bugzilla.pm
Bugzilla.pm
+2
-2
User.pm
Bugzilla/User.pm
+2
-2
No files found.
Bugzilla.pm
View file @
d0d2e9fd
...
...
@@ -241,7 +241,7 @@ or should be something which is globally required by a large ammount of code
=head1 METHODS
Note that all C<Bugzilla> functiona
ilty is method based; use C<Bugzilla-
>dbh>
Note that all C<Bugzilla> functiona
lity is method based; use C<Bugzilla-E<gt
>dbh>
rather than C<Bugzilla::dbh>. Nothing cares about this now, but don't rely on
that.
...
...
@@ -288,7 +288,7 @@ Bugzilla::User instance.
=item C<logout_request>
Essentially, causes calls to C<Bugzilla->user> to return C<undef>. This has the
Essentially, causes calls to C<Bugzilla-
E<gt
>user> to return C<undef>. This has the
effect of logging out a user for the current request only; cookies and
database sessions are left intact.
...
...
Bugzilla/User.pm
View file @
d0d2e9fd
...
...
@@ -1155,7 +1155,7 @@ internally, such code must call this method to flush the cached result.
Returns a hashref of group names for groups the user is a member of. The keys
are the names of the groups, whilst the values are the respective group ids.
(This is so that a set of all groupids for groups the user is in can be
obtained by C<values(%{$user->groups})>.)
obtained by C<values(%{$user-
E<gt
>groups})>.)
=item C<in_group>
...
...
@@ -1169,7 +1169,7 @@ and getting all of the groups would be overkill.
Returns a hashref of group names for groups that the user can bless. The keys
are the names of the groups, whilst the values are the respective group ids.
(This is so that a set of all groupids for groups the user can bless can be
obtained by C<values(%{$user->bless_groups})>.)
obtained by C<values(%{$user-
E<gt
>bless_groups})>.)
=item C<can_see_bug(bug_id)>
...
...
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