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
/
ApiQueryAllDeletedRevisions.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid constructing Title from LinkTarget where not needed
thiemowmde
2025-01-24
1
-1
/
+1
*
Inject services into API classes
Fomafix
2024-10-28
1
-3
/
+5
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-16
/
+1
*
Merge "Use explicit nullable type on parameter arguments"
jenkins-bot
2024-10-16
1
-1
/
+1
|
\
|
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
|
Replace uses of deprecated ChangeTags static methods
James D. Forrester
2024-10-16
1
-2
/
+5
|
/
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+7
*
rdbms: Create IReadableDatabase::andExpr() / ::orExpr()
Umherirrender
2024-07-11
1
-2
/
+2
*
api: Rewrite adrto/from/prefix handling to use expression builder
Umherirrender
2024-06-17
1
-27
/
+44
*
Migrate several more raw SQL building to expression builders
Amir Sarabadani
2024-04-26
1
-1
/
+1
*
Add 'temp' to allowed user types in various APIs
Thalia
2023-11-30
1
-2
/
+2
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
Use real type hints for services etc. in api/ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-8
/
+3
*
i18n: Split apihelp for standard dir parameter
Umherirrender
2023-08-05
1
-0
/
+4
*
api: Use a temp placeholder for signature on preview/pst
Umherirrender
2023-05-04
1
-2
/
+10
*
Api: Fix some very old copyright statements for Roan
James D. Forrester
2023-03-16
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Merge "api: Replace deprecated Linker::formatComment"
jenkins-bot
2022-12-15
1
-2
/
+6
|
\
|
*
api: Replace deprecated Linker::formatComment
Umherirrender
2022-12-11
1
-2
/
+6
*
|
Fix whitespaces after comma
Umherirrender
2022-12-15
1
-1
/
+1
|
/
*
api: Validate timestamp in continue parameter
Umherirrender
2022-11-01
1
-2
/
+2
*
Deduplicate code for parsing API 'continue' parameters
Bartosz Dziewoński
2022-09-29
1
-24
/
+11
*
Use buildComparison() instead of raw SQL in more API modules (easy cases)
Bartosz Dziewoński
2022-09-29
1
-17
/
+19
*
Do minor code cleanup
Matěj Suchánek
2022-06-24
1
-1
/
+0
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-9
/
+10
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-2
/
+3
*
Replace Content::getParserOutput call to ContentRenderer::getParserOutput
Roman Stolar
2021-10-20
1
-0
/
+4
*
Replace Content::preSaveTransform call to ContentTransformer::preSaveTransform
Roman Stolar
2021-08-19
1
-2
/
+6
*
api: Inject services into ApiQuery(All)(Deleted)Revisions
Umherirrender
2021-07-05
1
-11
/
+45
*
Stop using legacy ActorMigration field "ar_user"
Tim Starling
2021-04-20
1
-14
/
+10
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-6
/
+4
*
Standardize archive indexes
Amir Sarabadani
2021-01-28
1
-2
/
+2
*
Add PHPDoc documentation to all API query module constructors
Thiemo Kreuz
2020-10-27
1
-0
/
+4
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-3
/
+8
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-8
/
+8
*
Run GenderCache for api query modules using ApiQueryBase::addTitleInfo
Umherirrender
2019-11-02
1
-0
/
+5
*
api: Make ApiQuery(All)DeletedRevisions accessible to everyone
Vincent Privat
2019-09-09
1
-7
/
+9
*
Use local variabe $services instead of MediaWikiServices::getInstance()
Fomafix
2019-08-26
1
-1
/
+1
*
Deprecate and replace usages of User:isAllowed{All,Any}
Petr Pchelko
2019-08-21
1
-1
/
+3
*
Replace User::isAllowed with PermissionManager.
Petr Pchelko
2019-08-20
1
-1
/
+1
*
Remove references to db field ar_text_id
Bill Pirkle
2019-07-09
1
-7
/
+1
*
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-2
/
+4
*
Normalize use of "INNER JOIN" to "JOIN" in database queries
Aaron Schulz
2019-03-06
1
-1
/
+1
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-2
/
+2
*
Merge "Migrate Api modules from tag_summary table to change_tag"
jenkins-bot
2018-11-30
1
-5
/
+1
|
\
|
*
Migrate Api modules from tag_summary table to change_tag
Amir Sarabadani
2018-11-27
1
-5
/
+1
*
|
Drop $wgChangeTagsSchemaMigrationStage
Amir Sarabadani
2018-11-28
1
-12
/
+6
|
/
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 22.0.0
Umherirrender
2018-09-16
1
-2
/
+2
[next]