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
/
ApiResult.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Api: Cache the ContentLanguage object in ApiResult
Daimona Eaytoy
2021-02-11
1
-1
/
+6
*
API: Optimize hot code paths in ApiResult by re-arranging
Thiemo Kreuz
2021-02-11
1
-7
/
+8
*
Micro-optimize ApiResult::isMetadataKey even more
Daimona Eaytoy
2021-02-08
1
-3
/
+4
*
Merge "API: Micro-optimize ApiResult::isMetadataKey()"
jenkins-bot
2021-01-31
1
-2
/
+4
|
\
|
*
API: Micro-optimize ApiResult::isMetadataKey()
Kunal Mehta
2021-01-31
1
-2
/
+4
*
|
ApiResult: Avoid huge conditional clause
Ammarpad
2021-01-30
1
-79
/
+79
|
/
*
Allow replacing ApiResult value with same value
Lucas Werkmeister
2021-01-26
1
-1
/
+1
*
Improve custom folding and grouping
Tim Starling
2020-12-23
1
-18
/
+19
*
Improve docs in api related classes
Umherirrender
2020-11-13
1
-6
/
+6
*
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-1
/
+0
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-13
/
+13
*
Stop accepting ApiMain instances in ApiResult::__construct
Daimona Eaytoy
2020-03-18
1
-14
/
+2
*
Clean up spacing of doc comments
Umherirrender
2019-08-05
1
-3
/
+3
*
API: Fix missing return in ApiResult::addContentValue()
Kunal Mehta
2019-03-23
1
-1
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-3
/
+3
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-5
/
+5
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-5
/
+3
*
Use PHP 5.6 constant expressions for some bitfield constants
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
build: Update mediawiki/mediawiki-codesniffer to 0.10.1
Kunal Mehta
2017-07-22
1
-21
/
+21
*
includes/api: Replace implicitly-Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-24
1
-1
/
+1
*
ApiResult: Add ApiResult::formatExpiry()
Brad Jorsch
2017-01-11
1
-0
/
+23
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-5
/
+3
*
API: Remove deprecated methods
Brad Jorsch
2016-09-20
1
-311
/
+5
*
ApiResult: Remove double space in error message
Bartosz Dziewoński
2016-08-29
1
-1
/
+1
*
Clean up array() syntax in docs, part II
Amir Sarabadani
2016-08-07
1
-1
/
+1
*
Clean up array() in docs, Part I
Amir Sarabadani
2016-07-25
1
-4
/
+4
*
Always use 'bool' instead of 'boolean' in Doxygen tags
Ricordisamoa
2016-03-24
1
-1
/
+1
*
Replace uses of join() by implode()
Siebrand Mazeland
2016-03-08
1
-3
/
+3
*
Use single quotes in API where possible
Siebrand Mazeland
2016-03-08
1
-4
/
+4
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-51
/
+51
*
API: Work around PHP bug 45959
Brad Jorsch
2016-01-14
1
-1
/
+5
*
Fixed incorrect size for api result
Yuri Astrakhan
2015-12-12
1
-1
/
+1
*
Add/update phpdoc
Reedy
2015-11-07
1
-3
/
+4
*
Remove various unused variables
Reedy
2015-11-07
1
-1
/
+0
*
API: Finish killing "raw mode"
Brad Jorsch
2015-09-17
1
-12
/
+7
*
Remove return of void method results
jeroendedauw
2015-09-10
1
-1
/
+1
*
ApiResult: Fix size checking
Brad Jorsch
2015-09-08
1
-6
/
+9
*
Comment typo fix
Brad Jorsch
2015-08-31
1
-1
/
+1
*
API: Add ApiResult::META_KVP_MERGE
Brad Jorsch
2015-08-28
1
-11
/
+47
*
Expose RL modules and js config vars in action=expandtemplates
Marc Ordinas i Llopis
2015-06-05
1
-4
/
+66
*
API: Ignore META_BC_SUBELEMENTS elements that aren't actually set
Brad Jorsch
2015-05-05
1
-5
/
+7
*
API: ApiResult must validate even when using numeric auto-indexes
Brad Jorsch
2015-04-29
1
-4
/
+4
*
Merge "API: Add wfDeprecated() to deprecated ApiResult methods"
jenkins-bot
2015-04-21
1
-92
/
+10
|
\
|
*
API: Add wfDeprecated() to deprecated ApiResult methods
Brad Jorsch
2015-04-20
1
-92
/
+10
*
|
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-2
/
+4
|
/
*
Merge "Follow-up 1c57794e371: change 'nobools' to 'nobool' in docs"
jenkins-bot
2015-04-17
1
-2
/
+2
|
\
|
*
Follow-up 1c57794e371: change 'nobools' to 'nobool' in docs
Roan Kattouw
2015-04-17
1
-2
/
+2
*
|
Add missing 'return'
Brad Jorsch
2015-04-17
1
-1
/
+1
|
/
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-392
/
+1241
[next]