added unit tests for WikitextContent
[lhc/web/wiklou.git] / includes / api / ApiQueryExternalLinks.php
2011-12-27 Sam ReedRe-instate most of the revisions for bug 33147 "API...
2011-12-20 Brion VibberRevert r106439, r106441 - bad formatting mushing separa...
2011-12-16 Sam ReedConvert a few more descriptions
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-07-17 Sam ReedFollowup r92396
2011-07-13 Roan KattouwPer wikitech-l, run a bunch of URLs in the API output...
2011-05-15 Bryan Tong MinhKill the error suppression operator in the Api
2011-03-25 Sam ReedFollowup r84698, remove unused $db
2011-03-24 Sam Reed* (bug 28226) prop=extlinks&eloffset should be an integer
2011-03-24 Sam ReedRemove 2 erroneous $db parameters from External links...
2011-02-27 Sam ReedRefactor out the duplication I left with a TODO in...
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-01-05 Sam Reed* (bug 26485) add a elextlinks param to prop=extlinks
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-20 Sam ReedPer mediawiki.org/wiki/Special:Code/MediaWiki/66168...
2010-06-20 Sam ReedNuke $db->freeResult() from Api stuffs
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2008-07-07 Roan KattouwAPI: Add paging (i.e. limit and continue) parameters...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-20 Bryan Tong MinhMissing pages in prop=langlinks and prop=extlinks are...
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-14 Yuri Astrakhan* API: added property for external links (urls) retrieval