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
/
ApiPageSet.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Remove deprecated ApiPageSet::get*Titles
Umherirrender
2025-03-26
1
-67
/
+0
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-2
/
+1
*
Replace isset() with null check on variables or globals
Umherirrender
2024-12-19
1
-3
/
+3
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+7
*
Fix specifying messages with params as arrays in API documentation
Bartosz Dziewoński
2024-08-21
1
-1
/
+1
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-0
/
+2
*
api: Hard-deprecate ApiPageSet::get*Titles
Umherirrender
2024-07-20
1
-6
/
+12
*
api: Fix incomplete docs for ApiPageSet::$mRequestedPageFields
thiemowmde
2024-07-07
1
-7
/
+7
*
api: Use much more specific PHPDoc type hints in ApiPageSet
thiemowmde
2024-07-07
1
-30
/
+30
*
api: Replace deprecated ApiPageSet::getGoodTitles
Umherirrender
2024-07-06
1
-5
/
+5
*
api: Use namespaced classes
Umherirrender
2024-06-14
1
-0
/
+2
*
Use more fitting IReadableDatabase type in ApiPageSet
thiemowmde
2024-06-02
1
-2
/
+2
*
Namespace includes/cache
James D. Forrester
2024-02-20
1
-0
/
+3
*
More specific array type hints in ApiPageSet
thiemowmde
2024-01-08
1
-3
/
+3
*
Remove allowances for nullable `rd_interwiki` and `rd_fragment`
Bartosz Dziewoński
2023-10-03
1
-2
/
+2
*
Merge "WikiPage: Stop trying to insert `redirect` rows on reads"
jenkins-bot
2023-09-22
1
-25
/
+0
|
\
|
*
WikiPage: Stop trying to insert `redirect` rows on reads
Bartosz Dziewoński
2023-09-15
1
-25
/
+0
*
|
Namespace remaining Title-related classes under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
|
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
|
Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage
James D. Forrester
2023-09-18
1
-0
/
+1
|
/
*
Bump phan to 0.13.0
Amir Sarabadani
2023-09-11
1
-6
/
+6
*
Use real type hints for services etc. in api/ except ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-26
/
+9
*
Replace array_keys in foreach to use $_ as value instead
Umherirrender
2023-07-10
1
-1
/
+1
*
api: Switch to use IConnectionProvider
Amir Sarabadani
2023-04-24
1
-1
/
+1
*
Fix Phan suppressions related to Title::castFrom*() and friends
Bartosz Dziewoński
2023-04-22
1
-4
/
+2
*
Fix infinite loop for self-redirects with variants conversion
xiplus
2023-03-25
1
-1
/
+3
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move Title-related classes to title/
Amir Sarabadani
2022-11-26
1
-0
/
+1
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-0
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
api: Minor code cleanup
Reedy
2022-08-14
1
-1
/
+1
*
api: Migrate IDatabase::select() to SelectQueryBuilder interface
Derick Alangi
2022-08-08
1
-23
/
+40
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-2
/
+3
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-9
/
+9
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-1
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+4
*
api: Get all services for ApiPageSet in constructor
Umherirrender
2022-03-15
1
-37
/
+65
*
api: Fix documenation/types related to null and int types
Umherirrender
2022-02-24
1
-1
/
+1
*
ApiPageSet: Add "missing": true to missing revisions
Lucas Werkmeister
2022-02-05
1
-1
/
+2
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-12-09
1
-2
/
+2
*
Add missing null to string casts when using rd_fragment and such
Thiemo Kreuz
2021-11-02
1
-2
/
+2
*
api: Do not use isset() to check for null on local var in ApiPageSet
Umherirrender
2021-08-28
1
-2
/
+2
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-3
/
+3
*
ApiPageSet: update reference to Language::findVariantLink()
DannyS712
2021-05-22
1
-2
/
+2
*
ApiPageSet: add documentation to all variables
DannyS712
2021-05-15
1
-11
/
+71
*
Merge "Remove unused default values from class properties"
jenkins-bot
2021-05-13
1
-2
/
+2
|
\
|
*
Remove unused default values from class properties
Thiemo Kreuz
2021-05-12
1
-2
/
+2
*
|
ApiPageSet: replace Title in method signatures
daniel
2021-05-12
1
-13
/
+93
|
/
[next]