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
/
ApiQueryRecentChanges.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/recentchanges
James D. Forrester
2025-03-20
1
-2
/
+2
*
Namespace all remaining files in includes/logging
James D. Forrester
2025-03-19
1
-3
/
+3
*
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
-13
/
+1
*
Replace uses of deprecated ChangeTags static methods
James D. Forrester
2024-10-16
1
-2
/
+5
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-1
/
+14
*
api: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+1
*
recentchanges: Improve docs, fix file headers, fix doc groups
Timo Tijhof
2024-08-22
1
-0
/
+1
*
Replace deprecated LogFormatter::newFromRow/newFromEntry
Umherirrender
2024-07-29
1
-2
/
+6
*
Filter temporary accounts as anonymous in ApiQueryRecentChanges
STran
2024-07-29
1
-7
/
+33
*
Use expression builder instead of raw sql
Umherirrender
2024-07-23
1
-11
/
+11
*
Replace some uses of raw SQL with expression builder
Bartosz Dziewoński
2024-07-07
1
-4
/
+3
*
api: Replace ISQLPlatform::makeList in list=recentchanges
Umherirrender
2024-07-04
1
-4
/
+6
*
api: Fix PSR2.Classes.PropertyDeclaration.Multiple errors
Taavi Väänänen
2024-04-21
1
-4
/
+14
*
Replace more instances of unchecked MWException
Daimona Eaytoy
2024-01-23
1
-5
/
+1
*
Add `temp` flags to api calls
STran
2023-12-12
1
-1
/
+10
*
Add 'temp' to allowed user types in various APIs
Thalia
2023-11-30
1
-2
/
+2
*
Use real type hints for services etc. in api/ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-14
/
+5
*
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
-9
/
+9
*
Simplify WHERE conditions with field = '' OR IS NULL
Umherirrender
2023-07-01
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Split a base class out of CommentStore
Alexander Vorwerk
2023-01-01
1
-0
/
+1
*
api: Replace deprecated Linker::formatComment
Umherirrender
2022-12-11
1
-1
/
+1
*
Merge "api: Do not use rctitle and rcnamespace together"
jenkins-bot
2022-11-14
1
-2
/
+4
|
\
|
*
api: Do not use rctitle and rcnamespace together
Umherirrender
2022-11-11
1
-2
/
+4
*
|
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
-7
/
+3
*
Use buildComparison() instead of raw SQL in more API modules (easy cases)
Bartosz Dziewoński
2022-09-29
1
-7
/
+6
*
api: Minor code cleanup
Reedy
2022-08-14
1
-5
/
+3
*
Merge "api: Report external titles in more places as apierror-invalidtitle"
jenkins-bot
2022-08-05
1
-1
/
+1
|
\
|
*
api: Report external titles in more places as apierror-invalidtitle
Umherirrender
2022-04-16
1
-1
/
+1
*
|
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-1
/
+2
*
|
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-22
/
+24
|
/
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-1
/
+2
*
Allow setting max execution time to several special pages
Amir Sarabadani
2021-12-15
1
-0
/
+4
*
Introduce CommentFormatter
Tim Starling
2021-09-28
1
-3
/
+21
*
Drop action api token methods deprecated in 1.24
Petr Pchelko
2021-09-13
1
-91
/
+2
*
Merge "Revert "Use CsrfTokenSet as CSRF token source""
jenkins-bot
2021-08-05
1
-3
/
+1
|
\
|
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-3
/
+1
*
|
api: list=recentchanges user param must not be an object
Umherirrender
2021-08-06
1
-2
/
+0
|
/
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-1
/
+3
*
api: Inject services into ApiQueryRecentChanges
Umherirrender
2021-07-03
1
-8
/
+24
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-3
/
+3
*
Stop using legacy ActorMigration field "rc_user"
Tim Starling
2021-04-28
1
-34
/
+28
*
Inject CommentStore service into api query modules
DannyS712
2021-04-23
1
-5
/
+10
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-8
/
+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
*
Remove uses of $wgUser in api token methods
DannyS712
2020-09-09
1
-14
/
+13
[next]