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
/
ApiQueryBacklinksprop.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-3
/
+1
*
Use buildComparison() instead of raw SQL in API prop=linkshere and friends
Bartosz Dziewoński
2022-10-22
1
-28
/
+7
*
Merge "Use array_key_first()/array_key_last() in some places"
jenkins-bot
2022-10-21
1
-2
/
+1
|
\
|
*
Use array_key_first()/array_key_last() in some places
Tim Starling
2022-10-21
1
-2
/
+1
*
|
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
|
/
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-16
/
+18
*
Revert "ApiQueryBacklinksprop: Completely remove index hints"
Ladsgroup
2022-05-24
1
-0
/
+22
*
ApiQueryBacklinksprop: Completely remove index hints
Amir Sarabadani
2022-05-23
1
-23
/
+0
*
ApiQueryBacklinksprop: Make sure the index setting exists
Amir Sarabadani
2022-05-16
1
-2
/
+1
*
ApiQueryBacklinksprop: Force the correct templatelinks index on read new
Amir Sarabadani
2022-05-16
1
-1
/
+6
*
Use injection for LinksMigration on LinkBatch, action, api, special page
Umherirrender
2022-05-10
1
-8
/
+16
*
api: Add support for LinksMigration in ApiQueryBacklinksprop
Amir Sarabadani
2022-04-20
1
-10
/
+19
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-2
/
+5
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+4
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+4
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-2
/
+2
*
ApiPageSet: replace Title in method signatures
daniel
2021-05-12
1
-2
/
+2
*
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
|
/
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-3
/
+3
*
Run executeGenderCacheFromResultWrapper with titles in prop=linkshere
Umherirrender
2019-10-12
1
-1
/
+3
*
Fill GenderCache for used pages in action=query&prop=fileusage
Umherirrender
2019-09-25
1
-0
/
+2
*
API: Apply miser-mode namespace check for generator=redirects
Brad Jorsch
2019-06-07
1
-0
/
+6
*
API: Handle empty xxnamespace parameter in ApiQueryBacklinksprop
Brad Jorsch
2018-10-01
1
-0
/
+3
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-2
/
+0
*
API: Account for PHP 7.2 change
Brad Jorsch
2017-12-04
1
-1
/
+3
*
Remove "@author Bryan Davis" and "Brad Jorsch" annotations
Bryan Davis
2017-06-26
1
-1
/
+1
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
API: Allow finding log events and links to special pages
Brad Jorsch
2017-01-06
1
-2
/
+10
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-1
/
+1
*
API: Force straight join for prop=linkshere|transcludedin|fileusage
Brad Jorsch
2016-09-14
1
-0
/
+6
*
API: Force indexes for prop=linkshere|transcludedin|fileusage
Brad Jorsch
2016-06-30
1
-0
/
+15
*
Replace uses of join() by implode()
Siebrand Mazeland
2016-03-08
1
-1
/
+1
*
Remove unused local variables in API
Siebrand Mazeland
2016-03-08
1
-8
/
+0
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-45
/
+45
*
API: Correct 'from_namespace' logic in ApiQueryBacklinksprop
Brad Jorsch
2015-09-23
1
-2
/
+6
*
API: Use message-per-value for apihelp-query+linkshere-param-prop
umherirrender
2015-08-06
1
-0
/
+1
*
Cast various things that are supposed to be ints
Brad Jorsch
2015-05-06
1
-1
/
+1
*
Update getHelpUrls() for reworked mw.org API pages
RobinHood70
2015-05-04
1
-3
/
+2
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-2
/
+2
*
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
-83
/
+23
*
API: Add ApiPageSet accessors for just good and missing titles
Brad Jorsch
2014-09-26
1
-2
/
+2
*
API: Add prop modules for backlinks
Brad Jorsch
2014-09-18
1
-0
/
+472