32 parent::__construct(
'Newimages' );
40 $mimeAnalyzer = MediaWiki\MediaWikiServices::getInstance()->getMimeAnalyzer();
41 $this->mediaTypes = $mimeAnalyzer->getMediaTypes();
52 $opts->
add(
'hidepatrolled',
false );
53 $opts->
add(
'mediatype', $this->mediaTypes );
61 if ( $par !==
null ) {
62 $opts->
setValue( is_numeric( $par ) ?
'limit' :
'like', $par );
69 if ( $start !==
'' && $end !==
'' && $start > $end ) {
82 [
'start' => $start,
'end' => $end ] +
$request->getValues(),
90 $missingMediaTypes = array_diff( $this->mediaTypes,
$opts->
getValue(
'mediatype' ) );
91 if ( empty( $missingMediaTypes ) ) {
106 $out->addHTML( $pager->getBody() );
108 $out->addHTML( $pager->getNavigationBar() );
113 $mediaTypesText = array_map(
function (
$type ) {
120 return $this->
msg(
'mediastatistics-header-' . strtolower(
$type ) )->escaped();
122 $mediaTypesOptions = array_combine( $mediaTypesText, $this->mediaTypes );
123 ksort( $mediaTypesOptions );
128 'label-message' =>
'newimages-label',
134 'label-message' =>
'newimages-user',
140 'label-message' =>
'newimages-newbies',
146 'label-message' =>
'newimages-showbots',
147 'name' =>
'showbots',
152 'label-message' =>
'newimages-hidepatrolled',
153 'name' =>
'hidepatrolled',
157 'type' =>
'multiselect',
159 'name' =>
'mediatype',
160 'label-message' =>
'newimages-mediatype',
161 'options' => $mediaTypesOptions,
167 'default' => $this->opts->getValue(
'limit' ),
173 'default' => $this->opts->getValue(
'offset' ),
179 'label-message' =>
'date-range-from',
185 'label-message' =>
'date-range-to',
190 if ( $this->
getConfig()->
get(
'MiserMode' ) ) {
191 unset( $formDescriptor[
'like'] );
194 if ( !$this->
getUser()->useFilePatrol() ) {
195 unset( $formDescriptor[
'hidepatrolled'] );
198 HTMLForm::factory(
'ooui', $formDescriptor,
$context )
200 ->setFormIdentifier(
'specialnewimages' )
201 ->setWrapperLegendMsg(
'newimages-legend' )
202 ->setSubmitTextMsg(
'ilsubmit' )
205 ->displayForm(
false );
218 $message = $this->
msg(
'newimagestext' )->inContentLanguage();
219 if ( !$message->isDisabled() ) {
221 Html::rawElement(
'p',
223 "\n" . $message->plain() .
"\n"
within a display generated by the Derivative if and wherever such third party notices normally appear The contents of the NOTICE file are for informational purposes only and do not modify the License You may add Your own attribution notices within Derivative Works that You alongside or as an addendum to the NOTICE text from the provided that such additional attribution notices cannot be construed as modifying the License You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for or distribution of Your or for any such Derivative Works as a provided Your and distribution of the Work otherwise complies with the conditions stated in this License Submission of Contributions Unless You explicitly state any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this without any additional terms or conditions Notwithstanding the nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions Trademarks This License does not grant permission to use the trade service or product names of the except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file Disclaimer of Warranty Unless required by applicable law or agreed to in Licensor provides the WITHOUT WARRANTIES OR CONDITIONS OF ANY either express or including
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.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
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
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
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
Interface for objects which can provide a MediaWiki context on request.