aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLangLinks.php
Commit message (Expand)AuthorAgeFilesLines
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-37/+16
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-32/+0
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Add llprop=langname and llprop=autonym for action=query&prop=langlinksumherirrender2014-02-121-1/+23
* Deprecate llurl= in favour of llprop=url for action=query&prop=langlinksumherirrender2014-02-111-6/+31
* Fix CodeSniffer errors and warnings (you guessed it, on API classes)Siebrand Mazeland2013-11-151-1/+2
* Update formatting, return of the API classesSiebrand Mazeland2013-11-141-3/+3
* (bug 45535) Hook for changing language links.daniel2013-04-291-0/+4
* (bug 36400) API: Fix sorting for iwlinks, langlinksBrad Jorsch2013-04-031-8/+5
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* API Cleanup: renamed '_badcontinue'->'badcontinue', one die()Yuri Astrakhan2013-01-141-5/+1
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* Use canonical class name ApiBase also in ApiQueryLangLinksPlatonides2012-06-151-1/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+13
* ORDER BY/GROUP BY accept arraysumherirrender2012-05-051-7/+7
* Fixed whitespace in API classesPetr Onderka2012-05-021-2/+2
* (bug 26909) follow up r102947: fix the navigation with 'dir'umherirrender2012-03-301-3/+4
* 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