Clarify comment on $wgRateLimits.
[lhc/web/wiklou.git] / includes / LinkBatch.php
2007-12-03 Brion VibberPeople keep sticking raw user_text fields into LinkBatc...
2007-10-18 Brion Vibber* Fix regression in LinkBatch.php breaking PHP 5.0
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-06 Domas MituzasAvoid using IN (..) syntax if just single value is...
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-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-07-20 Tim Starlingfix bug in LinkBatch::execute(), it's meant to return...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-04-22 Yuri AstrakhanDatabase.php:
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-02-24 Tim Starlingprofiling
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2006-01-04 Tim Starlinggave LinkBatch its own file