r88731 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88730‎ | r88731 | r88732 >
Date:18:13, 24 May 2011
Author:mah
Status:ok
Tags:
Comment:
Fix from Bug #29095 “Change Bugzilla link URL structure”

[A] simple enough change to the URL to fix links such as
"[[mw:foo]]" in Bugzilla comments

From MZMcBride
Modified paths:
  • /trunk/tools/bugzilla/bugzilla-4.0/extensions/Wikimedia/Extension.pm (modified) (history)

Diff [purge]

Index: trunk/tools/bugzilla/bugzilla-4.0/extensions/Wikimedia/Extension.pm
@@ -58,7 +58,7 @@
5959 sub _createWikipediaLink {
6060 my $match_str = $1;
6161 my $tmp = html_quote($match_str);
62 - my $wikipedia_link = "[[<a href=\"http://en.wikipedia.org/wiki/$tmp\">$tmp</a>]]";
 62+ my $wikipedia_link = "[[<a href='http://en.wikipedia.org/w/index.php?title=Special:Search&go=Go&search=$tmp'>$tmp</a>]]";
6363 return $wikipedia_link;
6464 };
6565

Status & tagging log