Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / SiteStats.php
2010-07-18 Niklas LaxströmMade active users concept have some meaning by decoupli...
2010-05-29 Jack Phoenixcoding style & doxygen tweaks
2010-04-05 Chad HorohoeStop caring about ss_admins, we don't use it for anythi...
2009-11-07 Alexandre Emsenhuber$fname -> __METHOD__
2009-08-02 Chad HorohoeTypofix.
2009-08-02 Chad HorohoeMerge maintenance-work branch (now with less errors!):
2009-07-18 Niklas LaxströmWhitespace
2009-06-24 Brion VibberRevert r52336 "Merge maintenance-work branch:"
2009-06-24 Chad HorohoeMerge maintenance-work branch:
2009-01-15 Tim StarlingFor backport to 1.14.
2008-09-26 Tim Starling* Use a separate transaction for the site_stats update
2008-09-21 Aaron Schulzrc_log_type can be null, and NULL != 'x' is treated...
2008-09-19 Aaron SchulzRemove some individual transactions
2008-09-01 Aaron Schulz* Remove mysql var and move field init to updaters.inc
2008-08-31 Aaron Schulz* Maintain active user count for Special:Statistics...
2008-08-28 Chad HorohoeAdd some caching to the group counts.
2008-07-28 Chad HorohoeDeprecate SiteStats::admins() in favor of SiteStats...
2008-06-22 Aryeh GregorRevert 36514 per Wikitech-l discussion.
2008-06-20 Chad HorohoeNo need to count(*) in SiteStats::admins
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-08-09 Yuri AstrakhanStatistics code cleanup, fixed multiple db reload bug.
2007-07-16 Aryeh GregorEr, right. Best to have "return true;" somewhere in...
2007-07-16 Aryeh GregorWhoops, reversed inequality. Forgot to check whether...
2007-07-16 Aryeh Gregor(bug 4650) Added various sanity checks to site stats...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-03-23 Nick JenkinsSuspect $dbr was undefined in this scope.
2007-02-21 Brion Vibber* Lazy-initialize site_stats row on load when empty...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2006-11-29 Nick Jenkins$fname is not defined / null in these contexts, replaci...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...