http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100266

Revision: 100266
Author:   mah
Date:     2011-10-19 20:01:50 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
Revert r100262 ?\226?\128?\148 wasn't the right place for it and other problems,
like broken parser tests.

Please read [[Manual:Pre-commit checklist]] before committing.

Modified Paths:
--------------
    trunk/phase3/includes/parser/StripState.php
    trunk/phase3/languages/messages/MessagesEn.php

Modified: trunk/phase3/includes/parser/StripState.php
===================================================================
--- trunk/phase3/includes/parser/StripState.php 2011-10-19 19:39:41 UTC (rev 
100265)
+++ trunk/phase3/includes/parser/StripState.php 2011-10-19 20:01:50 UTC (rev 
100266)
@@ -107,9 +107,6 @@
                if ( isset( $this->data[$this->tempType][$m[1]] ) ) {
                        return $this->data[$this->tempType][$m[1]];
                } else {
-                       if( preg_match( $this->regex, $m[0] ) ) {
-                               return "<strong 
class='error'>".htmlspecialchars( wfMsg( "stripstate-error" ) )."</strong>";
-                       }
                        return $m[0];
                }
        }

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2011-10-19 19:39:41 UTC 
(rev 100265)
+++ trunk/phase3/languages/messages/MessagesEn.php      2011-10-19 20:01:50 UTC 
(rev 100266)
@@ -4471,7 +4471,6 @@
 # Core parser functions
 'unknown_extension_tag' => 'Unknown extension tag "$1"',
 'duplicate-defaultsort' => '\'\'\'Warning:\'\'\' Default sort key "$2" 
overrides earlier default sort key "$1".',
-'stripstate-error'      => 'unstripCallback called with strip markers still 
intact.  Please fix your markup.',
 
 # Special:Version
 'version'                       => 'Version',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to