Commit graph

11358 commits

Author SHA1 Message Date
Adam Hoyle
764f808d5a Remove hand rolled i18n support 2021-11-24 22:47:19 +00:00
Adam Hoyle
ad900553cb Add relevant osm-community-index data into I18n 2021-11-24 22:22:32 +00:00
Adam Hoyle
f234bf3a46 Pay heed to rubocop 2021-10-17 23:34:26 +01:00
Adam Hoyle
97e70e93bb Remove unnecessary code 2021-10-17 22:34:39 +01:00
Adam Hoyle
dd1f997033 Remove redundant route 2021-10-17 22:33:54 +01:00
Adam Hoyle
0eb2afa83a Merge branch 'master' into feature/add-communities-page 2021-10-17 22:33:02 +01:00
Tom Hughes
93dbc2649e Merge remote-tracking branch 'upstream/pull/3343' 2021-10-15 00:12:09 +01:00
dependabot[bot]
4027a97286
Bump eslint from 8.0.0 to 8.0.1
Bumps [eslint](https://github.com/eslint/eslint) from 8.0.0 to 8.0.1.
- [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/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 23:00:47 +00:00
translatewiki.net
fefe4467cb Localisation updates from https://translatewiki.net. 2021-10-14 13:11:22 +02:00
Tom Hughes
21601dfffa Merge remote-tracking branch 'upstream/pull/3341' 2021-10-13 19:25:36 +01:00
Tom Hughes
0b445cf716 Merge remote-tracking branch 'upstream/pull/3340' 2021-10-13 19:22:38 +01:00
Andy Allan
b0a9b39c8d Use flexbox instead of floating to position the comment icon
This ensures both components get appropriate padding. Fixes #3305
2021-10-13 17:36:48 +01:00
Andy Allan
9f61d6c1cf Specify avatar dimensions in html tags
This prevents reflow when the images are loaded by the browser.

ActiveStorage variants are resized lazily when the image is requested,
so we only know the dimensions if the image was already loaded. This
means that there will be one reflow just after a new avatar is first
viewed.
2021-10-13 14:05:02 +01:00
Tom Hughes
3617974630 Update bundle 2021-10-12 18:16:22 +01:00
Tom Hughes
81e2c7152a Merge remote-tracking branch 'upstream/pull/3339' 2021-10-12 18:13:49 +01:00
dependabot[bot]
638158a1c0
Bump eslint from 7.32.0 to 8.0.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.0.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.32.0...v8.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 23:00:50 +00:00
translatewiki.net
8c6b694720 Localisation updates from https://translatewiki.net. 2021-10-11 13:10:35 +02:00
Tom Hughes
5966acc207 Merge remote-tracking branch 'upstream/pull/3300' 2021-10-07 17:45:07 +01:00
translatewiki.net
0ac0f4fb36 Localisation updates from https://translatewiki.net. 2021-10-07 13:10:39 +02:00
Tom Hughes
7a4f54adb4 Merge remote-tracking branch 'upstream/pull/3336' 2021-10-06 15:05:34 +01:00
Andy Allan
608276b8b0 Remove mention of trac in README
We no longer use or refer to trac, which has in the meantime been archived anyway.
2021-10-06 14:53:46 +01:00
Tom Hughes
a5a4938d78 Update bundle 2021-10-05 18:16:53 +01:00
translatewiki.net
e920b2eb62 Localisation updates from https://translatewiki.net. 2021-10-04 13:11:11 +02:00
translatewiki.net
c2985cba93 Localisation updates from https://translatewiki.net. 2021-09-30 13:09:07 +02:00
Tom Hughes
cb10c10ea3 Merge remote-tracking branch 'upstream/pull/3332' 2021-09-29 19:10:22 +01:00
Tom Hughes
7609c11884 Merge remote-tracking branch 'upstream/pull/3316' 2021-09-29 19:07:44 +01:00
Tom Hughes
22377cbdd4 Fix new rubocop warning 2021-09-29 18:54:56 +01:00
Tom Hughes
6e0f4acfe1 Update bundle 2021-09-29 18:51:34 +01:00
Andy Allan
9ab15f38ea Move the tracepoint coordinate format test to the controller test
This allows us to remove the model method
2021-09-29 15:25:28 +01:00
Andy Allan
95e5178bfb Refactor tracepoint index to use an xml builder view
This avoids constructing xml by hand in both the controller and
the model, and opens the way for other rendering in future.

The complexity of deciding which point goes where, along with revisiting
previous tracks and tracksegs means that I've broken it down into
two parts - sorting the points into the right trksegs is done first,
before rendering them all as xml. I couldn't find a way to allow
revisiting using the builder.
2021-09-29 15:14:53 +01:00
Tom Hughes
c56113aaed Merge remote-tracking branch 'upstream/pull/3331' 2021-09-27 22:31:40 +01:00
dependabot[bot]
1bcfdad632
Bump ansi-regex from 5.0.0 to 5.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 21:16:53 +00:00
Tom Hughes
a3a14eb01a Merge remote-tracking branch 'upstream/pull/3330' 2021-09-27 22:11:24 +01:00
dependabot[bot]
2312dd902e
Bump nokogiri from 1.12.4 to 1.12.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.4 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.4...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 20:42:52 +00:00
Adam Hoyle
06c2db433d Merge branch 'master' into feature/add-communities-page 2021-09-27 19:30:25 +01:00
translatewiki.net
397a03d780 Localisation updates from https://translatewiki.net. 2021-09-27 13:11:19 +02:00
translatewiki.net
8443e9a996 Localisation updates from https://translatewiki.net. 2021-09-23 13:11:33 +02:00
Tom Hughes
137e46355c Update bundle 2021-09-21 18:33:42 +01:00
translatewiki.net
47a216d051 Localisation updates from https://translatewiki.net. 2021-09-20 13:10:19 +02:00
Tom Hughes
4492e94a45 Merge remote-tracking branch 'upstream/pull/3327' 2021-09-16 19:05:04 +01:00
Andy Allan
710bf75411 Rename file so that it's included in test runs 2021-09-16 18:04:37 +01:00
Tom Hughes
e91c02f2ce Merge remote-tracking branch 'upstream/pull/3297' 2021-09-15 18:44:23 +01:00
Tom Hughes
5652e9f6b9 Merge remote-tracking branch 'upstream/pull/3324' 2021-09-15 18:38:25 +01:00
Tom Hughes
c6b9f5af59 Drop customisation for Rails/ContentTag 2021-09-15 18:35:00 +01:00
Tom Hughes
5f11c2d679 Merge remote-tracking branch 'upstream/pull/3323' 2021-09-15 18:34:49 +01:00
Andy Allan
dfcecb0118 Remove the ObjectMetadata concern, since it's only used in tests now 2021-09-15 17:05:50 +01:00
Andy Allan
baea8dc10e Remove unused to_xml and to_xml_node methods from models 2021-09-15 17:05:50 +01:00
Andy Allan
d07ce46929 Move the xml format test for old nodes to the controller test
This allows us to remove the model method
2021-09-15 17:05:34 +01:00
Andy Allan
76f1d7bc78 Use a builder to render changeset downloads 2021-09-15 16:33:04 +01:00
Andy Allan
fa7d64b788 Fix test 2021-09-15 14:36:08 +01:00