index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiQueryBacklinks.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-6
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+5
*
api: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+5
*
rdbms: Create IReadableDatabase::andExpr() / ::orExpr()
Umherirrender
2024-07-11
1
-2
/
+1
*
api: Fix PSR2.Classes.PropertyDeclaration.Multiple errors
Taavi Väänänen
2024-04-21
1
-1
/
+8
*
api: Add support for pagelinks migration in ApiQueryBacklinks::runSecondQuery
Amir Sarabadani
2023-12-07
1
-4
/
+9
*
Migrate another batch to use $db->expr instead of raw SQL
Amir Sarabadani
2023-10-30
1
-3
/
+7
*
Get correct main page in API call examples
Ammar Abdulhamid
2023-09-20
1
-3
/
+5
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Use buildComparison() instead of raw SQL in API list=backlinks and friends
Bartosz Dziewoński
2022-10-22
1
-14
/
+12
*
Merge "Use array_key_first()/array_key_last() in some places"
jenkins-bot
2022-10-21
1
-4
/
+2
|
\
|
*
Use array_key_first()/array_key_last() in some places
Tim Starling
2022-10-21
1
-4
/
+2
*
|
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
|
/
*
Use buildComparison() instead of raw SQL in more API modules (easy cases)
Bartosz Dziewoński
2022-09-29
1
-7
/
+7
*
api: Support for links migration in ApiQueryBacklinks
Amir Sarabadani
2022-07-29
1
-21
/
+33
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-13
/
+13
*
ApiQueryBacklinks: Simplify getAllowedParams returns
Reedy
2021-10-18
1
-3
/
+2
*
SECURITY: Add straight join to ApiQueryBacklinks
Amir Sarabadani
2021-09-30
1
-1
/
+3
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Merge "Add PHPDoc documentation to all API query module constructors"
jenkins-bot
2020-11-01
1
-0
/
+4
|
\
|
*
Add PHPDoc documentation to all API query module constructors
Thiemo Kreuz
2020-10-27
1
-0
/
+4
*
|
Improve class property documentation
Umherirrender
2020-10-30
1
-1
/
+1
|
/
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-0
/
+3
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-2
/
+12
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-6
/
+6
*
Improve param docs
Umherirrender
2019-11-28
1
-3
/
+3
*
Run GenderCache for api query modules using ApiQueryBase::addTitleInfo
Umherirrender
2019-11-02
1
-0
/
+10
*
Declare dynamic properties
Daimona Eaytoy
2019-09-14
1
-0
/
+3
*
Upgrade phan config to 0.7.1
Daimona Eaytoy
2019-09-04
1
-1
/
+0
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
1
-1
/
+5
*
Unsuppress more phan issues (part 5)
Daimona Eaytoy
2019-09-01
1
-1
/
+1
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-3
/
+3
*
Remove unused use in anonymous function
Jakub Vrana
2018-12-01
1
-1
/
+1
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
API: Account for PHP 7.2 change
Brad Jorsch
2017-12-04
1
-4
/
+4
*
Always put type information before variable name for @var tags
Kunal Mehta
2017-09-04
1
-1
/
+1
*
Make API documentation links language aware
Baha
2017-04-05
1
-3
/
+3
*
includes/api: Replace implicitly-Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-24
1
-1
/
+1
*
API: Allow finding log events and links to special pages
Brad Jorsch
2017-01-06
1
-1
/
+1
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-2
/
+2
*
Replace uses of join() by implode()
Siebrand Mazeland
2016-03-08
1
-3
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-64
/
+64
*
Remove various unused variables
Reedy
2015-11-07
1
-1
/
+0
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-2
/
+2
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-4
/
+4
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-48
/
+16
*
API: Fix ApiQueryBacklinks redirlinks
Brad Jorsch
2014-10-10
1
-6
/
+9
*
Set redirlinks indexed tag name on list=backlinks
umherirrender
2014-10-10
1
-0
/
+5
*
API: Fix ApiQueryBacklinks logic and use *_from_namespace
Brad Jorsch
2014-10-01
1
-178
/
+225
[next]