Quincy Morgan
abf75bdd98
Don't use HTML on page title
2020-09-16 08:40:02 -04:00
Quincy Morgan
3df84d3aee
Add lang attribute for iD's locale to its container
2020-09-16 08:29:07 -04:00
Quincy Morgan
32f8274929
Make t function return a span element with a lang attribute unless html: false is specified in the options (re: #7963 )
...
Update `text` functions to `html` to support inserting the `span` elements
Specify `html: false` for various instances where a `span` is not desired, e.g. `placeholder` and `title` attributes
2020-09-15 21:56:22 -04:00
Quincy Morgan
7aa6c1d1a3
Fix infinite recursion error for en-US
2020-09-15 18:27:26 -04:00
Quincy Morgan
9a3835a180
Merge branch 'develop' of github.com:openstreetmap/iD into develop
2020-09-15 18:15:05 -04:00
Quincy Morgan
1969e6ef68
Update API documentation for multiple locale values (re: #7996 )
2020-09-15 18:14:57 -04:00
Quincy Morgan
e5a20dfd33
Update ACCESSIBILITY.md
2020-09-15 18:06:03 -04:00
Quincy Morgan
0d956b4071
Update ACCESSIBILITY.md
2020-09-15 18:05:17 -04:00
Quincy Morgan
a9979f6534
Fallback to the user's preferred locales instead of immediately to English ( close #7996 )
2020-09-15 17:56:13 -04:00
Quincy Morgan
4e719d7c60
Merge pull request #7995 from openstreetmap/coord-search
...
Fix GPS coordinate searches returning OSM elements
2020-09-15 16:11:42 -04:00
Quincy Morgan
7ab9f268d9
Don't fetch the English strings if the preferred locale has 100% coverage ( close #7994 )
2020-09-15 16:09:08 -04:00
SilentSpike
42f0b3dcd1
Fix GPS coordinate searches returning OSM elements
...
Simply let a loction search match take priority over an ID pattern
match
2020-09-15 20:51:32 +01:00
Quincy Morgan
2d8e5c6b7d
Fix lint errors
2020-09-15 15:26:44 -04:00
Quincy Morgan
8ecada3b79
Move languageNames and scriptNames data to the individual locale files instead of always loading them via locales.json (re: #7994 )
2020-09-15 14:41:56 -04:00
Quincy Morgan
879614ffa3
Update ACCESSIBILITY.md
2020-09-15 12:02:06 -04:00
Quincy Morgan
70ec5c6067
Update ACCESSIBILITY.md
2020-09-15 12:00:35 -04:00
Quincy Morgan
ecb8ff534e
Use alt/option instead of ctrl/cmd as the modifier for zooming or panning by a lot ( close #7976 )
2020-09-15 11:56:53 -04:00
Quincy Morgan
295a50456a
Don't cache locale info in measurement panel
2020-09-15 11:35:11 -04:00
Quincy Morgan
f28d41b44e
Localize the format of numbers in translated strings ( close #7993 )
2020-09-15 11:34:56 -04:00
Quincy Morgan
007cc1da54
Update ACCESSIBILITY.md
2020-09-15 11:05:19 -04:00
Quincy Morgan
ced74048e7
Merge pull request #7991 from openstreetmap/translatable-plurals
...
Support language-specific pluralization
2020-09-15 10:33:10 -04:00
Quincy Morgan
a1c2b7f73d
Support language-specific pluralization (re: #597 , #4964 )
2020-09-14 17:21:00 -04:00
Quincy Morgan
ab07064544
Update CONTRIBUTING.md
...
Update label info
2020-09-14 13:51:56 -04:00
Quincy Morgan
5ddcfb0ced
Add parameter to specify which way should keep the history when splitting ways (re: #7795 )
...
Fix code tests
2020-09-14 11:27:20 -04:00
Quincy Morgan
95dee987cb
Enable the corresponding photo overlay layer when specifying a photo from that service via the URL (re: #6398 )
2020-09-14 11:01:35 -04:00
Quincy Morgan
23c759fa98
Fix syntax error and add derived data for #7986 and #7987
2020-09-14 10:13:55 -04:00
Quincy Morgan
31ef69bd63
Merge pull request #7986 from TheAdventurer64/patch-1
...
Added grocery store search terms
2020-09-14 10:11:36 -04:00
Quincy Morgan
4617bbb49b
Merge pull request #7987 from TheAdventurer64/patch-2
...
Added search terms for Bubble Tea Cafe.
2020-09-14 10:11:16 -04:00
Quincy Morgan
99c75b8f65
Keep the way history on the longer result when splitting a way ( close #7795 )
2020-09-14 10:01:47 -04:00
Quincy Morgan
21c86c6d6d
Re-add reading of mapillary image from URL (re: #7885 , #6398 )
2020-09-13 17:09:35 -04:00
Quincy Morgan
9510578107
Merge branch 'mapillary-update' into develop
...
# Conflicts:
# modules/services/mapillary.js
# modules/svg/mapillary_map_features.js
# modules/svg/mapillary_signs.js
2020-09-13 16:34:25 -04:00
Quincy Morgan
bde604921b
Fix lint warning
2020-09-13 16:00:21 -04:00
Quincy Morgan
4050940268
Lazy load photo overlay resources ( close #7982 )
2020-09-13 11:52:37 -04:00
Quincy Morgan
f6c45e64b2
Update cassettes spelling ( close #7967 )
2020-09-11 15:16:06 -04:00
Quincy Morgan
54818a3b3d
Make background filter option sliders full width
2020-09-11 15:06:01 -04:00
Quincy Morgan
0bfc154b74
Support a wider range of background filter values
2020-09-11 14:59:59 -04:00
Quincy Morgan
e0b81708b5
Remove sidebar key trap ( close #7770 )
2020-09-11 14:39:29 -04:00
Quincy Morgan
546de3d22e
Fix lint error
2020-09-11 14:38:17 -04:00
Quincy Morgan
c4fcb23a30
Fix issue where tab-focusing off the preset list would unexpectedly navigate to the entity editor (re: #7770 )
...
Make offscreen inspector panes display:hidden
2020-09-11 14:30:42 -04:00
Quincy Morgan
5c18d46f9d
Merge pull request #7980 from bjornstar/no-forced-reflow-textarea
...
[Performance] Calculate height of the textarea instead of letting the browser do it
2020-09-11 13:39:25 -04:00
Quincy Morgan
e47cf5453c
Update ACCESSIBILITY.md
2020-09-11 13:13:40 -04:00
Quincy Morgan
bbd291ed92
Merge pull request #7979 from openstreetmap/dynamic-text-sizes-7965
...
Make the UI scalable for text-only browser zoom
2020-09-11 13:05:04 -04:00
Quincy Morgan
2e9b8acef6
Fix some RTL layout issues
2020-09-11 13:00:10 -04:00
Quincy Morgan
868c0a380b
Improve dynamic text scaling in the imagery offset control
2020-09-11 12:51:44 -04:00
Quincy Morgan
7165350a9b
Fix combo caret alignment
2020-09-11 12:19:47 -04:00
Quincy Morgan
992443753b
Make the scale bar text scale with dynamic text sizes
2020-09-11 11:34:52 -04:00
Quincy Morgan
046794214f
Further progress on #7965
2020-09-11 11:09:38 -04:00
Bjorn Stromberg
d5159dcfa0
[Performance] Calculate height instead of letting the browser do it
2020-09-11 23:21:41 +09:00
Quincy Morgan
efe82822b7
Update ACCESSIBILITY.md
2020-09-10 16:29:20 -04:00
Quincy Morgan
42efdf29f1
More progress on #7965
2020-09-10 15:03:18 -04:00