Commit graph

11229 commits

Author SHA1 Message Date
Adam Hoyle
59e6cdebdc add osm-community-index and parse in communities 2021-08-11 23:45:44 +01:00
Adam Hoyle
26aecfb2bf add route to pass locale 2021-08-10 10:13:24 +01:00
Adam Hoyle
86912a61df stub model and show in view 2021-08-08 23:28:44 +01:00
Adam Hoyle
ffc6b697f0 add communities page 2021-08-08 23:27:34 +01:00
Adam Hoyle
d8d1ab1776 add route for communities 2021-08-07 15:46:39 +01:00
Tom Hughes
cf54b68f84 Restore accidentally deleted lines in database structure 2021-08-06 00:19:39 +01:00
Tom Hughes
81c3ebe03c Remove xid_to_int4 postgres function
Fixes #3288
2021-08-06 00:15:40 +01:00
translatewiki.net
061b0733b6 Localisation updates from https://translatewiki.net. 2021-08-05 13:09:02 +02:00
Tom Hughes
ec05dc02c2 Update bundle 2021-08-03 13:49:54 +01:00
Tom Hughes
e1234c8570 Merge remote-tracking branch 'upstream/pull/3282' 2021-08-03 12:30:52 +01:00
translatewiki.net
ca318eeb7d Localisation updates from https://translatewiki.net. 2021-08-02 13:09:58 +02:00
dependabot[bot]
babbf28c00
Bump eslint from 7.31.0 to 7.32.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.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.31.0...v7.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-30 23:00:40 +00:00
translatewiki.net
9e1d4b1399 Localisation updates from https://translatewiki.net. 2021-07-29 13:11:28 +02:00
Tom Hughes
08e2a06e41 Merge remote-tracking branch 'upstream/pull/3279' 2021-07-28 20:18:07 +01:00
Tom Hughes
af637e0d92 Merge remote-tracking branch 'upstream/pull/3278' 2021-07-28 20:17:41 +01:00
Andy Allan
36f6d8d85d Fix redirect to terms path when not logged in
This was missed during #3147 since it wasn't covered by a test.
2021-07-28 16:36:13 +01:00
Andy Allan
dd9eca9346 Switch to html5-compatible fragment encoding for wikipedia URLs
Fixes #3269

In the HTML4 days, fragments weren't allowed to have `%` signs, so
mediawiki generated fragments with `%` replaced with a `.`

In HTML5, fragments can have % encoded characters, and so in 2017
wikipedia switched over to this for their automatically generated
fragments, while keeping the "dot" versions available as a fallback.

However, we have been automatically converting all fragments,
including manually specified anchors that do not have "dot"-encoded
versions available. So we can now simplify everything by just using
the HTML5 percent-encoded fragments.
2021-07-28 16:01:48 +01:00
Tom Hughes
61e963ecdb Merge remote-tracking branch 'upstream/pull/3277' 2021-07-28 15:05:49 +01:00
Andy Allan
ab8d3485bd Use our darkgrey for bootstrap secondary colour
Our blue is less saturated and lighter, and so the bootstrap-default
secondary colour is too dark and too saturated when beside our
primary buttons.
2021-07-28 14:17:55 +01:00
Andy Allan
95d406937e
Merge pull request #3268 from tomhughes/capitalisation
Improve capitalisation of page titles
2021-07-28 11:06:47 +01:00
Tom Hughes
7761b7991a Merge remote-tracking branch 'upstream/pull/3276' 2021-07-28 10:46:21 +01:00
Andy Allan
cacc8d9a07 Add --ignore-engines for yarn in the Dockerfile
Refs #3275

See also 102f3a6668
2021-07-28 10:14:49 +01:00
Tom Hughes
7e14ecbc28 Merge remote-tracking branch 'upstream/pull/3274' 2021-07-28 09:57:49 +01:00
Andy Allan
baee0b9a90 Enable test for showing flash message in the new language 2021-07-28 09:38:24 +01:00
Tom Hughes
e842c7be97 Add missing autocomplete attributes 2021-07-27 19:36:47 +01:00
Tom Hughes
102f3a6668 Pass --ignore-engines to yarn 2021-07-27 19:17:13 +01:00
Tom Hughes
bde9833cc2 Update bundle 2021-07-27 18:42:57 +01:00
Tom Hughes
2c1a3d5940 Use terser for javascript compression to get ES6 support 2021-07-27 18:42:13 +01:00
Tom Hughes
fa8818337f Fix locale matching for iD 2021-07-27 17:38:17 +01:00
Tom Hughes
9bf0dee51a Update path to js-cookie 2021-07-27 08:18:53 +01:00
Tom Hughes
4d7d456148 Merge remote-tracking branch 'upstream/pull/3271' 2021-07-27 08:16:59 +01:00
dependabot[bot]
6feb125f4f
Bump js-cookie from 2.2.1 to 3.0.0
Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Changelog](https://github.com/js-cookie/js-cookie/blob/master/.release-it.json)
- [Commits](https://github.com/js-cookie/js-cookie/compare/v2.2.1...v3.0.0)

---
updated-dependencies:
- dependency-name: js-cookie
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 23:00:46 +00:00
Tom Hughes
b6780370a9 Merge remote-tracking branch 'upstream/pull/3270' 2021-07-26 19:11:08 +01:00
Milos Brzakovic
9fe45bdfe3 iD api url update 2021-07-26 19:11:33 +02:00
Ubuntu
88621ef01d Update to iD v2.20.0 2021-07-26 16:40:46 +00:00
translatewiki.net
f7492b0e49 Localisation updates from https://translatewiki.net. 2021-07-26 13:11:09 +02:00
Tom Hughes
abd98757b6 Improve capitalisation of page titles 2021-07-22 19:00:08 +01:00
translatewiki.net
b5eda32c10 Localisation updates from https://translatewiki.net. 2021-07-22 13:10:55 +02:00
Tom Hughes
f1935b1c57 Merge remote-tracking branch 'upstream/pull/3257' 2021-07-21 19:24:31 +01:00
Andy Allan
44199f23e1 Use an unstyled list for showing the languages 2021-07-21 19:10:55 +01:00
Andy Allan
403c8941a6 Ensure that flash message is shown in the updated language 2021-07-21 18:58:47 +01:00
Tom Hughes
0bbdadd727 Merge remote-tracking branch 'upstream/pull/3233' 2021-07-21 18:37:17 +01:00
Tom Hughes
895ed778c1 Merge remote-tracking branch 'upstream/pull/3265' 2021-07-21 18:32:41 +01:00
Andy Allan
29efa4337c Remove incorrectly spelled helper_method
The spelling of language is wrong here, and the correct version
is already there further down at the preferred_language method definition
2021-07-21 17:28:23 +01:00
Josh Soref
8e951a8340 spelling: unknown
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-07-21 10:45:38 -04:00
Josh Soref
590f94f531 spelling: uniqueness
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-07-21 10:45:38 -04:00
Josh Soref
fc0aee74af spelling: success
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-07-21 10:45:38 -04:00
Josh Soref
7ff3d82c03 spelling: shouldn't
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-07-21 10:45:38 -04:00
Josh Soref
7c7a6b13cc spelling: nonexistent
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-07-21 10:45:38 -04:00
Josh Soref
eee739356f spelling: modify
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-07-21 10:45:38 -04:00