MediaWiki  1.23.15
UserrightsPage Class Reference

Special page to allow managing user group membership. More...

Inheritance diagram for UserrightsPage:
Collaboration diagram for UserrightsPage:

Public Member Functions

 __construct ()
 
 addLogEntry ( $user, $oldGroups, $newGroups, $reason)
 Add a rights log entry for an action. More...
 
 changeableGroups ()
 Returns $this->getUser()->changeableGroups() More...
 
 doSaveUserGroups ( $user, $add, $remove, $reason='')
 Save user groups changes in the database. More...
 
 editUserGroupsForm ( $username)
 Edit user groups membership. More...
 
 execute ( $par)
 Manage forms to be shown according to posted data. More...
 
 fetchUser ( $username)
 Normalize the input username, which may be local or remote, and return a user (or proxy) object for manipulating it. More...
 
 getSuccessURL ()
 
 isRestricted ()
 Can be overridden by subclasses with more complicated permissions schemes. More...
 
 makeGroupNameList ( $ids)
 
 makeGroupNameListForLog ( $ids)
 Make a list of group names to be stored as parameter for log entries. More...
 
 saveUserGroups ( $username, $reason, $user)
 Save user groups changes in the database. More...
 
 switchForm ()
 Output a form to allow searching for a user. More...
 
 userCanChangeRights ( $user, $checkIfSelf=true)
 
 userCanExecute (User $user)
 Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction). More...
 
- Public Member Functions inherited from SpecialPage
 __construct ( $name='', $restriction='', $listed=true, $function=false, $file='default', $includable=false)
 Default constructor for special pages Derivative classes should call this from their constructor Note that if the user does not have the required level, an error message will be displayed by the default execute() method, without the global function ever being called. More...
 
 checkPermissions ()
 Checks if userCanExecute, and if not throws a PermissionsError. More...
 
 checkReadOnly ()
 If the wiki is currently in readonly mode, throws a ReadOnlyError. More...
 
 displayRestrictionError ()
 Output an error message telling the user what access level they have to have. More...
 
 getContext ()
 Gets the context this SpecialPage is executed in. More...
 
 getDescription ()
 Returns the name that goes in the <h1> in the special page itself, and also the name that will be listed in Special:Specialpages. More...
 
 getFile ()
 Get the file which will be included by SpecialPage::execute() if your extension is still stuck in the past and hasn't overridden the execute() method. More...
 
 getFinalGroupName ()
 Get the group that the special page belongs in on Special:SpecialPage Use this method, instead of getGroupName to allow customization of the group name from the wiki side. More...
 
 getFullTitle ()
 Return the full title, including $par. More...
 
 getLang ()
 Shortcut to get user's language. More...
 
 getLanguage ()
 Shortcut to get user's language. More...
 
 getLocalName ()
 Get the localised name of the special page. More...
 
 getName ()
 Get the name of this Special Page. More...
 
 getOutput ()
 Get the OutputPage being used for this instance. More...
 
 getPageTitle ( $subpage=false)
 Get a self-referential title object. More...
 
 getRequest ()
 Get the WebRequest being used for this instance. More...
 
 getRestriction ()
 Get the permission that a user must have to execute this page. More...
 
 getSkin ()
 Shortcut to get the skin being used for this instance. More...
 
 getTitle ( $subpage=false)
 Get a self-referential title object. More...
 
 getUser ()
 Shortcut to get the User executing this instance. More...
 
 including ( $x=null)
 Whether the special page is being evaluated via transclusion. More...
 
 isCached ()
 Is this page cached? Expensive pages are cached or disabled in miser mode. More...
 
 isExpensive ()
 Is this page expensive (for some definition of expensive)? Expensive pages are disabled or cached in miser mode. More...
 
 isIncludable ()
 Whether it's allowed to transclude the special page via {{Special:Foo/params}}. More...
 
 isListed ()
 Whether this special page is listed in Special:SpecialPages. More...
 
 listed ( $x=null)
 Get or set whether this special page is listed in Special:SpecialPages. More...
 
 msg ()
 Wrapper around wfMessage that sets the current context. More...
 
 outputHeader ( $summaryMessageKey='')
 Outputs a summary message on top of special pages Per default the message key is the canonical name of the special page May be overridden, i.e. More...
 
 requireLogin ( $reasonMsg=null, $titleMsg=null)
 If the user is not logged in, throws UserNotLoggedIn error. More...
 
 run ( $subPage)
 Entry point. More...
 
 setContext ( $context)
 Sets the context this SpecialPage is executed in. More...
 
 setHeaders ()
 Sets headers - this should be called from the execute() method of all derived classes! More...
 
 setListed ( $listed)
 Set whether this page is listed in Special:Specialpages, at run-time. More...
 

