45 parent::__construct( $name );
49 $this->shownavigation =
false;
72 $fakeTitle =
$dbr->buildConcat( [
74 $dbr->addQuotes(
';' ),
76 $dbr->addQuotes(
'/' ),
78 $dbr->addQuotes(
';' ),
80 $dbr->addQuotes(
';' ),
84 'tables' => [
'image' ],
86 'title' => $fakeTitle,
108 return [
'img_media_type',
'count(*)',
'img_major_mime',
'img_minor_mime' ];
122 $prevMediaType =
null;
123 foreach (
$res as $row ) {
125 if ( count( $mediaStats ) < 4 ) {
129 if ( $prevMediaType !== $mediaType ) {
130 if ( $prevMediaType !==
null ) {
136 $this->totalPerType = 0;
138 $prevMediaType = $mediaType;
142 if ( $prevMediaType !==
null ) {
147 $this->
msg(
'mediastatistics-allbytes' )
148 ->numParams( $this->totalSize )
149 ->sizeParams( $this->totalSize )
159 $this->
getOutput()->addHTML( Html::closeElement(
'table' ) );
161 $this->
msg(
'mediastatistics-bytespertype' )
162 ->numParams( $this->totalPerType )
163 ->sizeParams( $this->totalPerType )
164 ->numParams( $this->
makePercentPretty( $this->totalPerType / $this->totalBytes ) )
180 $row = Html::rawElement(
185 $row .= Html::element(
190 $row .= Html::rawElement(
193 [
'data-sort-value' => $count ],
194 $this->
msg(
'mediastatistics-nfiles' )
195 ->numParams( $count )
200 $row .= Html::rawElement(
203 [
'data-sort-value' => $bytes ],
204 $this->
msg(
'mediastatistics-nbytes' )
205 ->numParams( $bytes )
206 ->sizeParams( $bytes )
211 $this->totalPerType += $bytes;
212 $this->
getOutput()->addHTML( Html::rawElement(
'tr', [], $row ) );
222 if ( $decimal == 0 ) {
225 if ( $decimal >= 100 ) {
228 $percent = sprintf(
"%." . max( 0, 2 - floor( log10( $decimal ) ) ) .
"f", $decimal );
230 return preg_replace(
'/\.?0*$/',
'', $percent );
240 $exts = MediaWiki\MediaWikiServices::getInstance()->getMimeAnalyzer()
241 ->getExtensionsForType(
$mime );
242 if ( $exts ===
null ) {
245 $extArray = explode(
' ', $exts );
246 $extArray = array_unique( $extArray );
247 foreach ( $extArray as &
$ext ) {
251 return $this->
getLanguage()->commaList( $extArray );
265 'mw-mediastats-table',
266 'mw-mediastats-table-' . strtolower( $mediaType ),
281 $headers = [
'mimetype',
'extensions',
'count',
'totalbytes' ];
283 foreach ( $headers as
$header ) {
284 $ths .= Html::rawElement(
290 $this->
msg(
'mediastatistics-table-' . $header )->parse()
293 return Html::rawElement(
'tr', [], $ths );
306 'mw-mediastats-mediatype',
307 'mw-mediastats-mediatype-' . strtolower( $mediaType )
316 $this->
msg(
'mediastatistics-header-' . strtolower( $mediaType ) )->
text()
331 return explode(
';', $fakeTitle, 4 );
363 $this->totalCount = $this->totalBytes = 0;
364 foreach (
$res as $row ) {
366 $this->totalCount += isset( $mediaStats[2] ) ? $mediaStats[2] : 0;
367 $this->totalBytes += isset( $mediaStats[3] ) ? $mediaStats[3] : 0;
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
getQueryInfo()
Query to do.
getExtensionList( $mime)
Given a mime type, return a comma separated list of allowed extensions.
isExpensive()
Is this query expensive (for some definition of expensive)? Then we don't let it run in miser mode.
outputTableRow( $mime, $count, $bytes)
Output a row of the stats table.
splitFakeTitle( $fakeTitle)
parse the fake title format that this special page abuses querycache with.
getGroupName()
What group to put the page in.
getOrderFields()
How to sort the results.
makePercentPretty( $decimal)
getTableHeaderRow()
Get (not output) the header row for the table.
preprocessResults( $dbr, $res)
Initialize total values so we can figure out percentages later.
outputResults( $out, $skin, $dbr, $res, $num, $offset)
Output the results of the query.
outputTableEnd()
Output closing
__construct( $name='MediaStatistics')
outputMediaType( $mediaType)
Output a header for a new media type section.
outputTableStart( $mediaType)
Output the start of the table.
formatResult( $skin, $result)
This method isn't used, since we override outputResults, but we need to implement since abstract in p...
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 ResultWrapper (MUST include title and ...
int $offset
The offset and limit in use, as passed to the query() function.
getOutput()
Get the OutputPage being used for this instance.
static getTitleFor( $name, $subpage=false, $fragment='')
Get a localised Title object for a specified special page name If you don't need a full Title object,...
msg( $key)
Wrapper around wfMessage that sets the current context.
getLanguage()
Shortcut to get user's language.
MediaWiki Linker LinkRenderer null $linkRenderer
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add text
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
if( $ext=='php'|| $ext=='php5') $mime
if(!is_readable( $file)) $ext