Added ss_images to site_stats, to replace the slow count(*) query in Parser.php.
[lhc/web/wiklou.git] / includes / SpecialStatistics.php
2006-03-28 Tim StarlingAdded ss_images to site_stats, to replace the slow...
2006-03-27 Rob Church(bug 5372) Add number of files to Special:Statistics
2006-03-11 Lupintrailing whitespace removal
2006-02-26 Tim StarlingShow the job queue length in Special:Statistics
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-12-04 Antoine MussoClean up unused globals!
2005-07-07 Ævar Arnfjörð Bjar... * Using $fname rather than hardcoding wfSpecialStatistics
2005-06-28 Ævar Arnfjörð Bjar... * (bug 2568) Fixed a logic error in the Special:Statist...
2005-06-22 Ævar Arnfjörð Bjar... * Special:Statistics now supports action=raw, useful...
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-05-25 Ævar Arnfjörð Bjar... * Removing $sk, wasn't used at all
2005-05-11 Ævar Arnfjörð Bjar... * Output wikitext rather than mixed HTML and wikitext
2005-04-05 Ævar Arnfjörð Bjar... Added \n at the end of the file
2005-02-07 Brion Vibber* (bug 1474) Switch to better-cached index for statisti...
2005-01-30 Antoine Mussoquotes
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-10-24 Jens FrankRenaming columns:
2004-10-24 Jens FrankRename fields of user_rights and user_groups table...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-24 Jens FrankSplit user table into two parts: user and user_rights...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-06-11 Domas MituzasPG: user->"user"
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-03-06 Brion VibberAdd digit transformation function Language::formatNum...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-15 Tim StarlingGuarding divisions
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-05-20 Brion VibberFix admin count to not include bots
2003-04-14 Lee Daniel CrockerInitial revision