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 @@
59
59
sub _createWikipediaLink {
60
60
my $match_str = $1;
61
61
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>]]";
63
63
return $wikipedia_link;
64
64
};
65
65
Status & tagging log
01:22, 15 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r88731
[
removed:
new
added:
ok]