Commit Graph

13584 Commits

Author SHA1 Message Date
Peter Newman 31cb41ac94 Ignore more deliberate typos, preemptively skip some others 2020-10-05 16:42:40 +01:00
Peter Newman b7cbeda12e Skip more typos we've deliberately left in 2020-10-05 16:38:09 +01:00
Peter Newman abae59953e Skip deprecated because it will be full of typos by definition 2020-10-05 16:33:33 +01:00
Peter Newman 2c0556691d Don't translate US words to British
Undo an errant edit
2020-10-05 16:25:41 +01:00
Peter Newman 80fbc72026 Add another exception and only warn on typos 2020-10-05 16:23:03 +01:00
Peter Newman f3ebb6c71d Merge branch 'develop' of https://github.com/openstreetmap/iD into patch-6 2020-08-12 17:41:06 +01:00
Quincy Morgan cbf6b151cf Merge pull request #7895 from til-schneider/patch-2
Fix geometries detection in preset_fields.js
2020-08-12 12:26:19 -04:00
Quincy Morgan f1793c6b27 Merge pull request #7897 from peternewman/patch-7
Fix another changelog typo
2020-08-12 12:25:13 -04:00
Quincy Morgan 008eb22f4a Merge pull request #7894 from til-schneider/patch-1
Fix export of `geoVecLengthSquare`
2020-08-12 12:24:29 -04:00
Peter Newman 00989362d0 Fix another changelog typo 2020-08-12 17:19:10 +01:00
Peter Newman 8354a27cbf Merge branch 'patch-6' of https://github.com/peternewman/iD into patch-6 2020-08-12 17:07:02 +01:00
Peter Newman e87bef999d Merge branch 'develop' of https://github.com/openstreetmap/iD into patch-6 2020-08-12 17:06:35 +01:00
Quincy Morgan bfd7779acd Merge pull request #7892 from peternewman/spelling-safe
Fix the safe typos
2020-08-12 11:52:09 -04:00
Til Schneider cf1c5085d1 Fix geometries detection in preset_fields.js
`renderDisclosureContent` in `preset_fields.js` tries to detect the geometry types of the selected entities, but the result is always `[]`.

Reason: The handler of `_entityIDs.reduce` always returns `true`. So the result of the `reduce` call is `true` as well. `Object.keys(true)` results in `[]`.

Fix: The handler of `_entityIDs.reduce` should return the map which collects the geometry types, so `geometries` will be be something like `["line", "vertex"]`.
2020-08-11 16:09:51 +02:00
Til Schneider 09cab72cf2 Fix export of geoVecLengthSquare 2020-08-11 11:47:04 +02:00
Peter Newman cafb8cdbd5 Revert some more complicated typo fixes 2020-08-10 17:41:39 +01:00
Peter Newman 4205ca1d07 Fix the seemingly safe spellings found by codespell
Untested, only checked by inspection.

(cherry picked from commit 2c47a11008)
2020-08-10 17:32:37 +01:00
Quincy Morgan 248b29983d Add more fields to ferry routes 2020-08-06 20:36:22 -04:00
Quincy Morgan 029f58f6e9 Set development version number 2020-07-31 10:34:28 -04:00
Quincy Morgan 1370160bc1 v2.18.4 2020-07-31 10:25:05 -04:00
Quincy Morgan 7b07010e94 npm run translations 2020-07-31 10:24:17 -04:00
Quincy Morgan 0e0148b8f2 Fix JS error caused by possible undefined uid of entities returned by OSM API (close #7858)
Add additional safety checks for undefined entity `version` or `changeset`
2020-07-30 15:45:56 -04:00
Quincy Morgan 75f0b8c866 Add derived data (re: #7848, #7845) 2020-07-27 16:02:39 -04:00
Quincy Morgan 171d867d92 Make sure the add note button label in the help matches the toolbar (close #7841) 2020-07-27 15:59:31 -04:00
Quincy Morgan cd7dc6fca0 Merge pull request #7848 from manfredbrandl/remove-cr-lr-from-data-core-yaml
Update core.yaml
2020-07-27 15:38:37 -04:00
Quincy Morgan 54f42cf2a8 Merge pull request #7845 from manfredbrandl/spell-core-yaml
Remove Typo in core.yaml
2020-07-27 15:36:50 -04:00
Manfred Brandl b26d4e783e Update core.yaml
Unite into line 873
2020-07-27 10:32:11 +02:00
Manfred Brandl 4b3bd25d23 Remove Typo in core.yaml 2020-07-26 20:10:46 +02:00
Quincy Morgan bd9d4bce74 Fix issue with reversed bounding box coordinate order in WMS 1.3 for EPSG:4326 CRS (close #7557) 2020-07-24 17:43:52 -04:00
Quincy Morgan b9a82a98e1 Update derived data 2020-07-24 17:17:11 -04:00
Quincy Morgan bea11b900b Merge pull request #7838 from openstreetmap/dependabot/npm_and_yarn/rollup-2.23.0
Bump rollup from 2.22.2 to 2.23.0
2020-07-24 16:54:53 -04:00
Quincy Morgan a709f5b774 Merge pull request #7836 from sun-geo/patch-1
Add validator rule: access=customer to access=customers
2020-07-24 10:58:15 -04:00
sun-geo 12941b97f0 Update taginfo.json
Add info' of change from "access=customer" to "access=customers" #7831
2020-07-24 09:53:30 +02:00
dependabot[bot] 2409a3ca0f Bump rollup from 2.22.2 to 2.23.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.22.2 to 2.23.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.22.2...v2.23.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-24 05:19:03 +00:00
sun-geo dddc4c63a9 Update deprecated.json
Add rule "access=customer#2 to replace by "access=customers" see issue #7831
2020-07-24 03:57:35 +02:00
Quincy Morgan dc41efcb7d Fix links in changelog 2020-07-22 11:52:54 -04:00
Quincy Morgan b50b635f6e Update link in release instructions 2020-07-22 11:46:33 -04:00
Quincy Morgan b3da3d3879 Set development version number 2020-07-22 11:42:27 -04:00
Quincy Morgan 3dec7b3f5e v2.18.3 2020-07-22 11:38:28 -04:00
Quincy Morgan 3154b36f5d npm run translations 2020-07-22 11:29:41 -04:00
Quincy Morgan 8c69ff9cfe npm run imagery 2020-07-22 11:28:23 -04:00
Quincy Morgan 293971da34 Fix issue where inspector may not update correctly when switching between weak and fallback presets (close #7827) 2020-07-22 11:18:05 -04:00
Quincy Morgan 964c2e6b12 Prefer Web Mercator to WGS 84 for WMS imagery endpoints (close #7823) 2020-07-22 10:44:37 -04:00
Quincy Morgan 40e46aced1 Fix issue where following a node and then selecting another feature would auto-center the feature (close #7820) 2020-07-22 09:58:14 -04:00
Quincy Morgan 4643caaae8 Don't prevent default click events when clicking input elements (close #7828) 2020-07-22 09:48:00 -04:00
Quincy Morgan 28178a7da8 Fix some things in the changelog 2020-07-21 18:06:01 -04:00
Quincy Morgan b3714fac66 Set development version number 2020-07-21 10:27:57 -04:00
Quincy Morgan b64f0b793c v2.18.2 2020-07-21 10:23:51 -04:00
Quincy Morgan e5d9945ea0 npm run translations 2020-07-21 10:21:38 -04:00
Quincy Morgan 3d0590de87 Properly instantiate context.connection before init 2020-07-21 10:19:40 -04:00