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
Tom Hughes
e47c11c644
Merge remote-tracking branch 'upstream/pull/2577'
2020-04-01 11:56:27 +01:00
Andy Allan
055a976051
Remove custom table styling
...
This removes the custom table styling code, and move to using bootstrap table styling for almost all remaining tables.
2020-04-01 12:29:01 +02:00
Tom Hughes
47ff3a8f97
Update leaflet plugins
2020-04-01 09:24:44 +01:00
Tom Hughes
bf9430f43e
Merge remote-tracking branch 'upstream/pull/2574'
2020-04-01 09:18:24 +01:00
Simon Legner
83bb627da6
Fix typo in comment
...
Closes #2576
2020-04-01 00:11:19 +01:00
Simon Legner
da07b633c2
Update leaflet to 1.6.0
2020-04-01 00:28:25 +02:00
Tom Hughes
b5c778b662
Fix new rubocop warnings
2020-03-31 19:08:10 +01:00
Tom Hughes
97d9e75fe4
Update bundle
2020-03-31 19:05:37 +01:00
translatewiki.net
093aca9cc1
Localisation updates from https://translatewiki.net .
2020-03-31 15:59:29 +02:00
translatewiki.net
4a16a928c8
Localisation updates from https://translatewiki.net .
2020-03-26 16:12:44 +01:00
Tom Hughes
0e902b5424
Set QT_QPA_PLATFORM=offscreen for Ubuntu etc
...
Fixes #2569
2020-03-25 17:04:44 +00:00
translatewiki.net
9b61ec2912
Localisation updates from https://translatewiki.net .
2020-03-23 15:07:13 +01:00
Tom Hughes
e693063fa5
Make linkify return an HTML safe result for unsafe inputs
...
Fixes #2567
2020-03-22 12:59:39 +00:00
Tom Hughes
3184bec5ae
Fix some untranslateable strings
...
Fixes #2565
2020-03-20 17:22:23 +00:00
Tom Hughes
4176b78edf
Pass I18n argument correctly
2020-03-20 14:58:45 +00:00
Tom Hughes
587a1b0754
Fix lego translation with locate control
...
Fixes #2564
2020-03-20 14:28:51 +00:00
Tom Hughes
df229c208d
Update javascript bundle
2020-03-19 18:26:04 +00:00
Tom Hughes
7804d5806d
Update to rails 6.0.2.2
2020-03-19 18:20:26 +00:00
translatewiki.net
e827a17ebd
Localisation updates from https://translatewiki.net .
2020-03-19 15:12:49 +01:00
Tom Hughes
e89742928d
Merge remote-tracking branch 'upstream/pull/2548'
2020-03-18 20:15:06 +00:00
Tom Hughes
eec9e29c96
Merge remote-tracking branch 'upstream/pull/2448'
2020-03-18 14:58:06 +00:00
Tom Hughes
150895fb92
Merge remote-tracking branch 'upstream/pull/2562'
2020-03-18 14:51:25 +00:00
Andy Allan
1cb0767e3d
Copy trace fixture files, rather than symlinking
...
Since we are using tmpdirs in order to enable parallel testing, we
can go the full hog and drop the fakefs too and just copy all the
files directly into the tmpdir. If a test makes changes (e.g.
changing the icon file during an import) the copy in the tmpdir is
thrown away at the end of the test anyway.
2020-03-18 15:35:55 +01:00
Andy Allan
0e612ea99a
Remove unused directories
2020-03-18 15:04:18 +01:00
Andy Allan
6bd6cbd203
Enable parallel tests
2020-03-18 15:04:18 +01:00
Andy Allan
979a474c68
Use unique test directories for each trace test
...
This allows tests to be run in parallel, since it avoids deleting
some of the symlinks that other tests expect to be there.
2020-03-18 15:04:18 +01:00
Andy Allan
8407c0dd98
Use the settings for the destination of the gpx fixture symlinks
...
This lets us change the settings values and have the fixtures appear
in the right place.
2020-03-18 14:58:48 +01:00
Andy Allan
b8c1bbb4f8
Remove unnecessary h() calls on model attributes
...
These were necessary in the rails 2.x era, but not now.
2020-03-18 14:33:30 +01:00
Tom Hughes
a9c4b037a2
Merge remote-tracking branch 'upstream/pull/2561'
2020-03-18 11:15:01 +00:00
Andy Allan
5fdada204c
Use bootstrap table striping to replace hand-cycled table stripes
...
This cuts down on the complexity of having to use the `cycle` function
and makes the templates easier to read. CSS-based striping has been
around for many years.
The CSS is in order to keep our custom colour for striped tables.
2020-03-18 12:14:24 +01:00
Tom Hughes
33d70b3c2d
Merge remote-tracking branch 'upstream/pull/2560'
2020-03-18 11:02:07 +00:00
Andy Allan
b0c50ab344
Enable remaining bootstrap components
...
Fixes #2511
2020-03-18 11:16:03 +01:00
translatewiki.net
380c936412
Localisation updates from https://translatewiki.net .
2020-03-16 15:52:51 +01:00
Tom Hughes
f32773a9f9
Merge remote-tracking branch 'upstream/pull/2558'
2020-03-14 15:51:23 +00:00
hikemaniac
74142661e3
Moved CSS rule
2020-03-14 16:39:21 +01:00
hikemaniac
ed076ebd61
Fix border-radius for search query input field
2020-03-14 16:06:46 +01:00
Tom Hughes
4f862afc10
Update javascript bundle
...
Closes #2557
2020-03-14 00:39:29 +00:00
translatewiki.net
f299e5a428
Localisation updates from https://translatewiki.net .
2020-03-12 19:27:55 +01:00
Tom Hughes
1cea9f6e41
Update bundle
2020-03-11 18:52:39 +00:00
translatewiki.net
4f6735a513
Localisation updates from https://translatewiki.net .
2020-03-09 16:43:08 +01:00
translatewiki.net
4770bae2a3
Localisation updates from https://translatewiki.net .
2020-03-05 17:37:12 +01:00
Tom Hughes
d399a6a806
Update bundle
2020-03-04 18:46:11 +00:00
translatewiki.net
0154b55f74
Localisation updates from https://translatewiki.net .
2020-03-02 14:51:22 +01:00
Tom Hughes
06122fc090
Enforce restrictions on issue visibility properly
2020-03-01 19:20:18 +00:00
Tom Hughes
75d1893343
Fix eslint warnings
2020-02-29 17:52:55 +00:00
Tom Hughes
0f3856fd1c
Fix highlight of changesets with no bounding box
...
A changeset with no bounding box has no map layer so trying to
set it's style throws an exception which means we don't get to
the code to set the style on the list entry.
Fixes #2541
2020-02-29 17:43:19 +00:00
Tom Hughes
aaf9d15d56
Rework set_default_request_format ast set_request_formats
...
Instead of trying to work out the exact format, just figure
out the list of allowed formats and let rails do the rest.
2020-02-29 15:28:23 +00:00
Tom Hughes
c0c817b542
Update rubocop configuration
2020-02-28 22:50:08 +00:00
Tom Hughes
de9996e9f0
Update bundle
2020-02-28 22:26:51 +00:00