34 parent::__construct( $name );
50 return [
'mime' =>
"{$this->major}/{$this->minor}" ];
55 if ( $this->minor !==
'*' ) {
59 $imgQuery = LocalFile::getQueryInfo();
61 'tables' => $imgQuery[
'tables'],
64 'title' =>
'img_name',
67 'value' =>
'img_name',
71 'img_user_text' => $imgQuery[
'fields'][
'img_user_text'],
93 'join_conds' => $imgQuery[
'joins'],
119 'type' =>
'combobox',
122 'label-message' =>
'mimetype',
128 HTMLForm::factory(
'ooui', $formDescriptor, $this->
getContext() )
129 ->setSubmitTextMsg(
'ilsubmit' )
133 ->displayForm(
false );
141 $result =
$dbr->select(
145 [
'img_media_type',
'img_major_mime',
'img_minor_mime' ],
148 [
'GROUP BY' => [
'img_media_type',
'img_major_mime',
'img_minor_mime' ] ]
150 foreach ( $result as $row ) {
151 $major = $row->img_major_mime;
152 $minor = $row->img_minor_mime;
153 $suggestions[
"$major/$minor" ] =
"$major/$minor";
154 if ( $lastMajor ===
$major ) {
156 $suggestions[
"$major/*" ] =
"$major/*";
160 ksort( $suggestions );
166 $this->mime = $par ?: $this->
getRequest()->getText(
'mime' );
167 $this->mime = trim( $this->mime );
168 list( $this->major, $this->minor ) = File::splitMime( $this->mime );
170 if ( $this->major ==
'' || $this->minor ==
'' || $this->minor ==
'unknown' ||
171 !self::isValidType( $this->major )
179 parent::execute( $par );
189 $nt = Title::makeTitle( $result->namespace, $result->title );
193 Title::newFromText( $nt->getPrefixedText() ),
198 $download = $this->
msg(
'parentheses' )->rawParams( $download )->escaped();
200 $bytes = htmlspecialchars(
$lang->formatSize( $result->img_size ) );
201 $dimensions = $this->
msg(
'widthheight' )->numParams( $result->img_width,
202 $result->img_height )->escaped();
204 Title::makeTitle(
NS_USER, $result->img_user_text ),
205 $result->img_user_text
208 $time =
$lang->userTimeAndDate( $result->img_timestamp, $this->getUser() );
209 $time = htmlspecialchars( $time );
211 return "$download $plink . . $dimensions . . $bytes . . $user . . $time";
233 return in_array(
$type, $types );
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
Marks HTML that shouldn't be escaped.
static makeMediaLinkObj( $title, $html='', $time=false)
Create a direct link to a given uploaded file.
This is a class for doing query pages; since they're almost all the same, we factor out some of the f...
executeLBFromResultWrapper(IResultWrapper $res, $ns=null)
Creates a new LinkBatch object, adds all pages from the passed result wrapper (MUST include title and...
Searches the database for files of the requested MIME type, comparing this with the 'img_major_mime' ...
isCacheable()
Is the output of this query cacheable? Non-cacheable expensive pages will be disabled in miser mode a...
formatResult( $skin, $result)
isSyndicated()
Sometime we don't want to build rss / atom feeds.
preprocessResults( $db, $res)
Do any necessary preprocessing of the result object.
getPageHeader()
Generate and output the form.
linkParameters()
If using extra form wheely-dealies, return a set of parameters here as an associative array.
getQueryInfo()
Subclasses return an SQL query here, formatted as an array with the following keys: tables => Table(s...
isExpensive()
Is this query expensive (for some definition of expensive)? Then we don't let it run in miser mode.
static isValidType( $type)
__construct( $name='MIMEsearch')
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
execute( $par)
This is the actual workhorse.
getOrderFields()
The index is on (img_media_type, img_major_mime, img_minor_mime) which unfortunately doesn't have img...
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!...
getLanguageConverter()
Shortcut to get language's converter.
getContext()
Gets the context this SpecialPage is executed in.
msg( $key,... $params)
Wrapper around wfMessage that sets the current context.
getRequest()
Get the WebRequest being used for this instance.
getPageTitle( $subpage=false)
Get a self-referential title object.
getLanguage()
Shortcut to get user's language.
addHelpLink( $to, $overrideBaseUrl=false)
Adds help link with an icon via page indicators.
MediaWiki Linker LinkRenderer null $linkRenderer
const MEDIATYPE_MULTIMEDIA
const MEDIATYPE_EXECUTABLE
if(!isset( $args[0])) $lang