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
/
ApiQueryWatchlist.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type declaration on undocumented private functions
Umherirrender
2025-04-04
1
-3
/
+3
*
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
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-13
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+11
*
Replace deprecated LogFormatter::newFromRow/newFromEntry
Umherirrender
2024-07-29
1
-2
/
+6
*
Add namespace and deprecation alias to WatchedItemQueryService
Ebrahim Byagowi
2024-05-18
1
-0
/
+1
*
Add namespace and deprecation alias to WatchedItem
Ebrahim Byagowi
2024-05-17
1
-0
/
+1
*
api: Fix PSR2.Classes.PropertyDeclaration.Multiple errors
Taavi Väänänen
2024-04-21
1
-8
/
+14
*
Group temporary users with IP users in ApiQueryWatchlist filters
Thalia
2024-03-03
1
-2
/
+14
*
Namespace includes/cache
James D. Forrester
2024-02-20
1
-0
/
+1
*
Replace more instances of unchecked MWException
Daimona Eaytoy
2024-01-23
1
-7
/
+3
*
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
-17
/
+6
*
i18n: Split apihelp for standard dir parameter
Umherirrender
2023-08-05
1
-0
/
+4
*
Fix Phan suppressions related to Title::castFrom*() and friends
Bartosz Dziewoński
2023-04-22
1
-2
/
+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
-3
/
+9
*
Reorg: Move DummyLinker and Linker to linker/
Amir Sarabadani
2022-12-08
1
-0
/
+1
*
Remove unused variable from unpacking arrays
Umherirrender
2022-11-22
1
-1
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
*
Deduplicate code for parsing API 'continue' parameters
Bartosz Dziewoński
2022-09-29
1
-6
/
+2
*
Remove references to removed 'watchlist' query group
Bartosz Dziewoński
2022-08-16
1
-2
/
+0
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-1
/
+1
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-23
/
+25
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
api: Inject services into ApiQueryWatchlistRaw/ApiQueryWatchlist
Umherirrender
2021-07-03
1
-10
/
+30
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-2
/
+2
*
Use null coalecing operators everywhere consistenctly.
Petr Pchelko
2021-06-03
1
-1
/
+1
*
Stop using legacy ActorMigration field "rc_user"
Tim Starling
2021-04-28
1
-1
/
+1
*
Inject CommentStore service into api query modules
DannyS712
2021-04-23
1
-5
/
+7
*
Convert WatchedItem et al to PageIdentity
Cindy Cicalese
2021-03-26
1
-2
/
+8
*
ApiQueryWatchlist: Include log entry action text
DannyS712
2020-11-22
1
-3
/
+6
*
ApiQueryWatchlist: Allow requesting expiry
DannyS712
2020-11-20
1
-0
/
+13
*
Add PHPDoc documentation to all API query module constructors
Thiemo Kreuz
2020-10-27
1
-0
/
+4
*
Merge "ApiQueryWatchlist: set `anon` flag as false when relevant instead of o...
jenkins-bot
2020-08-07
1
-3
/
+1
|
\
|
*
ApiQueryWatchlist: set `anon` flag as false when relevant instead of omitting
DannyS712
2019-12-05
1
-3
/
+1
*
|
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-6
/
+4
*
|
Fix some PHPStorm inspection warnings in includes/api
Tim Starling
2020-02-18
1
-0
/
+1
*
|
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-1
/
+5
*
|
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-10
/
+10
|
/
*
Improve param docs
Umherirrender
2019-11-28
1
-1
/
+1
*
Run GenderCache for api query modules using ApiQueryBase::addTitleInfo
Umherirrender
2019-11-02
1
-1
/
+19
*
Collapse some nested if statements
Reedy
2019-04-04
1
-9
/
+5
*
Fix unused vars/pointless assignments
Max Semenik
2019-03-29
1
-1
/
+0
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-9
/
+9
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-1
/
+1
*
API: Update query modules for MCR
Brad Jorsch
2018-07-27
1
-7
/
+8
[next]