16273 Commits

Author SHA1 Message Date
Quincy Morgan 792a5cd323 Apply hovering to style to more elements when focused 2020-09-17 13:39:59 -04:00
Quincy Morgan af1cb3e7ba Fix issue where logged in account link on standalone iD wasn't active 2020-09-17 12:50:30 -04:00
Quincy Morgan dea0a0afd6 Make links use the hover color when focused (re: #8004) 2020-09-17 12:46:14 -04:00
Quincy Morgan 2c96f56440 Make the document order of the footer items the same as the appearance order (re: #8004) 2020-09-17 12:45:48 -04:00
Quincy Morgan 58014ace62 Don't prevent default tabbing to elements (re: #8004) 2020-09-17 12:07:20 -04:00
Quincy Morgan d88d599f2c Don't add undefined class to button 2020-09-17 11:33:46 -04:00
Quincy Morgan 6e4697877f Update ACCESSIBILITY.md 2020-09-17 11:19:17 -04:00
Quincy Morgan 673ea19b46 Fix issue where Safari 14 wouldn't always autofocus the preset list (close #8003) 2020-09-17 10:13:45 -04:00
Quincy Morgan 057b80f6dc Add fields to Cairn 2020-09-17 10:04:09 -04:00
Quincy Morgan a3f9c3fb81 Merge branch 'develop' into lang-attributes
# Conflicts:
#	modules/ui/fields/combo.js
2020-09-17 09:07:18 -04:00
Quincy Morgan 31638965a2 Merge pull request #7960 from mikenath223/welcome-sign-preset
Add welcome sign preset and derived data for #7846
2020-09-17 08:56:09 -04:00
mikenath223 99f762e3b8 Deprecate bench:seats for bench:capacity 2020-09-17 00:23:24 +01:00
mikenath223 0af9069f9a Make all requested changes, move file as required 2020-09-16 23:33:17 +01:00
Quincy Morgan 35d52768cc Create ROADMAP.md 2020-09-16 16:39:13 -04:00
Quincy Morgan 98bea69947 Add Vehicles field for public_transport presets (close #6142, re: #7970)
Enable variant type of `multiCombo` field that works for any listed keys, not ones under a prefix
2020-09-16 15:15:10 -04:00
Quincy Morgan 4f0aa4cf85 Deprecate amenity=notice_board 2020-09-16 13:34:30 -04:00
Quincy Morgan 2be0ede819 Merge duplicate presets 2020-09-16 09:17:19 -04:00
Quincy Morgan 59753a3c43 Merge duplicate presets into one 2020-09-16 09:13:32 -04:00
Quincy Morgan fec2afb02c Fix button height 2020-09-16 08:58:09 -04:00
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