Commit Graph

2491 Commits

Author SHA1 Message Date
Martin Raifer 5f51478669 npm run translations 2023-11-08 11:54:45 +01:00
Martin Raifer 9526e629cb npm run translations 2023-08-16 18:02:48 +02:00
Martin Raifer 1d47aea365 npm run translations 2023-07-12 12:50:27 +02:00
Martin Raifer ec20eadd3d npm run translations 2023-03-03 16:26:07 +01:00
Martin Raifer ddcd7023bc npm run translations 2023-01-19 12:12:57 +01:00
Martin Raifer 4a8bfb49cf npm run translations 2022-11-18 16:57:58 +01:00
Martin Raifer 88d7d7f050 upgrade translation fetcher to transifex API v3
see https://www.transifex.com/blog/2020/transifex-api-version-3/
2022-11-15 17:21:50 +01:00
Martin Raifer 3d63811f66 last transifex update using API v2 2022-11-15 15:01:24 +01:00
Martin Raifer c724ced9be npm run translations 2022-11-10 12:23:12 +01:00
Martin Raifer c8a3cf154b make more cdn's and API urls/settings configurable
* CDNs for OCI, NSI, etc.
* OSM API (URL and oauth API settings)
* taginfo API
* nominatim API
2022-10-14 19:19:29 +02:00
Martin Raifer 84b0c15e89 npm run translations 2022-09-27 11:35:22 +02:00
Martin Raifer d0b1fb1ebe v2.21.1 info, it also has updated translations/imagery 2022-06-16 01:08:43 +02:00
Martin Raifer dfde8c111a ft 2022-06-03 13:57:37 +02:00
Martin Raifer 801a000f58 npm run translations 2022-06-03 13:57:36 +02:00
Martin Raifer 280acfa661 Replace RapiD credentials with iD credentials 2022-06-02 14:46:11 +02:00
Bryan Housel 6058f89460 Upgrade to osm-auth v2 which uses OAuth2 to connect to OSM API 2022-06-02 13:07:50 +02:00
Martin Raifer d931102372 drop en.min.json which was (accidentally?) added again after #8776 2022-02-03 19:33:47 +01:00
Martin Raifer 632e24137a drop legacy builds, unneeded polyfills, document drop of IE11 support 2022-02-03 13:07:28 +01:00
Martin Raifer 5f40eeab36 Merge remote-tracking branch 'origin/devbuild_on_esbuild' into develop 2022-02-01 15:49:46 +01:00
Martin Raifer e58e89fe80 npm run translations 2022-01-31 17:09:10 +01:00
Martin Raifer e8f2a5892b npm run imagery 2022-01-31 17:06:53 +01:00
Milos Brzakovic (E-Search) 4ed2d502c6 Merge branch 'develop' into devbuild_on_esbuild 2022-01-17 14:43:17 +01:00
Bryan Housel 5040be45e9 Sync up RapiD and iD esbuild config (#8776)
* Sync up RapiD and iD esbuild config scripts

* Remove uglify too

* Remove babel/preset-react

* Just have `npm run start` start a modern build, remove `quickstart`

* Better setup for modern/legacy build
- much simpler babel config
- separate entry points for modern and legacy (ie11/phantom)
- explicitly import 'core-js' and 'regenerator-runtime' instead of using deprecated 'babel/polyfill' plugin
- still need 'core-js-bundle' for the test/index.html, so Mocha/PhantomJS combo will work.

* Revert "Better setup for modern/legacy build"

This reverts commit 4ce17defa8a3c6f4b3a9168bcd672235bfc651be.

Co-authored-by: Milos Brzakovic (E-Search) <mbrzakovic@microsoft.com>
2022-01-17 14:18:27 +01:00
Milos Brzakovic (E-Search) e2f2568c83 translate background nudge title 2021-12-07 17:16:26 +01:00
Martin Raifer cc6f16d480 Merge branch 'develop' into accessible_ui 2021-12-07 16:22:01 +01:00
Jason Ghent 8111e5d427 clearer labels for OSM links in history panel (#8834) 2021-12-07 12:45:13 +01:00
Martin Raifer 4658df64e9 include privacy settings in splash modal
see #8831
2021-12-03 18:11:29 +01:00
Milos Brzakovic (E-Search) 5dc8f35e39 update en.min 2021-12-02 17:33:18 +01:00
Martin Raifer d062c1b0da emphasise when split affects multiple ways
* new icon with two "sciscors" indicates that there will be more than one split perfomed
* the tooltip mentions that one can limit to a single line

closes #8818
2021-11-30 16:27:56 +01:00
Martin Raifer ca07e33a3e Merge branch 'develop' into issue-8813 2021-11-23 18:28:14 +01:00
Minh Nguyễn 105d7b84b4 Clarified validator warning about standalone node 2021-11-20 09:32:39 -08:00
Martin Raifer 68098489af add quotes back to separate tag key from message text 2021-11-19 12:10:05 +01:00
Martin Raifer f91ae8902f build asset 2021-11-19 12:00:57 +01:00
Martin Raifer 8bbae82caa localizer: escape placeholder replacement values in html output mode 2021-11-18 13:09:16 +01:00
Minh Nguyễn e2a5345c7f Fixed KartaView link
https://github.com/openstreetmap/iD/issues/8807#issuecomment-970743880
2021-11-16 14:39:23 -08:00
Martin Raifer 25d4ff100f rename all openstreetcam references to kartaview
closes #8807
2021-11-16 17:42:53 +01:00
Martin Raifer f3e8852808 don't select option on ambiguous multi-key radio fields
this matches the behaviour of a multi-selection: all matching options are still highlighted, but the radio-option is not set.

also fixes a minor bug with multi-selections not taking `<key> = no` properly into account

closes #8796
2021-11-09 15:10:47 +01:00
Milos Brzakovic (E-Search) 34759ae3f2 npm run translations 2021-10-28 11:26:51 +02:00
Milos Brzakovic (E-Search) 216e77dd0c npm run imagery 2021-10-28 11:01:27 +02:00
Minh Nguyễn 5f58b533ff Added roadheight field with unit dropdowns 2021-10-25 17:38:41 -07:00
Kyle Hensel d08c09f5ee show an error if local storage is full 2021-09-30 19:41:15 +13:00
Milos Brzakovic (E-Search) 45c5d99d35 Removing Maxar standard imagery 2021-09-14 12:00:06 +02:00
John Firebaugh 1457759994 Add support for connectivity relations 2021-09-08 20:30:38 -07:00
John Firebaugh a14cf49710 Disable merge operation when it would damage relations
The operation is disabled when attempting to join ways which don't belong to identical sets of relations. Restriction relations are excluded, because they are already handled with slightly different logic.

Fixes #8674
Fixes #8645
Fixes #3825
Fixes #1512
2021-09-04 15:42:07 -07:00
Kyle Hensel 7525f9545b commit changes to dist/.../en.min.json 2021-09-01 09:55:14 +12:00
Milos Brzakovic (E-Search) a974a62cb5 npm run translations 2021-08-17 12:57:23 +02:00
Milos Brzakovic (E-Search) 63dfd90335 npm run imagery 2021-08-17 11:05:03 +02:00
Milos Brzakovic cf611bd5d2 Display name - network but no ref edge case 2021-08-03 14:24:34 +02:00
Milos Brzakovic 060a739987 npm run translations 2021-07-23 10:23:16 +02:00
Milos Brzakovic 12da7fb5a1 'select child nodes' (plural) for selectChild info 2021-07-14 21:04:59 +02:00