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
/
api
/
ApiErrorFormatter.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document more methods that accept MessageSpecifier, not just Message
Bartosz Dziewoński
2024-04-09
1
-2
/
+2
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
Namespace Sanitizer under \MediaWiki\Parser
James D. Forrester
2023-09-21
1
-0
/
+1
*
Fix some PHPStorm inspections (#1)
Tim Starling
2023-03-25
1
-1
/
+1
*
Reorg: Move RawMessage to under language/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
api: Minor code cleanup
Reedy
2022-08-14
1
-3
/
+1
*
Use Message::page instead of Message::title
Petr Pchelko
2021-06-09
1
-17
/
+23
*
Use the edited page's title for magic words in action=edit error messages
Bartosz Dziewoński
2021-05-21
1
-5
/
+25
*
Improve docs in api related classes
Umherirrender
2020-11-13
1
-1
/
+1
*
Clean up redundant Exception|Throwable union type
Ricordisamoa
2020-02-12
1
-8
/
+8
*
Upgrade phan to 0.9.1
Daimona Eaytoy
2020-01-25
1
-1
/
+0
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-0
/
+1
*
phan: Enable PhanTypeMismatchArgument issue
Umherirrender
2019-09-19
1
-0
/
+1
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+1
*
Split ApiErrorFormatter.php to have one class in one file
Zoranzoki21
2019-04-21
1
-108
/
+0
*
ApiDelete: Handle batched deletions properly
Brad Jorsch
2018-12-20
1
-2
/
+5
*
API: Add exception class as data to internal_api_error codes
Brad Jorsch
2018-11-26
1
-0
/
+1
*
API: Validate API error codes
Brad Jorsch
2018-11-26
1
-0
/
+20
*
API: Allow prop=info intestactions to return reasons
Brad Jorsch
2018-10-16
1
-0
/
+24
*
API: Remove long-deprecated methods (and one class)
Brad Jorsch
2018-10-15
1
-10
/
+0
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Fix type hint in ApiErrorFormatter::addMessagesFromStatus
Thiemo Mättig
2018-01-09
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-2
/
+1
*
Revert Message dependency from DB exception classes
Aaron Schulz
2017-09-27
1
-0
/
+3
*
Use Sanitizer::stripAllTags( $x ) instead of html_entity_decode( strip_tags( ...
Roan Kattouw
2017-07-07
1
-1
/
+1
*
Move DB errors to Rdbms namespace
Aaron Schulz
2017-04-15
1
-1
/
+2
*
ApiErrorFormatter_BackCompat: Use first error, not last
Brad Jorsch
2017-01-17
1
-6
/
+11
*
Fixes and tests for ApiErrorFormatter ILocalizedException handling
Brad Jorsch
2016-12-20
1
-5
/
+6
*
Add ILocalizedException interface
Brad Jorsch
2016-12-08
1
-0
/
+73
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-79
/
+151
*
API: Some raw message cleanup
Brad Jorsch
2016-08-24
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-27
/
+27
*
Whitelist ApiErrorFormatter_BackCompat as class not in camel case
umherirrender
2015-10-07
1
-0
/
+3
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-0
/
+303