Protected Member Functions

 getGroupName ()
 Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. More...
 
 showEditUserGroupsForm ( $user, $groups)
 Show the form to edit group memberships. More...
 
 showLogFragment ( $user, $output)
 Show a rights log fragment for the specified user. More...
 
 splitGroups ( $groups)
 Go through used and available groups and return the ones that this form will be able to manipulate based on the current user's system permissions. More...
 
- Protected Member Functions inherited from SpecialPage
 addFeedLinks ( $params)
 Adds RSS/atom links. More...
 
 afterExecute ( $subPage)
 Gets called after. More...
 
 beforeExecute ( $subPage)
 Gets called before. More...
 
 getRobotPolicy ()
 Return the robot policy. More...
 

Static Protected Member Functions

static getAllGroups ()
 Returns an array of all groups that may be edited. More...
 

Protected Attributes

 $isself = false
 
 $mTarget
 
- Protected Attributes inherited from SpecialPage
IContextSource $mContext
 Current request context. More...
 
 $mIncludable
 
 $mIncluding
 
 $mName
 

Private Member Functions

 canAdd ( $group)
 
 canRemove ( $group)
 
 groupCheckboxes ( $usergroups, $user)
 Adds a table with checkboxes where you can select what groups to add/remove. More...
 

Static Private Member Functions

static buildGroupLink ( $group)
 Format a link to a group description page. More...
 
static buildGroupMemberLink ( $group)
 Format a link to a group member description page. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from SpecialPage
static getSafeTitleFor ( $name, $subpage=false)
 Get a localised Title object for a page name with a possibly unvalidated subpage. More...
 
static getTitleFor ( $name, $subpage=false, $fragment='')
 Get a localised Title object for a specified special page name. More...
 

Detailed Description

Special page to allow managing user group membership.

Definition at line 29 of file SpecialUserrights.php.

Constructor & Destructor Documentation

◆ __construct()

UserrightsPage::__construct ( )

Definition at line 36 of file SpecialUserrights.php.

Member Function Documentation

◆ addLogEntry()

UserrightsPage::addLogEntry (   $user,
  $oldGroups,
  $newGroups,
  $reason 
)

Add a rights log entry for an action.

Definition at line 282 of file SpecialUserrights.php.

References $user, array(), and SpecialPage\getUser().

Referenced by doSaveUserGroups().

◆ buildGroupLink()

static UserrightsPage::buildGroupLink (   $group)
staticprivate

Format a link to a group description page.

Parameters
$groupstring
Returns
string

Definition at line 578 of file SpecialUserrights.php.

References User\getGroupName().

Referenced by showEditUserGroupsForm().

◆ buildGroupMemberLink()

static UserrightsPage::buildGroupMemberLink (   $group)
staticprivate

Format a link to a group member description page.

Parameters
$groupstring
Returns
string

Definition at line 588 of file SpecialUserrights.php.

References User\getGroupMember().

Referenced by showEditUserGroupsForm().

◆ canAdd()

UserrightsPage::canAdd (   $group)
private
Parameters
string$groupthe name of the group to check
Returns
bool Can we add the group?

Definition at line 702 of file SpecialUserrights.php.

References changeableGroups().

