Re: [openstreetmap/openstreetmap-website] Source of translations of future dates (Issue #5769)

2025-03-13 Thread aceman444 via rails-dev
aceman444 left a comment (openstreetmap/openstreetmap-website#5769) I have a suspicion German language also has this problem with future time intervals. The OSM blocks page writes "in 10 Jahre", instead of "in 10 Jahren", also "in etwa ein Jahr" instead of "in etwa einem Jahr". Intervals in past

Re: [openstreetmap/openstreetmap-website] Installation on Ubuntu 24.04 Failure with Mini Racer (Issue #5733)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5733) if installing mini racer fails due to bug that they fixed ( https://github.com/rubyjs/mini_racer/issues/305 ) then it can be closed, right? Especially given that mini racer cannot be installed at all, without osm.org code comi

Re: [openstreetmap/openstreetmap-website] Omit changeset "đź’¬" from changeset list where there are no comments (Issue #5757)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5757) you still have quite a lot of unnecessary clutter, and my first though on seeing this is that it marks unread changeset messages I still think that removing message icon when there are no messages is a good idea -- Reply to

Re: [openstreetmap/openstreetmap-website] Wrong details after selecting version (Issue #5618)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5618) > "Details" there is a link to the current version oh, that is actually confusing why not have it say "Current version" or "Last version" ? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetma

Re: [openstreetmap/openstreetmap-website] Messaging API: deleted messages (Issue #5496)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5496) I noticed that you can also open them on website using link with message id (at least for some time? not sure is it going to stop working at some point) So deleting them simply hides them from inbox/outbox, it does not even app

Re: [openstreetmap/openstreetmap-website] Show new/modified/deleted count in place of " đź–Š" in changeset card (Issue #5758)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5758) > If OSMCha has it, why copy the same thing to osm.org? If someone needs > accurate data, that's what OSMCha is for. By that logic we should also remove map display, as there are already sites displaying osm-based maps. And e

Re: [openstreetmap/openstreetmap-website] My user experience with number of changes on a changeset list (Issue #5770)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5770) > I think it is too much information to show the number of changes in the > changeset list. For people like me who have been using OSM for years, this is > unreadable and it makes impossible to see which changesets have comment

Re: [openstreetmap/openstreetmap-website] Move html from javascript to views (Issue #5616)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5616) Would #4335 be reviewed if it would be updated so it works again? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5616#issuecomment-2723479533 You are receivi

Re: [openstreetmap/openstreetmap-website] Don't classify Coveralls upload server errors as failures (Issue #5670)

2025-03-13 Thread Mateusz Konieczny via rails-dev
matkoniecz left a comment (openstreetmap/openstreetmap-website#5670) Can we close this one? It is based on misunderstanding of my comment -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5670#issuecomment-2723474781 You are recei

Re: [openstreetmap/openstreetmap-website] Changeset subscription model (PR #5797)

2025-03-13 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. > @@ -63,7 +63,7 @@ class User < ApplicationRecord has_many :preferences, :class_name => "UserPreference" has_many :changesets, -> { order(:created_at => :desc) }, :inverse_of => :user has_many :changeset_comments, :foreign_key => :author_id,

Re: [openstreetmap/openstreetmap-website] Overhaul markers (PR #5764)

2025-03-13 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. de43fe58a2f19da24f83a8f400267a21e899a9d3 Overhaul markers -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5764/files/fb1f9ed28f03b080d6ce90a7e74a4667c34c9d18..de43fe58a2f19da24f83a8f400267a21e899a9d3 You are receiving this because you ar

Re: [openstreetmap/openstreetmap-website] Overhaul markers (PR #5764)

2025-03-13 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. fb1f9ed28f03b080d6ce90a7e74a4667c34c9d18 Overhaul markers -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5764/files/c01ecb1178eb33f9a04d6e8dba42d54185e00f4f..fb1f9ed28f03b080d6ce90a7e74a4667c34c9d18 You are receiving this because you ar

Re: [openstreetmap/openstreetmap-website] Overhaul markers (PR #5764)

2025-03-13 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. c01ecb1178eb33f9a04d6e8dba42d54185e00f4f Overhaul markers -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5764/files/59dcd82eb9ccce11286081a43f2a5e47f6b5caed..c01ecb1178eb33f9a04d6e8dba42d54185e00f4f You are receiving this because you ar

Re: [openstreetmap/openstreetmap-website] Changeset subscription model (PR #5797)

2025-03-13 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. > @@ -63,7 +63,7 @@ class User < ApplicationRecord has_many :preferences, :class_name => "UserPreference" has_many :changesets, -> { order(:created_at => :desc) }, :inverse_of => :user has_many :changeset_comments, :foreign_key => :author_id,

Re: [openstreetmap/openstreetmap-website] Source of translations of future dates (Issue #5769)

2025-03-13 Thread Minh Nguyá»…n via rails-dev
1ec5 left a comment (openstreetmap/openstreetmap-website#5769) CLDR has string formats for [future/past relative years/months/etc.](https://www.unicode.org/cldr/charts/47/summary/sk.html#38e7d288d00bc475) However, it doesn’t have any provisions for “about”. As far as I know, “about” timestamps

Re: [openstreetmap/openstreetmap-website] Map Data checkbox: perhaps use toggle slider instead (PR #5009)

2025-03-13 Thread Roman Deev via rails-dev
deevroman left a comment (openstreetmap/openstreetmap-website#5009) This PR brought two problems: 1. When moving the map, a white flash occurs and all objects on the map are redrawn: https://github.com/user-attachments/assets/3c87c769-174c-4513-a5be-115eb9517bb8 2. Rendering slowed down. What

Re: [openstreetmap/openstreetmap-website] Source of translations of future dates (Issue #5769)

2025-03-13 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5769) Well rails-i18n does draw on some CLDR concepts but I don't believe that CLDR has translations for all the different relative dates that we're talking about here does it? -- Reply to this email directly or view it on GitHub: h

Re: [openstreetmap/openstreetmap-website] Source of translations of future dates (Issue #5769)

2025-03-13 Thread Minh Nguyá»…n via rails-dev
1ec5 left a comment (openstreetmap/openstreetmap-website#5769) Are rails-i18n and homegrown translation strings the only options for formatting dates? On the client side, JavaScript has [a robust API for formatting relative dates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referenc

Re: [openstreetmap/openstreetmap-website] Calendar heatmap of user contributions on user profile (Issue #5373)

2025-03-13 Thread Minh Nguyá»…n via rails-dev
1ec5 left a comment (openstreetmap/openstreetmap-website#5373) This landed in #5402. This issue didn’t close automatically because “addresses” isn’t one of [GitHub’s closing keywords](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issu

Re: [openstreetmap/openstreetmap-website] Source of translations of future dates (Issue #5769)

2025-03-13 Thread aceman444 via rails-dev
aceman444 left a comment (openstreetmap/openstreetmap-website#5769) Maybe other translators are not aware and do not check how the strings are really used on the webpage. Some of the strings have very good context descriptions of their usage directly at the weblate interface (thanks!). But some

Re: [openstreetmap/openstreetmap-website] Add social profile links (PR #5439)

2025-03-13 Thread Minh Nguyá»…n via rails-dev
@1ec5 commented on this pull request. > + +class SocialLink < ApplicationRecord + belongs_to :user + + validates :url, :format => { :with => %r{\Ahttps?://.+\z}, :message => :http_parse_error } + + URL_PATTERNS = { +:bluesky => %r{\Ahttps?://(?:www\.)?bsky\.app/profile/([a-zA-Z0-9\._-]+)

Re: [openstreetmap/openstreetmap-website] Calendar heatmap of user contributions on user profile (Issue #5373)

2025-03-13 Thread Tom Hughes via rails-dev
Closed #5373 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5373#event-16750577757 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

Re: [openstreetmap/openstreetmap-website] Changeset subscription model (PR #5797)

2025-03-13 Thread Tom Hughes via rails-dev
Merged #5797 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5797#event-16748624496 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Create a ChangesetSubscription model (Issue #5540)

2025-03-13 Thread Tom Hughes via rails-dev
Closed #5540 as completed via #5797. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5540#event-16748624825 You are receiving this because you are subscribed to this thread. Message ID: _

Re: [openstreetmap/openstreetmap-website] Map Data checkbox: perhaps use toggle slider instead (Issue #4931)

2025-03-13 Thread Tom Hughes via rails-dev
Closed #4931 as completed via #5009. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/4931#event-16748319414 You are receiving this because you are subscribed to this thread. Message ID: _

Re: [openstreetmap/openstreetmap-website] Map Data checkbox: perhaps use toggle slider instead (PR #5009)

2025-03-13 Thread Tom Hughes via rails-dev
Merged #5009 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5009#event-16748319112 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Map Data checkbox: perhaps use toggle slider instead (PR #5009)

2025-03-13 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5009) Thanks for the fix. I think this looks good now. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5009#issuecomment-2722447755 You are receiving this because you a

Re: [openstreetmap/openstreetmap-website] Monkey patch Selenium to allocate unique bidi ports (PR #5796)

2025-03-13 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5796) So it seems that the process ID based solution doesn't work very well in actions so I've updated to a more robust solution based on the worker number and also incrementing to handle cases where a worker process starts more than

Re: [openstreetmap/openstreetmap-website] Monkey patch Selenium to allocate unique bidi ports (PR #5796)

2025-03-13 Thread Tom Hughes via rails-dev
@tomhughes pushed 1 commit. d5f462f7d01299cdf79d4acced54ff57a6cad027 Monkey patch Selenium to allocate unique bidi ports -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5796/files/cfaa09911e2716c54588c81728ce71fcb423cc87..d5f462f7d01299cdf79d4acced54ff57a6cad0

Re: [openstreetmap/openstreetmap-website] Bump json from 2.10.1 to 2.10.2 (PR #5795)

2025-03-13 Thread Tom Hughes via rails-dev
Merged #5795 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5795#event-16745864302 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Don't crop coordinates when replacing directions url (PR #5794)

2025-03-13 Thread Tom Hughes via rails-dev
Merged #5794 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5794#event-16745864296 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-03-13 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 6 commits. 9d2342a41ab1eb6a6c2bba747bd29ff58f246258 Create changeset subscription model 9c002d5c711dee6035179c7d2b15327652dcbae2 Remove subscription methods from changeset model 7ffd4c2b68b0231abcc59125b2c8574587ed16f2 Create api changeset subscription resource f7b06880169

Re: [openstreetmap/openstreetmap-website] Don't crop coordinates when replacing directions url (PR #5794)

2025-03-13 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5794) Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5794#issuecomment-2722063889 You are receiving this because you are subscribed to this t

Re: [openstreetmap/openstreetmap-website] Changeset subscription model (PR #5797)

2025-03-13 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 2 commits. 9d2342a41ab1eb6a6c2bba747bd29ff58f246258 Create changeset subscription model 9c002d5c711dee6035179c7d2b15327652dcbae2 Remove subscription methods from changeset model -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5797/files/e6

[openstreetmap/openstreetmap-website] Changeset subscription model (PR #5797)

2025-03-13 Thread Anton Khorev via rails-dev
Fixes #5540. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5797 -- Commit Summary -- * Create changeset subscription model * Remove subscription methods from changeset model -- File Changes -- M app/control

Re: [openstreetmap/openstreetmap-website] Fixed the grammatical mistake mentioned in Issue #5772 (PR #5784)

2025-03-13 Thread Ngoc Phuc Khang Nguyen via rails-dev
Jimmykhangnguyen left a comment (openstreetmap/openstreetmap-website#5784) Sorry if my commit history has been a tad untidy as I am pretty new to contributing to OSM. I have just removed my change in the en-GB.yml file as it is not needed. I am also open to any suggestions on how to tidy up thi

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-03-13 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 4 commits. 9c3697a1798caf99ccaa81d41c09b9ea0d2c14df Create api changeset subscription resource ed7d3b519fcc9791b34c2e60c12a4a4f4032b126 WIP split cset sub tests 08faecfe23328d2c48d43900e5043569984f1b29 Test legacy api changeset subscribe/unsubscribe paths 77e965bb2c8ca7c56

Re: [openstreetmap/openstreetmap-website] Add social profile links (PR #5439)

2025-03-13 Thread David Tsiklauri via rails-dev
nertc left a comment (openstreetmap/openstreetmap-website#5439) PR was updated. `master` was rebased. Conflicts were resolved. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5439#issuecomment-2721275936 You are receiving this bec

Re: [openstreetmap/openstreetmap-website] Add social profile links (PR #5439)

2025-03-13 Thread David Tsiklauri via rails-dev
@nertc pushed 1 commit. 4c88ed958a347124a4068568944e1ae422cf5b17 Add social profile links -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5439/files/26406e204ea25ef6ff42a2f5e6ff54c7ea9d468b..4c88ed958a347124a4068568944e1ae422cf5b17 You are receiving this becaus

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-03-13 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. fd77783997a1bde85e40bbf21b8a91eae576b82f Create api changeset comment subscription resource -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5590/files/f915a03596508205a8ac0da7a27be72d6ef53a15..fd77783997a1bde85e40bbf21b8a91eae576b

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-03-13 Thread github-actions[bot] via rails-dev
github-actions[bot] left a comment (openstreetmap/openstreetmap-website#5590) 1 Warning :warning: Number of updated lines of code is too large to be in one PR. Perhaps it should be separated into two or more? Gener

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-03-13 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. b7ddcf9b7e1180f97562a44c9f00edbeeefb6145 Make api close changeset path resourceful -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5590/files/fd77783997a1bde85e40bbf21b8a91eae576b82f..b7ddcf9b7e1180f97562a44c9f00edbeeefb6145 You a

Re: [openstreetmap/openstreetmap-website] Update Gemfile (PR #5789)

2025-03-13 Thread Andy Allan via rails-dev
gravitystorm left a comment (openstreetmap/openstreetmap-website#5789) Hi @Artyom10-Pt thanks for your PR. It looks like you've removed lots of gems that we rely on, like bootstrap. You can see more information in the output of the CI checks. If you'd like to tell us a bit more about what you a

Re: [openstreetmap/openstreetmap-website] Sign-in > Sign in (Issue #5772)

2025-03-13 Thread Andy Allan via rails-dev
gravitystorm left a comment (openstreetmap/openstreetmap-website#5772) Closed by #5792 -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5772#issuecomment-2720893378 You are receiving this because you are subscribed to this thread