[openstreetmap/openstreetmap-website] Allow Filtering of Notes by Status (Open/Closed) on User Profile (PR #5239)

2024-09-25 Thread Emin Kocan via rails-dev
This PR implements a basic filtering functionality for the notes displayed on a user's profile page, addressing part of the long-standing request from issue #832. Key Changes: - Introduced tabs for filtering notes by status (Open/Closed) on the user profile page. - When no status is specif

Re: [openstreetmap/openstreetmap-website] Process trace files once (PR #5233)

2024-09-25 Thread Anton Khorev via rails-dev
> I was wondering about the memory overhead Alternatively we can do two passes. After the first pass we'll know lat/lon spans and the number of trackpoints which lets us start rendering. Then on the second pass we render the thumbnail and all animation frames in parallel. This doesn't require s

Re: [openstreetmap/openstreetmap-website] Process trace files once (PR #5233)

2024-09-25 Thread Anton Khorev via rails-dev
Removed interface changes -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5233#issuecomment-2375333124 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [openstreetmap/openstreetmap-website] Process trace files once (PR #5233)

2024-09-25 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 2 commits. ba732128a78e487df5cae1c53857e3f7279d3ec1 Store latitudes and longitudes during gpx parsing 6c6d306de97678515b3f3ed8ca4e56fd68a5d46b Use stored lats/lons to draw trace images -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5233/

Re: [openstreetmap/openstreetmap-website] Browse icons as svg (PR #5080)

2024-09-25 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. af134de5eb1fa394aa906bc10875eb1bfca1d484 Added two railway svgs -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5080/files/a30a89c8dbf28df8377c85196dea68ea351e7fac..af134de5eb1fa394aa906bc10875eb1bfca1d484 You are receiving this becaus

Re: [openstreetmap/openstreetmap-website] Browse icons as svg (PR #5080)

2024-09-25 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. a30a89c8dbf28df8377c85196dea68ea351e7fac Remove white background for barrier gate svg -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5080/files/3e54397b865318d10591ea4fd559ea78c9cbda22..a30a89c8dbf28df8377c85196dea68ea351e7fac You ar

Re: [openstreetmap/openstreetmap-website] Removed various unused translation keys (PR #5238)

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

Re: [openstreetmap/openstreetmap-website] Removed various unused translation keys (PR #5238)

2024-09-25 Thread Tom Hughes via rails-dev
Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5238#issuecomment-2374724173 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [openstreetmap/openstreetmap-website] Browse icons as svg (PR #5080)

2024-09-25 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. 3e54397b865318d10591ea4fd559ea78c9cbda22 Added mini_roundabout svg -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5080/files/0836b0caa2f5146ba86857b6f44d3cd9fbfdc3cc..3e54397b865318d10591ea4fd559ea78c9cbda22 You are receiving this bec

Re: [openstreetmap/openstreetmap-website] Browse icons as svg (PR #5080)

2024-09-25 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. 0836b0caa2f5146ba86857b6f44d3cd9fbfdc3cc rtl:ignore added for additional transforms -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5080/files/2b83a6dfc6cf6f9cf574afe8f568404a1de797a0..0836b0caa2f5146ba86857b6f44d3cd9fbfdc3cc You are

Re: [openstreetmap/openstreetmap-website] Trace import: remove activerecord-import gem (PR #5038)

2024-09-25 Thread Anton Khorev via rails-dev
Don't insert data without timestamps. `delete_all` is already present in `trace.rb`. It doesn't call any hooks yet nobody is bothered by it. Might as well have `insert_all` and do all validations in `trace.rb`. -- Reply to this email directly or view it on GitHub: https://github.com/openstreet

[openstreetmap/openstreetmap-website] Removed various unused translation keys (PR #5238)

2024-09-25 Thread Nenad Vujicic via rails-dev
PR removes changeset_comments.feeds.comments.comment (added / removed 5cd417f / 2cf3861), issues.index.link_to_reports (added / removed 79bd177 / 05ae075) and sessions.new.register now (added / removed 5197124 / 9649b19) unused translation keys. You can view, comment on, or merge this pull reque