Referenced by groupCheckboxes().

◆ canRemove()

UserrightsPage::canRemove (   $group)
private
Parameters
string$groupThe name of the group to check
Returns
bool Can we remove the group?

Definition at line 688 of file SpecialUserrights.php.

References changeableGroups().

Referenced by groupCheckboxes().

◆ changeableGroups()

UserrightsPage::changeableGroups ( )

Returns $this->getUser()->changeableGroups()

Returns
array array( 'add' => array( addablegroups ), 'remove' => array( removablegroups ), 'add-self' => array( addablegroups to self ), 'remove-self' => array( removable groups from self ) )

Definition at line 721 of file SpecialUserrights.php.

References SpecialPage\getUser().

Referenced by canAdd(), canRemove(), doSaveUserGroups(), execute(), splitGroups(), and userCanChangeRights().

◆ doSaveUserGroups()

UserrightsPage::doSaveUserGroups (   $user,
  $add,
  $remove,
  $reason = '' 
)

Save user groups changes in the database.

Parameters
User$user
array$addArray of groups to add
array$removeArray of groups to remove
string$reasonReason for group change
Returns
array Tuple of added, then removed groups

Definition at line 227 of file SpecialUserrights.php.

References $isself, $user, addLogEntry(), array(), as, changeableGroups(), SpecialPage\getUser(), global, wfDebug(), and wfRunHooks().

Referenced by saveUserGroups().

◆ editUserGroupsForm()

UserrightsPage::editUserGroupsForm (   $username)

Edit user groups membership.

Parameters
string$usernamename of the user.

Definition at line 299 of file SpecialUserrights.php.

References $user, fetchUser(), SpecialPage\getOutput(), showEditUserGroupsForm(), and showLogFragment().

Referenced by execute().

◆ execute()

UserrightsPage::execute (   $par)

Manage forms to be shown according to posted data.

Depending on the submit button used, call a form or a save function.

Parameters
string | null$parString if any subpage provided, else null
Exceptions
UserBlockedError|PermissionsError

Reimplemented from SpecialPage.

Definition at line 73 of file SpecialUserrights.php.

References $mTarget, $out, $request, $user, array(), changeableGroups(), SpecialPage\checkReadOnly(), editUserGroupsForm(), fetchUser(), User\getCanonicalName(), SpecialPage\getOutput(), SpecialPage\getRequest(), getSuccessURL(), SpecialPage\getUser(), SpecialPage\outputHeader(), saveUserGroups(), SpecialPage\setHeaders(), switchForm(), and userCanChangeRights().

◆ fetchUser()

UserrightsPage::fetchUser (   $username)

Normalize the input username, which may be local or remote, and return a user (or proxy) object for manipulating it.

Side effects: error output for invalid access

Parameters
string$username
Returns
Status object

Definition at line 326 of file SpecialUserrights.php.

References $name, $user, User\getCanonicalName(), SpecialPage\getUser(), global, list, Status\newFatal(), UserRightsProxy\newFromName(), User\newFromName(), Status\newGood(), UserRightsProxy\validDatabase(), wfWikiID(), UserRightsProxy\whoIs(), and User\whoIs().

Referenced by editUserGroupsForm(), and execute().

◆ getAllGroups()

static UserrightsPage::getAllGroups ( )
staticprotected

Returns an array of all groups that may be edited.

Returns
array Array of groups that may be edited.

Definition at line 596 of file SpecialUserrights.php.

References User\getAllGroups().

Referenced by groupCheckboxes(), and saveUserGroups().

◆ getGroupName()

UserrightsPage::getGroupName ( )
protected

Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Returns
string
Since
1.21

Reimplemented from SpecialPage.

Definition at line 737 of file SpecialUserrights.php.

◆ getSuccessURL()

UserrightsPage::getSuccessURL ( )

Definition at line 185 of file SpecialUserrights.php.

References array(), and SpecialPage\getPageTitle().

Referenced by execute().

◆ groupCheckboxes()

