]> git.openstreetmap.org Git - rails.git/log
rails.git
3 months agoMerge remote-tracking branch 'upstream/pull/5893'
Tom Hughes [Sun, 6 Apr 2025 08:57:55 +0000 (09:57 +0100)]
Merge remote-tracking branch 'upstream/pull/5893'

3 months agoMerge remote-tracking branch 'upstream/pull/5897'
Tom Hughes [Sun, 6 Apr 2025 08:55:29 +0000 (09:55 +0100)]
Merge remote-tracking branch 'upstream/pull/5897'

3 months agoPrefer COPY to ADD
Robert Koeze [Sun, 6 Apr 2025 02:59:10 +0000 (22:59 -0400)]
Prefer COPY to ADD

3 months agoShow valid username in header when renaming
Anton Khorev [Sat, 5 Apr 2025 19:17:54 +0000 (22:17 +0300)]
Show valid username in header when renaming

3 months agoMerge remote-tracking branch 'upstream/pull/5892'
Tom Hughes [Sat, 5 Apr 2025 16:22:35 +0000 (17:22 +0100)]
Merge remote-tracking branch 'upstream/pull/5892'

3 months agoKeep reference to AbortController on AbortError in data layer
Anton Khorev [Sat, 5 Apr 2025 16:13:11 +0000 (19:13 +0300)]
Keep reference to AbortController on AbortError in data layer

3 months agoRemove invalid setStyle from data layer
Anton Khorev [Sat, 5 Apr 2025 15:20:41 +0000 (18:20 +0300)]
Remove invalid setStyle from data layer

3 months agoMerge remote-tracking branch 'upstream/pull/5889'
Tom Hughes [Sat, 5 Apr 2025 10:46:20 +0000 (11:46 +0100)]
Merge remote-tracking branch 'upstream/pull/5889'

3 months agoMerge remote-tracking branch 'upstream/pull/5888'
Tom Hughes [Sat, 5 Apr 2025 10:45:23 +0000 (11:45 +0100)]
Merge remote-tracking branch 'upstream/pull/5888'

3 months agoMerge remote-tracking branch 'upstream/pull/5886'
Tom Hughes [Sat, 5 Apr 2025 10:36:21 +0000 (11:36 +0100)]
Merge remote-tracking branch 'upstream/pull/5886'

3 months agoMerge remote-tracking branch 'upstream/pull/5885'
Tom Hughes [Sat, 5 Apr 2025 10:33:51 +0000 (11:33 +0100)]
Merge remote-tracking branch 'upstream/pull/5885'

3 months agoMerge remote-tracking branch 'upstream/pull/5872'
Tom Hughes [Sat, 5 Apr 2025 10:27:20 +0000 (11:27 +0100)]
Merge remote-tracking branch 'upstream/pull/5872'

3 months agoMerge remote-tracking branch 'upstream/pull/5881'
Tom Hughes [Sat, 5 Apr 2025 10:23:41 +0000 (11:23 +0100)]
Merge remote-tracking branch 'upstream/pull/5881'

3 months agoMerge remote-tracking branch 'upstream/pull/5890'
Tom Hughes [Sat, 5 Apr 2025 10:04:59 +0000 (11:04 +0100)]
Merge remote-tracking branch 'upstream/pull/5890'

3 months agoBump eslint from 9.23.0 to 9.24.0
dependabot[bot] [Fri, 4 Apr 2025 23:19:51 +0000 (23:19 +0000)]
Bump eslint from 9.23.0 to 9.24.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.23.0 to 9.24.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.23.0...v9.24.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoadd dir="auto" to linkified links and replicate openstreetmap#5850 in ApplicationHelper
NeatNit [Thu, 3 Apr 2025 15:24:51 +0000 (18:24 +0300)]
add dir="auto" to linkified links and replicate openstreetmap#5850 in ApplicationHelper

3 months agoUse flex+justify instead of floats on export page
Anton Khorev [Fri, 4 Apr 2025 10:31:28 +0000 (13:31 +0300)]
Use flex+justify instead of floats on export page

3 months agoRemove .clearfix from places without floats
Anton Khorev [Fri, 4 Apr 2025 10:14:51 +0000 (13:14 +0300)]
Remove .clearfix from places without floats

3 months agoChange "add a note" background to secondary on welcome page
Anton Khorev [Fri, 4 Apr 2025 08:28:40 +0000 (11:28 +0300)]
Change "add a note" background to secondary on welcome page

