Tom Hughes
f0324b60b1
Make trace.trace.count_points a plural string
2019-10-13 10:55:02 +01:00
Tom Hughes
3b636ddb6f
Don't try and commas to the trace size
...
It breaks pluralisation lookups in the locale and in any case
adding a comma every three digits is locale specific.
Fixes #2388
2019-10-13 10:54:47 +01:00
hikemaniac
651342197a
Added landuse icons and fixed some mistakes in browse.scss
...
Closes #2385
2019-10-09 17:48:07 +01:00
Tom Hughes
d96a5c9c87
Switch to use v4.0 of the Facebook API for authentication
2019-10-08 18:36:27 +01:00
Tom Hughes
3938f1008e
Update rubocop todo
2019-10-07 20:38:03 +01:00
Tom Hughes
bbd03b1bae
Update bundle
2019-10-07 20:30:01 +01:00
translatewiki.net
059da1617b
Localisation updates from https://translatewiki.net .
2019-10-07 19:56:25 +02:00
translatewiki.net
1d7e4a4c46
Localisation updates from https://translatewiki.net .
2019-10-03 19:47:17 +02:00
translatewiki.net
83983bfc6a
Localisation updates from https://translatewiki.net .
2019-10-01 16:41:10 +02:00
translatewiki.net
136ebc82a0
Localisation updates from https://translatewiki.net .
2019-09-26 20:38:09 +02:00
translatewiki.net
aa8cc45579
Localisation updates from https://translatewiki.net .
2019-09-23 18:02:20 +02:00
translatewiki.net
4b41eee8bd
Localisation updates from https://translatewiki.net .
2019-09-19 14:41:09 +02:00
translatewiki.net
48764d33c6
Localisation updates from https://translatewiki.net .
2019-09-16 19:04:07 +02:00
translatewiki.net
271b330b79
Localisation updates from https://translatewiki.net .
2019-09-12 16:10:59 +02:00
translatewiki.net
b845406087
Localisation updates from https://translatewiki.net .
2019-09-09 19:26:49 +02:00
translatewiki.net
74f7aa7ee3
Localisation updates from https://translatewiki.net .
2019-09-06 07:09:19 +02:00
Tom Hughes
e219916dcb
When overriding setup make sure to call the superclass
2019-09-05 21:24:20 +01:00
Andy Allan
374668c7cc
Merge pull request #1779 from stefanb/tag-colour-preview
...
Added color preview box in tag browser sidebar
2019-09-04 15:15:06 +02:00
translatewiki.net
5dfa747823
Localisation updates from https://translatewiki.net .
2019-09-03 09:38:41 +02:00
Michael Reichert
357060d96f
Add banner for SotM 2019
2019-09-01 17:21:25 +02:00
Stefan Baebler
379401d76c
fixed line lengths
2019-08-31 13:15:33 +02:00
Stefan Baebler
c47bd173ff
fixed some rubocop violations
2019-08-31 12:10:36 +02:00
Stefan Baebler
e968ad038a
Fixed 2 new eslint errors
2019-08-31 11:59:44 +02:00
Stefan Baebler
fe2bd1ee1a
Colour preview moved into new browse_tags_helper
...
In 74d2c4336b
browse_helper was split int two
2019-08-31 11:40:42 +02:00
Stefan Baebler
e731dd71a7
Merge branch 'master' into tag-colour-preview-rebase
2019-08-31 11:34:57 +02:00
translatewiki.net
7c8779709f
Localisation updates from https://translatewiki.net .
2019-08-29 20:29:03 +02:00
Tom Hughes
d99374434e
Merge remote-tracking branch 'upstream/pull/2362'
2019-08-28 17:49:35 +01:00
Tom Hughes
783b5e3729
Merge remote-tracking branch 'upstream/pull/1926'
2019-08-28 17:23:10 +01:00
Andy Allan
0baa293699
Make the logo on the error page clickable
...
Also use the same picture/srcset code as on the main header
2019-08-28 16:02:34 +02:00
Andy Allan
a7092491b0
Merge pull request #2266 from systemed/patch-2
...
Add user_<uid> class to diary entry div
2019-08-28 15:20:21 +02:00
Tom Hughes
bf1b9a9b60
Exclude all vendored code from rubocop checking
2019-08-27 15:33:23 +01:00
Tom Hughes
8d102e2dc5
Drop ancient imported daemon generator
2019-08-27 15:23:30 +01:00
Tom Hughes
d515e1b0e4
Update bundle
2019-08-27 15:21:15 +01:00
Tom Hughes
bfd4f4993a
Update yarn bundle
2019-08-27 15:09:31 +01:00
Tom Hughes
e1f2390d28
Merge remote-tracking branch 'upstream/pull/2359'
2019-08-27 14:59:53 +01:00
Bryan Housel
39896c76f8
Update to iD v2.15.5
2019-08-26 14:16:28 -04:00
translatewiki.net
94033b3a08
Localisation updates from https://translatewiki.net .
2019-08-26 12:29:57 +02:00
translatewiki.net
a973ca794f
Localisation updates from https://translatewiki.net .
2019-08-23 06:49:42 +02:00
Tom Hughes
135ec35a91
Fix numericality validation to use correct integer only constraint
...
Fixes #2355
2019-08-22 12:14:06 +01:00
translatewiki.net
de973d08ca
Localisation updates from https://translatewiki.net .
2019-08-19 11:38:09 +02:00
translatewiki.net
06957c3479
Localisation updates from https://translatewiki.net .
2019-08-15 18:29:24 +02:00
Tom Hughes
34c9d9cc6b
Increase poltergeist timeout
2019-08-14 19:54:50 +01:00
Tom Hughes
0264b865e3
Update rubocop todo
2019-08-14 19:27:12 +01:00
Tom Hughes
4b646e17a8
Fix rubocop warnings
2019-08-14 19:27:02 +01:00
Tom Hughes
dcea5c6883
Update bundle
2019-08-14 19:21:43 +01:00
Tom Hughes
18f5f1d499
Explicitly require gpx in the trace model tests
...
If we don't do this and no other test manages to trigger an
autoload before we run then we might try and autoload it inside
a MockFS block which will fail.
2019-08-14 19:10:15 +01:00
Tom Hughes
389fee0151
Revert "Always look to the global scope for the GPX module"
...
This reverts commit fbefe3550c
.
2019-08-14 19:06:09 +01:00
Sam Jenkins
42345cb9b7
Include any current search terms in the page title
...
Fixes #2336
Closes #2347
2019-08-14 18:58:08 +01:00
translatewiki.net
cdae792e36
Localisation updates from https://translatewiki.net .
2019-08-12 12:28:03 +02:00
translatewiki.net
21a3a69d10
Localisation updates from https://translatewiki.net .
2019-08-08 20:26:06 +02:00