index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Status.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-473
/
+0
*
Undeprecate Status::getErrorsArray and ::getWarningsArray()
Tim Starling
2023-05-22
1
-2
/
+0
*
Status::getPsr3MessageAndContext: Special-case rawmessage
Gergő Tisza
2023-04-05
1
-0
/
+5
*
Status: Add method for PSR-3 formatting of status objects
Gergő Tisza
2023-02-17
1
-0
/
+49
*
docs: Add missing StubUserLang type to some @param/@return
Umherirrender
2023-01-12
1
-3
/
+3
*
Reorg: Move RawMessage to under language/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-6
/
+6
*
Reorg: Move StubObject classes in includes to its own directory
Amir Sarabadani
2022-10-25
1
-0
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
Fixes for the phan upgrade, part 1
Daimona Eaytoy
2022-10-08
1
-0
/
+2
*
ResourceLoader namespace (attempt 2)
Tim Starling
2022-05-24
1
-1
/
+1
*
Status: Ensure MessageLocalizer is used if provided
Bartosz Dziewoński
2022-03-08
1
-1
/
+2
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-2
/
+2
*
Convert WikiPage to authority.
Petr Pchelko
2021-02-27
1
-29
/
+0
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-2
/
+2
*
Fix typos related to repeated words
Umherirrender
2020-09-27
1
-1
/
+1
*
Annotate newable classes
daniel
2020-07-07
1
-0
/
+2
*
Fix param type for Status::msgInLang
Umherirrender
2020-05-25
1
-1
/
+1
*
Use MediaWikiServices::getMessageCache
Umherirrender
2020-03-14
1
-1
/
+4
*
Set method visibility in some classes
Umherirrender
2019-12-05
1
-2
/
+2
*
Do not run wfEscapeWikiText on array in Status class
Umherirrender
2019-12-02
1
-4
/
+6
*
Adjust doc of Status::getStatusArray
Umherirrender
2019-11-07
1
-3
/
+3
*
Status: improve typehints
Gergő Tisza
2019-10-31
1
-2
/
+2
*
Allow injecting a message localizer into Status
Gergő Tisza
2019-10-30
1
-41
/
+74
*
Remove Language::factory and getParentLanguage use
Aryeh Gregor
2019-10-27
1
-1
/
+3
*
Suppress PhanUndeclaredProperty for custom properties and phan bugs
Daimona Eaytoy
2019-09-14
1
-0
/
+1
*
Status: Make various improvements to the Status class
Derick Alangi
2019-03-04
1
-18
/
+16
*
Add missing `@return` PHPDoc to __sleep() function
Derick Alangi
2019-01-24
1
-0
/
+1
*
Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...
Reedy
2018-07-26
1
-1
/
+1
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-4
/
+4
*
Use ParserOutput stateless transforms
Brad Jorsch
2017-11-30
1
-1
/
+3
*
Revert "Stop stubbing StubUserLang"
Addshore
2017-10-05
1
-2
/
+5
*
Stop stubbing StubUserLang
Chad Horohoe
2017-10-03
1
-5
/
+2
*
Improve Status/StatusValue::splitByErrorType type hint
Gergő Tisza
2016-10-24
1
-1
/
+1
*
Make Status extend StatusValue and start FileBackend update
Aaron Schulz
2016-09-17
1
-227
/
+72
*
Show warnings in HTMLForm and warnings as warnings on Login/Signup form
Florian
2016-09-17
1
-0
/
+21
*
Canonicalise '@deprecated since' doc comments
Bartosz Dziewoński
2016-08-02
1
-2
/
+2
*
Fix Status::getMessage for the multiple errors, $shortContext only case
Gergő Tisza
2016-06-07
1
-9
/
+15
*
Add some missing MW version documentation
Gergő Tisza
2016-05-23
1
-0
/
+1
*
Add Status::getStatusValue()
Gergő Tisza
2016-05-16
1
-0
/
+8
*
Improve getErrorsByType() docs
Aaron Schulz
2016-04-18
1
-1
/
+4
*
Allow passing a language into Status::getWikiText() etc.
Brad Jorsch
2016-03-09
1
-22
/
+53
*
Fix use of RawMessage in Status::getMessage()
Brad Jorsch
2016-03-02
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-12
/
+12
*
Cleanups to MigrateFileRepoLayout
Aaron Schulz
2015-10-04
1
-1
/
+1
*
Status: Correct documentation
Bartosz Dziewoński
2015-08-06
1
-3
/
+3
*
Fixed some <code> tags for doxygen
Aaron Schulz
2015-04-29
1
-2
/
+2
*
Fix magic getter for $status->ok
Mark Holmquist
2015-02-14
1
-1
/
+1
*
Split StatusValue out of Status class and put it in /libs
Aaron Schulz
2015-02-10
1
-149
/
+129
*
Fixed spacing
umherirrender
2014-12-05
1
-4
/
+4
[next]