Last modified: 2012-11-08 17:04: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 T43874, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41874 - One custom namespace broken after update (rendered as broken external links)
One custom namespace broken after update (rendered as broken external links)
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.20.x
All All
: High major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-08 06:35 UTC by Mark Redekop
Modified: 2012-11-08 17:04 UTC (History)
2 users (show)

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


Attachments

Description Mark Redekop 2012-11-08 06:35:57 UTC
I upgraded from 1.18.5 today to 1.20.0 after the update script finished I noticed that the links of one of my custom namespaces was broken.  All links to it are now rendered as broken external links, transclusion and links to the talk pages however still work.  This problem also only effects one of the custom namespace that i have on my wiki, the others are all completely fine.  I've also tried removing all of the extensions that i have installed but this did not help.  

Here's a link to my wiki that demonstrates the problem http://www.aiowiki.com/wiki/User:Reddo/1.20/namespace
Comment 1 Nemo 2012-11-08 12:56:29 UTC
The namespace is called news:, so it's recognized as one of the protocols accepted for external links. [[mw:Help:Links]]
I don't remember if this is something which changed recently, in any case configuring [[mw:Manual:$wgUrlProtocols]] should be enough to disable it and make internal links work.
Comment 2 Andre Klapper 2012-11-08 13:00:07 UTC
Looks like bug 29497?
Comment 3 Mark Redekop 2012-11-08 17:04:11 UTC
thanks for the help nemo, that was the problem, adding 

$wgUrlProtocols = array_diff($wgUrlProtocols, array('news:'));

fixed it for me.

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


Navigation
Links