r105292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105291‎ | r105292 | r105293 >
Date:12:49, 6 December 2011
Author:hashar
Status:ok
Tags:
Comment:
revert r104468 per CR: not needed :-)
Modified paths:
  • /trunk/phase3/includes/api/ApiFormatBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiFormatBase.php
@@ -265,8 +265,6 @@
266266 $text = preg_replace( "#(($protos).*?)(&quot;)?([ \\'\"<>\n]|&lt;|&gt;|&quot;)#", '<a href="\\1">\\1</a>\\3\\4', $text );
267267 // identify requests to api.php
268268 $text = preg_replace( "#api\\.php\\?[^ \\()<\n\t]+#", '<a href="\\0">\\0</a>', $text );
269 - // identify requests to index.php
270 - $text = preg_replace( "#index\\.php\\?[^ \\()<\n\t]+#", '<a href="\\0">\\0</a>', $text );
271269 if ( $this->mHelp ) {
272270 // make strings inside * bold
273271 $text = preg_replace( "#\\*[^<>\n]+\\*#", '<b>\\0</b>', $text );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104468URL-ify index.php urlsreedy19:02, 28 November 2011

Status & tagging log