3 months agoInclude L.Control.Locate from L.OSM.locate
Anton Khorev [Fri, 4 Apr 2025 07:46:25 +0000 (10:46 +0300)]
Include L.Control.Locate from L.OSM.locate

3 months agoRemove manual edit after 4-second timeout on welcome page
Anton Khorev [Fri, 4 Apr 2025 06:18:41 +0000 (09:18 +0300)]
Remove manual edit after 4-second timeout on welcome page

3 months agomake markdown bidirectional with dir="auto"
NeatNit [Sun, 23 Mar 2025 19:38:47 +0000 (21:38 +0200)]
make markdown bidirectional with dir="auto"

3 months agoadd dir="auto" to changeset comment
NeatNit [Sun, 23 Mar 2025 19:32:40 +0000 (21:32 +0200)]
add dir="auto" to changeset comment

3 months agoEnable share button to do native share
Anton Khorev [Thu, 3 Apr 2025 14:28:37 +0000 (17:28 +0300)]
Enable share button to do native share

3 months agoAdd hidden share button
Anton Khorev [Thu, 3 Apr 2025 13:30:58 +0000 (16:30 +0300)]
Add hidden share button

The image is from https://icons.getbootstrap.com/icons/share/ , shifted 1px to the left.

3 months agoReplace .ssb-icon with [data-share-type]
Anton Khorev [Thu, 3 Apr 2025 13:13:15 +0000 (16:13 +0300)]
Replace .ssb-icon with [data-share-type]

.ssb-icon wasn't on icons but rather on links.

3 months agoAdd focus ring to share buttons
Anton Khorev [Thu, 3 Apr 2025 12:50:30 +0000 (15:50 +0300)]
Add focus ring to share buttons

3 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 3 Apr 2025 12:14:58 +0000 (14:14 +0200)]
Localisation updates from https://translatewiki.net.

4 months agoDon't set bbox history param when the entire world is visible
Anton Khorev [Thu, 3 Apr 2025 03:44:25 +0000 (06:44 +0300)]
Don't set bbox history param when the entire world is visible

4 months agoAdd function to set changeset list bbox param
Anton Khorev [Thu, 3 Apr 2025 03:14:44 +0000 (06:14 +0300)]
Add function to set changeset list bbox param

4 months agoMerge pull request #5876 from AntonKhorev/history-page-links
Andy Allan [Wed, 2 Apr 2025 17:24:51 +0000 (18:24 +0100)]
Merge pull request #5876 from AntonKhorev/history-page-links

History page links

4 months agoMerge pull request #5869 from AntonKhorev/fix-fixthemap-note-link
Andy Allan [Wed, 2 Apr 2025 17:14:20 +0000 (18:14 +0100)]
Merge pull request #5869 from AntonKhorev/fix-fixthemap-note-link

Fix fixthemap note link

4 months agoMerge pull request #5873 from AntonKhorev/shorten-map-control-options
Andy Allan [Wed, 2 Apr 2025 16:59:34 +0000 (17:59 +0100)]
Merge pull request #5873 from AntonKhorev/shorten-map-control-options

Shorten options of map controls

4 months agoDisabling asynchronous data layer rendering
Roman Deev [Wed, 2 Apr 2025 10:56:41 +0000 (13:56 +0300)]
Disabling asynchronous data layer rendering

4 months agoSet map hashes on place history pagination links
Anton Khorev [Wed, 2 Apr 2025 05:32:56 +0000 (08:32 +0300)]
Set map hashes on place history pagination links

4 months agoRemove custom history loader css
Anton Khorev [Wed, 2 Apr 2025 04:38:37 +0000 (07:38 +0300)]
Remove custom history loader css

4 months agoAccount for slight differences in button and spinner heights
Anton Khorev [Wed, 2 Apr 2025 04:21:33 +0000 (07:21 +0300)]
Account for slight differences in button and spinner heights

4 months agoStyle load more changesets buttons like pagination links
Anton Khorev [Wed, 2 Apr 2025 03:57:27 +0000 (06:57 +0300)]
Style load more changesets buttons like pagination links

4 months agoReset sidebar scroll position on map pan in place history
Anton Khorev [Wed, 2 Apr 2025 03:33:59 +0000 (06:33 +0300)]
Reset sidebar scroll position on map pan in place history

Otherwise the user may not notice that the list was completely reloaded. Also it makes sense to start looking at the top of the reloaded list. Without resetting the scroll position, the bottom is likely to be shown if the user went on to browse the list and pressed "Load more" a few times.

4 months agoMake 'Load more' button behave as link on history pages
Anton Khorev [Tue, 1 Apr 2025 23:51:45 +0000 (02:51 +0300)]
Make 'Load more' button behave as link on history pages

