r11912 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11911‎ | r11912 | r11913 >
Date:03:12, 3 December 2005
Author:vibber
Status:old
Tags:
Comment:
* Tweak infinite-template-handling loop for PHP 5.1.1 string handling change
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -2413,7 +2413,7 @@
24142414 $noparse = true;
24152415 $found = true;
24162416 $text = $linestart .
2417 - "\{\{$part1}}" .
 2417+ '{{' . $part1 . '}}' .
24182418 '<!-- WARNING: template loop detected -->';
24192419 wfDebug( "$fname: template loop broken at '$part1'\n" );
24202420 } else {
Index: trunk/phase3/RELEASE-NOTES
@@ -278,6 +278,7 @@
279279 on Special:Upload as well as edit, rearrange edit page pieces a bit.
280280 Copyright warning now above the buttons to ensure it's visible,
281281 template list at the bottom so it can grow.
 282+* Tweak infinite-template-handling loop for PHP 5.1.1 string handling change
282283
283284
284285 === Caveats ===

Status & tagging log