aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SiteStats.php
Commit message (Expand)AuthorAgeFilesLines
* (bug 33911) SiteStats::isSane() should not check admins anymoreChad Horohoe2012-01-261-2/+2
* Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()Alexandre Emsenhuber2012-01-181-2/+2
* Fix whitespaceSam Reed2012-01-101-1/+1
* Refactor deferrable updates into classes & interfaces, also add helper method...Chad Horohoe2011-09-101-2/+2
* Remove mention of wfOut() in commentAlexandre Emsenhuber2011-08-131-1/+1
* Fix trailing whitespaceSam Reed2011-06-291-2/+2
* Fix for r91076: forgot to change one instance of $useMaster to $databaseAlexandre Emsenhuber2011-06-291-1/+1
* Per Platonides, follow-up r72842: pass the db connection to SiteStatsInit::do...Alexandre Emsenhuber2011-06-291-12/+26
* We check self::$pageCount, then assign it to another array, and return it fro...Sam Reed2011-05-251-2/+2
* More documentation updates and additionsSam Reed2011-05-211-2/+55
* Rewrote the article counting code and related:Alexandre Emsenhuber2011-05-141-3/+9
* Kill some more long deprecated unused functionsSam Reed2011-05-061-8/+0
* * Made SiteStatsInit::articles() give a correct result when $wgUseCommaCount ...Alexandre Emsenhuber2011-04-201-9/+15
* Use MWNamespace::getContentNamespaces() instead of $wgContentNamespaces in ca...Alexandre Emsenhuber2011-04-181-2/+1
* Swap "or" to ||Sam Reed2011-01-311-3/+3
* Made active users concept have some meaning by decoupling it from recent chan...Niklas Laxström2010-07-181-1/+3
* coding style & doxygen tweaksJack Phoenix2010-05-291-40/+72
* Stop caring about ss_admins, we don't use it for anything anyway. Could proba...Chad Horohoe2010-04-051-2/+0
* $fname -> __METHOD__Alexandre Emsenhuber2009-11-071-2/+1
* Typofix.Chad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-6/+145
* WhitespaceNiklas Laxström2009-07-181-7/+7
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-58/+4
* Merge maintenance-work branch:Chad Horohoe2009-06-241-4/+58
* For backport to 1.14.Tim Starling2009-01-151-2/+2
* * Use a separate transaction for the site_stats updateTim Starling2008-09-261-28/+6
* rc_log_type can be null, and NULL != 'x' is treated as false, which borked th...Aaron Schulz2008-09-211-1/+1
* Remove some individual transactionsAaron Schulz2008-09-191-6/+2
* * Remove mysql var and move field init to updaters.incAaron Schulz2008-09-011-1/+1
* * Maintain active user count for Special:Statistics (bug 13585)Aaron Schulz2008-08-311-8/+20
* Add some caching to the group counts.Chad Horohoe2008-08-281-2/+9
* Deprecate SiteStats::admins() in favor of SiteStats::numberingroup('sysop'). ...Chad Horohoe2008-07-281-3/+18
* Revert 36514 per Wikitech-l discussion.Aryeh Gregor2008-06-221-1/+1
* No need to count(*) in SiteStats::adminsChad Horohoe2008-06-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-10/+9
* Statistics code cleanup, fixed multiple db reload bug.Yuri Astrakhan2007-08-091-1/+15
* Er, right. Best to have "return true;" somewhere in the function, isn't it?Aryeh Gregor2007-07-161-0/+1
* Whoops, reversed inequality. Forgot to check whether this is being run *too*...Aryeh Gregor2007-07-161-3/+3
* (bug 4650) Added various sanity checks to site stats generation.Aryeh Gregor2007-07-161-11/+32
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Suspect $dbr was undefined in this scope.Nick Jenkins2007-03-231-0/+1
* * Lazy-initialize site_stats row on load when empty. Somewhat kinder toBrion Vibber2007-02-211-2/+38
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-5/+5
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+0
* Rename constructors to __constructorAntoine Musso2007-01-201-1/+1
* $fname is not defined / null in these contexts, replacing with __METHOD__Nick Jenkins2006-11-291-1/+1
* Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );"...Nick Jenkins2006-11-271-1/+1
* * Introduced StringUtils.php, populated it with some generic string functions...Tim Starling2006-11-211-0/+168