4 months agoUse fetch when loading more changesets in history
Anton Khorev [Tue, 1 Apr 2025 23:03:00 +0000 (02:03 +0300)]
Use fetch when loading more changesets in history

4 months agoMerge branch 'pull/5874'
Anton Khorev [Wed, 2 Apr 2025 02:36:59 +0000 (05:36 +0300)]
Merge branch 'pull/5874'

4 months agoBump leaflet.locatecontrol from 0.83.1 to 0.84.1
dependabot[bot] [Tue, 1 Apr 2025 23:32:33 +0000 (23:32 +0000)]
Bump leaflet.locatecontrol from 0.83.1 to 0.84.1

Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.83.1 to 0.84.1.
- [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.83.1...v0.84.1)

---
updated-dependencies:
- dependency-name: leaflet.locatecontrol
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoConvert zoom to number in OSM.formatHash
Anton Khorev [Tue, 1 Apr 2025 01:10:47 +0000 (04:10 +0300)]
Convert zoom to number in OSM.formatHash

4 months agoShorten options of map controls
Anton Khorev [Tue, 1 Apr 2025 16:33:55 +0000 (19:33 +0300)]
Shorten options of map controls

4 months agoUse L.OSM.locate control in user.js
Anton Khorev [Tue, 1 Apr 2025 16:02:41 +0000 (19:02 +0300)]
Use L.OSM.locate control in user.js

4 months agoUpdate bundle
Tom Hughes [Tue, 1 Apr 2025 12:25:25 +0000 (13:25 +0100)]
Update bundle

4 months agoAdd title to "add a note" link on fixthemap page
Anton Khorev [Tue, 1 Apr 2025 00:53:05 +0000 (03:53 +0300)]
Add title to "add a note" link on fixthemap page

4 months agoMerge branch 'pull/5865'
Anton Khorev [Mon, 31 Mar 2025 21:19:04 +0000 (00:19 +0300)]
Merge branch 'pull/5865'

4 months agoAdd viewbox param to Nominatim link in search results
Anton Khorev [Mon, 31 Mar 2025 17:01:16 +0000 (20:01 +0300)]
Add viewbox param to Nominatim link in search results

4 months agoPermit search parameters separately for each source
Anton Khorev [Sun, 30 Mar 2025 03:46:51 +0000 (06:46 +0300)]
Permit search parameters separately for each source

4 months agoMove search fetch url construction to controller
Anton Khorev [Sun, 30 Mar 2025 03:04:31 +0000 (06:04 +0300)]
Move search fetch url construction to controller

4 months agoMerge remote-tracking branch 'upstream/pull/5860'
Tom Hughes [Mon, 31 Mar 2025 09:49:28 +0000 (10:49 +0100)]
Merge remote-tracking branch 'upstream/pull/5860'

4 months agoPropagate iD title to parent
Marwin Hochfelsner [Sun, 30 Mar 2025 06:09:37 +0000 (08:09 +0200)]
Propagate iD title to parent

4 months agoMerge remote-tracking branch 'upstream/pull/5857'
Tom Hughes [Sun, 30 Mar 2025 17:41:00 +0000 (18:41 +0100)]
Merge remote-tracking branch 'upstream/pull/5857'

4 months agoMerge remote-tracking branch 'upstream/pull/5867'
Tom Hughes [Sun, 30 Mar 2025 17:40:45 +0000 (18:40 +0100)]
Merge remote-tracking branch 'upstream/pull/5867'

4 months agoRevert "Replace differently sized arrows with a marker"
Anton Khorev [Sun, 30 Mar 2025 17:00:58 +0000 (20:00 +0300)]
Revert "Replace differently sized arrows with a marker"

This reverts commit ba876975e4fcda29cf84b319772874a5d32add78.

4 months agoMerge remote-tracking branch 'upstream/pull/5866'
Tom Hughes [Sun, 30 Mar 2025 13:33:00 +0000 (14:33 +0100)]
Merge remote-tracking branch 'upstream/pull/5866'

4 months agoReplace differently sized arrows with a marker
Marwin Hochfelsner [Sun, 30 Mar 2025 09:03:56 +0000 (11:03 +0200)]
Replace differently sized arrows with a marker

4 months agoConsolidate leaflet marker creation in OSM.getMarker
Marwin Hochfelsner [Fri, 28 Mar 2025 07:18:50 +0000 (08:18 +0100)]
Consolidate leaflet marker creation in OSM.getMarker

