Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / SpecialStatistics.php
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-02 Aaron SchulzSuppress div/0 error
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2007-08-26 Rotem Liss* Adding a newline before the statistics footer, to...
2007-08-22 Rob Church* Fix "most viewed" heading
2007-08-22 Rob Church* (bug 9026) Incorrect heading numbering when viewing...
2007-08-09 Yuri AstrakhanStatistics code cleanup, fixed multiple db reload bug.
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-18 Domas MituzasBug #10228 : don't show 1, when we can show 0. Literall...
2007-04-07 Domas Mituzas- add simple row estimation mechanism, allows preparing...
2007-03-12 Raimond SpekkingRevert of r20304.
2007-03-09 Raimond Spekking* (bug 5619) Split statistics messages for brighter...
2007-02-28 Raimond Spekking* (bug 5805) Enable PLURAL option for some messages...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-08 Rob Church(bug 6937) Introduce "statistics-footer" message, appen...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-08-12 Rotem LissRemoving the last use of the mesasge 'administrators...
2006-08-12 Rotem LissAdding static functions to User to create links to...
2006-07-14 Greg Sabino MullaneChange from hardcoding to limitResult function.
2006-07-13 Rotem LissAdding direction mark in the most popular pages in...
2006-07-11 Rob ChurchSuppress when miser mode is on; it's expensive
2006-07-11 Jimmy CollinsOnly show pages in SpecialStatistics with page_counter > 0
2006-07-11 Rob Church* Free the result
2006-07-11 Rob Church* (bug 6592) Add most viewed pages summary to Special...
2006-06-04 Tim Starlingadded jobs field to action=raw output
2006-05-14 Rob Church* (bug 5941) Use content language when getting the...
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