Last modified: 2010-05-15 15:38:11 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]]
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.
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.