Merge "(bug 19195) Make user IDs more readily available with the API"
[lhc/web/wiklou.git] / includes / parser / LinkHolderArray.php
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "ImagePage refactoring"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-01 Aaron SchulzMerge "enable email for PreferencesTest.php"
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 ReedyMerge "Changed the format to lowercase in help message"
2012-05-01 ReedyMerge "Localisation updates from translatewiki.net."
2012-05-01 ReedyMerge "Added missing GPLv2 headers in some places."
2012-05-01 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-13 Antoine MussoRemove backslash from @return types
2012-02-09 Sam ReedMore return documentation
2012-01-03 Brion VibberRevert r107773 - increases parsercache fragmentation...
2012-01-01 Alexandre Emsenhuber* (bug 32686) Tooltip on links to non-existing pages...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-04 Sam ReedDocumentation
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-12 Happy-melonClean up some direct $db->query($sql) calls. Remove...
2011-04-03 Daniel FriesenFollowup r85244; Define all methods as static, implemen...
2011-03-16 Alexandre EmsenhuberRemoved usage of extract() in LinkHolderArray::doVariants()
2011-03-15 Alexandre EmsenhuberChanged LinkHolderArray::makeHolder() to use Linker...
2011-02-23 Tim StarlingFixes for r82645:
2011-02-23 Tim Starling* Rewrote StripState to not use ReplacementArray. The...
2011-02-20 Alexandre EmsenhuberPer Platonides; follow-up r78201: add "stubthreshold...
2011-02-19 Sam ReedMore function and variable documentation
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-08 Sam ReedMore return type documentation
2011-01-24 Sam ReedCouple more raw SQL to query arrays
2010-12-10 Alexandre Emsenhuber* (bug 19006) {{REVISIONUSER}} no longer acts like...
2010-11-28 Sam ReedRemove some unused variables and globals
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-02 Sam ReedAdd some $retval = '' before some wfShellExec
2010-08-30 Niklas LaxströmAvoid stupid queries in LinkHolderArray
2010-08-23 Philip Tzoufollow up r69134. Change all of convertLinkToAllVariant...
2010-08-22 Alexandre Emsenhuber* Added file description headers
2010-08-11 PlatonidesgetSkin() should get a Title as parameter.
2010-08-03 Platonidesmediawiki.org/wiki/User:Catrope/Stub_threshold shows...
2010-07-26 Philip TzouFollow up r69874. Fix the separation markup.
2010-07-25 Philip Tzoufollow up r69874. use string instead of object .
2010-07-25 Philip TzouPerformance improvement: in doVariants(), concatenate...
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-06-14 ThomasVpatch for bug 22981 : pass cached links to the extensio...
2010-06-09 Alexandre EmsenhuberFixed some doxygen warnings
2010-04-18 Brion VibberCleanup for bugs in r65104 (iwlinks table), that'll...
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2009-06-13 Siebrand Mazeland* replace deprecated makeBrokenLinkObj() by LinkHolderA...
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLinkObj() by link(...
2008-12-13 Ilmari Karonenfollowup to r44520: simplify various bits by removing...
2008-08-28 Tim Starling* Fix bug 15344. Was caused by the overwrite of $entry...
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
2008-08-25 Brion VibberRevert r39949 "* Revert revert r39662 of my parser...
2008-08-25 Aaron Schulzthis looks backwards
2008-08-25 Tim Starling* Revert revert r39662 of my parser changes.
2008-08-16 Fran RogersFix for problems with r39414; LinkHolderArray::replaceI...
2008-08-16 Siebrand MazelandRevert r39414. Breaks processing links like [[:wikipedi...
2008-08-15 Tim Starling* In the parser: do link existence tests in batches...