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
/
ApiBase.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "api: Switch to use IConnectionProvider"
jenkins-bot
2023-05-02
1
-3
/
+4
|
\
|
*
api: Switch to use IConnectionProvider
Amir Sarabadani
2023-04-24
1
-3
/
+4
*
|
ApiBase: Remove special error messages for blocks
Bartosz Dziewoński
2023-04-26
1
-34
/
+36
|
/
*
Fix Phan suppressions related to Title::castFrom*() and friends
Bartosz Dziewoński
2023-04-22
1
-3
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
API: Allow use of multivalue parameter documentation for templates
Gergő Tisza
2023-01-17
1
-7
/
+19
*
Reorg: Move RawMessage to under language/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
Make use of ?:, ?? and ??= operators in mostly trivial cases
thiemowmde
2022-12-05
1
-3
/
+1
*
api: Validate timestamp in continue parameter
Umherirrender
2022-11-01
1
-2
/
+11
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-4
/
+4
*
build: Update mediawiki/mediawiki-phan-config to 0.12.0
Daimona Eaytoy
2022-10-08
1
-3
/
+0
*
Fixes for the phan upgrade, part 1
Daimona Eaytoy
2022-10-08
1
-0
/
+1
*
Deduplicate code for parsing API 'continue' parameters
Bartosz Dziewoński
2022-09-29
1
-0
/
+31
*
api: Minor code cleanup
Reedy
2022-08-14
1
-10
/
+4
*
Make use of ?? and ?: operators where it makes sense
Thiemo Kreuz
2022-08-04
1
-10
/
+2
*
Pass int to ApiUsageException::newWithMessage()'s $httpCode param
Mark A. Hershberger
2022-06-29
1
-2
/
+2
*
api: Replace deprecated WikiPage::factory/newFromID
Umherirrender
2022-06-24
1
-2
/
+2
*
Replace deprecated wfReadOnly/wfReadOnlyReason
Umherirrender
2022-06-20
1
-1
/
+1
*
ApiBase: Reset self::$filterIDsCache between tests
daniel
2022-06-13
1
-0
/
+12
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-10
/
+10
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-4
/
+6
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+1
*
Use UserRigorOptions directly
Tim Starling
2022-03-25
1
-2
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+9
*
Define MW_INSTALL_PATH constant and BaseDirectory config.
daniel
2022-03-04
1
-4
/
+3
*
ApiBase: Annotate deprecated constants individually
Reedy
2021-10-09
1
-1
/
+58
*
API: Fix null docs in ApiBase
Umherirrender
2021-09-21
1
-2
/
+2
*
API: Using @return never documentation on more functions
Umherirrender
2021-09-11
1
-0
/
+6
*
Using @return never documentation on always-throw-function
Umherirrender
2021-09-07
1
-0
/
+3
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-1
/
+5
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-5
/
+1
*
api: Inject GroupPermissionsLookup into modules
Umherirrender
2021-07-06
1
-12
/
+0
*
Merge "Authority: expose user block info"
jenkins-bot
2021-06-30
1
-14
/
+20
|
\
|
*
Authority: expose user block info
daniel
2021-06-30
1
-14
/
+20
*
|
api: Replace deprecated User::newFromName/getOption in ApiBase
Umherirrender
2021-06-28
1
-5
/
+7
|
/
*
Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables
James D. Forrester
2021-05-14
1
-3
/
+3
*
Merge "Remove hard deprecated methods from ApiBase"
jenkins-bot
2021-05-10
1
-161
/
+0
|
\
|
*
Remove hard deprecated methods from ApiBase
DannyS712
2021-05-09
1
-161
/
+0
*
|
ApiBase: deduplicate logic to avoid infinite loops for ApiMain methods
DannyS712
2021-05-09
1
-25
/
+23
|
/
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-20
/
+37
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-2
/
+2
*
Merge "api: Add new 'raw' parameter type which avoids Unicode NFC normalization"
jenkins-bot
2021-01-01
1
-0
/
+1
|
\
|
*
api: Add new 'raw' parameter type which avoids Unicode NFC normalization
C. Scott Ananian
2020-12-23
1
-0
/
+1
*
|
Improve custom folding and grouping
Tim Starling
2020-12-23
1
-47
/
+40
*
|
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-1
/
+1
*
|
ApiBase: update outdated comment about canApiHighLimits
DannyS712
2020-12-14
1
-1
/
+1
|
/
*
build: Updating mediawiki/mediawiki-phan-config to 0.10.5
Umherirrender
2020-12-12
1
-1
/
+1
*
Improve docs in api related classes
Umherirrender
2020-11-13
1
-5
/
+5
*
Merge "Update a lot of unspecific "array" types in PHPDocs"
jenkins-bot
2020-11-13
1
-1
/
+1
|
\
[next]