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
*
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
*
Replace rc_patrolled values with contants, part I
Amir Sarabadani
2018-04-11
1
-2
/
+2
*
Make autopatrol third option in rc_patrolled and use it in API
Amir Sarabadani
2018-04-03
1
-1
/
+9
*
Pass $key into CommentStore methods and use MediawikiServices
addshore
2018-02-05
1
-2
/
+2
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
Add edit tags to list=watchlist
Umherirrender
2018-01-09
1
-1
/
+16
*
ApiQueryWatchlist: Document type of $commentStore property
Kunal Mehta
2017-09-11
1
-0
/
+1
*
ApiQueryWatchlist: Don't reinvent Title::newFromLinkTarget()
Kunal Mehta
2017-09-10
1
-4
/
+1
*
Add `comment` table and code to start using it
Brad Jorsch
2017-08-30
1
-4
/
+11
*
update mediawiki-codesniffer to 0.11.0 and fix issues
WMDE-Fisch
2017-08-11
1
-1
/
+1
*
SECURITY: API: Don't log "sensitive" parameters
Brad Jorsch
2017-04-06
1
-1
/
+2
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
ApiQueryWatchlist: Handle empty wltypes
Brad Jorsch
2016-12-20
1
-1
/
+4
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-9
/
+4
*
Add hooks for WatchedItemQueryService / ApiQueryWatchlist
Brad Jorsch
2016-11-03
1
-17
/
+17
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Refactor database-related code in ApiQueryWatchlist
Leszek Manicki
2016-06-29
1
-175
/
+157
*
ApiQueryWatchlist: wlshow=unread should filter revisions, not pages
Brad Jorsch
2016-02-17
1
-2
/
+5
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-59
/
+59
*
Fix undefined property notice in ChangesList
aude
2016-01-13
1
-1
/
+1
*
Enable users to watch category membership changes #2
addshore
2015-10-20
1
-7
/
+3
*
Revert "Enable users to watch category membership changes"
CSteipp
2015-08-20
1
-2
/
+7
*
Enable users to watch category membership changes
Kai_WMDE
2015-08-13
1
-7
/
+2
*
API: Use ApiBase::PARAM_HELP_MSG_PER_VALUE for 'prop' in query+watchlist
Kunal Mehta
2015-07-06
1
-0
/
+1
*
Cast various things that are supposed to be ints
Brad Jorsch
2015-05-06
1
-2
/
+2
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-21
/
+12
*
API: Move parameter formatting into LogFormatter
Brad Jorsch
2015-04-17
1
-10
/
+1
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-1
/
+1
[next]