aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiResult.php
Commit message (Expand)AuthorAgeFilesLines
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Api: Cache the ContentLanguage object in ApiResultDaimona Eaytoy2021-02-111-1/+6
* API: Optimize hot code paths in ApiResult by re-arrangingThiemo Kreuz2021-02-111-7/+8
* Micro-optimize ApiResult::isMetadataKey even moreDaimona Eaytoy2021-02-081-3/+4
* Merge "API: Micro-optimize ApiResult::isMetadataKey()"jenkins-bot2021-01-311-2/+4
|\
| * API: Micro-optimize ApiResult::isMetadataKey()Kunal Mehta2021-01-311-2/+4
* | ApiResult: Avoid huge conditional clauseAmmarpad2021-01-301-79/+79
|/
* Allow replacing ApiResult value with same valueLucas Werkmeister2021-01-261-1/+1
* Improve custom folding and groupingTim Starling2020-12-231-18/+19
* Improve docs in api related classesUmherirrender2020-11-131-6/+6
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+0
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-13/+13
* Stop accepting ApiMain instances in ApiResult::__constructDaimona Eaytoy2020-03-181-14/+2
* Clean up spacing of doc commentsUmherirrender2019-08-051-3/+3
* API: Fix missing return in ApiResult::addContentValue()Kunal Mehta2019-03-231-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+3
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-5/+5
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-5/+3
* Use PHP 5.6 constant expressions for some bitfield constantsBartosz Dziewoński2018-05-301-1/+1
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-21/+21
* includes/api: Replace implicitly-Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-241-1/+1
* ApiResult: Add ApiResult::formatExpiry()Brad Jorsch2017-01-111-0/+23
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-5/+3
* API: Remove deprecated methodsBrad Jorsch2016-09-201-311/+5
* ApiResult: Remove double space in error messageBartosz Dziewoński2016-08-291-1/+1
* Clean up array() syntax in docs, part IIAmir Sarabadani2016-08-071-1/+1
* Clean up array() in docs, Part IAmir Sarabadani2016-07-251-4/+4
* Always use 'bool' instead of 'boolean' in Doxygen tagsRicordisamoa2016-03-241-1/+1
* Replace uses of join() by implode()Siebrand Mazeland2016-03-081-3/+3
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-51/+51
* API: Work around PHP bug 45959Brad Jorsch2016-01-141-1/+5
* Fixed incorrect size for api resultYuri Astrakhan2015-12-121-1/+1
* Add/update phpdocReedy2015-11-071-3/+4
* Remove various unused variablesReedy2015-11-071-1/+0
* API: Finish killing "raw mode"Brad Jorsch2015-09-171-12/+7
* Remove return of void method resultsjeroendedauw2015-09-101-1/+1
* ApiResult: Fix size checkingBrad Jorsch2015-09-081-6/+9
* Comment typo fixBrad Jorsch2015-08-311-1/+1
* API: Add ApiResult::META_KVP_MERGEBrad Jorsch2015-08-281-11/+47
* Expose RL modules and js config vars in action=expandtemplatesMarc Ordinas i Llopis2015-06-051-4/+66
* API: Ignore META_BC_SUBELEMENTS elements that aren't actually setBrad Jorsch2015-05-051-5/+7
* API: ApiResult must validate even when using numeric auto-indexesBrad Jorsch2015-04-291-4/+4
* Merge "API: Add wfDeprecated() to deprecated ApiResult methods"jenkins-bot2015-04-211-92/+10
|\
| * API: Add wfDeprecated() to deprecated ApiResult methodsBrad Jorsch2015-04-201-92/+10
* | Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+4
|/
* Merge "Follow-up 1c57794e371: change 'nobools' to 'nobool' in docs"jenkins-bot2015-04-171-2/+2
|\
| * Follow-up 1c57794e371: change 'nobools' to 'nobool' in docsRoan Kattouw2015-04-171-2/+2
* | Add missing 'return'Brad Jorsch2015-04-171-1/+1
|/
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-392/+1241