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
/
ApiQueryRevisions.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-17
/
+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
*
api: Replace deprecated ApiPageSet::getGoodTitles
Umherirrender
2024-07-06
1
-5
/
+14
*
Add 'temp' to allowed user types in various APIs
Thalia
2023-11-30
1
-2
/
+2
*
Get correct main page in API call examples
Ammar Abdulhamid
2023-09-20
1
-7
/
+10
*
Merge "General whitespace clean-up of tabs followed by multiple spaces"
jenkins-bot
2023-09-06
1
-6
/
+6
|
\
|
*
General whitespace clean-up of tabs followed by multiple spaces
James D. Forrester
2023-09-06
1
-6
/
+6
*
|
Introduce RevisionSelectQueryBuilder
Amir Sarabadani
2023-09-06
1
-6
/
+5
|
/
*
Use real type hints for services etc. in api/ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-8
/
+3
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
build: Remove unneeded newline from one line condition/foreach
Umherirrender
2023-08-22
1
-2
/
+1
*
i18n: Split apihelp for standard dir parameter
Umherirrender
2023-08-05
1
-0
/
+4
*
Simplify WHERE conditions with field IS NULL
Umherirrender
2023-07-24
1
-1
/
+3
*
Merge "api: Use a temp placeholder for signature on preview/pst"
jenkins-bot
2023-05-10
1
-2
/
+10
|
\
|
*
api: Use a temp placeholder for signature on preview/pst
Umherirrender
2023-05-04
1
-2
/
+10
*
|
Revert "api: Use RevisionStore::newRevisionsFromBatch to fetch revision records"
Umherirrender
2023-05-05
1
-6
/
+1
*
|
api: Use RevisionStore::newRevisionsFromBatch to fetch revision records
Umherirrender
2023-04-25
1
-1
/
+6
*
|
api: Do not use rvslots=* in example urls
Umherirrender
2023-04-22
1
-1
/
+1
|
/
*
rdbms: Introduce UnionQueryBuilder
Amir Sarabadani
2023-04-12
1
-16
/
+14
*
api: Mark query as read-only to avoid regex on SQL
Amir Sarabadani
2023-03-27
1
-1
/
+2
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move ActorMigration and ActorMigrationBase to user/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
api: Replace deprecated Linker::formatComment
Umherirrender
2022-12-11
1
-2
/
+6
*
api: Validate timestamp in continue parameter
Umherirrender
2022-11-01
1
-1
/
+1
*
Deduplicate code for parsing API 'continue' parameters
Bartosz Dziewoński
2022-09-29
1
-9
/
+4
*
Use buildComparison() instead of raw SQL in more API modules (easy cases)
Bartosz Dziewoński
2022-09-29
1
-21
/
+24
*
Merge "Remove index detection 'rev_page_timestamp'"
jenkins-bot
2022-07-03
1
-5
/
+1
|
\
|
*
Remove index detection 'rev_page_timestamp'
Umherirrender
2022-04-22
1
-5
/
+1
*
|
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-8
/
+9
*
|
Start clean up of revision_actor_temp table
Amir Sarabadani
2022-05-23
1
-22
/
+0
|
/
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-1
/
+3
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+6
*
api: Replace ApiPageSet::getGoodTitles where PageIdentity is not used
Umherirrender
2022-02-11
1
-4
/
+4
*
Use inject Config in api modules and special pages
Alexander Vorwerk
2021-12-01
1
-3
/
+1
*
Replace Content::getParserOutput call to ContentRenderer::getParserOutput
Roman Stolar
2021-10-20
1
-0
/
+4
*
Drop action api token methods deprecated in 1.24
Petr Pchelko
2021-09-13
1
-70
/
+0
*
Replace Content::preSaveTransform call to ContentTransformer::preSaveTransform
Roman Stolar
2021-08-19
1
-2
/
+6
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-3
/
+1
*
Schema migration for revison_actor_temp table removal
Tim Starling
2021-07-14
1
-1
/
+5
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-1
/
+3
*
api: Inject services into ApiQuery(All)(Deleted)Revisions
Umherirrender
2021-07-05
1
-12
/
+46
*
Prepare for renaming `page_timestamp` revision index
Ammarpad
2021-04-29
1
-1
/
+5
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-7
/
+4
*
Improve docs in api related classes
Umherirrender
2020-11-13
1
-1
/
+1
*
Add PHPDoc documentation to all API query module constructors
Thiemo Kreuz
2020-10-27
1
-0
/
+4
[next]