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
*
api: Use type declaration on undocumented private functions
Umherirrender
2025-04-04
1
-1
/
+1
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-6
/
+1
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+5
*
rdbms: Create IReadableDatabase::andExpr() / ::orExpr()
Umherirrender
2024-07-11
1
-2
/
+1
*
Add explicit parentheses around mixed boolean operator
Umherirrender
2024-03-23
1
-2
/
+2
*
api: Only force backlink namespace index when there is one ns only
Amir Sarabadani
2023-12-06
1
-1
/
+5
*
Migrate another batch to use $db->expr instead of raw SQL
Amir Sarabadani
2023-10-30
1
-3
/
+4
*
Remove allowances for nullable `rd_interwiki` and `rd_fragment`
Bartosz Dziewoński
2023-10-03
1
-6
/
+3
*
Get correct main page in API call examples
Ammar Abdulhamid
2023-09-20
1
-1
/
+1
*
Use real type hints for services etc. in api/ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-2
/
+1
*
i18n: Split apihelp for redirects/linkshere/transcludedin/fileusage show
Umherirrender
2023-08-05
1
-0
/
+1
*
Simplify WHERE conditions with field = '' OR IS NULL
Umherirrender
2023-07-01
1
-4
/
+3
*
rdbms: Throw when makeWhereFrom2d() receives empty data
Timo Tijhof
2023-05-10
1
-1
/
+1
*
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
[next]