Closed #5426.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5426#event-15985051278
You are receiving this because you are subscribed to this thread.
Message ID:
___
rails-dev mailing
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/5514
-- Commit Summary --
* Add empty pd declaration page
* Show checkbox on pd declaration page
* Add explanation link to pd declaration page
* Add confirm butt
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/5513
-- Commit Summary --
* Remove "Public editing" line from settings page
-- File Changes --
M app/views/accounts/edit.html.erb (13)
M config/locales/en.ym
This continues the renaming of friends as follows by tidying up some of the
remaining code references to friendships.
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/5512
-- Commit Summary --
* Rename friends_with t
Merged, thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5437#issuecomment-2598896243
You are receiving this because you are subscribed to this thread.
Message ID:
___
rails-dev
Merged #5437 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5437#event-15980674827
You are receiving this because you are subscribed to this thread.
Message ID:
___
rails-
Merged #5508 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5508#event-15980663813
You are receiving this because you are subscribed to this thread.
Message ID:
___
rails-
Merged, thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5508#issuecomment-2598894180
You are receiving this because you are subscribed to this thread.
Message ID:
___
rails-dev
Merged #5509 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5509#event-15980656428
You are receiving this because you are subscribed to this thread.
Message ID:
___
rails-
Merged, thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5509#issuecomment-2598893179
You are receiving this because you are subscribed to this thread.
Message ID:
___
rails-dev
@hlfan commented on this pull request.
> @@ -9,7 +9,7 @@
body {
font-size: $typeheight;
- --dark-mode-map-filter: brightness(.8);
+ --dark-mode-map-filter: none;
Having the custom property defined with a default value of `none` increases
compatibility, since it doesn't even alter trans
I'm wondering why you want to send id_tokens to a resource server in the first
place. That's not really their intended use:
https://oauth.net/id-tokens-vs-access-tokens/
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5497#issuec
### Description
PR adds use of `description`, `user_id`, `user_ip` from `notes` table if
data-migration is done, otherwise use `body`, `author_id`, `author_ip` from
note's first comment. Decision procedure "data-migration is done"
is defined with "is user_ip or user_id not nil?".
This PR is 4t
### Description
PR adds migration for validation foreign key in `notes` table referencing
`users` table.
This PR is 3rd from set of PRs described
[here](https://github.com/openstreetmap/openstreetmap-website/pull/5485#pullrequestreview-2545467592).
### How has this been tested?
Automated unit
14 matches
Mail list logo