aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiMessageTrait.php
Commit message (Expand)AuthorAgeFilesLines
* block: Fix DBS::acquireTarget() race using GET_LOCK()Tim Starling2025-04-071-0/+1
* editpage: Make PageSizeConstraint provide its own error messageBartosz DziewoƄski2025-02-211-3/+5
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+7
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+3
* Add missing block message keys to ApiBase and ApiMessageTraitThalia2024-02-231-0/+2
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-2/+2
* Remove pre PHP 7.4 serialize()/unserialize()Reedy2022-11-101-8/+0
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-131-2/+2
* Implement __serialize/__unserialize for PHP 8.1 supportReedy2022-01-311-5/+12
* Comments: use only // instead of moreDannyS7122021-03-101-1/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Globally unsuppress phan issues with low countDaimona Eaytoy2019-08-301-0/+1
* Fix API message maps for block errorsThalia2019-07-031-0/+2
* API: Validate API error codesBrad Jorsch2018-11-261-1/+4
* Split ApiMessage to class per fileReedy2018-05-271-0/+145