31 parent::__construct(
'Userlogout' );
43 if ( isset( $_SERVER[
'REQUEST_URI'] ) && strpos( $_SERVER[
'REQUEST_URI'],
'&' ) !==
false ) {
44 wfDebug(
"Special:UserLogout request {$_SERVER['REQUEST_URI']} looks suspicious, denying.\n" );
45 throw new HttpError( 400, $this->
msg(
'suspicious-userlogout' ), $this->
msg(
'loginerror' ) );
55 $logoutToken =
$request->getVal(
'logoutToken' );
57 'logoutToken' => $user->getEditToken(
'logoutToken',
$request )
59 unset( $urlParams[
'title'] );
60 $continueLink = $this->
getFullTitle()->getFullUrl( $urlParams );
62 if ( $logoutToken ===
null ) {
63 $this->
getOutput()->addWikiMsg(
'userlogout-continue', $continueLink );
66 if ( !$this->
getUser()->matchEditToken(
67 $logoutToken,
'logoutToken', $this->
getRequest(), 24 * 60 * 60
69 $this->
getOutput()->addWikiMsg(
'userlogout-sessionerror', $continueLink );
74 $session = MediaWiki\Session\SessionManager::getGlobalSession();
75 if ( !$session->canSetUser() ) {
77 'cannotlogoutnow-title',
78 'cannotlogoutnow-text',
86 $oldName = $user->getName();
91 $this->
getRequest()->getValues(
'returnto',
'returntoquery' ) );
94 $out->addWikiMsg(
'logouttext', $loginURL );
98 Hooks::run(
'UserLogoutComplete', [ &$user, &$injected_html, $oldName ] );
99 $out->addHTML( $injected_html );
101 $out->returnToMain();
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
An error page which can definitely be safely rendered using the OutputPage.
Show an error that looks like an HTTP server error.
static getMain()
Get the RequestContext object associated with the main request.
outputHeader( $summaryMessageKey='')
Outputs a summary message on top of special pages Per default the message key is the canonical name o...
setHeaders()
Sets headers - this should be called from the execute() method of all derived classes!
getOutput()
Get the OutputPage being used for this instance.
getUser()
Shortcut to get the User executing this instance.
static getTitleFor( $name, $subpage=false, $fragment='')
Get a localised Title object for a specified special page name If you don't need a full Title object,...
msg( $key)
Wrapper around wfMessage that sets the current context.
getRequest()
Get the WebRequest being used for this instance.
getFullTitle()
Return the full title, including $par.
Implements Special:Userlogout.
doesWrites()
Indicates whether this special page may perform database writes.
execute( $par)
Default execute method Checks user permissions.
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
Shortcut to construct a special page which is unlisted by default.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on $request
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out