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"',
132 $html = Html::openElement(
'table', [
'class' => [
'sortable',
'wikitable' ] ] );
133 $html .= Html::openElement(
'thead', [] );
134 $html .= Html::openElement(
'tr', [] );
135 $headers = [
'gadgetusage-gadget',
'gadgetusage-usercount' ];
136 if ( $this->activeUsers ) {
137 $headers[] =
'gadgetusage-activeusers';
139 foreach ( $headers as $h ) {
140 if ( $h ==
'gadgetusage-gadget' ) {
141 $html .= Html::element(
'th', [], $this->
msg( $h )->
text() );
143 $html .= Html::element(
'th', [
'data-sort-type' =>
'number' ],
147 $html .= Html::closeElement(
'tr' );
148 $html .= Html::closeElement(
'thead' );
149 $html .= Html::openElement(
'tbody', [] );
159 Html::closeElement(
'tbody' ) .
160 Html::closeElement(
'table' )
170 $gadgetTitle = substr( $result->title, 7 );
171 $gadgetUserCount = $this->
getLanguage()->formatNum( $result->value );
172 if ( $gadgetTitle ) {
173 $html = Html::openElement(
'tr', [] );
174 $html .= Html::element(
'td', [], $gadgetTitle );
175 $html .= Html::element(
'td', [], $gadgetUserCount );
176 if ( $this->activeUsers ==
true ) {
177 $activeUserCount = $this->
getLanguage()->formatNum( $result->namespace );
178 $html .= Html::element(
'td', [], $activeUserCount );
180 $html .= Html::closeElement(
'tr' );
194 foreach ( $gadgetIds as $g ) {
195 $gadget = $gadgetRepo->getGadget( $g );
196 if ( $gadget->isOnByDefault() ) {
197 $gadgetsList[] = $gadget->getName();
200 asort( $gadgetsList, SORT_STRING | SORT_FLAG_CASE );
217 $gadgetIds = $gadgetRepo->getGadgetIds();
219 if ( $this->activeUsers ) {
221 $this->
msg(
'gadgetusage-intro' )
222 ->numParams( $this->
getConfig()->
get(
'ActiveUserDays' ) )->parseAsBlock()
226 $this->
msg(
'gadgetusage-intro-noactive' )->parseAsBlock()
232 foreach ( $defaultGadgets as $default ) {
233 $html = Html::openElement(
'tr', [] );
234 $html .= Html::element(
'td', [], $default );
235 $html .= Html::element(
'td', [], $this->
msg(
'gadgetusage-default' )->
text() );
236 if ( $this->activeUsers ) {
237 $html .= Html::element(
'td', [], $this->
msg(
'gadgetusage-default' )->
text() );
239 $html .= Html::closeElement(
'tr' );
242 foreach (
$res as $row ) {
245 if ( !in_array( substr( $row->title, 7 ), $defaultGadgets ) ) {
247 if ( in_array( substr( $row->title, 7 ), $gadgetIds ) ) {
259 $this->
msg(
'gadgetusage-noresults' )->parseAsBlock()
This list may contain false positives That usually means there is additional text with links below the first Each row contains links to the first and second as well as the first line of the second redirect text
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.
outputTableEnd()
Output the end of the table
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.
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