34 parent::__construct(
'ResetTokens' );
48 if ( !isset( $this->tokensList ) ) {
50 [
'preference' =>
'watchlisttoken',
'label-message' =>
'resettokens-watchlist-token' ],
54 $hiddenPrefs = $this->
getConfig()->get(
'HiddenPrefs' );
56 return !in_array( $tok[
'preference'], $hiddenPrefs );
77 "<div class='successbox'>\n$1\n</div>",
94 $label = $this->
msg(
'resettokens-token-label' )
95 ->rawParams( $this->
msg( $tok[
'label-message'] )->parse() )
96 ->params(
$user->getTokenFromOption( $tok[
'preference'] ) )
98 $tokensForForm[$label] = $tok[
'preference'];
102 'label-message' =>
'resettokens-tokens',
103 'type' =>
'multiselect',
104 'options' => $tokensForForm,
108 'label-message' =>
'resettokens-no-tokens',
136 if ( $formData[
'tokens'] ) {
138 foreach ( $formData[
'tokens']
as $tokenPref ) {
139 $user->resetTokenFromOption( $tokenPref );
141 $user->saveSettings();
alterForm(HTMLForm $form)
Suppress the submit button if there's nothing to do; provide additional message on it otherwise...
the array() calling protocol came about after MediaWiki 1.4rc1.
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
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()
Wrapper around wfMessage that sets the current context.
getOutput()
Get the OutputPage being used for this instance.
Special page which uses an HTMLForm to handle processing.
getTokensList()
Returns the token information list for this page after running the hook and filtering out disabled pr...
static run($event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
Let users reset tokens like the watchlist token.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
requireLogin($reasonMsg= 'exception-nologin-text', $titleMsg= 'exception-nologin')
If the user is not logged in, throws UserNotLoggedIn error.
getUser()
Shortcut to get the User executing this instance.
onSubmit(array $formData)
string $par
The sub-page of the special page.
getConfig()
Shortcut to get main config object.
getFormFields()
Display appropriate message if there's nothing to do.