openstreetmap-website/test
Andy Allan a219df24ca Ensure that urls are only valid if the entire string is a url
This replaces our homegrown regexps (that didn't quite work) with
ruby built-in regexps, and uses the termination anchor to ensure
that the entire string, not just the first part, is validated.
2020-04-01 17:53:37 +02:00
..
abilities Rename UserPreference controller methods to follow rails conventions more closely 2019-11-20 16:09:48 +01:00
controllers Remove custom table styling 2020-04-01 12:29:01 +02:00
factories Copy trace fixture files, rather than symlinking 2020-03-18 15:35:55 +01:00
gpx/fixtures Remove unused directories 2020-03-18 15:04:18 +01:00
helpers Make linkify return an HTML safe result for unsafe inputs 2020-03-22 12:59:39 +00:00
http Remove npemap as a source for UK postcodes 2018-02-04 15:14:41 +00:00
integration Rename form-row to standard-form-row to avoid clashing with a bootstrap class 2020-01-15 17:16:11 +01:00
javascripts Filter out nodes which are too far away 2014-03-16 16:18:13 +00:00
jobs Send trace import result notification immediately 2019-07-15 21:45:07 +01:00
lib Fix typo: change 'noreferer' to 'noreferrer' 2020-01-25 20:10:23 +01:00
models Ensure that urls are only valid if the entire string is a url 2020-04-01 17:53:37 +02:00
system Enforce restrictions on issue visibility properly 2020-03-01 19:20:18 +00:00
validators Merge character validators 2018-11-05 18:54:19 +00:00
application_system_test_case.rb Set QT_QPA_PLATFORM=offscreen for Ubuntu etc 2020-03-25 17:04:44 +00:00
test_helper.rb Enable parallel tests 2020-03-18 15:04:18 +01:00