Last modified: 2010-05-15 15:42:47 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10491, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8491 - Scary transcluding URL broken
Scary transcluding URL broken
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.8.x
PC Linux
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-04 22:11 UTC by Stephen Kennedy
Modified: 2010-05-15 15:42 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Stephen Kennedy 2007-01-04 22:11:25 UTC
Scary transcluding seems to require an interwiki URL of the format
http://en.wikipedia.org/w/index.php?title=$1, since /wiki/ won't work with an
action=render added at the end.

However, Mediawiki is appending ?action=render to the URL instead of
&action=render so the interwiki URL I have supplied isn't working:

local.wiki.x8s.net 172.16.0.1 - - [04/Jan/2007:21:44:15 +0000] "GET
/index.php?title=Template%3AAFD?action=render HTTP/1.1" 200 7744

This is version 1.8.2 from SVN today (r18799).

includes\Parser.php line 3227:
$url .= "?action=$action";
I think should be:
$url .= "&action=$action";
Comment 1 Rob Church 2007-01-04 22:12:53 UTC
This is fixed in trunk, and will be available in MediaWiki 1.9.0, to be released
later this month. There was some discussion on the mediawiki-l mailing list
regarding this issue.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links