Tom Hughes
fe81ac334c
Merge remote-tracking branch 'upstream/pull/5377'
2024-12-05 18:41:10 +00:00
Tom Hughes
08de53f51b
Merge remote-tracking branch 'upstream/pull/5381'
2024-12-05 18:34:41 +00:00
Tom Hughes
2cb1462602
Merge remote-tracking branch 'upstream/pull/5380'
2024-12-05 18:31:56 +00:00
translatewiki.net
664aaeee38
Localisation updates from https://translatewiki.net .
2024-12-05 13:13:52 +01:00
Anton Khorev
1c3e4746b0
Don't show types twice in issue type select
2024-12-05 12:47:58 +03:00
Anton Khorev
1c7ead6008
Use translated model names in issue type select
2024-12-05 12:29:13 +03:00
Tom Hughes
0b97b6bc34
Merge remote-tracking branch 'upstream/pull/5374'
2024-12-04 18:59:21 +00:00
Tom Hughes
12998355a3
Merge remote-tracking branch 'upstream/pull/5378'
2024-12-04 18:53:37 +00:00
Tom Hughes
98b4d62462
Merge remote-tracking branch 'upstream/pull/5376'
2024-12-04 18:46:39 +00:00
Anton Khorev
88d80018b5
Include data: when using allow_thirdparty_images CSP
2024-12-04 19:26:21 +03:00
Anton Khorev
16e97c57ca
Truncate if necessary and set dir=auto for note usernames
2024-12-04 14:10:09 +03:00
Anton Khorev
f5980aca56
Truncate usernames in trace navigation tabs
2024-12-04 13:09:46 +03:00
Anton Khorev
821ebdd57b
Use fetch() instead of iframe to make remote control requests
2024-12-04 12:30:19 +03:00
Anton Khorev
156c526c22
Change block end column to display strictly ends_at
...
Could display when block was viewed before. That's going to be unintuitive if sorting by different times is introduced.
2024-12-04 10:48:03 +03:00
Anton Khorev
30da09c5a1
Rearrange data in blocks table to start/end/status columns
2024-12-04 10:48:03 +03:00
Anton Khorev
6b55cce25c
Use relation icon instead of word in containing relations
2024-12-04 10:30:44 +03:00
Tom Hughes
572d1adaae
Merge remote-tracking branch 'upstream/pull/5372'
2024-12-03 18:36:23 +00:00
Tom Hughes
10bd646d40
Merge remote-tracking branch 'upstream/pull/5371'
2024-12-03 18:33:38 +00:00
Tom Hughes
4c1cdc6de3
Update bundle
2024-12-03 18:19:50 +00:00
Anton Khorev
2d36aa74db
Truncate if necessary and set dir=auto for message usernames
2024-12-03 10:48:59 +03:00
Anton Khorev
c739e061cc
Truncate if necessary and set dir=auto for changeset usernames
2024-12-03 10:24:56 +03:00
Tom Hughes
bc70cae711
Merge remote-tracking branch 'upstream/pull/5366'
2024-12-02 15:00:45 +00:00
Tom Hughes
c4988a69b4
Merge remote-tracking branch 'upstream/pull/5365'
2024-12-02 15:00:42 +00:00
Tom Hughes
aa4354bd50
Merge remote-tracking branch 'upstream/pull/5364'
2024-12-02 15:00:39 +00:00
translatewiki.net
79baa2d47e
Localisation updates from https://translatewiki.net .
2024-12-02 13:14:19 +01:00
Anton Khorev
20ae1926a8
Truncate usernames in block navigation tabs
2024-12-02 12:22:45 +03:00
Anton Khorev
c4d16abeb7
Set dir=auto on usernames in block lists
2024-12-02 12:02:04 +03:00
Anton Khorev
0babf98256
Set dir=auto on username in header
2024-12-02 10:56:23 +03:00
Tom Hughes
ca0815ada5
Merge remote-tracking branch 'upstream/pull/5360'
2024-12-01 19:25:10 +00:00
Anton Khorev
9f34143049
Store selected map color scheme
2024-12-01 04:58:43 +03:00
Anton Khorev
444a691578
Add map color scheme select to preferences form
2024-12-01 04:58:00 +03:00
Anton Khorev
a35f360d5e
Show map color scheme on user preferences page
2024-12-01 04:58:00 +03:00
Anton Khorev
141a216423
Set map color scheme depending on user preferences
2024-12-01 04:58:00 +03:00
Anton Khorev
3d79f9fd88
Make a generic preferred color scheme method
2024-12-01 04:58:00 +03:00
Anton Khorev
045af66d43
Store selected site color scheme
2024-12-01 04:43:31 +03:00
Anton Khorev
bad03267c1
Add site color scheme select to preferences form
2024-12-01 04:40:01 +03:00
Anton Khorev
d0b8278c4a
Show site color scheme on user preferences page
2024-12-01 04:39:51 +03:00
Anton Khorev
2ca74ab3ef
Add auto/manual color scheme stylesheets depending on user preferences
2024-12-01 03:55:19 +03:00
dependabot[bot]
e2105c5096
Bump eslint from 9.15.0 to 9.16.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.15.0 to 9.16.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.15.0...v9.16.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 23:47:00 +00:00
Tom Hughes
8a020b3ec7
Don't send comment text when reopening a note
...
Fixes #5359 .
2024-11-29 17:41:00 +00:00
translatewiki.net
2e1f6428e7
Localisation updates from https://translatewiki.net .
2024-11-28 13:14:20 +01:00
Andy Allan
ce342fede0
Move html_safe declaration for user_mailer from layout to helper
...
This allows us to enable output safety checks for all code within
erb files.
`rubocop --auto-gen-config` ignores code within the erb files, so
it is easier to maintain an exclusion on the helper than inside
the layout.
2024-11-27 18:04:32 +00:00
Tom Hughes
d2dc1ff897
Merge remote-tracking branch 'upstream/pull/5357'
2024-11-27 17:55:09 +00:00
Andy Allan
35a98e045e
Resolve erb_lint deprecations
...
They have standardized on underscores. See
https://github.com/Shopify/erb_lint/pull/360
2024-11-27 17:11:23 +00:00
Andy Allan
c47a40c1db
Merge pull request #4316 from AntonKhorev/block-reason-max-length
...
Set max length of block reason
2024-11-27 17:02:25 +00:00
Tom Hughes
fa7841acbf
Update bundle
2024-11-26 18:38:29 +00:00
translatewiki.net
26d19939b7
Localisation updates from https://translatewiki.net .
2024-11-25 13:14:48 +01:00
Tom Hughes
9b533b2789
Merge remote-tracking branch 'upstream/pull/5353'
2024-11-24 10:40:39 +00:00
Anton Khorev
26cd62d5f2
Add default browse icons for nodes, ways, relations
2024-11-24 03:04:11 +03:00
Tom Hughes
2882a65d21
Merge remote-tracking branch 'upstream/pull/5349'
2024-11-22 17:51:49 +00:00