]> git.openstreetmap.org Git - rails.git/commit
- add old_relation_controller and stuff so that relation history works. fixes #557.
authorFrederik Ramm <frederik@remote.org>
Sun, 16 Mar 2008 23:16:18 +0000 (23:16 +0000)
committerFrederik Ramm <frederik@remote.org>
Sun, 16 Mar 2008 23:16:18 +0000 (23:16 +0000)
commitd0aa199e92a110c93791bcc9eeb2c691d004e87a
tree25371dbee1add8ffb2cea36c9f4ab28a90f6c5f4
parenta03c584a98f3e27eb9877121c2011393a250c9f7
- add old_relation_controller and stuff so that relation history works. fixes #557.
- minor testing fixes.
app/controllers/old_relation_controller.rb [new file with mode: 0644]
app/controllers/old_relation_member_controller.rb [new file with mode: 0644]
app/controllers/old_relation_tag_controller.rb [new file with mode: 0644]
test/functional/node_controller_test.rb
test/functional/old_relation_controller_test.rb [new file with mode: 0644]
test/functional/old_way_controller_test.rb [new file with mode: 0644]
test/functional/relation_controller_test.rb
test/test_helper.rb