Add failing test for bug 14404.
[lhc/web/wiklou.git] / includes / LinkBatch.php
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-07-10 Niklas LaxströmClean up query code
2010-07-10 Niklas LaxströmTweak comparison in r69171
2010-07-08 Niklas LaxströmLittle debugging help for LinkBatch
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2010-03-15 Alexandre EmsenhuberFixed some doxygen warnings
2008-09-04 Alexandre EmsenhuberNo need to wrap it in a ResultWrapper object as Databas...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron Schulz* Select len,is_redirect too
2008-04-09 Aaron SchulzPartial revert of r32982; old Title method is fine...
2008-04-09 Aaron SchulzTweak comment
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-08 Aaron Schulz* Add redirect and size fields to title. Add accessors.
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
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