aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLangLinks.php
Commit message (Expand)AuthorAgeFilesLines
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-2/+1
* Revert r106439, r106441 - bad formatting mushing separate lines togetherBrion Vibber2011-12-201-1/+2
* Convert a few more descriptionsSam Reed2011-12-161-2/+1
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* (bug 26909) Add dir parameter for prop= API modules. Modified patch by Umheri...Roan Kattouw2011-11-141-4/+19
* Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are n...Roan Kattouw2011-08-191-1/+1
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Revert r93802 per CR. Will avoid cache pollution by splitting the cache insteadRoan Kattouw2011-08-031-1/+1
* Followup r92044: force HTTP on URLs output by the API, now that wfExpandUrl()...Roan Kattouw2011-08-031-1/+1
* Followup r92396Sam Reed2011-07-171-0/+4
* Per wikitech-l, run a bunch of URLs in the API output through wfExpandUrl(), ...Roan Kattouw2011-07-131-1/+1
* * (bug 26484) add a lltitles param to prop=langlinksSam Reed2011-01-051-4/+25
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Followup r77072: declare llurl as a boolean parameter.Roan Kattouw2010-12-031-2/+2
* (bug 25174) Add equal sign to boolean parameters in examples, so that the exa...Bryan Tong Minh2010-11-231-1/+1
* Per Reedy, follow-up to r77072: don't use array_merge() to add just one itemAlexandre Emsenhuber2010-11-211-1/+1
* * (bug 26006) prop=langlinks now allows obtaining full URLAlexandre Emsenhuber2010-11-211-0/+8
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-1/+5
* Big blitz on unused variables (a lot of $db = $this->getDb() )Sam Reed2010-07-221-1/+0
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch w...Sam Reed2010-06-201-1/+1
* Nuke $db->freeResult() from Api stuffsSam Reed2010-06-201-1/+0
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-241-31/+35
* 4 More dieUsage callsSam Reed2010-02-131-0/+6
* Normalise comment usage (# --> //)Sam Reed2010-01-231-1/+1
* Add/remove whitelines to increase readability in API code filesSam Reed2010-01-231-0/+1
* stylize.php on API codeAryeh Gregor2010-01-111-32/+32
* * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in so...Roan Kattouw2009-02-051-17/+7
* Consistent casing for wfGetDB(), getDB(), and getDBKey()Siebrand Mazeland2008-11-061-1/+1
* Partial revert of r37502, 37503: double-quoting of SQL stringsBrion Vibber2008-07-101-1/+1
* Forgot to change one strencode() to addQuotes()Roan Kattouw2008-07-101-1/+1
* API: Add paging (i.e. limit and continue) parameters to prop={links,templatel...Roan Kattouw2008-07-071-3/+46
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-4/+3
* Missing pages in prop=langlinks and prop=extlinks are now handled properly. (...Bryan Tong Minh2008-03-201-0/+3
* API: Changing all modules' getParamDescription(), getAllowedParams() and getD...Roan Kattouw2008-01-281-1/+1
* Revert r28215: incorrectly moved filesVictor Vasiliev2007-12-061-0/+94
* Create includes/api/query for Query API and includes/api/edit for Edit APIVictor Vasiliev2007-12-061-94/+0
* API: implemented prop=imageinfo, minor cleanupYuri Astrakhan2007-07-071-8/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* API: documentation and cleanup.Yuri Astrakhan2007-05-201-1/+3
* * New properties: links, templates, images, langlinksYuri Astrakhan2007-05-141-0/+100