aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryIWBacklinks.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Return the page_id in list=iwbacklinks as an int rather than stringsetian2019-02-241-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+iwbacklinks-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-27/+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
* Fix a few more CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-4/+12
* Yet more formatting updates for yet more API classesSiebrand Mazeland2013-11-141-3/+3
* Add helpurls to some api modulesumherirrender2013-05-161-0/+4
* (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 32382) Allow descending order for list=iwbacklinksumherirrender2012-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
* * (bug 28104) Namespace for local pages in interwiki backlinks (iwbacklinks)Sam Reed2011-03-181-4/+3
* More parameter documentationSam Reed2011-02-191-0/+4
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-6/+7
* Fixup code from r69753, create title from row and use that in the pagesetSam Reed2010-07-231-2/+2
* Stylize API up to dateSam Reed2010-07-231-10/+10
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-0/+4
* Big blitz on unused variables (a lot of $db = $this->getDb() )Sam Reed2010-07-221-1/+0
* * (bug 24485) Make iwbacklinks a generator, display iwprefix and iwtitle opti...Sam Reed2010-07-221-30/+45