openstreetmap-website/app/controllers
Frederik Ramm fb912fba71 this is kind of a "suggested change" for the API controller to
support an additional "restriction" parameter for the "map" 
call (only value currently supported: nodes_only to return only
nodes). i would have liked to implement "tagged_nodes_only" as
well but was unsure how to do that best. feel free to make up 
some other way instead to improve node access for POI editors,
or drop this altogether if you have some other grand plan.
2009-12-14 21:29:00 +00:00
..
amf_controller.rb Move render :text to write out each result as it's received, rather than assembling them into a big array and writing this at the end. Theoretically this should permit streaming, but Rails appears not to be that clever. Nonetheless it reduces memory usage when assembling a big bunch of getways and that has to be worthwhile 2009-10-20 22:14:32 +00:00
api_controller.rb this is kind of a "suggested change" for the API controller to 2009-12-14 21:29:00 +00:00
application_controller.rb Add :warning and :error flash messages which can be styled separately to 2009-11-01 13:07:46 +00:00
browse_controller.rb Change the feature commited in [16174] to use the main map view 2009-06-27 15:34:26 +00:00
changeset_controller.rb Change the way that the changeset parsing is done, so that it is in line with the nodes/ways/relations and gives much nicer error messages. Adding some tests too to back up those changes. 2009-12-06 02:13:30 +00:00
changeset_tag_controller.rb Sort out storage and use of user preferred languages. 2009-05-31 14:55:45 +00:00
diary_entry_controller.rb Make diary comment creation work again. 2009-11-15 11:00:54 +00:00
export_controller.rb Sort out storage and use of user preferred languages. 2009-05-31 14:55:45 +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 Refactor nominatim translation a bit more. 2009-11-24 14:02:08 +00:00
message_controller.rb Add :warning and :error flash messages which can be styled separately to 2009-11-01 13:07:46 +00:00
node_controller.rb Merging 16820:16891 from trunk. 2009-08-06 16:24:39 +00:00
oauth_clients_controller.rb Cleanup some of the oauth stuff: 2009-08-19 07:59:15 +00:00
oauth_controller.rb Fixed bug when oauthorizing with a token which no longer exists (merged 17416 from oauth branch). 2009-09-01 10:25:53 +00:00
old_node_controller.rb Move to version 2.3.2 of rails. 2009-06-04 08:08:24 +00:00
old_relation_controller.rb Move to version 2.3.2 of rails. 2009-06-04 08:08:24 +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 Move to version 2.3.2 of rails. 2009-06-04 08:08:24 +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 Revert r16046. 2009-06-23 02:48:38 +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 Optimise retrieval of full relations. 2009-05-15 09:10:50 +00:00
site_controller.rb Adding 'shortlink' functions which will allow URLs like http://osm.org/go/XXXX suitable for use in twitter, etc... 2009-06-25 23:31:53 +00:00
swf_controller.rb Potlatch 1.3 2009-11-23 01:04:02 +00:00
trace_controller.rb Add ability to take GPX storage offline. 2009-12-12 13:06:56 +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_blocks_controller.rb Add :warning and :error flash messages which can be styled separately to 2009-11-01 13:07:46 +00:00
user_controller.rb Add :warning and :error flash messages which can be styled separately to 2009-11-01 13:07:46 +00:00
user_preference_controller.rb Revert r16046. 2009-06-23 02:48:38 +00:00
user_roles_controller.rb Add :warning and :error flash messages which can be styled separately to 2009-11-01 13:07:46 +00:00
way_controller.rb 5 character patch to only output duplicated nodes once in a way/full call 2009-09-29 02:55:35 +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