Opened 4 years ago
Closed 4 years ago
#20838 closed task (fixed)
convert links to "osm:source:" to "source:osm"
Reported by: | skyper | Owned by: | stoecker |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Wiki content | Version: | |
Keywords: | svn osm internal source macro | Cc: | stoecker |
Description (last modified by )
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:
but not with 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)]]
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.
Attachments (0)
Change History (5)
comment:1 by , 4 years ago
Resolution: | → othersoftware |
---|---|
Status: | new → closed |
comment:2 by , 4 years ago
Oh, sorry, I was wrong and thought that OSM SVN is not running anymore. I thought, both links should point to the JOSM OSM SVN but that is not true.
comment:3 by , 4 years ago
Description: | modified (diff) |
---|---|
Keywords: | svn osm internal added; Image svg removed |
Resolution: | othersoftware |
Status: | closed → reopened |
Summary: | Inconsitency with svg image from osm source and Image() macro → convert links to "osm:source:" to "source:osm" |
Type: | defect → task |
Replying to skyper:
Oh, sorry, I was wrong and thought that OSM SVN is not running anymore. I thought, both links should point to the JOSM OSM SVN but that is not true.
Why do we use these external paths to the outdated source anyway? Please, change the path to the internal source. I changed the ticket, accordingly.
comment:4 by , 4 years ago
Cc: | added |
---|---|
Component: | Trac → Wiki content |
@stoecker:
After your wiki changes the last days. Is this fixed?
comment:5 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I believe so. If I didn't overlook a link type.
Well, report it to trac. Nothing I can do about this.