aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Status.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-473/+0
* Undeprecate Status::getErrorsArray and ::getWarningsArray()Tim Starling2023-05-221-2/+0
* Status::getPsr3MessageAndContext: Special-case rawmessageGergő Tisza2023-04-051-0/+5
* Status: Add method for PSR-3 formatting of status objectsGergő Tisza2023-02-171-0/+49
* docs: Add missing StubUserLang type to some @param/@returnUmherirrender2023-01-121-3/+3
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-6/+6
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Fixes for the phan upgrade, part 1Daimona Eaytoy2022-10-081-0/+2
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-1/+1
* Status: Ensure MessageLocalizer is used if providedBartosz Dziewoński2022-03-081-1/+2
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Convert WikiPage to authority.Petr Pchelko2021-02-271-29/+0
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
* Annotate newable classesdaniel2020-07-071-0/+2
* Fix param type for Status::msgInLangUmherirrender2020-05-251-1/+1
* Use MediaWikiServices::getMessageCacheUmherirrender2020-03-141-1/+4
* Set method visibility in some classesUmherirrender2019-12-051-2/+2
* Do not run wfEscapeWikiText on array in Status classUmherirrender2019-12-021-4/+6
* Adjust doc of Status::getStatusArrayUmherirrender2019-11-071-3/+3
* Status: improve typehintsGergő Tisza2019-10-311-2/+2
* Allow injecting a message localizer into StatusGergő Tisza2019-10-301-41/+74
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+3
* Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-0/+1
* Status: Make various improvements to the Status classDerick Alangi2019-03-041-18/+16
* Add missing `@return` PHPDoc to __sleep() functionDerick Alangi2019-01-241-0/+1
* Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...Reedy2018-07-261-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-4/+4
* Use ParserOutput stateless transformsBrad Jorsch2017-11-301-1/+3
* Revert "Stop stubbing StubUserLang"Addshore2017-10-051-2/+5
* Stop stubbing StubUserLangChad Horohoe2017-10-031-5/+2
* Improve Status/StatusValue::splitByErrorType type hintGergő Tisza2016-10-241-1/+1
* Make Status extend StatusValue and start FileBackend updateAaron Schulz2016-09-171-227/+72
* Show warnings in HTMLForm and warnings as warnings on Login/Signup formFlorian2016-09-171-0/+21
* Canonicalise '@deprecated since' doc commentsBartosz Dziewoński2016-08-021-2/+2
* Fix Status::getMessage for the multiple errors, $shortContext only caseGergő Tisza2016-06-071-9/+15
* Add some missing MW version documentationGergő Tisza2016-05-231-0/+1
* Add Status::getStatusValue()Gergő Tisza2016-05-161-0/+8
* Improve getErrorsByType() docsAaron Schulz2016-04-181-1/+4
* Allow passing a language into Status::getWikiText() etc.Brad Jorsch2016-03-091-22/+53
* Fix use of RawMessage in Status::getMessage()Brad Jorsch2016-03-021-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Cleanups to MigrateFileRepoLayoutAaron Schulz2015-10-041-1/+1
* Status: Correct documentationBartosz Dziewoński2015-08-061-3/+3
* Fixed some <code> tags for doxygenAaron Schulz2015-04-291-2/+2
* Fix magic getter for $status->okMark Holmquist2015-02-141-1/+1
* Split StatusValue out of Status class and put it in /libsAaron Schulz2015-02-101-149/+129
* Fixed spacingumherirrender2014-12-051-4/+4