Last modified: 2010-05-15 15:38:11 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 T4372, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2372 - [[interwiki_foo:]] will generate wrong code and render incorrect (regression)
[[interwiki_foo:]] will generate wrong code and render incorrect (regression)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.5.x
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://test.leuksman.com/index.php/2372
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-06-10 14:45 UTC by lɛʁi לערי ריינהארט
Modified: 2010-05-15 15:38 UTC (History)
1 user (show)

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


Attachments

Description lɛʁi לערי ריינהארט 2005-06-10 14:45:09 UTC
from http://bugzilla.wikimedia.org/show_bug.cgi?id=65#c19 bug 65

* [[bugzilla:]]
generates:
* http://bugzilla.wikimedia.org/show_bug.cgi?id=" title="bugzilla:">bugzilla: 

* [[wikibooks:]]
generates:
* http://en.wikibooks.org/wiki/" title="wikibooks:">wikibooks: 


At FiverAlpha the following links will fail

[[wikipedia:da:]]
[[wikipedia:de:]]
[[wikipedia:eo:]]
[[wikipedia:es:]]
[[wikipedia:ar:]]
[[wikipedia:he:]]

It seems to be the same problem as experienced at
wikipedia:en:User:Gangleri/tests/sister projects where 

: [[w:]], [[b:]], [[n:]] and [[q:]] are OK but
: [[w:en:]], [[b:en:]], [[n:en:]] and [[q:en:]] will FAIL.

Thanks for your patience and for fixing these bugs.

Best regards Reinhardt [[user:gangleri]]
Comment 1 Brion Vibber 2005-06-10 23:09:01 UTC
Looks like the URL in the <a href> isn't being armored against later URL-to-link 
conversions. Odd that it's only happening where the title portion is empty.

Doesn't happen on 1.4.
Comment 2 Brion Vibber 2005-06-11 01:56:20 UTC
Fixed in CVS HEAD.

The special-case handling of 'always-known' links was mistakenly picking up interwikis with 
blank title, and they got replaced before the external links parse step instead of having 
placeholders inserted. It now checks for that explicitly.

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


Navigation
Links