openstreetmap-website/app/helpers
Tom Hughes ca213b873f More improvements to mediawiki fragment escaping
It turns out that the PHP urlencode encodes more characters than
the ruby URI.encode does by default, so specify our own characters
to encode based on http://php.net/manual/en/function.urlencode.php
with the extra exclusion of colon, which the mediawiki code reverses
after the encoding is done.

Fixes #967
2015-05-15 15:34:12 +01:00
..
application_helper.rb Standardise on double quoted strings 2015-02-20 19:47:26 +00:00
asset_helper.rb Fix style issues found by new rubocop version 2015-04-14 09:38:24 +01:00
browse_helper.rb More improvements to mediawiki fragment escaping 2015-05-15 15:34:12 +01:00
changeset_helper.rb Standardise on double quoted strings 2015-02-20 19:47:26 +00:00
geocoder_helper.rb Improve test coverage 2015-02-27 00:40:37 +00:00
note_helper.rb Fix style issues found by new rubocop version 2015-04-14 09:38:24 +01:00
notifier_helper.rb Rework signup emails a bit 2012-11-05 09:54:58 +00:00
title_helper.rb URI encode the X-Page-Title header 2015-03-17 18:49:39 +00:00
trace_helper.rb Removed unused link_to_page from the trace helpers 2011-11-14 09:42:55 +00:00
user_blocks_helper.rb Standardise on double quoted strings 2015-02-20 19:47:26 +00:00
user_helper.rb Add support for Google OAuth2 authentication 2015-04-14 10:08:07 +01:00
user_roles_helper.rb Fix rubocop style issues 2015-02-20 08:56:16 +00:00