Opened 17 years ago
Closed 14 years ago
#1045 closed enhancement (fixed)
Allow to revert to older states using history function
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | malenki, jajcus@…, Gubaer |
Description
Steps to reproduce:
- Alt+H
- select node
- click refresh in the history window: says not implemented.
Attachments (1)
Change History (8)
comment:1 by , 17 years ago
comment:2 by , 16 years ago
Cc: | added |
---|
Yeah… and now, with the 0.6 API this feature is possible to implement.
comment:3 by , 16 years ago
Cc: | added |
---|---|
Summary: | History function not implemented → [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 by , 16 years ago
Summary: | [Patch] History function not implemented → History function not implemented |
---|
Patch in r1586.
comment:5 by , 16 years ago
Summary: | History function not implemented → Allow to revert to older states using history function |
---|---|
Type: | defect → enhancement |
Now in r1709 we have history display. The next task is to use this for vandalism revert.
comment:6 by , 14 years ago
Cc: | added |
---|
Meanwhile it is possible to revert changesets using the reverter plugin.
my2C
malenki
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'm missing this one too!