]> git.openstreetmap.org Git - rails.git/commit
prevent update of any object without providing the correct/current
authorChristopher Schmidt <crschmidt@crschmidt.net>
Sun, 11 May 2008 21:49:33 +0000 (21:49 +0000)
committerChristopher Schmidt <crschmidt@crschmidt.net>
Sun, 11 May 2008 21:49:33 +0000 (21:49 +0000)
commit618908319ca4cc33f4e14c2caba245cd7076829a
treea5548a28d5be7c66ca47ddd6e5ddc6e8f55493d5
parent6aa9ec599fb44589f17bebc256b52edcc2ca95b1
prevent update of any object without providing the correct/current
version as part of the XML. This affects update-only at this time:
DELETE doesn't work the same way because we don't provide the data as
part of a DELETE
app/controllers/node_controller.rb
app/controllers/relation_controller.rb
app/controllers/way_controller.rb