openstreetmap-website/app/controllers
2008-10-13 17:50:15 +00:00
..
amf_controller.rb Potlatch 0.10b 2008-07-31 22:48:12 +00:00
api_controller.rb additional consistency checks. making the error message for the number of nodes use the configured number of nodes, rather than a hard coded number. minor improvements to the way controller functional tests. Not sure if they should be turned into integration tests. 2008-10-12 22:32:51 +00:00
application.rb Doing a resync from mainline 8633:10895. There was one simple to resolve conflict on app/models/node.rb. Also moving the migrations for API0.6 to new sequence numbers since there was some new migrations added to mainline, where the migration numbers would conflict if not moved. 2008-09-25 15:06:05 +00:00
browse_controller.rb fixing the data browser to be able to cope with the changeset change. changeset browsing still needs to be implemented. Also giving a nice error message for 404 not found instead of rendering nothing. 2008-10-13 12:08:26 +00:00
changeset_controller.rb fix indentation. Get teh api version from the constant, rather than hard coding it. Using right save method, so that exception is thrown. Some comment questions. 2008-10-10 18:24:07 +00:00
changeset_tag_controller.rb initial changeset support 2008-05-04 10:41:42 +00:00
diary_entry_controller.rb Add basic support for logically deleting a user. 2008-08-24 16:53:42 +00:00
export_controller.rb Rework AJAX stuff to work on IE. 2008-04-18 22:12:50 +00:00
friend_controller.rb added messaging and friend stuff that wasn't checked in 2007-05-06 10:36:06 +00:00
geocoder_controller.rb Tweak the namefinder results a bit more. 2008-04-10 08:07:09 +00:00
message_controller.rb Backout message deletion functionality as it has unfortunate side effects 2008-05-06 16:35:24 +00:00
node_controller.rb Added a bunch more tests on the API 0.6. Fixed node/way/relation from_xml code to disallow duplicate tag keys. 2008-10-13 17:50:15 +00:00
old_node_controller.rb adding the controller code to be able to get a specific version of a node, way or relation. Add some node checks on update. Some code indentation cleanup. 2008-10-08 18:03:41 +00:00
old_relation_controller.rb adding the controller code to be able to get a specific version of a node, way or relation. Add some node checks on update. Some code indentation cleanup. 2008-10-08 18:03:41 +00:00
old_relation_member_controller.rb - add old_relation_controller and stuff so that relation history works. fixes #557. 2008-03-16 23:16:18 +00:00
old_relation_tag_controller.rb - add old_relation_controller and stuff so that relation history works. fixes #557. 2008-03-16 23:16:18 +00:00
old_way_controller.rb adding the controller code to be able to get a specific version of a node, way or relation. Add some node checks on update. Some code indentation cleanup. 2008-10-08 18:03:41 +00:00
old_way_node_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
old_way_tag_controller.rb rails way bits 2006-11-27 10:35:10 +00:00
relation_controller.rb Creating consistency check for creation of nodes, way and relations. Moving some creation code from the controller to the model, and adding error handling on create errors. 2008-10-13 15:39:21 +00:00
relation_member_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
relation_tag_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
search_controller.rb removed require ruby-debug line 2008-01-22 16:56:13 +00:00
site_controller.rb Remove unused method. 2008-04-17 17:47:35 +00:00
swf_controller.rb Potlatch 0.10c... part two 2008-09-20 12:07:48 +00:00
trace_controller.rb Add basic support for logically deleting a user. 2008-08-24 16:53:42 +00:00
tracepoint_controller.rb various gpx bits 2006-12-01 15:59:13 +00:00
tracetag_controller.rb add tags to gpx files 2006-12-06 17:10:59 +00:00
user_controller.rb Run web authorisation for all non-api requests. Closes #1152. 2008-09-07 15:07:44 +00:00
user_preference_controller.rb Go back to using user_id+k as the primary key for user preferences but 2008-05-04 11:18:38 +00:00
way_controller.rb Fixed up way controller tests for API 0.6. 2008-10-13 15:40:32 +00:00
way_node_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
way_tag_controller.rb fixes for search 2007-04-07 19:07:45 +00:00