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
/
ApiWatch.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type declaration on undocumented private functions
Umherirrender
2025-04-04
1
-2
/
+2
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+5
*
api: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+1
*
Get correct main page in API call examples
Ammar Abdulhamid
2023-09-20
1
-3
/
+6
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace TitleFormatter under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
ApiWatch: Fix property type documentation
Bartosz DziewoĆski
2023-08-28
1
-5
/
+2
*
Allow watchlist UI for temp users with sufficient rights
Tim Starling
2023-08-23
1
-1
/
+3
*
watchlist: Prepare for IP Masking
Martin Urbanec
2023-08-12
1
-1
/
+1
*
api: Replace deprecated ApiPageSet::getMissingTitles in action=watch
Umherirrender
2023-06-16
1
-10
/
+20
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-3
/
+1
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-2
/
+3
*
Replace Title::isWatchable() with WatchlistManager::isWatchable()
Cindy Cicalese
2021-04-29
1
-2
/
+2
*
Use WatchlistManager in API classes
Cindy Cicalese
2021-04-21
1
-4
/
+9
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-1
/
+1
*
WatchedItemStore: Enforce a maximum watchlist expiry duration
MusikAnimal
2020-05-22
1
-0
/
+7
*
Add expiry type to ParamValidator
MusikAnimal
2020-04-08
1
-26
/
+2
*
ApiWatch: Add support for expiries
MusikAnimal
2020-03-24
1
-5
/
+65
*
Emit namespace for titles in ApiWatch
DannyS712
2019-10-24
1
-3
/
+4
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
ApiWatch: Set 'missing' to true, not 1
Brad Jorsch
2016-12-20
1
-1
/
+1
*
API: More i18n cleanup
Brad Jorsch
2016-12-08
1
-10
/
+0
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-9
/
+14
*
Use different message when (un)watching a page in talk namespace
Glaisher
2016-08-07
1
-2
/
+4
*
Use single quotes in API where possible
Siebrand Mazeland
2016-03-08
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-14
/
+14
*
API: Log all deprecated parameter uses to api-feature-usage.log
Brad Jorsch
2015-11-03
1
-1
/
+0
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-2
/
+2
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-3
/
+6
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-18
/
+10
*
API: HTMLize and internationalize the help, add Special:ApiHelp
Brad Jorsch
2014-10-10
1
-17
/
+0
*
API: Overhaul token handling
Brad Jorsch
2014-08-26
1
-9
/
+0
*
API: Log usage of various deprecated features
Brad Jorsch
2014-08-14
1
-0
/
+1
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-19
/
+0
*
API: Refactor continuation code and add to purge, watch, etc.
Brad Jorsch
2014-07-04
1
-0
/
+6
*
Revert "Add API action=watch 'entirewatchlist' param to bulk-clear watchlist."
MaxSem
2014-05-12
1
-43
/
+17
*
Make phpcs-strict pass on includes/ (4/~10)
Siebrand Mazeland
2014-05-11
1
-1
/
+2
*
Add API action=watch 'entirewatchlist' param to bulk-clear watchlist.
Brion Vibber
2014-05-09
1
-17
/
+42
*
Add final period to API module descriptions
addshore
2014-03-10
1
-1
/
+1
*
Update formatting
Siebrand Mazeland
2014-02-06
1
-2
/
+5
*
Fix CodeSniffer errors and warnings
Siebrand Mazeland
2014-02-05
1
-4
/
+17
*
Support ApiPageSet in ApiWatch
eranroz
2014-02-04
1
-19
/
+80
*
Use Title::isWatchable in ApiWatch
umherirrender
2013-12-27
1
-1
/
+1
*
Fix CodeSniffer errors and warnings on some API classes
Siebrand Mazeland
2013-11-15
1
-4
/
+9
*
Add user rights 'viewmywatchlist', 'editmywatchlist'
Brad Jorsch
2013-06-26
1
-0
/
+3
[next]