Commit Graph

106 Commits

Author SHA1 Message Date
John Firebaugh 3399646aee Open details in new tab (fixes #1732) 2013-08-23 15:20:31 -07:00
John Firebaugh fecaac029b Update translations 2013-08-23 14:32:46 -07:00
Bryce Nesbitt 86d1baf00f Add Ranger Station preset 2013-08-23 11:15:28 -07:00
AJ Ashton 5f0fbae5e1 Add terms for tourism=artwork (mural, sculpture, statue) 2013-08-23 13:29:32 -04:00
John Firebaugh e3b712e06b Reduce prominence of share links, add G+ 2013-08-22 15:39:32 -07:00
John Firebaugh b5bd015cc2 Add help topic on relations
Fixes #1708
2013-08-22 13:32:19 -07:00
John Firebaugh 5158782f34 Fix unsupported message (fixes #1720) 2013-08-22 12:57:31 -07:00
John Firebaugh 0180367399 Refactor BackgroundSource 2013-08-22 12:53:57 -07:00
John Firebaugh 57371ed515 Refine toilet preset
Fixes #1697
2013-08-21 16:41:06 -07:00
John Firebaugh 6deb663b91 Update translations 2013-08-15 14:50:26 -07:00
John Firebaugh 9b84a0874b After editing, give a sense when map is updated
Fixes #1660
2013-08-13 15:49:03 -07:00
John Firebaugh 1b65034045 Clarify undo/redo tooltips (fixes #1670) 2013-08-13 15:23:25 -07:00
Jóhannes Birgir Jensson 31e0d83ca1 Add emergency=fire_hydrant preset (fixes #1674) 2013-08-13 13:19:00 -07:00
John Firebaugh 4dad690a01 Refine power=generator preset (fixes #1675) 2013-08-13 13:06:13 -07:00
John Firebaugh 1deed79cbb Add leisure=track preset (fixes #1683) 2013-08-13 12:50:41 -07:00
John Firebaugh 5e21f84668 Update translations 2013-08-12 13:16:07 -07:00
John Firebaugh 59907f8949 Update translations 2013-08-09 10:48:26 -07:00
John Firebaugh 172898bec2 Build 2013-08-06 14:27:35 -07:00
John Firebaugh 97bae43ac7 Update translations 2013-08-06 13:55:36 -07:00
John Firebaugh 369ba567c9 Better search fail state (fixes #1655) 2013-07-29 16:50:27 -07:00
Saman Bemel-Benrud 533071a558 adding alert icon. 2013-07-29 18:32:42 -04:00
Saman Bemel-Benrud 07ab386618 fixed broken sprite 2013-07-29 15:56:29 -04:00
Saman Bemel-Benrud 97a9888c1c fixed svg problem. 2013-07-29 15:51:55 -04:00
John Firebaugh 11e2f1d1fe Merge geocoder into feature search UI 2013-07-25 19:24:07 -07:00
John Firebaugh f579795dee Display features in sidebar list only on search (#1629) 2013-07-25 14:58:20 -07:00
John Firebaugh 266687b515 Black icons in sprite 2013-07-25 14:48:04 -07:00
John Firebaugh 5b6632147f Add more building presets
Fixes #1616
2013-07-22 15:39:41 -07:00
John Firebaugh e8d924aab0 Add ability to create a new relation (fixes #1576) 2013-07-22 15:13:21 -07:00
John Firebaugh 26cab408e8 Add dog park preset (fixes #1638) 2013-07-22 10:34:32 -07:00
John Firebaugh 6f07acb6f6 Update translations 2013-07-18 17:54:46 -07:00
John Firebaugh 0d2345a4a2 Add presets (#1617) 2013-06-29 16:02:53 -04:00
Saman Bemel-Benrud 7b46ccbb65 minor refinements. 2013-06-20 17:55:54 -04:00
Saman Bemel-Benrud d4582e03bf fix translation. 2013-06-20 17:52:50 -04:00
Saman Bemel-Benrud 810f07d563 Adding relations icons. 2013-06-20 13:29:03 -04:00
John Firebaugh 21fa8c9c5d Prevent merging over restriction relations (#1512) 2013-06-18 14:25:10 -07:00
John Firebaugh 5ee24ec623 Update translations 2013-06-16 20:10:44 -07:00
John Firebaugh 3861879f62 Remove Connection#user and always use #userDetails
Because the embedded iD does not show the account
UI, Connection#userDetails was not being called, so
the commit UI didn't show the user name and image.

Fixes #1464
2013-06-14 13:06:13 -07:00
John Firebaugh d60cc019f6 Add terms for Buddhist place of worship
Suggested by @shangkuanlc
2013-06-12 19:29:41 -07:00
John Firebaugh ca4a524268 Add preset for Buddhist place of worship (#1586) 2013-06-12 17:16:47 -07:00
John Firebaugh 4b4f20461d Interpolate "Cafe" and "Playground" translations (fixes #1578) 2013-06-06 12:56:39 -07:00
John Firebaugh 4b41378acb Update translations 2013-06-05 16:58:03 -07:00
John Firebaugh 467d01d339 First pass at "Add to Relation" (#1539) 2013-06-05 11:22:00 -07:00
John Firebaugh 36e1d8f1f3 Add admin boundary relation preset 2013-06-05 10:25:17 -07:00
John Firebaugh 3d27a68f4a Add fields to relation presets 2013-06-04 10:59:02 -07:00
John Firebaugh a1d7d05155 Feature List (#1545) 2013-06-04 10:37:24 -07:00
John Firebaugh a90a1a654c Add Route Master preset 2013-06-04 10:37:08 -07:00
John Firebaugh 3981279747 Fix member list redraws
d3 does not store the keys produced by a data bind -- it
recomputes them on the fly. The key function that was used
referred to `entity`, with the intent that rows referring
to the previous entity would wind up in the exit selection.
But since the key is recomputed for the existing bindings,
and at that point `entity` refers to the new entity, that
portion of the key effectively always matched.

While here, fix deletion of incomplete members (don't know
what the geometry is, so can't do geometry-specific annotations).

Fixes #1548.
2013-05-30 11:45:02 -07:00
John Firebaugh 6439bdc48c Shorten "Zoom in" text, don't hide it on narrow screens
Fixes #1477.
2013-05-29 19:54:41 -07:00
John Firebaugh a7e2bc43c1 Add Address preset (#1524) 2013-05-29 19:02:33 -07:00
John Firebaugh 8c2c5357c7 Fix typo, localize 2013-05-29 16:10:57 -07:00