Commit graph

10188 commits

Author SHA1 Message Date
Tom Hughes
606d2e51c5 Merge remote-tracking branch 'upstream/pull/2722' 2020-07-22 08:33:38 +01:00
dependabot[bot]
a997834d1d
Bump aws-sdk-s3 from 1.74.0 to 1.75.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.74.0 to 1.75.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-22 05:03:19 +00:00
Tom Hughes
cf3c631cdf Merge remote-tracking branch 'upstream/pull/2720' 2020-07-21 15:46:47 +01:00
Quincy Morgan
32c3000af7 Update to iD v2.18.2 2020-07-21 10:30:16 -04:00
Quincy Morgan
1c8fbe329d Use legacy build of iD 2020-07-21 09:22:23 -04:00
Quincy Morgan
00bcd33722 Properly include iD's external data files 2020-07-20 20:46:26 -04:00
Quincy Morgan
de3ddafcd2 Update iD initialization for v2.18.1 2020-07-20 16:14:28 -04:00
Quincy Morgan
b7f022ecbe Update to iD v2.18.1 2020-07-20 16:12:50 -04:00
translatewiki.net
efdeca235f Localisation updates from https://translatewiki.net. 2020-07-20 19:53:23 +02:00
Quincy Morgan
c9310e10a4 Update to iD v2.18.0 2020-07-20 12:53:19 -04:00
Tom Hughes
b71eefe0e7 Merge remote-tracking branch 'upstream/pull/2719' 2020-07-20 11:46:27 +01:00
Tom Hughes
af26c9fe60 Merge remote-tracking branch 'upstream/pull/2718' 2020-07-20 11:46:21 +01:00
dependabot[bot]
f22aa8cf68
Bump rubocop-performance from 1.7.0 to 1.7.1
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.0...v1.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 05:18:59 +00:00
dependabot[bot]
00908718e6
Bump eslint from 7.4.0 to 7.5.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.4.0...v7.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 05:18:58 +00:00
Tom Hughes
7986576b0e Fix eslint warnings 2020-07-19 19:54:17 +01:00
Tom Hughes
2898633e72 Drop ch.disable from graphhopper parameters 2020-07-19 19:38:10 +01:00
Tom Hughes
65b984f90b Merge remote-tracking branch 'upstream/pull/2712' 2020-07-17 09:05:12 +01:00
dependabot[bot]
78d0e43f2e
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 07:20:55 +00:00
Tom Hughes
a9b00e16e7 Merge remote-tracking branch 'upstream/pull/2695' 2020-07-16 19:30:55 +01:00
Tom Hughes
8a013c0a96 Merge remote-tracking branch 'upstream/pull/2711' 2020-07-15 21:31:18 +01:00
Andy Allan
89a57f33ef Remove unused warning css 2020-07-15 19:34:19 +02:00
Andy Allan
0c098c3a1d Convert data feature warning to use bootstrap alert
Also rearrange dialog to fit with standard sidebar layouts, so that
the close icon and load buttons are not within the paragraph.

There may be a better way to construct this!
2020-07-15 19:34:19 +02:00
Andy Allan
3012201160 Convert warnings to use bootstrap alerts
The new note is guidance, rather than a warning, so it gets the info
background
2020-07-15 19:09:46 +02:00
Tom Hughes
c87d316a1d Merge remote-tracking branch 'upstream/pull/2710' 2020-07-15 14:37:59 +01:00
Tom Hughes
5cc4e93347 Merge remote-tracking branch 'upstream/pull/2709' 2020-07-15 14:14:39 +01:00
Andy Allan
3bc2b32111 Rephrase 'replying' text to clarify what will actually happen
Fixes #2166
2020-07-15 15:13:29 +02:00
Andy Allan
a9f751ec45 Remove unnecessary css
Images have no border in modern browsers, and bootstrap's reset also
sets this.
2020-07-15 13:58:56 +02:00
Andy Allan
b4e7f5eaca Remove unused css 2020-07-15 12:27:15 +02:00
Andy Allan
d89a30421c Use bootstrap backgrounds and text utilities for read issue reports 2020-07-15 12:12:35 +02:00
Andy Allan
e157b37ce5 Rename nav-related body classes
This makes it clearer that the classes are only for navigation menu
matters. Other things should be done on media queries, or ideally,
using bootstrap components like grids.

