Commit graph

10164 commits

Author SHA1 Message Date
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
Tom Hughes
dc5cdebc29 Create config/settings.local.yml in Vagrant provisioning script 2019-08-08 09:50:13 +01:00
Tom Hughes
2a9346adb0 Make sure phantomjs is installed 2019-08-07 17:29:26 +01:00
Tom Hughes
4efe7cdc10 Fix vagrant provisioning script
Fixes #2343
2019-08-07 17:27:25 +01:00
Tom Hughes
754e566f45 Exclude phantomjs from generic webkit as it's ancient
Fixes #2339
2019-08-05 20:41:22 +01:00
Tom Hughes
bc883cb926 Patch broken polyfill feature test
https://github.com/Financial-Times/polyfill-service/issues/2006
2019-08-05 20:39:24 +01:00
Tom Hughes
083375b3c3 Update polyfills 2019-08-05 20:29:56 +01:00
translatewiki.net
f32baeceb4 Localisation updates from https://translatewiki.net. 2019-08-05 12:19:36 +02:00
translatewiki.net
44839bee8b Localisation updates from https://translatewiki.net. 2019-08-01 18:40:11 +02:00
Tom Hughes
1addc078c0 Avoid trying to resize non-resizable images
Fixed #2329
2019-07-31 11:42:09 +01:00
translatewiki.net
9581fc24f8 Localisation updates from https://translatewiki.net. 2019-07-29 14:41:46 +02:00
Tom Hughes
02e5a93dc5 Merge remote-tracking branch 'upstream/pull/2330' 2019-07-26 18:01:50 +01:00
Quincy Morgan
cfb9d537a6 Remove file unrelated to iD 2.15.4 release 2019-07-26 12:52:16 -04:00
Quincy Morgan
241f12df40 Update to iD v2.15.4 2019-07-26 12:43:22 -04:00
marc tobias
61faea262a Pass viewbox to Nominatim when geocoding routing endpoints
Fixes #2327
Closes #2328
2019-07-25 19:24:36 +01:00
translatewiki.net
81f1e7982a Localisation updates from https://translatewiki.net. 2019-07-25 10:28:33 +02:00
Tom Hughes
4ff6067033 Fix text direction for Japanese 2019-07-23 19:27:34 +01:00
translatewiki.net
64b605a820 Localisation updates from https://translatewiki.net. 2019-07-22 14:13:38 +02:00
Tom Hughes
1f880528bd Fix new rubocop warnings 2019-07-18 16:47:08 +01:00
Tom Hughes
0af8b95b7d Update bundle
Closes #2325
2019-07-18 16:47:08 +01:00
translatewiki.net
bc37f1d851 Localisation updates from https://translatewiki.net. 2019-07-18 16:39:55 +02:00
Tom Hughes
5a54cb52f8 Drop paperclip 2019-07-17 19:12:30 +01:00
Tom Hughes
8a39c6b4a2 Drop old user image columns 2019-07-17 19:12:30 +01:00
Tom Hughes
826b70fdc5 Replace migrations that rely on models with rake tasks
Replace some migrations that rely on relationships between
models to add subscriptions with rake tasks.
2019-07-17 18:55:15 +01:00
Tom Hughes
227c402ad1 Don't try and add fingerprints for user images
It won't actually work, and anybody migrating up to the current
schema is never going to use the fingerprints anyway.
2019-07-17 18:49:09 +01:00
Tom Hughes
8750405bf7 Merge remote-tracking branch 'upstream/pull/2320' 2019-07-17 18:47:05 +01:00
Tom Hughes
43b0d42363 Merge remote-tracking branch 'upstream/pull/2322' 2019-07-17 18:47:02 +01:00
Andy Allan
add6f9643b Rework help page text
This avoids using the OSM acronym, and uses better titles than urls
for the help forum and the wiki. Both titles are based on the title
of the linked sites.
2019-07-17 19:37:59 +02:00
Tom Hughes
a254efb5ec Set server_url to test.host in test environments
Fixes #2319
2019-07-17 11:25:36 +01:00
Andy Allan
d130db9fa8 Avoid more models in old migrations
Although these migrations run fine today, they could break in the future
if changes are made to the current model code.
2019-07-17 12:16:20 +02:00
Andy Allan
6ebb21b660 Avoid using live models in old migrations
Instead, we define models in the migrations themselves. This ensures that
column names etc match the state of the database during the migration,
not the current live version of the model.
2019-07-17 11:52:02 +02:00
Andy Allan
0444187cb6 Update annotations after 91a37235ac 2019-07-17 10:39:10 +02:00
Tom Hughes
40ac2aa528 Use the configured host name for user image URLs 2019-07-16 22:41:37 +01:00
Tom Hughes
91a37235ac Remove support for old style user images 2019-07-16 22:33:26 +01:00
Tom Hughes
3cfffc2258 Update gravatar methods to check for Active Storage images 2019-07-16 22:29:07 +01:00
Tom Hughes
b911b45961 Return absolute URLs for user images 2019-07-16 22:28:36 +01:00
Tom Hughes
cea0ba5137 Merge remote-tracking branch 'upstream/pull/2313' 2019-07-16 11:56:13 +01:00
Tom Hughes
905a7eadb6 Defer deletion of avatars to a background job 2019-07-16 08:27:14 +01:00
Tom Hughes
f597780822 Increase expiry for Active Storage URLs 2019-07-16 08:25:17 +01:00
Tom Hughes
e3f37bb30c Allow BMP images to be transformed
https://github.com/rails/rails/issues/35953
https://github.com/rails/rails/pull/36051
2019-07-16 00:24:37 +01:00
Tom Hughes
c5fc9f0e7e Run any Active Storage jobs in the storage queue 2019-07-15 22:20:48 +01:00