]>
git.openstreetmap.org Git - rails.git/log
Anton Khorev [Thu, 3 Apr 2025 14:28:37 +0000 (17:28 +0300)]
Enable share button to do native share
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.
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.
Anton Khorev [Thu, 3 Apr 2025 12:50:30 +0000 (15:50 +0300)]
Add focus ring to share buttons
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
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
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
Anton Khorev [Wed, 2 Apr 2025 05:32:56 +0000 (08:32 +0300)]
Set map hashes on place history pagination links
Anton Khorev [Wed, 2 Apr 2025 04:38:37 +0000 (07:38 +0300)]
Remove custom history loader css
Anton Khorev [Wed, 2 Apr 2025 04:21:33 +0000 (07:21 +0300)]
Account for slight differences in button and spinner heights
Anton Khorev [Wed, 2 Apr 2025 03:57:27 +0000 (06:57 +0300)]
Style load more changesets buttons like pagination links
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.
Anton Khorev [Tue, 1 Apr 2025 23:51:45 +0000 (02:51 +0300)]
Make 'Load more' button behave as link on history pages
Anton Khorev [Tue, 1 Apr 2025 23:03:00 +0000 (02:03 +0300)]
Use fetch when loading more changesets in history
Anton Khorev [Wed, 2 Apr 2025 02:36:59 +0000 (05:36 +0300)]
Merge branch 'pull/5874'
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>
Anton Khorev [Tue, 1 Apr 2025 01:10:47 +0000 (04:10 +0300)]
Convert zoom to number in OSM.formatHash
Anton Khorev [Tue, 1 Apr 2025 16:33:55 +0000 (19:33 +0300)]
Shorten options of map controls
Tom Hughes [Tue, 1 Apr 2025 12:25:25 +0000 (13:25 +0100)]
Update bundle
Anton Khorev [Tue, 1 Apr 2025 00:53:05 +0000 (03:53 +0300)]
Add title to "add a note" link on fixthemap page
Anton Khorev [Mon, 31 Mar 2025 21:19:04 +0000 (00:19 +0300)]
Merge branch 'pull/5865'
Tom Hughes [Mon, 31 Mar 2025 09:49:28 +0000 (10:49 +0100)]
Merge remote-tracking branch 'upstream/pull/5860'
Marwin Hochfelsner [Sun, 30 Mar 2025 06:09:37 +0000 (08:09 +0200)]
Propagate iD title to parent
Tom Hughes [Sun, 30 Mar 2025 17:41:00 +0000 (18:41 +0100)]
Merge remote-tracking branch 'upstream/pull/5857'
Tom Hughes [Sun, 30 Mar 2025 17:40:45 +0000 (18:40 +0100)]
Merge remote-tracking branch 'upstream/pull/5867'
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 .
Tom Hughes [Sun, 30 Mar 2025 13:33:00 +0000 (14:33 +0100)]
Merge remote-tracking branch 'upstream/pull/5866'
Marwin Hochfelsner [Sun, 30 Mar 2025 09:03:56 +0000 (11:03 +0200)]
Replace differently sized arrows with a marker
Marwin Hochfelsner [Fri, 28 Mar 2025 07:18:50 +0000 (08:18 +0100)]
Consolidate leaflet marker creation in OSM.getMarker
Amir E. Aharoni [Fri, 28 Mar 2025 17:22:44 +0000 (13:22 -0400)]
Update the title_followed string according to code review comment
Tom Hughes [Fri, 28 Mar 2025 16:59:38 +0000 (16:59 +0000)]
Merge remote-tracking branch 'upstream/pull/5858'
Anton Khorev [Fri, 28 Mar 2025 02:45:16 +0000 (05:45 +0300)]
Remove /wiki prefix from wiki urls in linkify
Amir E. Aharoni [Thu, 27 Mar 2025 18:22:31 +0000 (14:22 -0400)]
Update tests with "Followings"
Amir E. Aharoni [Thu, 27 Mar 2025 18:02:34 +0000 (14:02 -0400)]
Rephrase strings with the word "followings"
See issue #5856.
Tom Hughes [Thu, 27 Mar 2025 17:30:12 +0000 (17:30 +0000)]
Merge remote-tracking branch 'upstream/pull/5850'
Tom Hughes [Thu, 27 Mar 2025 17:27:40 +0000 (17:27 +0000)]
Merge remote-tracking branch 'upstream/pull/5855'
Tom Hughes [Thu, 27 Mar 2025 17:23:38 +0000 (17:23 +0000)]
Merge remote-tracking branch 'upstream/pull/5852'
Anton Khorev [Thu, 27 Mar 2025 14:23:12 +0000 (17:23 +0300)]
Shorten matching wiki urls in linkify
translatewiki.net [Thu, 27 Mar 2025 12:15:47 +0000 (13:15 +0100)]
Localisation updates from https://translatewiki.net.
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
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.
Anton Khorev [Thu, 27 Mar 2025 00:47:32 +0000 (03:47 +0300)]
Remove TagHelper include from RichText module
Anton Khorev [Wed, 26 Mar 2025 23:51:10 +0000 (02:51 +0300)]
Fix GitHub badges in readme
Tom Hughes [Wed, 26 Mar 2025 18:23:27 +0000 (18:23 +0000)]
Merge remote-tracking branch 'upstream/pull/5842'
Andy Allan [Wed, 26 Mar 2025 16:52:03 +0000 (16:52 +0000)]
Merge pull request #5848 from tomhughes/test-migrations
Test migrations
Tom Hughes [Wed, 26 Mar 2025 16:11:10 +0000 (16:11 +0000)]
Correct structure.sql
Tom Hughes [Wed, 26 Mar 2025 15:59:43 +0000 (15:59 +0000)]
Remove structure.sql to force a migration
Fixes #5847
Tom Hughes [Wed, 26 Mar 2025 16:04:51 +0000 (16:04 +0000)]
Merge remote-tracking branch 'upstream/pull/5846'
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
Tom Hughes [Tue, 25 Mar 2025 20:43:11 +0000 (20:43 +0000)]
Fix lock file
Tom Hughes [Tue, 25 Mar 2025 20:39:52 +0000 (20:39 +0000)]
Pin uri as dartsass-ruby doesn't work with 1.x
Tom Hughes [Tue, 25 Mar 2025 19:15:47 +0000 (19:15 +0000)]
Merge remote-tracking branch 'upstream/pull/4872'
Tom Hughes [Tue, 25 Mar 2025 19:09:44 +0000 (19:09 +0000)]
Merge remote-tracking branch 'upstream/pull/5844'
Tom Hughes [Tue, 25 Mar 2025 18:18:20 +0000 (18:18 +0000)]
Merge remote-tracking branch 'upstream/pull/5843'
Tom Hughes [Tue, 25 Mar 2025 18:09:39 +0000 (18:09 +0000)]
Update bundle
Anton Khorev [Tue, 25 Mar 2025 01:04:46 +0000 (04:04 +0300)]
Shorten matching urls in linkify
Anton Khorev [Tue, 25 Mar 2025 02:36:00 +0000 (05:36 +0300)]
Split RichText text-to-html test
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>
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.
Anton Khorev [Tue, 25 Mar 2025 00:38:31 +0000 (03:38 +0300)]
Merge branch 'pull/5841'
Anton Khorev [Tue, 25 Mar 2025 00:21:58 +0000 (03:21 +0300)]
Fix "undefined" comment when hiding resolved notes
Mateusz [Mon, 24 Mar 2025 23:57:55 +0000 (00:57 +0100)]
Fix typo in comment about Gravatar setting
Tom Hughes [Mon, 24 Mar 2025 17:36:42 +0000 (17:36 +0000)]
Re-enable support for logging to a file in production
translatewiki.net [Mon, 24 Mar 2025 12:14:23 +0000 (13:14 +0100)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Sun, 23 Mar 2025 19:42:27 +0000 (19:42 +0000)]
Merge remote-tracking branch 'upstream/pull/5826'
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
Anton Khorev [Sun, 16 Mar 2025 23:46:05 +0000 (02:46 +0300)]
Rename changeset loader functions
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
Anton Khorev [Sun, 16 Mar 2025 14:59:49 +0000 (17:59 +0300)]
Rewrite history page url when scrolling
Tom Hughes [Sun, 23 Mar 2025 16:34:53 +0000 (16:34 +0000)]
Merge remote-tracking branch 'upstream/pull/5839'
Anton Khorev [Sun, 23 Mar 2025 16:15:06 +0000 (19:15 +0300)]
Remove unused options argument from user_image_url
Tom Hughes [Sun, 23 Mar 2025 16:14:13 +0000 (16:14 +0000)]
Merge remote-tracking branch 'upstream/pull/5835'
Nitai Sasson [Fri, 21 Mar 2025 19:37:46 +0000 (21:37 +0200)]
add dir="auto" to paragraphs of formatted text
Tom Hughes [Sun, 23 Mar 2025 10:40:40 +0000 (10:40 +0000)]
Merge remote-tracking branch 'upstream/pull/5837'
Tom Hughes [Sun, 23 Mar 2025 10:26:06 +0000 (10:26 +0000)]
Merge remote-tracking branch 'upstream/pull/5836'
Anton Khorev [Sat, 22 Mar 2025 23:21:10 +0000 (02:21 +0300)]
Put note comments in <article> elements
Anton Khorev [Sat, 22 Mar 2025 23:02:50 +0000 (02:02 +0300)]
Put changeset comments in <article> elements
dependabot[bot] [Fri, 21 Mar 2025 23:55:59 +0000 (23:55 +0000)]
Bump eslint from 9.22.0 to 9.23.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.22.0 to 9.23.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.22.0...v9.23.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Fri, 21 Mar 2025 17:44:37 +0000 (17:44 +0000)]
Merge remote-tracking branch 'upstream/pull/5834'
Tom Hughes [Fri, 21 Mar 2025 17:32:44 +0000 (17:32 +0000)]
Merge remote-tracking branch 'upstream/pull/5830'
Anton Khorev [Fri, 21 Mar 2025 14:27:22 +0000 (17:27 +0300)]
Merge branch 'pull/5833'
Holger Jeromin [Fri, 21 Mar 2025 08:41:26 +0000 (09:41 +0100)]
Change heatmap color to sqrt from 0 to max changes
Anton Khorev [Fri, 21 Mar 2025 12:59:02 +0000 (15:59 +0300)]
Use Date().toLocaleString() to construct month titles
Ensures that standalone month names are in the nominative case.
Anton Khorev [Thu, 20 Mar 2025 23:40:31 +0000 (02:40 +0300)]
Create map key resource
Tom Hughes [Thu, 20 Mar 2025 17:09:57 +0000 (17:09 +0000)]
Merge remote-tracking branch 'upstream/pull/5825'
Tom Hughes [Thu, 20 Mar 2025 16:53:11 +0000 (16:53 +0000)]
Merge remote-tracking branch 'upstream/pull/5828'
Tom Hughes [Thu, 20 Mar 2025 16:32:21 +0000 (16:32 +0000)]
Merge remote-tracking branch 'upstream/pull/5827'
Anton Khorev [Thu, 20 Mar 2025 16:21:00 +0000 (19:21 +0300)]
Reuse mirrored turn icons
Co-authored-by: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Anton Khorev [Thu, 20 Mar 2025 15:25:15 +0000 (18:25 +0300)]
Update straight routing in tests to use named directions icons
translatewiki.net [Thu, 20 Mar 2025 12:14:34 +0000 (13:14 +0100)]
Localisation updates from https://translatewiki.net.
Andy Allan [Thu, 20 Mar 2025 11:55:11 +0000 (11:55 +0000)]
Merge pull request #5430 from tomhughes/rails8
Update to rails 8
Tom Hughes [Fri, 20 Dec 2024 10:26:47 +0000 (10:26 +0000)]
Use rails 8 compatible active_record_union
https://github.com/brianhempel/active_record_union/issues/36
Tom Hughes [Fri, 20 Dec 2024 10:18:12 +0000 (10:18 +0000)]
Avoid parsing of XML requests with ; in the body
Tom Hughes [Tue, 25 Feb 2025 19:08:57 +0000 (19:08 +0000)]
Replace permit/require with expect for parameter validation
Tom Hughes [Tue, 19 Nov 2024 20:25:58 +0000 (20:25 +0000)]
Update to rails 8.0.2
Marwin Hochfelsner [Wed, 19 Mar 2025 22:08:20 +0000 (23:08 +0100)]
Use search params without objectification
Marwin Hochfelsner [Wed, 19 Mar 2025 21:21:54 +0000 (22:21 +0100)]
Add default value for parseHash
Tom Hughes [Wed, 19 Mar 2025 19:19:09 +0000 (19:19 +0000)]
Merge remote-tracking branch 'upstream/pull/5824'
Tom Hughes [Wed, 19 Mar 2025 18:51:54 +0000 (18:51 +0000)]
Merge remote-tracking branch 'upstream/pull/5823'
Marwin Hochfelsner [Wed, 19 Mar 2025 18:34:57 +0000 (19:34 +0100)]
Add reload on iframe redirect