From: Tom Hughes Date: Wed, 22 Jun 2011 21:36:43 +0000 (+0100) Subject: Merge branch 'master' into openstreetbugs X-Git-Tag: live~5905^2~144 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/7c98b41cc89068d049a18f8738276f19cd47095e?hp=-c Merge branch 'master' into openstreetbugs --- 7c98b41cc89068d049a18f8738276f19cd47095e diff --combined config/example.application.yml index dea87c247,a8ebb4d8f..eef48a7bb --- a/config/example.application.yml +++ b/config/example.application.yml @@@ -24,8 -24,6 +24,8 @@@ standard_settings: &standard_setting max_number_of_nodes: 50000 # Maximum number of nodes that can be in a way (checked on save) max_number_of_way_nodes: 2000 + # The maximum area you're allowed to request notes from, in square degrees + max_note_request_area: 25 # Zoom level to use for postcode results from the geocoder postcode_zoom: 15 # Zoom level to use for geonames results from the geocoder @@@ -71,6 -69,8 +71,8 @@@ #potlatch2_key: "" # Whether to require users to view the CTs before continuing to edit... require_terms_seen: false + # Whether to require users to agree to the CTs before editing + require_terms_agreed: false development: <<: *standard_settings diff --combined config/locales/en.yml index c619d449d,e41048d0f..5b6d575d3 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@@ -277,17 -277,6 +277,17 @@@ en download_xml: "Download XML" view_history: "view history" edit: "edit" + note: + open_title: "Unresolved issue: %{note_name}" + closed_title: "Resolved issue: %{note_name}" + created_at: "Created at:" + edited_at: "Edited at:" + closed_at: "Closed at:" + opened_by: "Opened by:" + description: "Description:" + comment_by: "Comment by: " + comment: "Comment:" + date: "Date:" changeset: changeset_paging_nav: showing_page: "Showing page %{page}" @@@ -1067,6 -1056,9 +1067,9 @@@