MediaWiki  1.29.2
RenameuserHooks Class Reference

Static Public Member Functions

static onContributionsToolLinks ( $id, $nt, &$tools)
 Shows link to Special:Renameuser on Special:Contributions/foo. More...
 
static onGetLogTypesOnUser (array &$types)
 So users can just type in a username for target and it'll work. More...
 
static onShowMissingArticle ( $article)
 Show a log if the user has been renamed and point to the new username. More...
 

Detailed Description

Definition at line 3 of file Renameuser.hooks.php.

Member Function Documentation

◆ onContributionsToolLinks()

static RenameuserHooks::onContributionsToolLinks (   $id,
  $nt,
$tools 
)
static

Shows link to Special:Renameuser on Special:Contributions/foo.

Parameters
$id
$ntTitle
$tools
Returns
bool

Definition at line 46 of file Renameuser.hooks.php.

References $wgUser, SpecialPage::getTitleFor(), global, Linker::link(), and wfMessage().

◆ onGetLogTypesOnUser()

static RenameuserHooks::onGetLogTypesOnUser ( array $types)
static

So users can just type in a username for target and it'll work.

Parameters
array$types
Returns
bool

Definition at line 66 of file Renameuser.hooks.php.

◆ onShowMissingArticle()

static RenameuserHooks::onShowMissingArticle (   $article)
static

Show a log if the user has been renamed and point to the new username.

Don't show the log if the $oldUserName exists as a user.

Parameters
$articleArticle
Returns
bool

Definition at line 11 of file Renameuser.hooks.php.

References $article, $out, $page, $title, Title::makeTitle(), User::newFromName(), NS_USER, NS_USER_TALK, and LogEventsList::showLogExtract().


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