Last modified: 2013-07-08 23:18:39 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 T52914, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 50914 - New URI schemes do not work
New URI schemes do not work
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-07 23:32 UTC by Gadget850
Modified: 2013-07-08 23:18 UTC (History)
4 users (show)

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


Attachments

Description Gadget850 2013-07-07 23:32:50 UTC
MediaWiki 1.22/wmf5 added several URI schemes (ftps, ssh, sftp, xmpp, sip, sips, tel, sms, bitcoin, magnet, urn, and geo) in git #a89d623. These were added to DefaultSettings.php. The problem is that these URI schemes are still not recognized.
Comment 1 Sam Reed (reedy) 2013-07-07 23:35:36 UTC
Because we override it in InitialiseSettings.php

'wgUrlProtocols' => array(
	'default' => array(
		'http://',
		'https://',
		'ftp://',
		'irc://',
		'ircs://',  // @bug 28503
		'gopher://',
		'telnet://', // Well if we're going to support the above.. -ævar
		'nntp://', // @bug 3808 RFC 1738
		'worldwind://',
		'mailto:',
		'news:',
		'svn://',
		'git://',
		'mms://',
		'//', // for protocol-relative URLs
	),
	'+wikivoyage' => array( 'tel:' ),
),
Comment 2 Gerrit Notification Bot 2013-07-07 23:38:19 UTC
Change 72471 had a related patch set uploaded by Reedy:
Remove $wgUrlProtocols overrides

https://gerrit.wikimedia.org/r/72471
Comment 3 Gadget850 2013-07-07 23:41:30 UTC
I rather figured there was another setting someplace.
Comment 4 Gerrit Notification Bot 2013-07-08 15:39:59 UTC
Change 72471 merged by jenkins-bot:
Remove $wgUrlProtocols overrides

https://gerrit.wikimedia.org/r/72471
Comment 5 Sam Reed (reedy) 2013-07-08 23:18:39 UTC
Fixed earlier today

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


Navigation
Links