translatewiki.net
ccc898b8a0
Localisation updates from https://translatewiki.net .
2022-11-17 13:12:56 +01:00
Andy Allan
1559d88048
Create a second title_user translation, to avoid using html_safe
2022-11-17 12:10:49 +00:00
Andy Allan
972249ce9d
Reconfigure the suspended flash message to avoid html_safe
...
This also avoids having raw html in the translation strings
2022-11-17 12:04:28 +00:00
Tom Hughes
f839257e3e
Merge remote-tracking branch 'upstream/pull/3798'
2022-11-16 18:33:51 +00:00
Tom Hughes
359f967b3f
Merge remote-tracking branch 'upstream/pull/3797'
2022-11-16 18:16:09 +00:00
Tom Hughes
961ed61247
Merge remote-tracking branch 'upstream/pull/3799'
2022-11-16 18:14:38 +00:00
Tom Hughes
63c1ade01a
Merge remote-tracking branch 'upstream/pull/3800'
2022-11-16 18:12:29 +00:00
Andy Allan
efdaecdbf3
Merge pull request #3779 from AntonKhorev/spinner
...
Replace searching.gif images with Bootstrap spinners
2022-11-16 16:22:18 +00:00
Andy Allan
aab33eee87
Use rails 7.0 configuration defaults
...
All the entries in the new framework defaults were enabled a while
ago, apart from the cookies serializer which is already defined in
config/initializers/cookies_serializer.rb
2022-11-16 15:29:30 +00:00
Andy Allan
9b0767b80f
Relax strict version constraint on rails gem
...
This lets us receive 7.0.x patch releases without having to edit the Gemfile.
2022-11-16 14:26:05 +00:00
Anton Khorev
c3e6059222
Pass original event instad of leaflet event to changeset bbox click simulation
2022-11-16 15:45:27 +03:00
Andy Allan
eba12dc876
Minor documentation tweaks
...
Prefer 'you' to 'one' since 'you' is used throughout the documentation and is easier for non-native speakers.
2022-11-16 12:19:12 +00:00
Andy Allan
293ce4880e
Standardise on openstreetmap-website instead of rails port
...
Fixes #3796
2022-11-16 12:16:45 +00:00
Tom Hughes
52c0bb5e73
Merge remote-tracking branch 'upstream/pull/3795'
2022-11-15 21:02:30 +00:00
Seth Deegan
82c0df8ef9
Fix feature request GitHub issue template
...
The syntax for the feature request GitHub issue template yaml file was wrong because two elements had the same ids and thus the feature request issue form did not work. This changes one that was the same.
2022-11-15 15:07:52 -05:00
Tom Hughes
e48c3a575d
Update bundle
2022-11-15 18:12:25 +00:00
Tom Hughes
533a10bee4
Merge remote-tracking branch 'upstream/pull/3792'
2022-11-14 12:32:18 +00:00
translatewiki.net
b3e5af0ee8
Localisation updates from https://translatewiki.net .
2022-11-14 13:13:25 +01:00
Martin Raifer
a3b5c85497
clear default connections when using preauth
2022-11-14 12:32:56 +01:00
Tom Hughes
2c497aee7a
Merge remote-tracking branch 'upstream/pull/3791'
2022-11-13 18:36:35 +00:00
Martin Raifer
cdee36bbed
Update to iD v2.23.2
2022-11-12 22:21:59 +01:00
Tom Hughes
9f11cff019
Merge remote-tracking branch 'upstream/pull/3789'
2022-11-11 19:17:16 +00:00
Martin Raifer
516b65c223
Update to iD v2.23.1
2022-11-10 13:40:53 +01:00
translatewiki.net
f3c4099b59
Localisation updates from https://translatewiki.net .
2022-11-10 13:14:46 +01:00
Tom Hughes
8e976fbac1
Merge remote-tracking branch 'upstream/pull/3780'
2022-11-08 18:32:18 +00:00
Tom Hughes
6fb57a68b6
Merge remote-tracking branch 'upstream/pull/3783'
2022-11-08 18:26:51 +00:00
Tom Hughes
7e0fb05dd2
Update bundle
2022-11-08 18:22:33 +00:00
Tom Hughes
901e6f7d60
Merge remote-tracking branch 'upstream/pull/3788'
2022-11-08 18:14:54 +00:00
dependabot[bot]
b29e95f1ea
Bump eslint from 8.26.0 to 8.27.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.26.0 to 8.27.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.27.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 23:01:53 +00:00
translatewiki.net
d303459cc6
Localisation updates from https://translatewiki.net .
2022-11-07 13:23:17 +01:00
dependabot[bot]
d27523d1b2
Bump leaflet.locatecontrol from 0.76.1 to 0.78.0
...
Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol ) from 0.76.1 to 0.78.0.
- [Release notes](https://github.com/domoritz/leaflet-locatecontrol/releases )
- [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md )
- [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.76.1...v0.78.0 )
---
updated-dependencies:
- dependency-name: leaflet.locatecontrol
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 23:00:53 +00:00
translatewiki.net
cd018d4e5a
Localisation updates from https://translatewiki.net .
2022-11-03 13:14:52 +01:00
Andy Allan
b755db57a6
Use Pathname.glob to fetch the files
2022-11-02 18:33:32 +00:00
Andy Allan
af6fec502a
Validate URLs against supply-chain attacks
...
Unfortunately validates_url gem doesn't support mailto or xmpp urls,
so we need to write our own validation.
2022-11-02 18:21:00 +00:00
Tom Hughes
a8640d48a9
Merge remote-tracking branch 'upstream/pull/3781'
2022-11-02 12:56:20 +00:00
Andy Allan
6bbd8490fe
Remove outdated comments
...
The action no longer deals with sending, and there's no display_name
param in this bit of code so it's a bit confusing.
2022-11-02 11:22:29 +00:00
Andy Allan
22946d703a
Enable the ActionOrder cop for remaining controllers
...
Where actions were reordered, the rails standard actions were
also moved to the top of each controller.
2022-11-02 11:06:00 +00:00
Tom Hughes
49cde0e901
Fix new rubocop warnings
2022-11-01 18:42:24 +00:00
Tom Hughes
20f08f2543
Update bundle
2022-11-01 18:25:36 +00:00
Anton Khorev
ba888f5c7d
Remove query result geometry when unloading the page
2022-11-01 02:09:51 +03:00
Tom Hughes
a8db515f13
Merge remote-tracking branch 'upstream/pull/3778'
2022-10-31 22:19:16 +00:00
Anton Khorev
8bc7793d42
Replace spinners in javascript
2022-11-01 00:19:13 +03:00
Anton Khorev
28060080e8
Replace spinners in html.erb templates
2022-11-01 00:08:41 +03:00
Anton Khorev
6c415ef142
Add aria-label to close buttons
2022-10-31 23:54:58 +03:00
translatewiki.net
041aa35939
Localisation updates from https://translatewiki.net .
2022-10-31 13:25:12 +01:00
Tom Hughes
8b9d0ff560
Merge remote-tracking branch 'upstream/pull/3776'
2022-10-30 18:35:36 +00:00
Anton Khorev
357d32c57c
Remove query spinner show delay because the spinner is not hidden
2022-10-29 19:32:17 +03:00
translatewiki.net
a3acf9abc1
Localisation updates from https://translatewiki.net .
2022-10-27 13:18:40 +02:00
Tom Hughes
ea152a7ead
Merge remote-tracking branch 'upstream/pull/3770'
2022-10-26 19:22:43 +01:00
Tom Hughes
74081ab176
Merge remote-tracking branch 'upstream/pull/3769'
2022-10-26 18:23:17 +01:00