aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiMessage.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-281-0/+1
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* Document more methods that accept MessageSpecifier, not just MessageBartosz Dziewoński2024-04-091-3/+3
* Make use of the [ ... ] operator instead of array_mergethiemowmde2024-01-311-5/+1
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+2
* Add taint hints for message creation methodUmherirrender2020-12-101-0/+1
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Annotate newable classesdaniel2020-07-071-0/+2
* Split ApiMessage to class per fileReedy2018-05-271-212/+0
* Update documentation for IApiMessage interfaceBrad Jorsch2017-09-251-0/+7
* Add the concept of "system blocks"Brad Jorsch2016-12-161-0/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-11/+106
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* ApiMessage: Use a trait to avoid code duplicationBrad Jorsch2016-02-101-74/+46
* Add/update phpdocReedy2015-11-071-1/+0
* ApiMessage: Improve documentationBartosz Dziewoński2015-10-151-0/+6
* Improve serialization of Message, TitleBrad Jorsch2015-07-071-0/+30
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-0/+191