39 private $languageConverter;
51 parent::__construct(
'MIMEsearch' );
70 return [
'mime' =>
"{$this->major}/{$this->minor}" ];
75 if ( $this->minor !==
'*' ) {
79 $imgQuery = LocalFile::getQueryInfo();
81 'tables' => $imgQuery[
'tables'],
84 'title' =>
'img_name',
87 'value' =>
'img_name',
91 'img_user_text' => $imgQuery[
'fields'][
'img_user_text'],
113 'join_conds' => $imgQuery[
'joins'],
139 'type' =>
'combobox',
142 'label-message' =>
'mimetype',
148 HTMLForm::factory(
'ooui', $formDescriptor, $this->
getContext() )
149 ->setSubmitTextMsg(
'ilsubmit' )
153 ->displayForm(
false );
161 $result =
$dbr->select(
165 [
'img_media_type',
'img_major_mime',
'img_minor_mime' ],
168 [
'GROUP BY' => [
'img_media_type',
'img_major_mime',
'img_minor_mime' ] ]
170 foreach ( $result as $row ) {
171 $major = $row->img_major_mime;
172 $minor = $row->img_minor_mime;
173 $suggestions[
"$major/$minor" ] =
"$major/$minor";
174 if ( $lastMajor ===
$major ) {
176 $suggestions[
"$major/*" ] =
"$major/*";
180 ksort( $suggestions );
186 $this->mime = $par ?: $this->
getRequest()->getText(
'mime' );
187 $this->mime = trim( $this->mime );
188 list( $this->major, $this->minor ) = File::splitMime( $this->mime );
189 $mimeAnalyzer = MediaWikiServices::getInstance()->getMimeAnalyzer();
191 if ( $this->major ==
'' || $this->minor ==
'' || $this->minor ==
'unknown' ||
192 !$mimeAnalyzer->isValidMajorMimeType( $this->major )
200 parent::execute( $par );
210 $nt = Title::makeTitle( $result->namespace, $result->title );
212 $text = $this->languageConverter->convertHtml( $nt->getText() );
213 $plink = $linkRenderer->makeLink(
214 Title::newFromText( $nt->getPrefixedText() ),
219 $download = $this->
msg(
'parentheses' )->rawParams( $download )->escaped();
221 $bytes = htmlspecialchars(
$lang->formatSize( $result->img_size ) );
222 $dimensions = $this->
msg(
'widthheight' )->numParams( $result->img_width,
223 $result->img_height )->escaped();
224 $user = $linkRenderer->makeLink(
225 Title::makeTitle(
NS_USER, $result->img_user_text ),
226 $result->img_user_text
229 $time =
$lang->userTimeAndDate( $result->img_timestamp, $this->getUser() );
230 $time = htmlspecialchars( $time );
232 return "$download $plink . . $dimensions . . $bytes . . $user . . $time";
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...
setDBLoadBalancer(ILoadBalancer $loadBalancer)
setLinkBatchFactory(LinkBatchFactory $linkBatchFactory)
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()
Sometimes 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()
Should this query page only be updated offline on large wikis?
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
execute( $par)
This is the actual workhorse.
__construct(ILoadBalancer $loadBalancer, LinkBatchFactory $linkBatchFactory, LanguageConverterFactory $languageConverterFactory)
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!
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.
getContentLanguage()
Shortcut to get content language.
The shared interface for all language converters.
const MEDIATYPE_MULTIMEDIA
const MEDIATYPE_EXECUTABLE
if(!isset( $args[0])) $lang