Commit Graph

3973 Commits

Author SHA1 Message Date
Greg Guthe
876547b1ea Fix saving comments 2013-09-09 19:22:50 -04:00
Greg Guthe
2d5ec0d77f Remove commit message save on click
Clicking the save button will blur the commit message textarea and
trigger a save.
2013-09-05 21:03:30 -04:00
Greg Guthe
b27ed806a9 Save commit message on blur 2013-09-05 21:00:11 -04:00
Greg Guthe
ba9745a6eb Save commit message on keyup
Refs: #1775
2013-09-05 00:35:38 -04:00
KathleenLD
36eb0ecd94 Updated documentation guidelines 2013-09-02 07:48:34 -07:00
KathleenLD
13a4969a93 Added link to presets documentation 2013-09-02 07:48:34 -07:00
KathleenLD
432aa1d528 Add clarification around preset icons 2013-09-02 07:48:34 -07:00
John Firebaugh
e11ab9699d Avoid consecutive identical nodes when adding a midpoint
Previously, adding a midpoint to an invalidly doubled-back
segment (aba) resulted in a self-intersection with an invalid
consecutive node (accba). Now a self-intersection is still
produced, but with only one c node (acba).

Refs #1296
2013-09-01 12:57:10 -07:00
John Firebaugh
3b16886574 Fix tests: pin happen to 0.1.2 2013-08-30 21:01:18 -07:00
KathleenLD
8b17928e83 Create arts_centre preset 2013-08-30 20:52:22 -07:00
John Firebaugh
156aa90e27 Add more turn logic 2013-08-30 19:27:21 -07:00
John Firebaugh
405a49506b Building logic for turn restrictions 2013-08-30 14:23:05 -07:00
John Firebaugh
a32ce33238 Add Way#affix 2013-08-30 13:59:29 -07:00
John Firebaugh
e911166b48 Refine cycleway preset (#1003) 2013-08-29 17:06:27 -07:00
John Firebaugh
1a166ec9b7 Suppress menu in more places 2013-08-29 14:38:42 -07:00
John Firebaugh
2197fbc25b Stop nudge when exiting move mode (fixes #1766) 2013-08-29 14:34:13 -07:00
Dmitri Goldring
74744319cc Use dictionary instead of array to prevent split changes
Changesets for a new area can be out of order, this patch
fixes an issue where they could show up in the commit confirm
as 'point, area, point(s)' instead of 'points, area'.

Fixes #1722
2013-08-29 13:11:57 -07:00
John Firebaugh
77c0b5041e Update imagery 2013-08-28 18:10:45 -07:00
John Firebaugh
6a3d62e57c Fix tests 2013-08-28 11:01:16 -07:00
John Firebaugh
f549e289cf Refine entrance presets (fixes #1757) 2013-08-28 10:05:50 -07:00
John Firebaugh
72bc3a5476 Move up maxspeed field (fixes #1763) 2013-08-28 09:42:29 -07:00
John Firebaugh
0af10eec27 Add continue icon 2013-08-28 09:30:28 -07:00
John Firebaugh
8a215cac81 Add "Continue" operation 2013-08-28 09:30:28 -07:00
John Firebaugh
57cfe50ec7 Support {-y} notation 2013-08-27 17:28:28 -07:00
John Firebaugh
7c2698f0e2 Clean up 2013-08-27 17:09:36 -07:00
John Firebaugh
56a12349a2 Tweak multi-select documentation
Fixes #1302
2013-08-27 12:37:44 -07:00
John Firebaugh
163c85bacb Delete relations that become empty
Fixes #465
Fixes #1454
2013-08-27 12:27:11 -07:00
John Firebaugh
e5c1944e37 Fix tests 2013-08-27 11:46:24 -07:00
John Firebaugh
250bfdad27 Fix toilet access field (fixes #1754) 2013-08-27 11:41:34 -07:00
John Firebaugh
ffa3997fdd Add translation in correct place 2013-08-27 11:41:05 -07:00
John Firebaugh
e30531277d Support polygon imagery bounds
Fixes #768
2013-08-27 11:25:11 -07:00
John Firebaugh
4e8cb0b97f Pull imagery from editor-imagery-index 2013-08-27 11:07:46 -07:00
John Firebaugh
20cf935c46 Optimize iD.svg.Labels 2013-08-26 16:33:03 -07:00
John Firebaugh
f3c6f3eca4 Optimize use of iD.svg.Points.points 2013-08-26 15:54:58 -07:00
John Firebaugh
30f68c4ef9 Insert areas in sorted order
Fixes #1693
2013-08-26 15:27:57 -07:00
John Firebaugh
0a23c395ed Cache GeoJSON transient 2013-08-26 15:20:32 -07:00
John Firebaugh
7215e91ff2 Ensure asGeoJSON returns winding orders expected by D3 2013-08-26 14:39:08 -07:00
John Firebaugh
539a8520b4 Use d3.geo.area 2013-08-26 14:38:09 -07:00
John Firebaugh
28d12a831b Merge pull request #1746 from tyrasd/patch-walkthrough-retry-preset
walkthrough: handle wrongly selected road type
2013-08-25 18:39:05 -07:00
tyr
afc28fc3dc walkthrough: handle wrongly selected road type
Currently, when one selects a road type other than residential, the walkthrough gets stuck. This adds an additional step for this case and tells the user to redo the preset selection.
2013-08-24 22:42:04 +02:00
John Firebaugh
2e5b0de6d6 Merge pull request #1744 from tyrasd/patch-walkthrough-lines-tooltip
Fixes some walkthrough glitches
2013-08-24 10:46:16 -07:00
John Firebaugh
1cdc4bc79d Remove duplicate style 2013-08-24 09:53:51 -07:00
John Firebaugh
b328c6da3c Update translation in correct place 2013-08-24 09:53:24 -07:00
tyr
8c2fb92dad add missing context parameter to call of intro.pad() in method retry() for incomplete way drawings 2013-08-24 18:51:21 +02:00
tyr
7a1a97975e walkthrough: increase timeout for revealing road subgrid
200ms seems to be too low, because the fade-in transition seems to take 250ms and an the unfinished animation can cause troubles.
this fixes #1742
2013-08-24 18:29:38 +02:00
John Firebaugh
e343fc51a7 1.1.6 2013-08-24 09:21:05 -07:00
John Firebaugh
f51e9e26bd Update translations 2013-08-24 09:19:22 -07:00
John Firebaugh
0bec35fd8c Adjust for small screen 2013-08-24 09:11:29 -07:00
John Firebaugh
5217f7a34f Fix walkthrough on Firefox (#1743) 2013-08-24 09:08:17 -07:00
tyr
00310b3bb4 walkthrough: use correct css class for intro message of the "lines" chapter 2013-08-24 18:00:26 +02:00