jenkins-bot has submitted this change and it was merged.
Change subject: Improve layout of Special:MathStatus
......................................................................
Improve layout of Special:MathStatus
Bug: T94434
Change-Id: Ib723c80642d432b7eac66fc18a316aaae026e884
---
M SpecialMathStatus.php
M i18n/en.json
2 files changed, 6 insertions(+), 6 deletions(-)
Approvals:
Esanders: Looks good to me, approved
Raimond Spekking: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/SpecialMathStatus.php b/SpecialMathStatus.php
index 8c8f49a..9477da2 100644
--- a/SpecialMathStatus.php
+++ b/SpecialMathStatus.php
@@ -31,7 +31,7 @@
$out->addWikiMsg( 'math-status-introduction' );
$enabledMathModes = MathHooks::getMathNames();
foreach ( $enabledMathModes as $modeNr => $modeName ){
- $out->addWikiText( "* $modeName" );
+ $out->addWikiText( "=== $modeName ===" );
switch( $modeNr ){
case MW_MATH_MATHML:
$this->runMathMLTest( $modeName );
@@ -52,7 +52,7 @@
private function runMathLaTeXMLTest( $modeName ) {
$this->getOutput()->addWikiMsgArray( 'math-test-start',
$modeName );
- $this->testMathMLIntegration();
+ $this->testLaTeXMLIntegration();
$this->getOutput()->addWikiMsgArray( 'math-test-end', $modeName
);
}
diff --git a/i18n/en.json b/i18n/en.json
index 4a6e580..be214a1 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -28,10 +28,10 @@
"math-status-introduction" : "This page displays information about the
enabled math rendering modes.\n\nThe following rendering mode is/rendering
modes are enabled.",
"math_syntax_error": "syntax error",
"math_timeout": "$1 timeout from \"$2\".",
- "math-test-end": "Backend tests for rendering mode \"$1\" completed.",
- "math-test-fail": "Test \"$1\" failed.",
- "math-test-start": "Running backend tests for rendering mode \"$1\".",
- "math-test-success": "Test \"$1\" succeeded.",
+ "math-test-end": "Backend tests for rendering mode ''$1'' completed.",
+ "math-test-fail": "Test ''$1'' <span style=\"color:red\">failed</span>.",
+ "math-test-start": "Running backend tests for rendering mode ''$1''.",
+ "math-test-success": "Test ''$1'' <span
style=\"color:green\">succeeded</span>.",
"math_tip": "Mathematical formula (LaTeX)",
"math_unknown_error": "unknown error",
"math_unknown_function": "unknown function \"$1\"",
--
To view, visit https://gerrit.wikimedia.org/r/200604
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib723c80642d432b7eac66fc18a316aaae026e884
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>
Gerrit-Reviewer: Esanders <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: TheDJ <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits