More parameter documentation
[lhc/web/wiklou.git] / includes / api / ApiQueryAllLinks.php
2011-02-19 Sam ReedMore parameter documentation
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-11-23 Bryan Tong Minh(bug 25174) Add equal sign to boolean parameters in...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-06 X!* (bug 24677) axto= parameters added to allcategories...
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-06-23 Sam ReedMinor followup to r68482, fix the fail I introduced
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
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-05-11 Sam ReedMixture of things.
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-13 Sam ReedComplete dieUsage errors in 6 more Api files
2010-01-11 Aryeh Gregorstylize.php on API code
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-09 Roan KattouwFix some more regressions from r46845 reported by Brad...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-01-17 Roan KattouwAPI: Fixing paging in list=alllinks, which seems to...
2008-08-27 Roan KattouwAPI:
2008-07-07 Roan KattouwAPI list=alllinks:
2008-07-07 Roan KattouwAPI: Add description for alcontinue parameter
2008-06-29 Roan KattouwFix regression from r36678: we can't use $this->dieUsag...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-07 Roan Kattouw(bug 14018) Added alcontinue parameter to list=alllinks...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
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-30 Yuri AstrakhanAPI:
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-08 Yuri AstrakhanAPI: Added list=allusers to allow enumeration of the...
2007-07-08 Yuri AstrakhanAPI: forgot to remove debugging statement
2007-07-08 Yuri AstrakhanAPI: