openstreetmap-website/test
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
..
controllers Avoid using Time.parse as it is affected by the TZ variable 2015-04-16 15:46:47 +01:00
fixtures Add tests for Google OAuth authentication 2015-04-14 10:08:07 +01:00
helpers More improvements to mediawiki fragment escaping 2015-05-15 15:34:12 +01:00
http Testing, testing, testing... 2015-03-01 23:05:32 +00:00
integration Add tests for Google OAuth authentication 2015-04-14 10:08:07 +01:00
javascripts Filter out nodes which are too far away 2014-03-16 16:18:13 +00:00
lib Improve test coverage 2015-02-27 00:40:37 +00:00
models Add tests for Google OAuth authentication 2015-04-14 10:08:07 +01:00
traces The test train rolls ever onwards... 2015-03-01 17:04:39 +00:00
test_helper.rb Load changeset comments for API tests 2015-03-09 00:08:12 +00:00