Commit Graph

13334 Commits

Author SHA1 Message Date
Manfred Brandl
3f9933cad3 Add missing quote in CONTRIBUTING,md
Line 430 after develop
2020-06-18 18:33:20 +02:00
Quincy Morgan
cc52b6cfd4 Prevent empty combo fields from adding a blank tag 2020-06-18 10:51:12 -04:00
Quincy Morgan
b1194f59e8 npm run translations 2020-06-18 09:57:33 -04:00
Quincy Morgan
181c4de547 Update CONTRIBUTING.md 2020-06-18 09:55:44 -04:00
Quincy Morgan
01aa237857 Fix lint errors 2020-06-18 09:06:52 -04:00
Quincy Morgan
373dd965a6 Enable loading transifex credentials as environment variables 2020-06-17 18:12:59 -04:00
Quincy Morgan
b441bd50ab Update name, terms, icon, and ID of organic supermarket preset (close #7714)
Add Organic Products field
2020-06-17 17:21:48 -04:00
Quincy Morgan
9010fb9535 Revert "Only update selection styling for full redraws (re: #7706)"
This reverts commit f53cce783a.
2020-06-17 15:15:41 -04:00
Quincy Morgan
47c45f4b94 Fix lint errors 2020-06-17 14:29:12 -04:00
Quincy Morgan
2ed26611e1 Add documentation of scale factor parameters to custom background instructions (re: #7712)
Improve formatting of custom background instructions
2020-06-17 14:17:39 -04:00
Quincy Morgan
1b6e44bc14 Support {@2x} and {r} as parameters for high-res custom TMS tiles (close #7712)
Use retina tiles for the locator overlay on supported displays
2020-06-17 12:40:36 -04:00
Quincy Morgan
25f403d23d Merge pull request #7711 from openstreetmap/dependabot/npm_and_yarn/rollup-2.16.1
Bump rollup from 2.13.1 to 2.16.1
2020-06-17 09:35:21 -04:00
dependabot[bot]
96186806a6 Bump rollup from 2.13.1 to 2.16.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.13.1 to 2.16.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.13.1...v2.16.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-17 05:11:33 +00:00
Quincy Morgan
078c38c806 npm run imagery (re: #7025) 2020-06-16 17:45:31 -04:00
Quincy Morgan
b96401e29c Disable all touch actions in the map (re: #7708) 2020-06-16 17:26:53 -04:00
Quincy Morgan
bea1fdc692 Check feature names against additional generic tag keys/values 2020-06-16 17:08:35 -04:00
Quincy Morgan
e790525903 Remove unneeded full redraw upon entering modeSelect 2020-06-16 13:41:45 -04:00
Quincy Morgan
3ba805d6ca Skip editableDataEnabled check in rendererFeatures filters (re: #7706) 2020-06-16 13:19:54 -04:00
Quincy Morgan
e476321818 Use loops instead of functions in actionDisconnect.connections, for performance (re: #7706) 2020-06-16 13:18:59 -04:00
Quincy Morgan
5f93da5a59 Add a reusable function for calculating the combined extent of multiple entities (re: #7706) 2020-06-16 13:17:43 -04:00
Quincy Morgan
f53cce783a Only update selection styling for full redraws (re: #7706) 2020-06-16 13:14:06 -04:00
Quincy Morgan
24b124e536 Fix infinite recursion error caused when rendering cyclical relations (close #7691) 2020-06-16 10:24:42 -04:00
Quincy Morgan
b5377b7587 Support beacons on vertices 2020-06-15 17:18:19 -04:00
Quincy Morgan
74a6e9d574 Add ascent, descent, and roundtrip fields to relevant route presets (close #7671) 2020-06-15 16:55:29 -04:00
Quincy Morgan
0473243930 Add workaround for broken rapid tapping on iOS 13.4+ (close #7694) 2020-06-15 12:27:53 -04:00
Quincy Morgan
e81f1d8206 Add derived data for #7703 2020-06-15 12:21:45 -04:00
Quincy Morgan
97f31f50c6 Merge pull request #7705 from openstreetmap/dependabot/npm_and_yarn/rollup/plugin-commonjs-13.0.0
Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0
2020-06-15 10:08:14 -04:00
Quincy Morgan
38f2867c59 Merge pull request #7703 from henry4442/patch-1
bicycle_foot: Add "de" to notCountryCodes
2020-06-15 09:34:24 -04:00
dependabot[bot]
47b036fad2 Bump json-stringify-pretty-compact from 1.2.0 to 2.0.0
Bumps [json-stringify-pretty-compact](https://github.com/lydell/json-stringify-pretty-compact) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/lydell/json-stringify-pretty-compact/releases)
- [Changelog](https://github.com/lydell/json-stringify-pretty-compact/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lydell/json-stringify-pretty-compact/compare/v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-15 09:23:06 -04:00
dependabot[bot]
090539eda4 Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 12.0.0 to 13.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v12.0.0...commonjs-v13.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-15 05:21:49 +00:00
henry4442
9bee84ca34 Add "de" to notCountryCodes
see: https://github.com/openstreetmap/iD/issues/6836#issuecomment-643802110
2020-06-14 22:54:12 +02:00
Quincy Morgan
7565e685d1 Fix lint warning 2020-06-12 14:19:13 -04:00
Quincy Morgan
51f465c84e Flash disabled reason for zoom buttons on touch action (close #7699) 2020-06-12 14:18:31 -04:00
Quincy Morgan
70aaa0fa3a Add disabled message to tooltip when Zoom To Selection button is disabled 2020-06-12 13:55:05 -04:00
Quincy Morgan
4874ee2c62 Add disabled messages for zoom in/out buttons when at max/min zooms 2020-06-12 13:44:13 -04:00
Quincy Morgan
b7bb8213ba Flash the disabled message for touch interaction for the save button (re: #7699)
Don't flash undo/redo tooltip text when the map isn't editable
2020-06-12 13:10:15 -04:00
Quincy Morgan
a1e6a1acd9 Increase tolerance for discarding erroneous mouse pointenter events on touch devices 2020-06-12 13:06:29 -04:00
Quincy Morgan
1e68917e2a Flash tooltip text when tapping undo/redo toolbar buttons and disabled operation buttons on touch devices (re: #7699) 2020-06-12 12:48:16 -04:00
Quincy Morgan
b40aeaaeab Fix bottom padding of map panes 2020-06-12 11:33:50 -04:00
Quincy Morgan
4467c4a501 Fix issue where spaces couldn't be typed in the changeset comment (re: #6817) 2020-06-11 10:52:58 -04:00
Quincy Morgan
cc5da9b9c3 Add endpoints to customize or disable iD's changing of the document title (close #7503)
Use the initial title as the default base title
2020-06-10 15:47:41 -04:00
Quincy Morgan
f03d652429 Update to temaki v4.0.0 2020-06-10 15:06:40 -04:00
Quincy Morgan
874c412b74 Enforce max unicode charachter length of keys, values, and relation roles through truncation upon input rather than HTML maxlength attribute (close #6817)
Normalize unicode when changing keys, values, and relation roles
2020-06-10 14:11:55 -04:00
Quincy Morgan
2064f7a2f7 Update util function comments 2020-06-10 12:44:10 -04:00
Quincy Morgan
d01f1598d3 Show the delete button for filled multilingual name fields even if no name tag is present (close #7572)
Focus the language input when clicking a multilingual name field label instead of deleting the value
Be more lenient with `utilUniqueDomId` function input
2020-06-10 10:35:03 -04:00
Quincy Morgan
369044bc11 Focus relation role when clicking on member or membership item label (close #7690) 2020-06-10 09:53:51 -04:00
Quincy Morgan
7c180cc5f3 Make modals wider on smaller screens 2020-06-10 09:40:02 -04:00
Quincy Morgan
05d357159d Add implied oneway logic info for man_made=goods_conveyor 2020-06-09 17:55:17 -04:00
Quincy Morgan
cbc6b72a68 Update code test 2020-06-09 17:47:34 -04:00
Quincy Morgan
039168ad0c Update code test 2020-06-09 17:43:55 -04:00