Commit Graph

14129 Commits

Author SHA1 Message Date
Quincy Morgan ba48a861bc Enable curly and block-spacing eslint rules 2020-11-10 14:19:11 -05:00
Quincy Morgan d247ec3aed Enable brace-style eslint rule 2020-11-10 13:49:48 -05:00
Quincy Morgan f8ddfa9224 Use JSON for user and users endpoints (close #8188) 2020-11-10 12:46:43 -05:00
Quincy Morgan 481b80e5cb Fetch the parent relations when downloading a single entity, e.g. when launching iD with a feature selected (close #6731) 2020-11-10 10:00:44 -05:00
Quincy Morgan 058676c0e1 Set development version number 2020-11-09 15:06:29 -05:00
Quincy Morgan bbf174c658 v2.19.5 2020-11-09 15:00:57 -05:00
Quincy Morgan 6ff088f16b npm run imagery 2020-11-09 14:58:26 -05:00
Quincy Morgan 53d82953dd npm run imagery 2020-11-09 14:52:34 -05:00
Quincy Morgan 4bb24b8f9e Fix issue with dragging node in between editing its tags (close #7606) 2020-11-09 09:49:01 -05:00
Quincy Morgan 1ba83b8194 npm run translations 2020-11-06 17:43:04 -05:00
Quincy Morgan cc1e512f44 Include languages in the Multilingual Name field dropdown even if they don't have native labels in CLDR
Don't bundle translated names for languages that won't be shown in the multilingual name field
2020-11-06 17:40:38 -05:00
Quincy Morgan ea0e5a9a32 Write the languages.json file in build_data.js instead of update_locales.js (re: #8165) 2020-11-06 17:38:41 -05:00
Quincy Morgan 8147fcfa84 Show multilingual values in the Name field even for keys with spaces or other unexpected characters (re: #8165) 2020-11-06 17:38:09 -05:00
Quincy Morgan 1a43dbe1fe Use the actual dropdown label for the localized name language input label (re: #8165) 2020-11-06 17:36:32 -05:00
Quincy Morgan 02add6e3ff Fix issue where existing multiCombo field values wouldn't appear (close #8155) 2020-11-06 16:14:58 -05:00
Quincy Morgan cd1bf16dcd Download, select, and display the feature specified in the URL upon load even if the map parameter is zoomed out beyond the editable extent (close #8122) 2020-11-06 15:51:40 -05:00
Quincy Morgan eae0164141 Update marked and don't worry about patches going forward (close #8166) 2020-11-06 10:41:43 -05:00
Quincy Morgan 8ecb98323b Merge pull request #8162 from openstreetmap/dependabot/npm_and_yarn/rollup-plugin-visualizer-4.2.0
Bump rollup-plugin-visualizer from 4.1.2 to 4.2.0
2020-11-04 08:38:15 -05:00
dependabot[bot] 5f6a3d9758 Bump rollup-plugin-visualizer from 4.1.2 to 4.2.0
Bumps [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/btd/rollup-plugin-visualizer/releases)
- [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/btd/rollup-plugin-visualizer/commits/v4.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-04 05:09:56 +00:00
Quincy Morgan a51a493574 Use volume capacity field for covered reservoirs (re: #8112) 2020-11-02 11:09:01 -05:00
Quincy Morgan 87697791f5 Merge pull request #8112 from karmanya007/missingCapacityUnitFix
Missing capacity unit fix
2020-11-02 11:04:51 -05:00
Quincy Morgan b84f95be67 Set development version number 2020-11-02 10:25:42 -05:00
Quincy Morgan ef2ec3ae9c v2.19.4 2020-11-02 10:19:34 -05:00
Quincy Morgan a8d0826a40 npm run imagery 2020-11-02 10:10:27 -05:00
Quincy Morgan b6b1dcd4ed npm run translations 2020-11-02 09:59:27 -05:00
Quincy Morgan 162f97bfc8 Fix issue where items could not be deselected from the selection list in some browsers (close #8151) 2020-11-02 09:47:06 -05:00
Quincy Morgan f18697b660 Add phone field to warehouse preset (close #8150) 2020-11-02 08:48:58 -05:00
Quincy Morgan b01831375f Merge pull request #8139 from openstreetmap/dependabot/npm_and_yarn/rollup/plugin-commonjs-16.0.0
Bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
2020-11-02 08:41:59 -05:00
Quincy Morgan 9125e742dc Update to cldr 37 2020-11-02 08:39:08 -05:00
Quincy Morgan 17eb959da0 Merge pull request #8152 from openstreetmap/dependabot/npm_and_yarn/rollup-2.33.0
Bump rollup from 2.32.1 to 2.33.0
2020-11-02 08:07:13 -05:00
dependabot[bot] ac4467a6e6 Bump rollup from 2.32.1 to 2.33.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.32.1 to 2.33.0.
- [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.32.1...v2.33.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 05:09:05 +00:00
Kyle Mckay d4c4100c9a Update my username in the changelog file 2020-10-31 18:04:34 +00:00
Quincy Morgan 18ab7cb684 Add missing links 2020-10-30 11:39:36 -04:00
Quincy Morgan e017073142 Fix issue where the keyboard shortcuts screen would only display the first tab (close #8137) 2020-10-30 09:48:48 -04:00
Quincy Morgan e40180d0c4 Update data_layers.js to be consistent with 2a2bfca174 2020-10-30 09:33:03 -04:00
Quincy Morgan 2a2bfca174 Change implementation of #8141 2020-10-30 09:29:51 -04:00
Quincy Morgan 561e1819ec Merge pull request #8141 from hotosm/fix/undefined-custom-layer
Fix error when custom background url is empty
2020-10-30 09:26:29 -04:00
Wille Marcel a77dbe9f83 fix error when custom background url is empty 2020-10-30 08:26:14 -03:00
dependabot[bot] e21d16b6c4 Bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-30 05:05:18 +00:00
Quincy Morgan 047f2ef555 Set development version number 2020-10-29 15:10:39 -04:00
Quincy Morgan deb652af21 v2.19.3 2020-10-29 15:06:14 -04:00
Quincy Morgan 4271d9de99 npm run translations 2020-10-29 15:03:28 -04:00
Quincy Morgan ba4c1ef014 Account for instances where d3.geoCentroid returns incorrect results 2020-10-29 14:28:21 -04:00
Quincy Morgan 6b8cbbd12b Don't remove source:* tags when downgrading features (close #8097) 2020-10-29 13:40:45 -04:00
Quincy Morgan 353e37ee70 Add hover/focus/active styling for oneway reverser button 2020-10-29 13:31:08 -04:00
Quincy Morgan 9500e8f3c4 Make the warnings and errors lists in the issues pane navigable via keyboard 2020-10-29 13:21:21 -04:00
Quincy Morgan 5483a0f3c9 Improve tab order of attribution links and zoom in to edit notice 2020-10-29 13:06:03 -04:00
Quincy Morgan 791a3bfa45 Avoid error if detection images haven't been loaded yet 2020-10-29 12:10:33 -04:00
Quincy Morgan 981cdc6736 Apply photo date and username filters to Mapillary sign and object detections (close #8133)
Don't update disabled SVG layers upon photo changes
2020-10-29 11:59:12 -04:00
Quincy Morgan d2989cf09c Improve styling of new version badge 2020-10-29 10:56:13 -04:00