]> git.openstreetmap.org Git - rails.git/commit
api06: Fix diff uploading (still doesn't give a useful response):
authorGabriel Ebner <gabriel@svn.openstreetmap.org>
Sun, 4 May 2008 15:16:58 +0000 (15:16 +0000)
committerGabriel Ebner <gabriel@svn.openstreetmap.org>
Sun, 4 May 2008 15:16:58 +0000 (15:16 +0000)
commit6ebb7045fe53d831502f054cf5007843e023d094
tree9b4c7ae5b16d44e3bbfe0fa42c3b284d77f25603
parente7e5ae7aaab85222b0cc6677d483b8027a47844f
api06: Fix diff uploading (still doesn't give a useful response):
Modification and deletion works fine now.  Rollback also works apparently.
Just auto increment doesn't get reset.
app/controllers/changeset_controller.rb
app/controllers/node_controller.rb
app/controllers/relation_controller.rb
app/controllers/way_controller.rb
app/models/node.rb
app/models/relation.rb
app/models/way.rb