openhatch

Issue722

Title non web URI such as irc://irc.freenode.org in contact info get http:// prepended
Milestone Priority bug
Waiting On Status chatting
Superseder Nosy List Wraithan, paulproteus
Assigned To Wraithan Keywords

Created on 2012-03-31.05:21:12 by Wraithan, last changed 2012-03-31.05:49:30 by Wraithan.

Messages
msg3166 (view) Author: Wraithan Date: 2012-03-31.05:49:30
Part of this bug will be that the urlize function used from django (
https://docs.djangoproject.com/en/1.3/ref/templates/builtins/#urlize ) will only
act on things prefixed a certain way. An implementation that can find any type
of URI will be needed to fullfil the requirement of this issue.
msg3165 (view) Author: Wraithan Date: 2012-03-31.05:21:11
I mentioned in my contact info that my IRC nick is Wraithan on
irc://irc.freenode.net as there is a field for IRC nick but not server so I felt
I'd add the specific server in my contact me. I found that it prepended http://
resulting in http://irc://irc.freenode.net

Contact me should only prepend if a URI doesn't have a protocol component.
History
Date User Action Args
2012-03-31 05:49:30Wraithansetstatus: unread -> chatting
messages: + msg3166
2012-03-31 05:21:12Wraithancreate