4 months agoUpdate the title_followed string according to code review comment
Amir E. Aharoni [Fri, 28 Mar 2025 17:22:44 +0000 (13:22 -0400)]
Update the title_followed string according to code review comment

4 months agoMerge remote-tracking branch 'upstream/pull/5858'
Tom Hughes [Fri, 28 Mar 2025 16:59:38 +0000 (16:59 +0000)]
Merge remote-tracking branch 'upstream/pull/5858'

4 months agoRemove /wiki prefix from wiki urls in linkify
Anton Khorev [Fri, 28 Mar 2025 02:45:16 +0000 (05:45 +0300)]
Remove /wiki prefix from wiki urls in linkify

4 months agoUpdate tests with "Followings"
Amir E. Aharoni [Thu, 27 Mar 2025 18:22:31 +0000 (14:22 -0400)]
Update tests with "Followings"

4 months agoRephrase strings with the word "followings"
Amir E. Aharoni [Thu, 27 Mar 2025 18:02:34 +0000 (14:02 -0400)]
Rephrase strings with the word "followings"

See issue #5856.

4 months agoMerge remote-tracking branch 'upstream/pull/5850'
Tom Hughes [Thu, 27 Mar 2025 17:30:12 +0000 (17:30 +0000)]
Merge remote-tracking branch 'upstream/pull/5850'

4 months agoMerge remote-tracking branch 'upstream/pull/5855'
Tom Hughes [Thu, 27 Mar 2025 17:27:40 +0000 (17:27 +0000)]
Merge remote-tracking branch 'upstream/pull/5855'

4 months agoMerge remote-tracking branch 'upstream/pull/5852'
Tom Hughes [Thu, 27 Mar 2025 17:23:38 +0000 (17:23 +0000)]
Merge remote-tracking branch 'upstream/pull/5852'

4 months agoShorten matching wiki urls in linkify
Anton Khorev [Thu, 27 Mar 2025 14:23:12 +0000 (17:23 +0300)]
Shorten matching wiki urls in linkify

4 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 27 Mar 2025 12:15:47 +0000 (13:15 +0100)]
Localisation updates from https://translatewiki.net.

4 months agoMerge pull request #5849 from AntonKhorev/fix-github-badges
Andy Allan [Thu, 27 Mar 2025 09:03:15 +0000 (09:03 +0000)]
Merge pull request #5849 from AntonKhorev/fix-github-badges

Fix GitHub badges in readme

4 months agoRemove extra sanitize after simple_format RichText::HTML
Anton Khorev [Thu, 27 Mar 2025 01:29:31 +0000 (04:29 +0300)]
Remove extra sanitize after simple_format RichText::HTML

simple_format already calls sanitize internally. We don't call sanitize again from a similar place of RichText::Text.

4 months agoRemove TagHelper include from RichText module
Anton Khorev [Thu, 27 Mar 2025 00:47:32 +0000 (03:47 +0300)]
Remove TagHelper include from RichText module

4 months agoFix GitHub badges in readme
Anton Khorev [Wed, 26 Mar 2025 23:51:10 +0000 (02:51 +0300)]
Fix GitHub badges in readme

4 months agoMerge remote-tracking branch 'upstream/pull/5842'
Tom Hughes [Wed, 26 Mar 2025 18:23:27 +0000 (18:23 +0000)]
Merge remote-tracking branch 'upstream/pull/5842'

4 months agoMerge pull request #5848 from tomhughes/test-migrations
Andy Allan [Wed, 26 Mar 2025 16:52:03 +0000 (16:52 +0000)]
Merge pull request #5848 from tomhughes/test-migrations

Test migrations

4 months agoCorrect structure.sql
Tom Hughes [Wed, 26 Mar 2025 16:11:10 +0000 (16:11 +0000)]
Correct structure.sql

4 months agoRemove structure.sql to force a migration
Tom Hughes [Wed, 26 Mar 2025 15:59:43 +0000 (15:59 +0000)]
Remove structure.sql to force a migration

Fixes #5847

4 months agoMerge remote-tracking branch 'upstream/pull/5846'
Tom Hughes [Wed, 26 Mar 2025 16:04:51 +0000 (16:04 +0000)]
Merge remote-tracking branch 'upstream/pull/5846'

4 months agoUpdate strong_migrations to be compatible with rails 8
Andy Allan [Wed, 26 Mar 2025 15:09:43 +0000 (15:09 +0000)]
Update strong_migrations to be compatible with rails 8

We previously pinned to an old version for ruby 3.1 support, but
that's no longer required since rails needs 3.2 anyway.

