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
/
ApiQueryDeletedRevisions.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
-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
*
ApiQueryDeletedRevisions: Simplify getExamplesMessages
Reedy
2024-01-25
1
-10
/
+7
*
Add 'temp' to allowed user types in various APIs
Thalia
2023-11-30
1
-2
/
+2
*
Migrate another batch to use $db->expr instead of raw SQL
Amir Sarabadani
2023-10-30
1
-1
/
+1
*
Get correct main page in API call examples
Ammar Abdulhamid
2023-09-20
1
-5
/
+16
*
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
*
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
-7
/
+1
*
|
api: Use RevisionStore::newRevisionsFromBatch to fetch revision records
Umherirrender
2023-04-25
1
-1
/
+7
*
|
api: Do not use rvslots=* in example urls
Umherirrender
2023-04-22
1
-1
/
+1
|
/
*
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
*
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
-19
/
+8
*
Use buildComparison() instead of raw SQL in more API modules (easy cases)
Bartosz Dziewoński
2022-09-29
1
-13
/
+13
*
Do minor code cleanup
Matěj Suchánek
2022-06-24
1
-2
/
+0
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-6
/
+7
*
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
-10
/
+46
*
ApiPageSet: replace Title in method signatures
daniel
2021-05-12
1
-2
/
+2
*
Stop using legacy ActorMigration field "ar_user"
Tim Starling
2021-04-20
1
-16
/
+11
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-8
/
+4
*
Add PHPDoc documentation to all API query module constructors
Thiemo Kreuz
2020-10-27
1
-0
/
+4
*
Use LinkBatchFactory in api modules
Umherirrender
2020-09-06
1
-1
/
+2
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-4
/
+9
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-5
/
+5
*
api: Make ApiQuery(All)DeletedRevisions accessible to everyone
Vincent Privat
2019-09-09
1
-6
/
+9
*
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
*
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
*
API: Use ct_tag_id in queries when applicable
Amir Sarabadani
2018-09-04
1
-1
/
+14
*
API: Update examples to avoid MCR deprecation
Brad Jorsch
2018-08-27
1
-1
/
+1
*
API: Update query modules for MCR
Brad Jorsch
2018-07-27
1
-4
/
+8
*
Drop archive.ar_text and ar_flags
Brad Jorsch
2018-04-03
1
-6
/
+1
[next]