﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20838	"convert links to ""osm:source:"" to ""source:osm"""	skyper	stoecker	"Sorry, I was wrong. The problem is that OSM SVN might be outdated and trac should use the internal source.
E.g. all occurrences of `osm:source:` should be replaced with `source:/osm`.

A side effect would be a speed up because of internal image sources.

> There seems to be some inconsistency in with `[[Image()]]` macro and the interlinks to source: >
>
> Following works with png:
> ||  [[Image(source:osm/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]  > || `[[Image(source:osm/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]` > ||
> ||  [[Image(osm:source:/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]  > || `[[Image(osm:source:/applications/editors/josm/plugins/HouseNumberTaggingTool/images/home-icon32.png)]]` ||

> but not with svg:
> ||  [[Image(source:osm/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]  || `[[Image(source:osm/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]` ||
> ||  [[Image(osm:source:/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]  || `[[Image(osm:source:/applications/editors/josm/plugins/reverter/images/revert-changeset.svg)]]` ||

> The macro should use the source in both ways and not link to the source code of the image. It is an Image macro and I do not need it if I want to link to the source code."	task	closed	normal		Wiki content		fixed	svn osm internal source macro	stoecker
