Merge "Fix trailing whitespace (and mixed spaces) in XSD files"
[lhc/web/wiklou.git] / includes / SiteStats.php
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-21 SiebrandMerge "(bug 25946) The message on the top of Special...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-18 ReedyMerge "fetchLanguageNames: fallback to default instead...
2012-05-18 Aaron SchulzMerge "Make errors from ArticleSave hooks propagate...
2012-05-18 Aaron SchulzMerge "Various fixes to Special:Mostlinked."
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-11 ReedyMerge "Integrating mobile device detection class into...
2012-05-11 DemonMerge "Added some more output to cleanupUploadStash...
2012-05-11 DemonMerge "Fix E_STRICT from I6d164e45c1e31d4f83e0fa390011c...
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-10 Aaron SchulzMerge "Parameter documentation stuffs"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 CatropeMerge "[SiteStatsUpdate] Reduced contention by using...
2012-05-10 Aaron[SiteStatsUpdate] Reduced contention by using a new...
2012-05-10 CatropeMerge "Append a user name to 'user' module requests...
2012-05-10 CatropeMerge "Add support for User:0 in 'user' and 'user.group...
2012-05-10 CatropeMerge "[SiteStatsUpdate] Added support for memcached...
2012-05-10 Aaron[SiteStatsUpdate] Added support for memcached staging...
2012-05-10 CatropeMerge "(bug 35240) Fix mw.loader state machine."
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-10 Aaron SchulzMerge "Use local context to get messages"
2012-05-10 Aaron SchulzMerge "Fix typo in comments, rm debugging code"
2012-05-10 ReedyMerge "Added missing GPLv2 headers in some places."
2012-05-10 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-05-10 NikerabbitMerge "Use the style for htmlform.tip Vector wide."
2012-05-09 Aaron SchulzMerge "Factor out module name validation into a static...
2012-05-09 CatropeMerge "Remove 'jquery.ui.button' as dependency for...
2012-05-09 Aaron[SiteStatsUpdate] Changing raw DB update calls to use...
2012-01-26 Chad Horohoe(bug 33911) SiteStats::isSane() should not check admins...
2012-01-18 Alexandre EmsenhuberPass some more __METHOD__ to DatabaseBase::begin()...
2012-01-10 Sam ReedFix whitespace
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-08-13 Alexandre EmsenhuberRemove mention of wfOut() in comment
2011-06-29 Sam ReedFix trailing whitespace
2011-06-29 Alexandre EmsenhuberFix for r91076: forgot to change one instance of $useMa...
2011-06-29 Alexandre EmsenhuberPer Platonides, follow-up r72842: pass the db connectio...
2011-05-25 Sam ReedWe check self::$pageCount, then assign it to another...
2011-05-21 Sam ReedMore documentation updates and additions
2011-05-14 Alexandre EmsenhuberRewrote the article counting code and related:
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-04-20 Alexandre Emsenhuber* Made SiteStatsInit::articles() give a correct result...
2011-04-18 Alexandre EmsenhuberUse MWNamespace::getContentNamespaces() instead of...
2011-01-31 Sam ReedSwap "or" to ||
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...