openstreetmap-website/app
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
..
abilities Move profile-related settings to their own form 2021-07-14 17:45:19 +01:00
assets Use our darkgrey for bootstrap secondary colour 2021-07-28 14:17:55 +01:00
controllers Merge remote-tracking branch 'upstream/pull/3257' 2021-07-21 19:24:31 +01:00
helpers Switch to html5-compatible fragment encoding for wikipedia URLs 2021-07-28 16:01:48 +01:00
jobs Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
mailers Fix downloading of image variants 2021-05-19 18:44:41 +01:00
models Merge remote-tracking branch 'upstream/pull/3257' 2021-07-21 19:24:31 +01:00
validators Use .add method for adding errors 2021-03-17 17:09:34 +00:00
views Add missing autocomplete attributes 2021-07-27 19:36:47 +01:00