r65904 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65903‎ | r65904 | r65905 >
Date:15:54, 4 May 2010
Author:platonides
Status:ok
Tags:
Comment:
Modified message to not give out wrong html. Added parser test to keep track of this.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.txt
@@ -7420,6 +7420,20 @@
74217421
74227422 !! end
74237423
 7424+!! test
 7425+Nesting tags, paragraphs on lines which begin with <div>
 7426+!! options
 7427+disabled
 7428+!! input
 7429+<div></div><strong>A
 7430+B</strong>
 7431+!! result
 7432+<div></div>
 7433+<p><strong>A
 7434+B</strong>
 7435+</p>
 7436+!! end
 7437+
74247438 # Bug 6200: <blockquote> should behave like <div> with respect to line breaks
74257439 !! test
74267440 Bug 6200: paragraphs inside blockquotes (no extra line breaks)
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3455,8 +3455,7 @@
34563456 check for correct installation of latex, dvips, gs, and convert',
34573457 'math_bad_tmpdir' => 'Cannot write to or create math temp directory',
34583458 'math_bad_output' => 'Cannot write to or create math output directory',
3459 -'math_notexvc' => 'Missing texvc executable;
3460 -please see math/README to configure.',
 3459+'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
34613460
34623461 # Patrolling
34633462 'markaspatrolleddiff' => 'Mark as patrolled',

Status & tagging log