[Rt-commit] r3589 - in rt/branches/3.4-RELEASE: . lib/RT
kevinr at bestpractical.com
kevinr at bestpractical.com
Wed Aug 3 01:51:56 EDT 2005
Author: kevinr
Date: Wed Aug 3 01:51:55 2005
New Revision: 3589
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
Log:
r6872 at SAD-GIRL-IN-SNOW: kevinr | 2005-08-03 01:51:33 -0400
* More minor perldoc cleanup
Modified: rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm Wed Aug 3 01:51:55 2005
@@ -1088,7 +1088,7 @@
# }}}
-=head2 HasPassword()
+=head2 HasPassword
Returns true if the user has a valid password, otherwise returns false.
@@ -1316,7 +1316,7 @@
# {{{ sub Rights testing
-=head2 Rights testing
+=head1 Rights testing
=begin testing
@@ -1558,7 +1558,7 @@
# {{{ sub HasRight
-=head2 sub HasRight
+=head2 HasRight
Shim around PrincipalObj->HasRight. See RT::Principal
@@ -1617,8 +1617,8 @@
=head2 CurrentUserHasRight
- Takes a single argument. returns 1 if $Self->CurrentUser
- has the requested right. returns undef otherwise
+Takes a single argument. returns 1 if $Self->CurrentUser
+has the requested right. returns undef otherwise
=cut
@@ -1633,7 +1633,7 @@
# {{{ sub _CleanupInvalidDelegations
-=head2 sub _CleanupInvalidDelegations { InsideTransaction => undef }
+=head2 _CleanupInvalidDelegations { InsideTransaction => undef }
Revokes all ACE entries delegated by this user which are inconsistent
with their current delegation rights. Does not perform permission
More information about the Rt-commit
mailing list