UserrightsPage::groupCheckboxes (   $usergroups,
  $user 
)
private

Adds a table with checkboxes where you can select what groups to add/remove.

Todo:
Just pass the username string?
Parameters
array$usergroupsgroups the user belongs to
$userUser a user object
Returns
string XHTML table element with checkboxes

Definition at line 608 of file SpecialUserrights.php.

References $columns, $name, $ret, $user, array(), as, canAdd(), canRemove(), Xml\checkLabel(), Xml\closeElement(), Xml\element(), getAllGroups(), User\getGroupMember(), SpecialPage\msg(), Xml\openElement(), Xml\tags(), and text.

Referenced by showEditUserGroupsForm().

◆ isRestricted()

UserrightsPage::isRestricted ( )

Can be overridden by subclasses with more complicated permissions schemes.

Returns
bool Should the page be displayed with the restricted-access pages?

Reimplemented from SpecialPage.

Definition at line 40 of file SpecialUserrights.php.

◆ makeGroupNameList()

UserrightsPage::makeGroupNameList (   $ids)

Definition at line 387 of file SpecialUserrights.php.

References SpecialPage\msg().

Referenced by makeGroupNameListForLog().

◆ makeGroupNameListForLog()

UserrightsPage::makeGroupNameListForLog (   $ids)

Make a list of group names to be stored as parameter for log entries.

Deprecated:
in 1.21; use LogFormatter instead.
Parameters
$idsarray
Returns
string

Definition at line 402 of file SpecialUserrights.php.

References makeGroupNameList(), and wfDeprecated().

◆ saveUserGroups()

UserrightsPage::saveUserGroups (   $username,
  $reason,
  $user 
)

Save user groups changes in the database.

Data comes from the editUserGroupsForm() form function

Parameters
string$usernameusername to apply changes to.
string$reasonreason for group change
User | UserRightsProxy$userTarget user object.
Returns
null

Definition at line 198 of file SpecialUserrights.php.

References $user, array(), as, doSaveUserGroups(), getAllGroups(), and SpecialPage\getRequest().

Referenced by execute().

◆ showEditUserGroupsForm()

◆ showLogFragment()

UserrightsPage::showLogFragment (   $user,
  $output 
)
protected

Show a rights log fragment for the specified user.

Parameters
$userUser to show log for
$outputOutputPage to use

Definition at line 731 of file SpecialUserrights.php.

References $output, $user, Xml\element(), and LogEventsList\showLogExtract().

Referenced by editUserGroupsForm().

◆ splitGroups()

UserrightsPage::splitGroups (   $groups)
protected

Go through used and available groups and return the ones that this form will be able to manipulate based on the current user's system permissions.

Parameters
array$groupsList of groups the given user is in
Returns
array Tuple of addable, then removable groups

Definition at line 451 of file SpecialUserrights.php.

References array(), changeableGroups(), and list.

◆ switchForm()

UserrightsPage::switchForm ( )

◆ userCanChangeRights()

UserrightsPage::userCanChangeRights (   $user,
  $checkIfSelf = true 
)
Parameters
User$user
bool$checkIfSelf
Returns
bool

Definition at line 53 of file SpecialUserrights.php.

References $user, and changeableGroups().

Referenced by execute(), and userCanExecute().

◆ userCanExecute()

UserrightsPage::userCanExecute ( User  $user)

Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction).

Can be overridden by sub- classes with more complicated permissions schemes.

Parameters
User$userThe user to check
Returns
bool Does the user have permission to view the page?

Reimplemented from SpecialPage.

Definition at line 44 of file SpecialUserrights.php.

References userCanChangeRights().

Member Data Documentation

◆ $isself

UserrightsPage::$isself = false
protected

Definition at line 34 of file SpecialUserrights.php.

Referenced by doSaveUserGroups().

◆ $mTarget

UserrightsPage::$mTarget
protected

Definition at line 33 of file SpecialUserrights.php.

Referenced by execute().


The documentation for this class was generated from the following file: