]> git.openstreetmap.org Git - rails.git/log
rails.git
2 months agoMerge remote-tracking branch 'upstream/pull/5998'
Tom Hughes [Thu, 15 May 2025 22:50:45 +0000 (23:50 +0100)]
Merge remote-tracking branch 'upstream/pull/5998'

2 months agoPrerender heatmap in partial
Marwin Hochfelsner [Fri, 9 May 2025 22:50:56 +0000 (00:50 +0200)]
Prerender heatmap in partial

2 months agoMerge remote-tracking branch 'upstream/pull/6014'
Tom Hughes [Thu, 15 May 2025 21:31:43 +0000 (22:31 +0100)]
Merge remote-tracking branch 'upstream/pull/6014'

2 months agoMerge remote-tracking branch 'upstream/pull/6015'
Tom Hughes [Thu, 15 May 2025 21:27:41 +0000 (22:27 +0100)]
Merge remote-tracking branch 'upstream/pull/6015'

2 months agoUpdate leaflet-osm to latest upstream version
Tom Hughes [Thu, 15 May 2025 19:35:57 +0000 (20:35 +0100)]
Update leaflet-osm to latest upstream version

2 months agoAdd user.default_diary_language setter
Anton Khorev [Thu, 15 May 2025 12:04:15 +0000 (15:04 +0300)]
Add user.default_diary_language setter

2 months agoChange user.preferred_language to user.default_diary_language supporting preferences
Anton Khorev [Wed, 14 May 2025 13:51:28 +0000 (16:51 +0300)]
Change user.preferred_language to user.default_diary_language supporting preferences

2 months agoRename default_lang to diary_language_preference
Anton Khorev [Wed, 14 May 2025 13:40:11 +0000 (16:40 +0300)]
Rename default_lang to diary_language_preference

2 months agoMerge remote-tracking branch 'upstream/pull/6012'
Tom Hughes [Thu, 15 May 2025 17:04:32 +0000 (18:04 +0100)]
Merge remote-tracking branch 'upstream/pull/6012'

2 months agoMerge remote-tracking branch 'upstream/pull/6013'
Tom Hughes [Thu, 15 May 2025 16:56:04 +0000 (17:56 +0100)]
Merge remote-tracking branch 'upstream/pull/6013'

2 months agoUse entire width of sidebar for directions table
Anton Khorev [Thu, 15 May 2025 15:02:08 +0000 (18:02 +0300)]
Use entire width of sidebar for directions table

2 months agoAdd new diary entry links to user's own diary entry pages
Anton Khorev [Thu, 15 May 2025 10:10:15 +0000 (13:10 +0300)]
Add new diary entry links to user's own diary entry pages

2 months agoRename @entry to @diary_entry to match model name
Anton Khorev [Thu, 15 May 2025 10:22:17 +0000 (13:22 +0300)]
Rename @entry to @diary_entry to match model name

2 months agoAdd diary entries navigation template
Anton Khorev [Thu, 15 May 2025 10:09:51 +0000 (13:09 +0300)]
Add diary entries navigation template

2 months agoMerge remote-tracking branch 'upstream/pull/6005'
Tom Hughes [Wed, 14 May 2025 17:40:10 +0000 (18:40 +0100)]
Merge remote-tracking branch 'upstream/pull/6005'

2 months agoMerge remote-tracking branch 'upstream/pull/5988'
Tom Hughes [Wed, 14 May 2025 17:33:04 +0000 (18:33 +0100)]
Merge remote-tracking branch 'upstream/pull/5988'

2 months agoAllow new diary entry language to be specified in params
Anton Khorev [Wed, 14 May 2025 14:49:51 +0000 (17:49 +0300)]
Allow new diary entry language to be specified in params

2 months agoTest if preferred diary entry language is selected
Anton Khorev [Wed, 14 May 2025 14:52:16 +0000 (17:52 +0300)]
Test if preferred diary entry language is selected

2 months agoBump ClassLength rubocop_todo
Robert Koeze [Sat, 10 May 2025 01:53:54 +0000 (21:53 -0400)]
Bump ClassLength rubocop_todo

2 months agoMove gravatar_enable method to User model
Robert Koeze [Mon, 21 Apr 2025 00:41:01 +0000 (20:41 -0400)]
Move gravatar_enable method to User model

This method configures a gravatar for the user. Since this is
business logic let's put it on the model instead of in the controller.
Now we can also test this method outside of the request/response
lifecycle.

2 months agoUpdate bundle
Tom Hughes [Tue, 13 May 2025 17:38:22 +0000 (18:38 +0100)]
Update bundle

2 months agoMerge remote-tracking branch 'upstream/pull/6011'
Tom Hughes [Tue, 13 May 2025 17:25:08 +0000 (18:25 +0100)]
Merge remote-tracking branch 'upstream/pull/6011'

2 months agoUpdate graphhopper.js
Peter [Tue, 13 May 2025 09:21:21 +0000 (11:21 +0200)]
Update graphhopper.js

2 months agoMerge remote-tracking branch 'upstream/pull/6008'
Tom Hughes [Mon, 12 May 2025 18:05:29 +0000 (19:05 +0100)]
Merge remote-tracking branch 'upstream/pull/6008'

2 months agoMerge remote-tracking branch 'upstream/pull/6007'
Tom Hughes [Mon, 12 May 2025 17:19:52 +0000 (18:19 +0100)]
Merge remote-tracking branch 'upstream/pull/6007'

2 months agoMerge remote-tracking branch 'upstream/pull/6004'
Tom Hughes [Mon, 12 May 2025 17:18:52 +0000 (18:18 +0100)]
Merge remote-tracking branch 'upstream/pull/6004'

2 months agoUpdate to iD v2.34.0
Martin Raifer [Mon, 12 May 2025 15:13:11 +0000 (17:13 +0200)]
Update to iD v2.34.0

2 months agoUse I18n.exists? to filter available locales
Anton Khorev [Mon, 12 May 2025 14:50:31 +0000 (17:50 +0300)]
Use I18n.exists? to filter available locales

2 months agoAdd links to external map legends
Anton Khorev [Mon, 12 May 2025 09:10:11 +0000 (12:10 +0300)]
Add links to external map legends

2 months agoMove map legend entries definitions into 'entries' properties
Anton Khorev [Mon, 12 May 2025 08:55:21 +0000 (11:55 +0300)]
Move map legend entries definitions into 'entries' properties

2 months agoTarget shown/hidden map key entries by data attributes
Anton Khorev [Mon, 12 May 2025 08:43:22 +0000 (11:43 +0300)]
Target shown/hidden map key entries by data attributes

2 months agoTarget map key images for filtering by css class
Anton Khorev [Mon, 12 May 2025 08:40:57 +0000 (11:40 +0300)]
Target map key images for filtering by css class

2 months agoCombine dashboard user popup custom css
Anton Khorev [Mon, 12 May 2025 07:19:33 +0000 (10:19 +0300)]
Combine dashboard user popup custom css

2 months agoMerge remote-tracking branch 'upstream/pull/6003'
Tom Hughes [Sun, 11 May 2025 13:33:44 +0000 (14:33 +0100)]
Merge remote-tracking branch 'upstream/pull/6003'

2 months agoMerge remote-tracking branch 'upstream/pull/6002'
Tom Hughes [Sun, 11 May 2025 13:32:15 +0000 (14:32 +0100)]
Merge remote-tracking branch 'upstream/pull/6002'

2 months agoMerge remote-tracking branch 'upstream/pull/6001'
Tom Hughes [Sun, 11 May 2025 13:29:56 +0000 (14:29 +0100)]
Merge remote-tracking branch 'upstream/pull/6001'

2 months agoMerge remote-tracking branch 'upstream/pull/6000'
Tom Hughes [Sun, 11 May 2025 13:24:15 +0000 (14:24 +0100)]
Merge remote-tracking branch 'upstream/pull/6000'

2 months agoMerge remote-tracking branch 'upstream/pull/5999'
Tom Hughes [Sun, 11 May 2025 13:21:59 +0000 (14:21 +0100)]
Merge remote-tracking branch 'upstream/pull/5999'

2 months agoMerge remote-tracking branch 'upstream/pull/5997'
Tom Hughes [Sun, 11 May 2025 13:19:49 +0000 (14:19 +0100)]
Merge remote-tracking branch 'upstream/pull/5997'

2 months agoRemove unused dropdown caret css
Anton Khorev [Sun, 11 May 2025 12:15:46 +0000 (15:15 +0300)]
Remove unused dropdown caret css

2 months agoRemove background-color rgba fallback from Leaflet controls
Anton Khorev [Sun, 11 May 2025 12:00:16 +0000 (15:00 +0300)]
Remove background-color rgba fallback from Leaflet controls

2 months agoRemove min height from dashboard map popups
Anton Khorev [Sun, 11 May 2025 11:21:56 +0000 (14:21 +0300)]
Remove min height from dashboard map popups

2 months agoRemove unused Leaflet popup paragraph margins css
Anton Khorev [Sun, 11 May 2025 10:58:55 +0000 (13:58 +0300)]
Remove unused Leaflet popup paragraph margins css

2 months agoAdd Bootstrap .d-none class to print styles to hide svg defs
Anton Khorev [Sun, 11 May 2025 09:41:13 +0000 (12:41 +0300)]
Add Bootstrap .d-none class to print styles to hide svg defs

2 months agoMerge remote-tracking branch 'upstream/pull/5752'
Anton Khorev [Sun, 11 May 2025 08:07:27 +0000 (11:07 +0300)]
Merge remote-tracking branch 'upstream/pull/5752'

2 months agoUse require_relative in scripts
Anton Khorev [Fri, 9 May 2025 08:12:06 +0000 (11:12 +0300)]
Use require_relative in scripts

3 months agoStyle link like a underpadded button
Marwin Hochfelsner [Fri, 9 May 2025 19:32:53 +0000 (21:32 +0200)]
Style link like a underpadded button

Co-authored-by: Anton Khorev <tony29@yandex.ru>
3 months agoMerge remote-tracking branch 'upstream/pull/5985'
Tom Hughes [Fri, 9 May 2025 15:49:36 +0000 (16:49 +0100)]
Merge remote-tracking branch 'upstream/pull/5985'

3 months agoMerge remote-tracking branch 'upstream/pull/5993'
Tom Hughes [Thu, 8 May 2025 16:30:19 +0000 (17:30 +0100)]
Merge remote-tracking branch 'upstream/pull/5993'

3 months agoMerge remote-tracking branch 'upstream/pull/5995'
Tom Hughes [Thu, 8 May 2025 16:04:36 +0000 (17:04 +0100)]
Merge remote-tracking branch 'upstream/pull/5995'

3 months agoBump rack from 3.1.13 to 3.1.14
dependabot[bot] [Thu, 8 May 2025 14:58:49 +0000 (14:58 +0000)]
Bump rack from 3.1.13 to 3.1.14