This has a side effect of removing the smaller font size from the
body when the navigation menu is in the small-nav state.
2020-07-15 11:40:02 +02:00
Andy Allan
58050240d6 Move the login form rules to be based on screen size
Ideally this would be refactored to be mobile-first, but is likely
to be replaced by more general bootstrap form refactoring anyway.
2020-07-15 11:21:08 +02:00
Andy Allan
46bd1a9a2e Remove webkit-appearance: none
This is the default anyway, and we don't need this for anything specific.
2020-07-15 11:19:29 +02:00
Andy Allan
3f6fd290d7 Rework the about header size change to be based on the screen width, not the menu state
Also reworks to be mobile-first
2020-07-15 10:48:04 +02:00
Andy Allan
988446c307 Remove dead CSS code - nothing has the user_map class 2020-07-15 10:35:19 +02:00
translatewiki.net
06023cde27 Localisation updates from https://translatewiki.net. 2020-07-14 10:23:57 +02:00
Tom Hughes
8b081b4f58 Merge remote-tracking branch 'upstream/pull/2707' 2020-07-14 08:16:03 +01:00
dependabot[bot]
3f4397711d
Bump autoprefixer-rails from 9.8.4 to 9.8.5
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.8.4 to 9.8.5.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases)
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/autoprefixer-rails/compare/9.8.4...9.8.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-14 05:02:13 +00:00
translatewiki.net
fc832a1e6a Localisation updates from https://translatewiki.net. 2020-07-10 11:38:55 +02:00
Andy Allan
a8d2117cde
Merge pull request #2702 from openstreetmap/dependabot/bundler/aws-sdk-s3-1.74.0
Bump aws-sdk-s3 from 1.73.0 to 1.74.0
2020-07-09 13:24:45 +02:00
Andy Allan
fae77c392e
Merge pull request #2701 from openstreetmap/dependabot/bundler/factory_bot_rails-6.1.0
Bump factory_bot_rails from 6.0.0 to 6.1.0
2020-07-09 13:24:25 +02:00
dependabot[bot]
d449bfb483
Bump aws-sdk-s3 from 1.73.0 to 1.74.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.73.0 to 1.74.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-09 05:01:45 +00:00
dependabot[bot]
8de2477b08
Bump factory_bot_rails from 6.0.0 to 6.1.0
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS.md)
- [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v6.0.0...v6.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-09 05:01:27 +00:00
Tom Hughes
92a4c1feff Fix eslint warning 2020-07-08 19:25:03 +01:00
Tom Hughes
cfb2f2988c Merge remote-tracking branch 'upstream/pull/2698' 2020-07-08 19:10:01 +01:00
Tom Hughes
efa2c20bff Merge remote-tracking branch 'upstream/pull/2696' 2020-07-08 19:09:55 +01:00
Tom Hughes
9be62ca4bb Allow image loading from tileserver.memomaps.de 2020-07-08 19:07:49 +01:00
Tom Hughes
4cf3c3b6ed Merge remote-tracking branch 'upstream/pull/2670' 2020-07-08 19:04:04 +01:00
Tom Hughes
3a43f9fe04 Merge remote-tracking branch 'upstream/pull/2697' 2020-07-08 18:57:32 +01:00
Tom Hughes
77bece20ff Merge remote-tracking branch 'upstream/pull/2700' 2020-07-08 18:43:26 +01:00
Tom Hughes
c74ec0aa49 Merge remote-tracking branch 'upstream/pull/2699' 2020-07-08 18:33:21 +01:00