* Code cleanup
[lhc/web/wiklou.git] / includes / SpecialRandompage.php
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