Bumps [rack](https://github.com/rack/rack) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.1.13...v3.1.14)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 3.1.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoAdd shadows to changeset highlights
Anton Khorev [Thu, 8 May 2025 13:54:46 +0000 (16:54 +0300)]
Add shadows to changeset highlights

3 months agoRemove reddish-orange highlight color from in-viewport changesets
Anton Khorev [Thu, 8 May 2025 13:48:09 +0000 (16:48 +0300)]
Remove reddish-orange highlight color from in-viewport changesets

3 months agoMake highlight outline bolder for in-viewport changesets
Anton Khorev [Thu, 8 May 2025 13:45:12 +0000 (16:45 +0300)]
Make highlight outline bolder for in-viewport changesets

3 months agoSplit changeset highlight back layer into area and outline
Anton Khorev [Thu, 8 May 2025 13:42:05 +0000 (16:42 +0300)]
Split changeset highlight back layer into area and outline

3 months agoMerge remote-tracking branch 'upstream/pull/5989'
Tom Hughes [Wed, 7 May 2025 18:18:01 +0000 (19:18 +0100)]
Merge remote-tracking branch 'upstream/pull/5989'

3 months agoRemove controls sprite
Marwin Hochfelsner [Wed, 5 Mar 2025 16:33:07 +0000 (17:33 +0100)]
Remove controls sprite

3 months agoUnify active control button behaviour
Marwin Hochfelsner [Wed, 5 Mar 2025 15:35:07 +0000 (16:35 +0100)]
Unify active control button behaviour

3 months agoClick links instead of icons in tests
Marwin Hochfelsner [Wed, 5 Mar 2025 18:37:37 +0000 (19:37 +0100)]
Click links instead of icons in tests

3 months agoMerge remote-tracking branch 'upstream/pull/5870'
Tom Hughes [Wed, 7 May 2025 16:57:16 +0000 (17:57 +0100)]
Merge remote-tracking branch 'upstream/pull/5870'

3 months agoMerge remote-tracking branch 'upstream/pull/5887'
Tom Hughes [Wed, 7 May 2025 16:46:33 +0000 (17:46 +0100)]
Merge remote-tracking branch 'upstream/pull/5887'

3 months agoRename and update services section
Anton Khorev [Thu, 13 Feb 2025 16:30:35 +0000 (19:30 +0300)]
Rename and update services section

3 months agoUpdate trademarks section
Anton Khorev [Thu, 13 Feb 2025 16:15:49 +0000 (19:15 +0300)]
Update trademarks section

3 months agoMove trademarks section up
Anton Khorev [Thu, 13 Feb 2025 16:10:51 +0000 (19:10 +0300)]
Move trademarks section up

3 months agoUpdate takedown procedure link
Anton Khorev [Thu, 13 Feb 2025 16:08:57 +0000 (19:08 +0300)]
Update takedown procedure link

3 months agoMove copyright infringement section up
Anton Khorev [Thu, 13 Feb 2025 16:02:25 +0000 (19:02 +0300)]
Move copyright infringement section up

3 months agoUpdate credit section
Anton Khorev [Thu, 13 Feb 2025 15:59:25 +0000 (18:59 +0300)]
Update credit section

3 months agoMove "read more" paragraph to licensing section
Anton Khorev [Thu, 13 Feb 2025 15:26:37 +0000 (18:26 +0300)]
Move "read more" paragraph to licensing section

3 months agoUpdate licensing section
Anton Khorev [Thu, 13 Feb 2025 15:01:00 +0000 (18:01 +0300)]
Update licensing section

3 months agoAdd lead section
Anton Khorev [Thu, 13 Feb 2025 14:45:35 +0000 (17:45 +0300)]
Add lead section

3 months agoAdd licensing heading
Anton Khorev [Thu, 13 Feb 2025 14:32:24 +0000 (17:32 +0300)]
Add licensing heading

3 months agoReplace attribution example image
Anton Khorev [Thu, 13 Feb 2025 14:25:57 +0000 (17:25 +0300)]
Replace attribution example image

3 months agoAdd legal babble paragraph helper
Anton Khorev [Tue, 15 Apr 2025 14:34:36 +0000 (17:34 +0300)]
Add legal babble paragraph helper

3 months agoAdd add a note template
Marwin Hochfelsner [Wed, 2 Apr 2025 04:51:50 +0000 (06:51 +0200)]
Add add a note template

3 months agoClean OSM.formatHash calls
Marwin Hochfelsner [Fri, 4 Apr 2025 08:31:56 +0000 (10:31 +0200)]
Clean OSM.formatHash calls

3 months agoMerge remote-tracking branch 'upstream/pull/5981'
Tom Hughes [Tue, 6 May 2025 17:46:26 +0000 (18:46 +0100)]
Merge remote-tracking branch 'upstream/pull/5981'

3 months agoUpdate bundle
Tom Hughes [Tue, 6 May 2025 16:32:00 +0000 (17:32 +0100)]
Update bundle

3 months agoSuppress strokes on bbox area layers using stroke: false
Anton Khorev [Tue, 6 May 2025 03:02:24 +0000 (06:02 +0300)]
Suppress strokes on bbox area layers using stroke: false

Previously strokes were suppressed using weight: 0 which made them have zero width. That produced some unnecessary svg attributes for strokes.

3 months agoRemove selected changeset classes on map move/zoom
Anton Khorev [Mon, 5 May 2025 09:01:25 +0000 (12:01 +0300)]
Remove selected changeset classes on map move/zoom

Prevents selected classes getting stuck on changeset list items when zooming.

3 months agoRemove area layers for changesets completely covering map view
Anton Khorev [Mon, 5 May 2025 10:11:15 +0000 (13:11 +0300)]
Remove area layers for changesets completely covering map view

3 months agoMerge remote-tracking branch 'upstream/pull/5982'
Tom Hughes [Mon, 5 May 2025 15:34:06 +0000 (16:34 +0100)]
Merge remote-tracking branch 'upstream/pull/5982'

3 months agoRemove a few exclusions from RuboCop configuration
Marwin Hochfelsner [Mon, 5 May 2025 12:59:11 +0000 (14:59 +0200)]
Remove a few exclusions from RuboCop configuration

3 months agoMerge remote-tracking branch 'upstream/pull/5979'
Tom Hughes [Mon, 5 May 2025 12:45:35 +0000 (13:45 +0100)]
Merge remote-tracking branch 'upstream/pull/5979'

3 months agoMerge remote-tracking branch 'upstream/pull/5980'
Tom Hughes [Mon, 5 May 2025 12:26:07 +0000 (13:26 +0100)]
Merge remote-tracking branch 'upstream/pull/5980'

3 months agoMerge updateChangesetLocations into updateChangesetsGeometry
Anton Khorev [Mon, 5 May 2025 10:00:09 +0000 (13:00 +0300)]
Merge updateChangesetLocations into updateChangesetsGeometry

3 months agoRename consts in updateChangesetsGeometry
Anton Khorev [Mon, 5 May 2025 09:52:54 +0000 (12:52 +0300)]
Rename consts in updateChangesetsGeometry

3 months agoRename consts in updateChangesetLocations
Anton Khorev [Mon, 5 May 2025 09:47:43 +0000 (12:47 +0300)]
Rename consts in updateChangesetLocations

3 months agoChange bbox layer interface to make updateChangesetLocations private
Anton Khorev [Mon, 5 May 2025 09:43:44 +0000 (12:43 +0300)]
Change bbox layer interface to make updateChangesetLocations private

3 months agoSwitch to topLeft/bottomRight corners in updateChangesetShapes
Anton Khorev [Mon, 5 May 2025 09:34:01 +0000 (12:34 +0300)]
Switch to topLeft/bottomRight corners in updateChangesetShapes

3 months agoSwitch to NorthWest/SouthEast corners in updateChangesetLocations
Anton Khorev [Mon, 5 May 2025 09:28:27 +0000 (12:28 +0300)]
Switch to NorthWest/SouthEast corners in updateChangesetLocations

3 months agoDarken out-of-sidebar-viewport outline colors
Anton Khorev [Mon, 5 May 2025 04:55:22 +0000 (07:55 +0300)]
Darken out-of-sidebar-viewport outline colors

3 months agoLighten out-of-sidebar-viewport fill colors
Anton Khorev [Mon, 5 May 2025 04:50:21 +0000 (07:50 +0300)]
Lighten out-of-sidebar-viewport fill colors

3 months agoMake above-sidebar-viewport color redder
Anton Khorev [Mon, 5 May 2025 04:29:02 +0000 (07:29 +0300)]
Make above-sidebar-viewport color redder

3 months agoCreate api versions resource
Anton Khorev [Sun, 4 May 2025 23:35:39 +0000 (02:35 +0300)]
Create api versions resource

3 months agoCreate api capabilities resource
Anton Khorev [Sun, 4 May 2025 23:25:31 +0000 (02:25 +0300)]
Create api capabilities resource

3 months agoCreate api permissions resource
Anton Khorev [Sun, 4 May 2025 23:16:13 +0000 (02:16 +0300)]
Create api permissions resource

3 months agoMerge remote-tracking branch 'upstream/pull/5977'
Tom Hughes [Sun, 4 May 2025 18:26:52 +0000 (19:26 +0100)]
Merge remote-tracking branch 'upstream/pull/5977'

3 months agoMerge remote-tracking branch 'upstream/pull/5978'
Tom Hughes [Sun, 4 May 2025 18:01:38 +0000 (19:01 +0100)]
Merge remote-tracking branch 'upstream/pull/5978'

3 months agoMerge remote-tracking branch 'upstream/pull/5976'
Tom Hughes [Sun, 4 May 2025 17:58:52 +0000 (18:58 +0100)]
Merge remote-tracking branch 'upstream/pull/5976'

3 months agoAdd headline to heatmap
Robert Koeze [Wed, 30 Apr 2025 02:28:18 +0000 (22:28 -0400)]
Add headline to heatmap