Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / SpecialRandompage.php
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-01-14 Domas MituzasCleanup for Special:Randompage and Special: Randomredir...
2008-01-14 Domas Mituzas* Shortcutted Title::userCanRead() for public wikis
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-22 Brion VibberRevert r23197 -- while well-meaning, this would severel...
2007-06-22 Daniel CannonSpecial:Randompage with no parameters now selects a...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-19 Ilmari Karonenactually, there's no need to make it so complicated...
2007-04-19 Ilmari Karonenmake Special:Random retry (once, but more carefully...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-12-03 Ilmari KaronenUse Title::newMainPage() in various places instead...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-05-04 Magnus ManskeFixed namespace handling (will now accept English names...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2005-12-04 Antoine MussoClean up unused globals!
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-01 Niklas LaxströmNo references here, caused ugly by php notice
2005-04-30 Ævar Arnfjörð Bjar... * Clarified fuzzy if statement
2005-04-29 Ævar Arnfjörð Bjar... * Code cleanup
2005-04-16 Ævar Arnfjörð Bjar... * (bug 510) added the ability to do Special:Randompage...
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-10-11 Wil MahanBug 589: make random selection slightly more random...
2004-10-02 Brion VibberAdd comment about why we pick a random number in PHP...
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-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 Starlingexclude Rambot (or any other arbitrary SQL) from Specia...
2004-06-09 Domas Mituzasget rid of 'use index' for nonmysql
2004-04-01 Tim Starlinguse of $wgRequest
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-06-06 Brion VibberWork around comma-in-string-form-of-random-index bug...
2003-06-03 Brion VibberTweak to use local random, don't trust mysql's; new...
2003-04-14 Lee Daniel CrockerInitial revision