aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLangBacklinks.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-5/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-9/+4
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-10/+8
* api: Replace numerous deprecated constantsReedy2022-06-061-10/+13
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+5
* Merge "Return the page_id in list=langbacklinks as an int"jenkins-bot2019-02-251-1/+1
|\
| * Return the page_id in list=langbacklinks as an intReedy2019-02-251-1/+1
* | Use (int) rather than intval()Reedy2019-02-251-1/+1
|/
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+8
* Convert all array() syntax to []Kunal Mehta2016-02-171-29/+29
* API: Use message-per-value for apihelp-query+langbacklinks-param-propumherirrender2015-08-061-0/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-1/+1
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-28/+8
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-23/+0
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Remove final period from api module descriptionsumherirrender2014-03-021-1/+1
* Fix CodeSniffer errors and warnings (you guessed it, on API classes)Siebrand Mazeland2013-11-151-4/+11
* Update formatting, return of the API classesSiebrand Mazeland2013-11-141-3/+3
* Add helpurls to some api modulesumherirrender2013-05-161-1/+5
* (bug 45535) Hook for changing language links.daniel2013-04-291-1/+2
* (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
* Merge "escape HTML elements in docblock with double quotes"Aaron Schulz2012-07-181-1/+1
|\
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | Avoid mangling fields in API continuation parametersBrad Jorsch2012-07-171-1/+1
|/
* (bug 32383) Allow descending order for list=langbacklinksumherirrender2012-07-041-9/+19
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+17
* Merge "multi dbms support in api"Aaron Schulz2012-05-201-6/+7
|\
| * multi dbms support in apiumherirrender2012-05-161-6/+7
* | ORDER BY/GROUP BY accept arraysumherirrender2012-05-051-2/+9
|/
* fix two generator examplesumherirrender2012-04-301-1/+1
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+1
* Kill "* @return void"Sam Reed2012-01-121-1/+0
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Fix 2 things from CR in r88047, and one not noticedSam Reed2011-05-191-3/+3
* Fix up last errors from r88047Sam Reed2011-05-141-5/+5
* * (bug 28963) add langbacklinks module to apiSam Reed2011-05-141-0/+220