Fixes #5845

4 months agoFix lock file
Tom Hughes [Tue, 25 Mar 2025 20:43:11 +0000 (20:43 +0000)]
Fix lock file

4 months agoPin uri as dartsass-ruby doesn't work with 1.x
Tom Hughes [Tue, 25 Mar 2025 20:39:52 +0000 (20:39 +0000)]
Pin uri as dartsass-ruby doesn't work with 1.x

4 months agoMerge remote-tracking branch 'upstream/pull/4872'
Tom Hughes [Tue, 25 Mar 2025 19:15:47 +0000 (19:15 +0000)]
Merge remote-tracking branch 'upstream/pull/4872'

4 months agoMerge remote-tracking branch 'upstream/pull/5844'
Tom Hughes [Tue, 25 Mar 2025 19:09:44 +0000 (19:09 +0000)]
Merge remote-tracking branch 'upstream/pull/5844'

4 months agoMerge remote-tracking branch 'upstream/pull/5843'
Tom Hughes [Tue, 25 Mar 2025 18:18:20 +0000 (18:18 +0000)]
Merge remote-tracking branch 'upstream/pull/5843'

4 months agoUpdate bundle
Tom Hughes [Tue, 25 Mar 2025 18:09:39 +0000 (18:09 +0000)]
Update bundle

4 months agoShorten matching urls in linkify
Anton Khorev [Tue, 25 Mar 2025 01:04:46 +0000 (04:04 +0300)]
Shorten matching urls in linkify

4 months agoSplit RichText text-to-html test
Anton Khorev [Tue, 25 Mar 2025 02:36:00 +0000 (05:36 +0300)]
Split RichText text-to-html test

4 months agoBump @types/leaflet from 1.9.16 to 1.9.17
dependabot[bot] [Tue, 25 Mar 2025 01:39:19 +0000 (01:39 +0000)]
Bump @types/leaflet from 1.9.16 to 1.9.17

Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.9.16 to 1.9.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

---
updated-dependencies:
- dependency-name: "@types/leaflet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months agoRemove html-safe/unsafe branches from rich text linkify
Anton Khorev [Mon, 24 Mar 2025 12:51:26 +0000 (15:51 +0300)]
Remove html-safe/unsafe branches from rich text linkify

Rinku outputs html. It would make no sense to escape Rinku's output, the output should be safe when it's created. To make sure that it's safe, we need to escape the input. As it is currently used in osm-website, the input is already html-safe and escaping does nothing. However it's safer to escape anyway in case the future usage changes.

4 months agoMerge branch 'pull/5841'
Anton Khorev [Tue, 25 Mar 2025 00:38:31 +0000 (03:38 +0300)]
Merge branch 'pull/5841'

4 months agoFix "undefined" comment when hiding resolved notes
Anton Khorev [Tue, 25 Mar 2025 00:21:58 +0000 (03:21 +0300)]
Fix "undefined" comment when hiding resolved notes

4 months agoFix typo in comment about Gravatar setting
Mateusz [Mon, 24 Mar 2025 23:57:55 +0000 (00:57 +0100)]
Fix typo in comment about Gravatar setting

4 months agoRe-enable support for logging to a file in production
Tom Hughes [Mon, 24 Mar 2025 17:36:42 +0000 (17:36 +0000)]
Re-enable support for logging to a file in production

4 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 24 Mar 2025 12:14:23 +0000 (13:14 +0100)]
Localisation updates from https://translatewiki.net.

4 months agoMerge remote-tracking branch 'upstream/pull/5826'
Tom Hughes [Sun, 23 Mar 2025 19:42:27 +0000 (19:42 +0000)]
Merge remote-tracking branch 'upstream/pull/5826'

4 months agoRemove params from url when viewing place history and map is moved
Anton Khorev [Mon, 17 Mar 2025 00:21:46 +0000 (03:21 +0300)]
Remove params from url when viewing place history and map is moved

4 months agoRename changeset loader functions
Anton Khorev [Sun, 16 Mar 2025 23:46:05 +0000 (02:46 +0300)]
Rename changeset loader functions

4 months agoScroll to first/last changeset in history list if before/after param is given
Anton Khorev [Sun, 16 Mar 2025 23:07:50 +0000 (02:07 +0300)]
Scroll to first/last changeset in history list if before/after param is given

4 months agoRewrite history page url when scrolling
Anton Khorev [Sun, 16 Mar 2025 14:59:49 +0000 (17:59 +0300)]
Rewrite history page url when scrolling