34 parent::__construct(
'Newimages' );
42 $mimeAnalyzer = MediaWiki\MediaWikiServices::getInstance()->getMimeAnalyzer();
43 $this->mediaTypes = $mimeAnalyzer->getMediaTypes();
54 $opts->
add(
'hidepatrolled',
false );
55 $opts->
add(
'mediatype', $this->mediaTypes );
63 if ( $par !==
null ) {
64 $opts->
setValue( is_numeric( $par ) ?
'limit' :
'like', $par );
71 if ( $start !==
'' && $end !==
'' && $start > $end ) {
84 [
'start' => $start,
'end' => $end ] +
$request->getValues(),
92 $missingMediaTypes = array_diff( $this->mediaTypes,
$opts->
getValue(
'mediatype' ) );
93 if ( empty( $missingMediaTypes ) ) {
108 $out->addHTML( $pager->getBody() );
110 $out->addHTML( $pager->getNavigationBar() );
115 $mediaTypesText = array_map(
function (
$type ) {
122 return $this->
msg(
'mediastatistics-header-' . strtolower(
$type ) )->text();
124 $mediaTypesOptions = array_combine( $mediaTypesText, $this->mediaTypes );
125 ksort( $mediaTypesOptions );
130 'label-message' =>
'newimages-label',
136 'label-message' =>
'newimages-user',
142 'label-message' =>
'newimages-newbies',
148 'label-message' =>
'newimages-showbots',
149 'name' =>
'showbots',
154 'label-message' =>
'newimages-hidepatrolled',
155 'name' =>
'hidepatrolled',
159 'type' =>
'multiselect',
161 'name' =>
'mediatype',
162 'label-message' =>
'newimages-mediatype',
163 'options' => $mediaTypesOptions,
169 'default' => $this->opts->getValue(
'limit' ),
175 'default' => $this->opts->getValue(
'offset' ),
181 'label-message' =>
'date-range-from',
187 'label-message' =>
'date-range-to',
192 if ( $this->
getConfig()->
get(
'MiserMode' ) ) {
196 if ( !$this->
getUser()->useFilePatrol() ) {
202 ->setFormIdentifier(
'specialnewimages' )
203 ->setWrapperLegendMsg(
'newimages-legend' )
204 ->setSubmitTextMsg(
'ilsubmit' )
207 ->displayForm(
false );
218 $message = $this->
msg(
'newimagestext' )->inContentLanguage();
219 if ( !$message->isDisabled() ) {
220 $contLang = MediaWikiServices::getInstance()->getContentLanguage();
221 $this->
getOutput()->addWikiTextAsContent(
222 Html::rawElement(
'div',
225 'lang' => $contLang->getHtmlCode(),
226 'dir' => $contLang->getDir()
228 "\n" . $message->plain() .
"\n"
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
An IContextSource implementation which will inherit context from another source but allow individual ...
Similar to FauxRequest, but only fakes URL parameters and method (POST or GET) and use the base reque...
Shortcut to construct an includable special page.
buildForm(IContextSource $context)
execute( $par)
Default execute method Checks user permissions.
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
setTopText()
Send the text to be displayed above the options.
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.
getContext()
Gets the context this SpecialPage is executed in.
msg( $key)
Wrapper around wfMessage that sets the current context.
getConfig()
Shortcut to get main config object.
getRequest()
Get the WebRequest being used for this instance.
addHelpLink( $to, $overrideBaseUrl=false)
Adds help link with an icon via page indicators.
including( $x=null)
Whether the special page is being evaluated via transclusion.
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 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
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead & $formDescriptor
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
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
Interface for objects which can provide a MediaWiki context on request.