Last modified: 2013-05-10 15:50:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T24920, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 22920 - NUMBEROFACTIVEUSERS vs Special:Activeusers
NUMBEROFACTIVEUSERS vs Special:Activeusers
Status: REOPENED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.16.x
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-22 15:18 UTC by Subfader
Modified: 2013-05-10 15:50 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Subfader 2010-03-22 15:18:14 UTC
The queries for {{NUMBEROFACTIVEUSERS}} and Special:ActiveUsers should be the same.

includes/specials/SpecialActiveusers.php > function getQueryInfo() > 
$conds = array( 'rc_user > 0' ); // Users - no anons


should be changed to the correct conds of includes/SiteStats.php > $activeUsers:
array( 'rc_user != 0', 'rc_bot' => 0, "rc_log_type != 'newusers' OR rc_log_type IS NULL" )
Comment 1 Subfader 2010-03-22 15:25:31 UTC
In the end the number of users on Special:ActiveUsers should be the same as listed on Special:Statistics and given by {{NUMBEROFACTIVEUSERS}}.
Comment 2 db [inactive,noenotif] 2013-03-26 20:09:26 UTC
special page was removed with Gerrit change #55807
Comment 3 db [inactive,noenotif] 2013-05-10 15:50:46 UTC
(In reply to comment #2)
> special page was removed with Gerrit change #55807

Back with Gerrit change #58686

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links