openstreetmap-website/test/helpers
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
..
application_helper_test.rb Fix new ruboop warnings 2021-06-22 18:34:15 +01:00
asset_helper_test.rb Standardise on double quoted strings 2015-02-20 19:47:26 +00:00
browse_helper_test.rb Fix new ruboop warnings 2021-06-22 18:34:15 +01:00
browse_tags_helper_test.rb Switch to html5-compatible fragment encoding for wikipedia URLs 2021-07-28 16:01:48 +01:00
changesets_helper_test.rb Pluralize changesets controller 2018-11-14 10:34:28 +01:00
geocoder_helper_test.rb Fix rubocop warnings 2015-02-27 07:08:55 +00:00
note_helper_test.rb Note events use "opened" not "open" as the status 2019-12-16 22:26:33 +00:00
title_helper_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
user_blocks_helper_test.rb Fix case when user block durations are slightly negative 2021-06-09 15:16:35 +01:00
user_helper_test.rb Remove the Yahoo OpenID link as they no longer support OpenID 2021-06-17 22:33:05 +01:00
user_roles_helper_test.rb Fix HTML escaping issues with user role icons 2020-11-13 15:13:37 +00:00