aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiErrorFormatter.php
Commit message (Expand)AuthorAgeFilesLines
* Document more methods that accept MessageSpecifier, not just MessageBartosz Dziewoński2024-04-091-2/+2
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-1/+1
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* api: Minor code cleanupReedy2022-08-141-3/+1
* Use Message::page instead of Message::titlePetr Pchelko2021-06-091-17/+23
* Use the edited page's title for magic words in action=edit error messagesBartosz Dziewoński2021-05-211-5/+25
* Improve docs in api related classesUmherirrender2020-11-131-1/+1
* Clean up redundant Exception|Throwable union typeRicordisamoa2020-02-121-8/+8
* Upgrade phan to 0.9.1Daimona Eaytoy2020-01-251-1/+0
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-0/+1
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-0/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Split ApiErrorFormatter.php to have one class in one fileZoranzoki212019-04-211-108/+0
* ApiDelete: Handle batched deletions properlyBrad Jorsch2018-12-201-2/+5
* API: Add exception class as data to internal_api_error codesBrad Jorsch2018-11-261-0/+1
* API: Validate API error codesBrad Jorsch2018-11-261-0/+20
* API: Allow prop=info intestactions to return reasonsBrad Jorsch2018-10-161-0/+24
* API: Remove long-deprecated methods (and one class)Brad Jorsch2018-10-151-10/+0
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Fix type hint in ApiErrorFormatter::addMessagesFromStatusThiemo Mättig2018-01-091-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+1
* Revert Message dependency from DB exception classesAaron Schulz2017-09-271-0/+3
* Use Sanitizer::stripAllTags( $x ) instead of html_entity_decode( strip_tags( ...Roan Kattouw2017-07-071-1/+1
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-151-1/+2
* ApiErrorFormatter_BackCompat: Use first error, not lastBrad Jorsch2017-01-171-6/+11
* Fixes and tests for ApiErrorFormatter ILocalizedException handlingBrad Jorsch2016-12-201-5/+6
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-0/+73
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-79/+151
* API: Some raw message cleanupBrad Jorsch2016-08-241-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-27/+27
* Whitelist ApiErrorFormatter_BackCompat as class not in camel caseumherirrender2015-10-071-0/+3
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-0/+303