Tom MacWright
b1efa919cf
Add google.ru
2013-10-15 13:50:25 -04:00
Tom MacWright
ac171cab0a
Detect and dissuade stealing. Fixes #1896
2013-10-15 13:35:20 -04:00
John Firebaugh
e20a9f6734
Improve GPX related tooltips
2013-10-15 13:15:35 -04:00
John Firebaugh
a9964589fc
Add a button to trigger file browser for GPX ( fixes #1758 )
2013-10-15 13:15:35 -04:00
John Firebaugh
958c919763
Better markup structure for background
2013-10-15 12:55:03 -04:00
Aaron Lidman
3d3415b5be
Prevent 'zoom in to edit' from showing up during save success, closes #1792
...
Sets a background color, the same as the save state.
2013-10-15 11:46:24 -04:00
Aaron Lidman
27c3e4ce5d
Moved localized delete button to the label, closes #1892
2013-10-15 10:55:53 -04:00
Aaron Lidman
5523917202
Fixed radio placeholder assignment
2013-10-15 10:32:02 -04:00
Aaron Lidman
fd44a6f381
Fixes blank hover state for Structure field, closes #1891
2013-10-15 10:06:50 -04:00
Aaron Lidman
83ad33a717
Removed the remove option from radio preset
2013-10-14 17:56:02 -04:00
Aaron Lidman
7305cf379b
Add delete button to all forms, closes #1492
2013-10-14 16:41:59 -04:00
John Firebaugh
bc5bdaeb18
Omit non-OSM features from search results ( fixes #1890 )
2013-10-14 16:05:08 -04:00
John Firebaugh
8f0fc433c4
Add preventDefault for click events ( fixes #1771 )
2013-10-14 14:13:29 -04:00
Aaron Lidman
b78e396839
More opacity options
2013-10-14 12:13:18 -04:00
John Firebaugh
b51cfd5d84
Fix adding localized value before name ( #1797 )
2013-10-11 16:31:54 -07:00
John Firebaugh
2f419f789e
Disable removing incomplete relation members ( fixes #1768 )
2013-10-11 15:48:18 -07:00
John Firebaugh
696c8922c7
Fix changing localized language
2013-10-11 15:36:07 -07:00
John Firebaugh
497c80f0a5
Add translated name tag only when language and value are both present
...
Fixes #1796
Fixes #1797
2013-10-11 15:18:10 -07:00
John Firebaugh
7b09a97f6c
Remove unnecessary history save
...
The intro saves and restored the current state via toJSON/fromJSON.
2013-10-10 13:42:23 -07:00
John Firebaugh
c7f085e93f
Allow "yes" and "no" check values to be translated ( fixes #1819 )
2013-10-09 17:44:53 -07:00
John Firebaugh
b5f0ae596f
Special case 'yes' values for type fields ( #1876 )
2013-10-09 17:10:49 -07:00
John Firebaugh
20d3af5620
Ensure preset fields are consistently ordered ( #1876 )
2013-10-09 16:18:55 -07:00
John Firebaugh
7fb047a7ba
Cleanup; set correct language for pasted wikipedia links
2013-10-09 16:03:17 -07:00
John Firebaugh
965fb47680
Preserve existing Wikipedia language ( fixes #1868 )
2013-10-09 15:36:28 -07:00
John Firebaugh
ba3b53846f
Don't allow dragging of the map when the click starts in a button
...
Fixes #1869
2013-10-09 14:10:07 -07:00
John Firebaugh
47516bd650
Don't suggest adding a relation to itself ( fixes #1820 )
2013-09-30 15:14:20 -07:00
John Firebaugh
17325fde83
Use generic access value as placeholder ( fixes #1780 )
2013-09-30 13:55:06 -07:00
Minh Nguyễn
77c7091cf2
Show relation documentation for relation presets
...
See http://taginfo.openstreetmap.org/taginfo/apidoc#api_4_relation_wiki_pages
Fixes #1862 .
2013-09-30 10:35:00 -07:00
John Firebaugh
166bc5de5b
Clean up
2013-09-29 07:46:45 -07:00
John Firebaugh
4728622d87
Don't auto-save intro tutorial edits
...
Fixes #1745
Fixes #1795
2013-09-25 15:32:56 -07:00
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
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
8a215cac81
Add "Continue" operation
2013-08-28 09:30:28 -07:00
John Firebaugh
7c2698f0e2
Clean up
2013-08-27 17:09:36 -07:00
John Firebaugh
4e8cb0b97f
Pull imagery from editor-imagery-index
2013-08-27 11:07:46 -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
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
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
tyr
9a4894a328
Fix walkthrough
2013-08-24 15:23:19 +02:00
John Firebaugh
2c93e053ae
Fewer borders for localized names
...
Reduces visual clutter and fixes #1695
2013-08-23 16:51:27 -07:00
mr.Shu
f702d0c30a
Fix preset list header text after deleting search value
...
Fixes #1725
2013-08-23 14:32:30 -07: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