Go to the documentation of this file.
35 parent::__construct(
'Statistics' );
40 $this->
getOutput()->addModuleStyles(
'mediawiki.special' );
50 $text =
Xml::openElement(
'table', [
'class' =>
'wikitable mw-statistics-table' ] );
61 # Statistic - usergroups
75 $text .=
"\n" .
$footer->parse();
90 private function formatRow( $text, $number, $trExtraParams = [],
91 $descMsg =
'', $descMsgParam =
''
94 $msg = $this->
msg( $descMsg, $descMsgParam );
95 if ( !$msg->isDisabled() ) {
96 $descriptionHtml = $this->
msg(
'parentheses' )->rawParams( $msg->parse() )
100 [
'class' =>
'mw-statistic-desc' ],
122 Xml::tags(
'th', [
'colspan' =>
'2' ], $this->
msg(
'statistics-header-pages' )
126 $specialAllPagesTitle,
127 $this->msg(
'statistics-articles' )->text(),
128 [], [
'hideredirects' => 1 ] ),
130 [
'class' =>
'mw-statistics-articles' ],
131 'statistics-articles-desc' ) .
133 $this->msg(
'statistics-pages' )->text() ),
135 [
'class' =>
'mw-statistics-pages' ],
136 'statistics-pages-desc' );
139 if ( $this->images !== 0 || $this->
getConfig()->get(
'EnableUploads' ) ) {
142 $this->msg(
'statistics-files' )->text() ),
144 [
'class' =>
'mw-statistics-files' ] );
147 return $pageStatsHtml;
153 $this->
msg(
'statistics-header-edits' )->parse() ) .
155 $this->
formatRow( $this->
msg(
'statistics-edits' )->parse(),
157 [
'class' =>
'mw-statistics-edits' ]
159 $this->
formatRow( $this->
msg(
'statistics-edits-average' )->parse(),
161 sprintf(
'%.2f', $this->total ? $this->
edits / $this->total : 0 )
162 ), [
'class' =>
'mw-statistics-edits-average' ]
169 $this->
msg(
'statistics-header-users' )->parse() ) .
171 $this->
formatRow( $this->
msg(
'statistics-users' )->parse(),
173 [
'class' =>
'mw-statistics-users' ]
175 $this->
formatRow( $this->
msg(
'statistics-users-active' )->parse() .
' ' .
178 $this->
msg(
'listgrouprights-members' )->
text()
180 $this->
getLanguage()->formatNum( $this->activeUsers ),
181 [
'class' =>
'mw-statistics-users-active' ],
182 'statistics-users-active-desc',
184 $this->
getConfig()->
get(
'ActiveUserDays' ) )
191 foreach ( $this->
getConfig()->
get(
'GroupPermissions' )
as $group => $permissions ) {
192 # Skip generic * and implicit groups
193 if ( in_array( $group, $this->
getConfig()->
get(
'ImplicitGroups' ) )
197 $groupname = htmlspecialchars( $group );
198 $msg = $this->
msg(
'group-' . $groupname );
199 if ( $msg->isBlank() ) {
200 $groupnameLocalized = $groupname;
202 $groupnameLocalized = $msg->text();
204 $msg = $this->
msg(
'grouppage-' . $groupname )->inContentLanguage();
205 if ( $msg->isBlank() ) {
209 $grouppageLocalized = $msg->text();
219 $grouppage = htmlspecialchars( $groupnameLocalized );
224 $this->
msg(
'listgrouprights-members' )->
text(),
226 [
'group' => $group ]
228 # Add a class when a usergroup contains no members to allow hiding these rows
231 if ( $countUsers == 0 ) {
232 $classZero =
' statistics-group-zero';
234 $text .= $this->
formatRow( $grouppage .
' ' . $grouplink,
236 [
'class' =>
'statistics-group-' . Sanitizer::escapeClass( $group ) .
253 foreach ( $stats
as $header => $items ) {
255 if ( is_array( $items ) ) {
257 if (
$header !==
'statistics-header-hooks' ) {
262 foreach ( $items
as $key =>
$value ) {
263 if ( is_array(
$value ) ) {
265 $number =
$value[
'number'];
267 $name = $this->
msg( $key )->parse();
273 $this->
getLanguage()->formatNum( htmlspecialchars( $number ) ),
274 [
'class' =>
'mw-statistics-hook',
'id' =>
'mw-' . $key ]
279 if ( $return ===
'' ) {
284 $return .= $this->
getOtherStats( [
'statistics-header-hooks' =>
static newFromText( $text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
msg( $key)
Wrapper around wfMessage that sets the current context.
static tags( $element, $attribs=null, $contents)
Same as Xml::element(), but does not escape contents.
getOutput()
Get the OutputPage being used for this instance.
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
Special page lists various statistics, including the contents of site_stats, plus page view details i...
static numberingroup( $group)
Find the number of users in a given user group.
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
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,...
Allows to change the fields on the form that will be generated $name
getLanguage()
Shortcut to get user's language.
static openElement( $element, $attribs=null)
This opens an XML element.
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
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 then executing the whole list after the page is displayed We don t do anything smart like collating updates to the same table or such because the list is almost always going to have just one item on if so it s not worth the trouble Since there is a job queue in the jobs which is used to update link tables of transcluding pages after edits
getConfig()
Shortcut to get main config object.
execute( $par)
Default execute method Checks user permissions.
setHeaders()
Sets headers - this should be called from the execute() method of all derived classes!
and how to run hooks for an and one after Each event has a preferably in CamelCase For ArticleDelete hook A clump of code and data that should be run when an event happens This can be either a function and a chunk of or an object and a method hook function The function part of a hook
getContext()
Gets the context this SpecialPage is executed in.
formatRow( $text, $number, $trExtraParams=[], $descMsg='', $descMsgParam='')
Format a row.
Parent class for all special pages.
static closeElement( $element)
Shortcut to close an XML element.
formatRowHeader( $header)
Format row header.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
static rawElement( $element, $attribs=[], $contents='')
Returns an HTML element in a string.
getPageStats()
Each of these methods is pretty self-explanatory, get a particular row for the table of statistics.
getOtherStats(array $stats)
Conversion of external statistics into an internal representation Following a ([<header-message>][<it...
MediaWiki Linker LinkRenderer null $linkRenderer
static run( $event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
static getCanonicalName( $index)
Returns the canonical (English) name for a given index.
the array() calling protocol came about after MediaWiki 1.4rc1.