openstreetmap / trac-tickets

Archived Trac Tickets
1 stars 1 forks source link

Turn URLs in tag values into links in the data browser #1855

Closed openstreetmap-trac closed 3 years ago

openstreetmap-trac commented 3 years ago

Reporter: dan[at]karran.net [Submitted to the original trac issue database at 1.29pm, Sunday, 24th May 2009]

A number of tags often hold URLs to related information (e.g. many linking to wikipedia entries) but these aren't converted into links when browsing the data through the browser pages (e.g. [http://www.openstreetmap.org/browse/node/283519523 Castletown]). It'd be nice if these could be converted into links to assist users (and search engines).

I appreciate there could be some concerns about spam when automatically linking anything, so perhaps this ought to be restricted to http://*.wikipedia.org/* links for now?

openstreetmap-trac commented 3 years ago

Author: dan[at]karran.net [Added to the original trac issue at 10.18pm, Tuesday, 26th May 2009]

Adding a quick patch to turn all URLs in tag values into links. Does it also need to be passed through sanitize(), and should it be any more restrictive, or should we be as trusting here as we are in people's profiles and diary entries?

openstreetmap-trac commented 3 years ago

Author: tom[at]compton.nu [Added to the original trac issue at 10.48pm, Tuesday, 26th May 2009]

If you're going to get rid of the h() invocation (and I think you have to drop that) then yes, you absolutely must run it through sanitize instead.

To be clear to anybody else reading this ticket, this patch MUST NOT be committed as it currently stands.

openstreetmap-trac commented 3 years ago

Author: dan[at]karran.net [Added to the original trac issue at 11.42pm, Wednesday, 27th May 2009]

Updated patch attached.

openstreetmap-trac commented 3 years ago

Author: tomhughes [Added to the original trac issue at 11.27am, Saturday, 30th May 2009]

(In [15329]) Make links in tags active in the data browser. Fixes #1855.