36 parent::__construct( $name );
38 $this->shownavigation =
false;
39 $this->activeUsers = $this->
getConfig()->get(
'SpecialGadgetUsageActiveUsers' );
74 if ( !$this->activeUsers ) {
76 'tables' => [
'user_properties' ],
78 'title' =>
'up_property',
79 'value' =>
'SUM( up_value )',
80 'namespace' => NS_GADGET
83 'up_property' .
$dbr->buildLike(
'gadget-',
$dbr->anyString() )
86 'GROUP BY' => [
'up_property' ]
91 'tables' => [
'user_properties',
'user',
'querycachetwo' ],
93 'title' =>
'up_property',
94 'value' =>
'SUM( up_value )',
96 'namespace' =>
'COUNT( qcc_title )'
99 'up_property' .
$dbr->buildLike(
'gadget-',
$dbr->anyString() )
102 'GROUP BY' => [
'up_property' ]
112 'user_name = qcc_title',
113 'qcc_type = "activeusers"',
131 $html = Html::openElement(
'table', [
'class' => [
'sortable',
'wikitable' ] ] );
132 $html .= Html::openElement(
'tr', [] );
133 $headers = [
'gadgetusage-gadget',
'gadgetusage-usercount' ];
134 if ( $this->activeUsers ) {
135 $headers[] =
'gadgetusage-activeusers';
137 foreach ( $headers as $h ) {
138 if ( $h ==
'gadgetusage-gadget' ) {
139 $html .= Html::element(
'th', [], $this->
msg( $h )->
text() );
141 $html .= Html::element(
'th', [
'data-sort-type' =>
'number' ],
145 $html .= Html::closeElement(
'tr' );
155 $gadgetTitle = substr( $result->title, 7 );
156 $gadgetUserCount = $this->
getLanguage()->formatNum( $result->value );
157 if ( $gadgetTitle ) {
158 $html = Html::openElement(
'tr', [] );
159 $html .= Html::element(
'td', [], $gadgetTitle );
160 $html .= Html::element(
'td', [], $gadgetUserCount );
161 if ( $this->activeUsers ==
true ) {
162 $activeUserCount = $this->
getLanguage()->formatNum( $result->namespace );
163 $html .= Html::element(
'td', [], $activeUserCount );
165 $html .= Html::closeElement(
'tr' );
179 foreach ( $gadgetIds as $g ) {
180 $gadget = $gadgetRepo->getGadget( $g );
181 if ( $gadget->isOnByDefault() ) {
182 $gadgetsList[] = $gadget->getName();
185 asort( $gadgetsList, SORT_STRING | SORT_FLAG_CASE );
202 $gadgetIds = $gadgetRepo->getGadgetIds();
204 if ( $this->activeUsers ) {
206 $this->
msg(
'gadgetusage-intro' )
207 ->numParams( $this->
getConfig()->
get(
'ActiveUserDays' ) )->parseAsBlock()
211 $this->
msg(
'gadgetusage-intro-noactive' )->parseAsBlock()
217 foreach ( $defaultGadgets as $default ) {
218 $html = Html::openElement(
'tr', [] );
219 $html .= Html::element(
'td', [], $default );
220 $html .= Html::element(
'td', [], $this->
msg(
'gadgetusage-default' )->
text() );
221 if ( $this->activeUsers ) {
222 $html .= Html::element(
'td', [], $this->
msg(
'gadgetusage-default' )->
text() );
224 $html .= Html::closeElement(
'tr' );
227 foreach (
$res as $row ) {
230 if ( !in_array( substr( $row->title, 7 ), $defaultGadgets ) ) {
232 if ( in_array( substr( $row->title, 7 ), $gadgetIds ) ) {
241 $out->addHtml( Html::closeElement(
'table' ) );
244 $this->
msg(
'gadgetusage-noresults' )->parseAsBlock()
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
static singleton()
Get the configured default GadgetRepo.
This is a class for doing query pages; since they're almost all the same, we factor out some of the f...
int $offset
The offset and limit in use, as passed to the query() function.
Special:GadgetUsage - Lists all the gadgets on the wiki along with number of users.
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
$activeUsers
Flag for holding the value of config variable SpecialGadgetUsageActiveUsers.
getQueryInfo()
Define the database query that is used to generate the stats table.
formatResult( $skin, $result)
getDefaultGadgets( $gadgetRepo, $gadgetIds)
Get a list of default gadgets.
outputTableStart()
Output the start of the table Including opening.
__construct( $name='GadgetUsage')
isExpensive()
Is this query expensive (for some definition of expensive)? Then we don't let it run in miser mode.
getOrderFields()
Subclasses return an array of fields to order by here.
outputResults( $out, $skin, $dbr, $res, $num, $offset)
Format and output report results using the given information plus OutputPage.
getOutput()
Get the OutputPage being used for this instance.
msg( $key)
Wrapper around wfMessage that sets the current context.
getConfig()
Shortcut to get main config object.
getLanguage()
Shortcut to get user's language.
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
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html