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
/
ApiQueryWatchlistRaw.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-9
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+6
*
Add namespace and deprecation alias to WatchedItemStore
Ebrahim Byagowi
2024-05-20
1
-0
/
+1
*
Add namespace and deprecation alias to WatchedItemQueryService
Ebrahim Byagowi
2024-05-18
1
-0
/
+1
*
Namespace includes/cache
James D. Forrester
2024-02-20
1
-0
/
+1
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
1
-0
/
+1
*
Use real type hints for services etc. in api/ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-11
/
+4
*
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
*
Deduplicate code for parsing API 'continue' parameters
Bartosz Dziewoński
2022-09-29
1
-6
/
+2
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-1
/
+1
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-17
/
+19
*
api: Inject services into ApiQueryWatchlistRaw/ApiQueryWatchlist
Umherirrender
2021-07-03
1
-9
/
+32
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-2
/
+2
*
Convert WatchedItem et al to PageIdentity
Cindy Cicalese
2021-03-26
1
-3
/
+3
*
Add PHPDoc documentation to all API query module constructors
Thiemo Kreuz
2020-10-27
1
-0
/
+4
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-1
/
+3
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-3
/
+3
*
Merge "Improve param docs"
jenkins-bot
2019-11-28
1
-1
/
+1
|
\
|
*
Improve param docs
Umherirrender
2019-11-28
1
-1
/
+1
*
|
Don't fail hard on bad titles in the database.
daniel
2019-11-25
1
-5
/
+4
|
/
*
Run GenderCache for api query modules using ApiQueryBase::addTitleInfo
Umherirrender
2019-11-02
1
-1
/
+20
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-1
/
+1
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
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
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-1
/
+1
*
Refactor database-related code in ApiQueryWatchlistRaw
Leszek Manicki
2016-07-06
1
-50
/
+35
*
Fix documentation of the dir parameter of list=watchlistraw API action
Leszek Manicki
2016-06-20
1
-1
/
+0
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-36
/
+36
*
API: Use message-per-value for apihelp-query+watchlistraw-param-prop
umherirrender
2015-08-06
1
-1
/
+2
*
API: Add 'wrfromtitle' and 'wrtotitle' to list=watchlistraw
Brad Jorsch
2015-05-21
1
-0
/
+28
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-1
/
+1
*
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
-25
/
+9
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-28
/
+0
*
Use precise ApiMain/ApiQuery type hints in all API modules
Thiemo Mättig
2014-05-16
1
-1
/
+1
*
Fixed some @params documentation (includes/api)
umherirrender
2014-04-18
1
-1
/
+1
*
Add final period to API module descriptions
addshore
2014-03-10
1
-1
/
+1
*
Fix CodeSniffer errors and warnings on some API classes
Siebrand Mazeland
2013-11-15
1
-3
/
+9
*
I'm in your API classes updating your formatting
Siebrand Mazeland
2013-11-14
1
-3
/
+2
*
Add helpurls to some api modules
umherirrender
2013-05-16
1
-0
/
+4
*
(bug 35885) remove api version string and parameter
Yuri Astrakhan
2013-01-18
1
-4
/
+0
*
API Cleanup: renamed '_badcontinue'->'badcontinue', one die()
Yuri Astrakhan
2013-01-14
1
-4
/
+2
*
Merge "escape HTML elements in docblock with double quotes"
Aaron Schulz
2012-07-18
1
-1
/
+1
|
\
|
*
escape HTML elements in docblock with double quotes
Antoine Musso
2012-07-15
1
-1
/
+1
*
|
Avoid mangling fields in API continuation parameters
Brad Jorsch
2012-07-17
1
-5
/
+3
|
/
*
Added result properties to action=paraminfo
Petr Onderka
2012-06-06
1
-0
/
+15
*
Merge "multi dbms support in api"
Aaron Schulz
2012-05-20
1
-4
/
+4
|
\
[next]