Opened 5 years ago
Closed 2 years ago
#1045 closed enhancement (fixed)
Allow to revert to older states using history function
| Reported by: | anonymous | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: | josmbugs@…, jajcus@…, karl.guggisberg@… |
Description
Steps to reproduce:
- Alt+H
- select node
- click refresh in the history window: says not implemented.
Attachments (1)
Change History (8)
comment:1 Changed 5 years ago by schusch
comment:2 Changed 4 years ago by jajcus@…
- Cc jajcus@… added
Yeah… and now, with the 0.6 API this feature is possible to implement.
comment:3 Changed 4 years ago by Gubaer
- Cc karl.guggisberg@… added
- Summary changed from History function not implemented to [Patch] History function not implemented
There's a work around:
- select a node, way, or relation
- press Ctrl H or select Tools -> History of element
This will redirect you to the browse page for the selected OSM primitive on the OSM server.
There's one problem, though: the redirection URL is currently hard coded. See attachement for a patch. It derives the redirection URL from the API base URL. If you work with http://api06.dev.openstreetmap.org/api this will redirect you to http://api06.dev.openstreetmap.org/browse, not to http://www.openstreetmap.org/browse
comment:4 Changed 4 years ago by stoecker
- Summary changed from [Patch] History function not implemented to History function not implemented
Patch in r1586.
comment:5 Changed 4 years ago by stoecker
- Summary changed from History function not implemented to Allow to revert to older states using history function
- Type changed from defect to enhancement
Now in r1709 we have history display. The next task is to use this for vandalism revert.
comment:6 Changed 2 years ago by malenki
- Cc josmbugs@… added
Meanwhile it is possible to revert changesets using the reverter plugin.
my2C
malenki
comment:7 Changed 2 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed



I'm missing this one too!