Go to the documentation of this file.
38 parent::__construct(
'PageLanguage',
'pagelang' );
46 $this->
getOutput()->addModules(
'mediawiki.special.pageLanguage' );
47 return parent::preText();
55 $defaultPageLanguage =
57 $hasCustomLanguageSet = !$defaultPageLanguage->equals(
$title->getPageLanguage() );
59 $hasCustomLanguageSet =
false;
65 'label-message' =>
'pagelang-name',
66 'default' =>
$title ?
$title->getPrefixedText() : $defaultName,
67 'autofocus' => $defaultName ===
null,
73 (
string)$this->
msg(
'pagelang-use-default' )->escaped() => 1,
74 (
string)$this->
msg(
'pagelang-select-lang' )->escaped() => 2,
76 $page[
'selectoptions'] = [
77 'id' =>
'mw-pl-options',
79 'options' => $selectoptions,
80 'default' => $hasCustomLanguageSet ? 2 : 1
92 'id' =>
'mw-pl-languageselector',
93 'cssclass' =>
'mw-languageselector',
96 'label-message' =>
'pagelang-language',
98 $title->getPageLanguage()->getCode() :
99 $this->
getConfig()->get(
'LanguageCode' ),
105 'label-message' =>
'pagelang-reason'
133 $pageName =
$data[
'pagename'];
136 if (
$data[
'selectoptions'] == 1 ) {
137 $newLanguage =
'default';
139 $newLanguage =
$data[
'language'];
149 $errors =
$title->getUserPermissionsErrors(
'edit', $this->
getUser() );
153 $wikitext =
$out->formatPermissionsErrorMessage( $errors );
159 $this->goToUrl =
$title->getFullUrlForRedirect(
160 $title->isRedirect() ? [
'redirect' =>
'no' ] : []
167 $data[
'reason'] ??
''
180 $newLanguage, $reason,
array $tags = [] ) {
182 $defLang =
$context->getConfig()->get(
'LanguageCode' );
184 $pageId =
$title->getArticleID();
189 'pagelang-nonexistent-page',
196 $oldLanguage = $dbw->selectField(
199 [
'page_id' => $pageId ],
204 if ( $newLanguage ===
'default' ) {
209 if ( $newLanguage === $oldLanguage ) {
211 if ( !$oldLanguage ) {
214 'pagelang-unchanged-language-default',
217 'pagelang-unchanged-language'
221 'pagelang-unchanged-language',
228 $logOld = $oldLanguage ?: $defLang .
'[def]';
229 $logNew = $newLanguage ?: $defLang .
'[def]';
234 [
'page_lang' => $newLanguage ],
236 'page_id' => $pageId,
237 'page_lang' => $oldLanguage
242 if ( !$dbw->affectedRows() ) {
248 '4::oldlanguage' => $logOld,
249 '5::newlanguage' => $logNew
252 $entry->setPerformer(
$context->getUser() );
253 $entry->setTarget(
$title );
254 $entry->setParameters( $logParams );
255 $entry->setComment( $reason );
256 $entry->setTags( $tags );
258 $logid = $entry->insert();
259 $entry->publish( $logid );
262 $title->invalidateCache();
265 'oldLanguage' => $logOld,
266 'newLanguage' => $logNew,
273 $this->
getOutput()->redirect( $this->goToUrl );
277 $moveLogPage =
new LogPage(
'pagelang' );
278 $out1 =
Xml::element(
'h2',
null, $moveLogPage->getName()->text() );
281 return $out1 . $out2;
static newFromText( $text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
msg( $key)
Wrapper around wfMessage that sets the current context.
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 and they can depend only on the ResourceLoaderContext $context
postText()
Add post-text to the form.
getOutput()
Get the OutputPage being used for this instance.
switch( $options['output']) $languages
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not it can be in the form of< username >< more info > e g for bot passwords intended to be added to log contexts Fields it might only if the login was with a bot password 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
static newFatal( $message)
Factory function for fatal errors.
Special page which uses an HTMLForm to handle processing.
doesWrites()
Indicates whether this special page may perform database writes.
static getForTitle(Title $title)
Returns the appropriate ContentHandler singleton for the given title.
getLanguage()
Shortcut to get user's language.
preText()
Add pre-text to the form.
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
alterForm(HTMLForm $form)
Play with the HTMLForm if you need to more substantially.
$data
Utility to generate mapping file used in mw.Title (phpCharToUpper.json)
prefixSearchString( $search, $limit, $offset)
Perform a regular substring search for prefixSearchSubpages.
getDisplayFormat()
Get display format for the form.
getConfig()
Shortcut to get main config object.
namespace and then decline to actually register it file or subcat img or subcat $title
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
Class to simplify the use of log pages.
static element( $element, $attribs=null, $contents='', $allowShortTag=true)
Format an XML element with given attributes and, optionally, text content.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not it can be in the form of< username >< more info > e g for bot passwords intended to be added to log contexts Fields it might only if the login was with a bot password 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 modifiable & $code
getUser()
Shortcut to get the User executing this instance.
static showLogExtract(&$out, $types=[], $page='', $user='', $param=[])
Show log extract.
static create( $msg, $code=null, array $data=null)
Create an IApiMessage for the message.
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))
This code would result in ircNotify being run twice when an article is and once for brion Hooks can return three possible true was required This is the default since MediaWiki *some string
getContext()
Gets the context this SpecialPage is executed in.
string null $par
The sub-page of the special page.
static newFromTextThrow( $text, $defaultNamespace=NS_MAIN)
Like Title::newFromText(), but throws MalformedTitleException when the title is invalid,...
Allows to change the fields on the form that will be generated $name
string $goToUrl
URL to go to if language change successful.
static newGood( $value=null)
Factory function for good results.
wfEscapeWikiText( $text)
Escapes the given text so that it may be output using addWikiText() without any linking,...
prefixSearchSubpages( $search, $limit, $offset)
Return an array of subpages beginning with $search that this special page will accept.
onSuccess()
Do something exciting on successful processing of the form, most likely to show a confirmation messag...
Interface for objects which can provide a MediaWiki context on request.
static changePageLanguage(IContextSource $context, Title $title, $newLanguage, $reason, array $tags=[])
Represents a title within MediaWiki.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
Special page for changing the content language of a page.
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
getFormFields()
Get an HTMLForm descriptor array.
Class for creating new log entries and inserting them into the database.
Variant of the Message class.
static fetchLanguageNames( $inLanguage=self::AS_AUTONYMS, $include='mw')
Get an array of language names, indexed by code.
static run( $event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.