* (bug 14258, 14368) Fix for subpage renames in replication environments
[lhc/web/wiklou.git] / includes / SiteStats.php
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...