]> git.openstreetmap.org Git - rails.git/log
rails.git
4 years agoRework to ensure views are named after the controller method name
Andy Allan [Wed, 26 Jun 2019 10:52:21 +0000 (12:52 +0200)]
Rework to ensure views are named after the controller method name

4 years agoMerge remote-tracking branch 'upstream/pull/2271'
Tom Hughes [Wed, 26 Jun 2019 10:22:19 +0000 (11:22 +0100)]
Merge remote-tracking branch 'upstream/pull/2271'

4 years agoFix text direction for traditional chinese
Tom Hughes [Tue, 25 Jun 2019 07:20:18 +0000 (08:20 +0100)]
Fix text direction for traditional chinese

4 years agoUpdate bundle
Tom Hughes [Tue, 25 Jun 2019 07:16:28 +0000 (08:16 +0100)]
Update bundle

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 24 Jun 2019 15:02:58 +0000 (17:02 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoAllow signups to be blocked by MX host
Tom Hughes [Sun, 23 Jun 2019 10:21:03 +0000 (11:21 +0100)]
Allow signups to be blocked by MX host

4 years agoBlock indexing of diary entries
Tom Hughes [Sat, 22 Jun 2019 23:22:46 +0000 (00:22 +0100)]
Block indexing of diary entries

4 years agoUpdate Potlatch 2 to 2.5-83-g28c84372 build
Tom Hughes [Fri, 21 Jun 2019 10:23:38 +0000 (11:23 +0100)]
Update Potlatch 2 to 2.5-83-g28c84372 build

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 20 Jun 2019 19:47:58 +0000 (21:47 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoMerge remote-tracking branch 'upstream/pull/2267'
Tom Hughes [Thu, 20 Jun 2019 18:02:31 +0000 (19:02 +0100)]
Merge remote-tracking branch 'upstream/pull/2267'

4 years agoMerge remote-tracking branch 'upstream/pull/2270'
Tom Hughes [Thu, 20 Jun 2019 17:58:38 +0000 (18:58 +0100)]
Merge remote-tracking branch 'upstream/pull/2270'

4 years agoMerge remote-tracking branch 'upstream/pull/2269'
Tom Hughes [Thu, 20 Jun 2019 17:54:44 +0000 (18:54 +0100)]
Merge remote-tracking branch 'upstream/pull/2269'

4 years agoUpdate note comments to use friendly_date_ago helper
Andy Allan [Wed, 19 Jun 2019 10:16:04 +0000 (12:16 +0200)]
Update note comments to use friendly_date_ago helper

Refs #2255

4 years agoUse friendly_date_ago for notes display
Andy Allan [Wed, 19 Jun 2019 10:11:47 +0000 (12:11 +0200)]
Use friendly_date_ago for notes display

Refs #2255

4 years agoUse friendly_date_ago for user blocks
Andy Allan [Wed, 19 Jun 2019 10:09:46 +0000 (12:09 +0200)]
Use friendly_date_ago for user blocks

Refs #2255

4 years agoUse friendly_date_ago helper for changeset comments
Andy Allan [Wed, 19 Jun 2019 10:06:13 +0000 (12:06 +0200)]
Use friendly_date_ago helper for changeset comments

Refs #2255

4 years agoUse friendly_date_ago helper for chnagesets
Andy Allan [Wed, 19 Jun 2019 10:05:47 +0000 (12:05 +0200)]
Use friendly_date_ago helper for chnagesets

Refs #2255

4 years agoUse friendly_date_ago helper for user_blocks
Andy Allan [Wed, 19 Jun 2019 10:01:39 +0000 (12:01 +0200)]
Use friendly_date_ago helper for user_blocks

Refs #2255

Removes two unused translations.

4 years agoUse friendy_date_ago helper for notes
Andy Allan [Wed, 19 Jun 2019 10:00:58 +0000 (12:00 +0200)]
Use friendy_date_ago helper for notes

Refs #2255

4 years agoAdd a friendly_date_ago helper
Andy Allan [Wed, 19 Jun 2019 09:59:37 +0000 (11:59 +0200)]
Add a friendly_date_ago helper

Refs #2255

4 years agoUse distance_in_words_ago scope for user blocks
Andy Allan [Wed, 19 Jun 2019 09:44:29 +0000 (11:44 +0200)]
Use distance_in_words_ago scope for user blocks

Refs #2255

4 years agoUse scope for common details and changeset display in browse pages
Andy Allan [Wed, 19 Jun 2019 09:36:09 +0000 (11:36 +0200)]
Use scope for common details and changeset display in browse pages

Refs #2255

4 years agoUse scope for time_ago when viewing users
Andy Allan [Wed, 19 Jun 2019 09:34:29 +0000 (11:34 +0200)]
Use scope for time_ago when viewing users

Refs #2255.

Also removes unused translation referencing ago, that was unneeded
after cbf71f04c244440f82d86e12758a2e443f68c0f8

4 years agoUse distance_in_words_ago scope for issues display
Andy Allan [Wed, 19 Jun 2019 09:27:37 +0000 (11:27 +0200)]
Use distance_in_words_ago scope for issues display

Refs #2255

4 years agoUse the distance_in_words_ago scope for diary comments pages
Andy Allan [Wed, 19 Jun 2019 09:25:31 +0000 (11:25 +0200)]
Use the distance_in_words_ago scope for diary comments pages

Refs #2255

4 years agoUse the distance_in_words_ago scope for trace display
Andy Allan [Wed, 19 Jun 2019 09:23:43 +0000 (11:23 +0200)]
Use the distance_in_words_ago scope for trace display

Refs #2255

4 years agoUse user models, not ids, in assertions
Andy Allan [Wed, 19 Jun 2019 15:03:13 +0000 (17:03 +0200)]
Use user models, not ids, in assertions

4 years agoPass the models, not the ids, when dealing with friendships
Andy Allan [Wed, 19 Jun 2019 14:56:31 +0000 (16:56 +0200)]
Pass the models, not the ids, when dealing with friendships

4 years agoRename user.friend_users to user.friends
Andy Allan [Wed, 19 Jun 2019 14:51:35 +0000 (16:51 +0200)]
Rename user.friend_users to user.friends

This is possible now since we've renamed Friend to Friendship

4 years agoRename Friend model to Friendship
Andy Allan [Wed, 19 Jun 2019 14:39:25 +0000 (16:39 +0200)]
Rename Friend model to Friendship

This better describes what the model represents, which is the relationship
between the two users.

4 years agoAdd translations for distance_in_time_ago
Andy Allan [Wed, 19 Jun 2019 08:42:09 +0000 (10:42 +0200)]
Add translations for distance_in_time_ago

This allows translators to accurately translate times when they
need to modify the distance_in_time beyond just adding 'ago'.

Refs #2255

4 years agoMerge remote-tracking branch 'upstream/pull/2226'
Tom Hughes [Tue, 18 Jun 2019 20:10:07 +0000 (21:10 +0100)]
Merge remote-tracking branch 'upstream/pull/2226'

4 years agoUpdate bundle
Tom Hughes [Tue, 18 Jun 2019 18:13:49 +0000 (19:13 +0100)]
Update bundle

4 years agoPass through `photo_overlay` parameter
Bryan Housel [Mon, 17 Jun 2019 21:26:24 +0000 (17:26 -0400)]
Pass through `photo_overlay` parameter
(re: https://github.com/openstreetmap/iD/issues/6492)

4 years agoUpdate to iD v2.15.2
Bryan Housel [Mon, 17 Jun 2019 20:10:54 +0000 (16:10 -0400)]
Update to iD v2.15.2

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 17 Jun 2019 17:34:33 +0000 (19:34 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoAllow indexing of diary entries again
Tom Hughes [Sat, 15 Jun 2019 23:54:30 +0000 (00:54 +0100)]
Allow indexing of diary entries again

4 years agoAllow indexing of diary entries again
Tom Hughes [Sat, 15 Jun 2019 23:53:38 +0000 (00:53 +0100)]
Allow indexing of diary entries again

4 years agoFix importing of GPX traces with a leading byte order marker
Tom Hughes [Fri, 14 Jun 2019 17:49:04 +0000 (18:49 +0100)]
Fix importing of GPX traces with a leading byte order marker

Fixes #2258

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 13 Jun 2019 18:22:51 +0000 (20:22 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoMerge remote-tracking branch 'upstream/pull/2209'
Tom Hughes [Wed, 12 Jun 2019 18:56:59 +0000 (19:56 +0100)]
Merge remote-tracking branch 'upstream/pull/2209'

4 years agoMerge remote-tracking branch 'upstream/pull/2257'
Tom Hughes [Wed, 12 Jun 2019 18:50:52 +0000 (19:50 +0100)]
Merge remote-tracking branch 'upstream/pull/2257'

4 years agoFix new eslint warnings
Tom Hughes [Sun, 14 Apr 2019 18:39:40 +0000 (19:39 +0100)]
Fix new eslint warnings

4 years agoReplace eslint-rails-ee with direct calls to eslint
Tom Hughes [Sun, 7 Apr 2019 23:00:57 +0000 (00:00 +0100)]
Replace eslint-rails-ee with direct calls to eslint

4 years agoMerge remote-tracking branch 'upstream/pull/2228'
Tom Hughes [Wed, 12 Jun 2019 18:16:32 +0000 (19:16 +0100)]
Merge remote-tracking branch 'upstream/pull/2228'

4 years agoMerge remote-tracking branch 'upstream/pull/2256'
Tom Hughes [Wed, 12 Jun 2019 17:58:15 +0000 (18:58 +0100)]
Merge remote-tracking branch 'upstream/pull/2256'

4 years agoUse built-in form submit translation keys for traces
Andy Allan [Wed, 12 Jun 2019 14:36:13 +0000 (16:36 +0200)]
Use built-in form submit translation keys for traces

4 years agoUse built-in form submit translation keys for oauth client applications
Andy Allan [Wed, 12 Jun 2019 14:32:52 +0000 (16:32 +0200)]
Use built-in form submit translation keys for oauth client applications

4 years agoUse i18n for submit button for issue comments
Andy Allan [Wed, 12 Jun 2019 14:25:19 +0000 (16:25 +0200)]
Use i18n for submit button for issue comments

Normally when an en-GB.yml translation is missing, rails falls back to en.yml. But when
using the submit helpers, if the en-GB translation is missing, rails knows how to create
a fallback like 'Create {model_name}' without touching the en.yml file. This string might
then be different from what the test expects, e.g. 'Add Comment'.

So it's important to set the language headers, to avoid phantomjs from picking up your desktop
preferences in this specific case.

4 years agoUse built-in form sumbit translation keys for diary comments
Andy Allan [Wed, 12 Jun 2019 14:20:29 +0000 (16:20 +0200)]
Use built-in form sumbit translation keys for diary comments

Also use a diary comment object as the basis for the form

4 years agoUse built-in form sumbit translation keys for messages
Andy Allan [Wed, 12 Jun 2019 14:11:54 +0000 (16:11 +0200)]
Use built-in form sumbit translation keys for messages

4 years agoUse built-in form sumbit translation keys for redactions
Andy Allan [Wed, 12 Jun 2019 14:08:20 +0000 (16:08 +0200)]
Use built-in form sumbit translation keys for redactions

4 years agoUse built-in form sumbit translation keys for user blocks
Andy Allan [Wed, 12 Jun 2019 14:07:18 +0000 (16:07 +0200)]
Use built-in form sumbit translation keys for user blocks

4 years agoAdd a note about avoiding commits to other locale files
Andy Allan [Wed, 12 Jun 2019 13:03:24 +0000 (15:03 +0200)]
Add a note about avoiding commits to other locale files

4 years agoRound up the frame size for trace animations
Tom Hughes [Tue, 11 Jun 2019 21:33:07 +0000 (22:33 +0100)]
Round up the frame size for trace animations

4 years agoInclude first frame twice in trace animations
Tom Hughes [Tue, 11 Jun 2019 19:36:53 +0000 (20:36 +0100)]
Include first frame twice in trace animations

4 years agoTest import of various trace formats
Tom Hughes [Tue, 11 Jun 2019 18:52:51 +0000 (19:52 +0100)]
Test import of various trace formats

Fixes #2254

4 years agoFix rubocop warning
Tom Hughes [Tue, 11 Jun 2019 12:20:00 +0000 (13:20 +0100)]
Fix rubocop warning

4 years agoInstall libarchive-dev for travis
Tom Hughes [Tue, 11 Jun 2019 12:10:24 +0000 (13:10 +0100)]
Install libarchive-dev for travis

4 years agoParse each GPX file in an archive separately
Tom Hughes [Tue, 11 Jun 2019 11:57:00 +0000 (12:57 +0100)]
Parse each GPX file in an archive separately

Fixes #2253

4 years agoMerge remote-tracking branch 'upstream/pull/2204'
Tom Hughes [Mon, 10 Jun 2019 20:29:38 +0000 (21:29 +0100)]
Merge remote-tracking branch 'upstream/pull/2204'

4 years agoUpdate to released version 0.4.0 of gd2-ffij
Tom Hughes [Mon, 10 Jun 2019 20:27:19 +0000 (21:27 +0100)]
Update to released version 0.4.0 of gd2-ffij

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 10 Jun 2019 18:39:47 +0000 (20:39 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoFix erblint warnings
Tom Hughes [Thu, 6 Jun 2019 17:20:21 +0000 (18:20 +0100)]
Fix erblint warnings

4 years agoMake hidden diary entries and comments more visible
Tom Hughes [Thu, 6 Jun 2019 16:47:54 +0000 (17:47 +0100)]
Make hidden diary entries and comments more visible

4 years agoMerge remote-tracking branch 'upstream/pull/2248'
Tom Hughes [Thu, 6 Jun 2019 16:51:51 +0000 (17:51 +0100)]
Merge remote-tracking branch 'upstream/pull/2248'

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 6 Jun 2019 16:13:35 +0000 (18:13 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoShow all diary comments to administrators
Andy Allan [Wed, 5 Jun 2019 13:52:51 +0000 (15:52 +0200)]
Show all diary comments to administrators

4 years agoAllow admins to unhide diary comments, if they wish
Andy Allan [Wed, 5 Jun 2019 13:52:15 +0000 (15:52 +0200)]
Allow admins to unhide diary comments, if they wish

4 years agoShow deleted diary entries to administrators, if the user isn't also deleted
Andy Allan [Wed, 5 Jun 2019 13:30:08 +0000 (15:30 +0200)]
Show deleted diary entries to administrators, if the user isn't also deleted

This will allow administrators to review diary entry deletions from non-spam users.

4 years agoAllow administrators to unhide diary entries, if they wish
Andy Allan [Wed, 5 Jun 2019 13:29:47 +0000 (15:29 +0200)]
Allow administrators to unhide diary entries, if they wish

4 years agoMerge remote-tracking branch 'upstream/pull/2249'
Tom Hughes [Wed, 5 Jun 2019 16:19:57 +0000 (17:19 +0100)]
Merge remote-tracking branch 'upstream/pull/2249'

4 years agoMerge remote-tracking branch 'upstream/pull/2250'
Tom Hughes [Wed, 5 Jun 2019 16:18:55 +0000 (17:18 +0100)]
Merge remote-tracking branch 'upstream/pull/2250'

4 years agoIgnore the block length of the routes
Andy Allan [Wed, 5 Jun 2019 14:29:54 +0000 (16:29 +0200)]
Ignore the block length of the routes

Since the routes are more of a dsl than code, we've been happy to
repeatedly bump up this number. But then that hides other code which
has over-long block lengths hiding behind.

So instead let's exclude the routes from this metric.

4 years agoRemove dead link to sitemap
Andy Allan [Wed, 5 Jun 2019 14:18:48 +0000 (16:18 +0200)]
Remove dead link to sitemap

Fixes #1113

4 years agoFix rubocop warning
Tom Hughes [Wed, 5 Jun 2019 08:20:00 +0000 (09:20 +0100)]
Fix rubocop warning

4 years agoUpdate rubocop todo
Tom Hughes [Wed, 5 Jun 2019 08:10:03 +0000 (09:10 +0100)]
Update rubocop todo

4 years agoAdd rubocop-rails
Tom Hughes [Wed, 5 Jun 2019 07:51:08 +0000 (08:51 +0100)]
Add rubocop-rails

4 years agoUpdate bundle
Tom Hughes [Wed, 5 Jun 2019 07:46:52 +0000 (08:46 +0100)]
Update bundle

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 3 Jun 2019 15:46:00 +0000 (17:46 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 30 May 2019 17:35:06 +0000 (19:35 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoMerge remote-tracking branch 'upstream/pull/2225'
Tom Hughes [Thu, 30 May 2019 17:06:58 +0000 (18:06 +0100)]
Merge remote-tracking branch 'upstream/pull/2225'

4 years agoUpdate bundle
Tom Hughes [Thu, 30 May 2019 08:25:34 +0000 (09:25 +0100)]
Update bundle

4 years agoMerge remote-tracking branch 'upstream/pull/2237'
Tom Hughes [Thu, 30 May 2019 08:20:37 +0000 (09:20 +0100)]
Merge remote-tracking branch 'upstream/pull/2237'

4 years agoUse strong_migrations to help developers avoid problems in production database schema...
Andy Allan [Wed, 29 May 2019 09:05:09 +0000 (11:05 +0200)]
Use strong_migrations to help developers avoid problems in production database schema changes

4 years agoMerge remote-tracking branch 'upstream/pull/2239'
Tom Hughes [Wed, 29 May 2019 16:41:08 +0000 (17:41 +0100)]
Merge remote-tracking branch 'upstream/pull/2239'

4 years agoMerge remote-tracking branch 'upstream/pull/2238'
Tom Hughes [Wed, 29 May 2019 16:37:18 +0000 (17:37 +0100)]
Merge remote-tracking branch 'upstream/pull/2238'

4 years agorubocop and erblint fixes
Andy Allan [Wed, 29 May 2019 15:09:51 +0000 (17:09 +0200)]
rubocop and erblint fixes

4 years agoAllow a configurable delay to keep diary entries from being published in feeds
Andy Allan [Wed, 29 May 2019 14:56:15 +0000 (16:56 +0200)]
Allow a configurable delay to keep diary entries from being published in feeds

This is to provide another tool to help spam fighting.

The configuration value is set to zero hours for new deploys in
order to be 'least surprising'. You can change the setting without
interfering with your test suite.

4 years agoRefactor diary entry form
Andy Allan [Wed, 29 May 2019 14:09:14 +0000 (16:09 +0200)]
Refactor diary entry form

This uses the built-in helpers for naming form elements, rather than
having to override with specific i18n labels. It also changes the label
to 'Update', and capitalizes the title on the edit page.

4 years agoRefactor some diary entry routes to use resources
Andy Allan [Wed, 29 May 2019 13:55:27 +0000 (15:55 +0200)]
Refactor some diary entry routes to use resources

4 years agoRefactor diary entries to use create and update methods
Andy Allan [Wed, 29 May 2019 13:37:23 +0000 (15:37 +0200)]
Refactor diary entries to use create and update methods

This brings it slightly more into line with resourceful routing.

4 years agoMerge remote-tracking branch 'upstream/pull/2236'
Tom Hughes [Wed, 29 May 2019 10:05:21 +0000 (11:05 +0100)]
Merge remote-tracking branch 'upstream/pull/2236'

4 years agoUpdate annotations to show 'using' clause on indexes
Andy Allan [Wed, 29 May 2019 10:02:50 +0000 (12:02 +0200)]
Update annotations to show 'using' clause on indexes

4 years agoUpdate annotations to correctly show bigint types
Andy Allan [Wed, 29 May 2019 09:52:20 +0000 (11:52 +0200)]
Update annotations to correctly show bigint types

4 years agoMerge remote-tracking branch 'upstream/pull/2232'
Tom Hughes [Tue, 28 May 2019 13:36:38 +0000 (14:36 +0100)]
Merge remote-tracking branch 'upstream/pull/2232'

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 27 May 2019 14:54:08 +0000 (16:54 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoUpdate to iD v2.15.1
Bryan Housel [Sat, 25 May 2019 02:20:29 +0000 (22:20 -0400)]
Update to iD v2.15.1

4 years agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 23 May 2019 12:31:35 +0000 (14:31 +0200)]
Localisation updates from https://translatewiki.net.

4 years agoUpdate to iD v2.15.0
Bryan Housel [Tue, 21 May 2019 17:23:10 +0000 (13:23 -0400)]
Update to iD v2.15.0