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
/
ApiQueryRevisionsBase.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo: emtpy -> empty
DannyS712
2020-11-22
1
-1
/
+1
*
Improve docs in api related classes
Umherirrender
2020-11-13
1
-1
/
+1
*
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-1
/
+1
*
includes: Use expression assignment operator += or |= where possible
Umherirrender
2020-07-31
1
-1
/
+1
*
Merge "Replace "@stable for subclassing" with "@stable to extend""
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
|
*
Replace "@stable for subclassing" with "@stable to extend"
daniel
2020-07-13
1
-1
/
+1
*
|
Replace "@stable for overriding" with "@stable to override"
daniel
2020-07-13
1
-2
/
+2
|
/
*
Mark API base classes as extensible
daniel
2020-07-08
1
-0
/
+13
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-1
/
+0
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-2
/
+2
*
Fix some PHPStorm inspection warnings in includes/api
Tim Starling
2020-02-18
1
-0
/
+1
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-2
/
+8
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-4
/
+11
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-9
/
+9
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Fix some phan warnings for too many params (part 1)
Daimona Eaytoy
2019-10-10
1
-1
/
+1
*
Upgrade phan config to 0.7.1
Daimona Eaytoy
2019-09-04
1
-0
/
+1
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+6
*
Clean up spacing of doc comments
Umherirrender
2019-08-05
1
-1
/
+1
*
Remove all $wgParser use from core
Aryeh Gregor
2019-04-17
1
-5
/
+4
*
Stop gap to shut up log spam due to T212428.
daniel
2019-03-26
1
-59
/
+91
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-4
/
+4
*
Refactor calls to deprecated function Content::getNativeData()
Bill Pirkle
2019-02-15
1
-2
/
+2
*
[MCR] Introduce SlotRoleHandler and SlotRoleRegistry
daniel
2018-11-30
1
-4
/
+1
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-5
/
+1
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-3
/
+3
*
Add constant for the name of the 'main' slot for MCR
Gergő Tisza
2018-09-24
1
-3
/
+3
*
API: Update query modules for MCR
Brad Jorsch
2018-07-27
1
-114
/
+319
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
API: Deprecate diff and parse parameters in ApiQueryRevisionsBase
Brad Jorsch
2017-06-16
1
-0
/
+16
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-20
/
+26
*
Merge "Use single quotes in API where possible"
jenkins-bot
2016-03-08
1
-4
/
+4
|
\
|
*
Use single quotes in API where possible
Siebrand Mazeland
2016-03-08
1
-4
/
+4
*
|
Use Elvis operator where possible in API
Siebrand Mazeland
2016-03-08
1
-1
/
+1
|
/
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-33
/
+33
*
Replace wfBaseConvert with Wikimedia\base_convert
Reedy
2015-11-24
1
-1
/
+1
*
Fix casing of function calls in API
Reedy
2015-11-07
1
-2
/
+2
*
API: Log all deprecated parameter uses to api-feature-usage.log
Brad Jorsch
2015-11-03
1
-3
/
+0
*
Merge "ApiBase::PARAM_DFLT => null is the default anyway"
jenkins-bot
2015-10-26
1
-4
/
+0
|
\
|
*
ApiBase::PARAM_DFLT => null is the default anyway
Thiemo Mättig
2015-10-05
1
-4
/
+0
*
|
Add pst option to API difftotext
Matt Russell
2015-10-21
1
-2
/
+12
|
/
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-1
/
+1
*
API: Use message-per-value for apihelp-query+revisions+base-param-prop
umherirrender
2015-07-03
1
-0
/
+16
*
API: Deprecate generatexml of modules revisions/deletedrevisions/parse
umherirrender
2015-06-30
1
-7
/
+15
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-14
/
+14
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-4
/
+4
*
Revision: mark getRaw*() methods as deprecated
Ricordisamoa
2015-01-18
1
-3
/
+3
*
Fix case of various newFromID/newFromId functions
umherirrender
2014-12-10
1
-1
/
+1
*
Refactor content fetch condition in ApiQueryRevisionsBase
umherirrender
2014-11-10
1
-3
/
+6
[next]