Commit graph

14797 commits

Author SHA1 Message Date
Nenad Vujicic
02b4aea509 Pulled out ?: operator from tr in changesets/index
Pulled out ?: operator from tr in changesets/index.html.erb, so, changesets.index.{empty, empty_area, empty_user, no_more, no_more_area, no_more_user} translation keys are not more reported as unused.
2024-09-11 13:23:19 +02:00
Tom Hughes
1a5fb52c28 Merge remote-tracking branch 'upstream/pull/5116' 2024-09-10 18:42:21 +01:00
Tom Hughes
091e0c21ef Merge remote-tracking branch 'upstream/pull/5150' 2024-09-10 18:42:21 +01:00
Tom Hughes
039b3e1c32 Merge remote-tracking branch 'upstream/pull/5180' 2024-09-10 18:42:21 +01:00
Tom Hughes
173ed570b9 Merge remote-tracking branch 'upstream/pull/5179' 2024-09-10 18:42:20 +01:00
Tom Hughes
95d99d0faf Merge remote-tracking branch 'upstream/pull/5168' 2024-09-10 18:42:19 +01:00
Tom Hughes
40fbe802ef Update bundle 2024-09-10 18:42:19 +01:00
Anton Khorev
28886a1ba3 Mark flash messages as temporary 2024-09-10 12:24:08 +03:00
Anton Khorev
7d1b73ea93 Refactor flash template 2024-09-10 12:13:22 +03:00
Anton Khorev
c661bbf7db Adapt richtext javascript to Turbo 2024-09-10 11:48:48 +03:00
Anton Khorev
cb65cd9adc Guess translation scope from controller name if not provided 2024-09-10 10:51:50 +03:00
Anton Khorev
38085fed82 Make i18n-tasks ignore shared pagination scope 2024-09-10 10:38:54 +03:00
Anton Khorev
7633657ecb Pass translation scope instead of keys to shared pagination 2024-09-10 10:37:36 +03:00
Tom Hughes
a39886ac4c Merge remote-tracking branch 'upstream/pull/5176' 2024-09-09 18:47:32 +01:00
translatewiki.net
2140da75b7
Localisation updates from https://translatewiki.net. 2024-09-09 14:15:12 +02:00
Nenad Vujicic
3d37044b67 Removed unused translations from Traces namespace
Removed keys traces.make_public.made_public (started / ended using in 95595ee / 5651714) and traces.trace_optionals.tags (started / ended using in c30f141 / 7410b59).
2024-09-09 11:53:56 +02:00
Tom Hughes
7df13ff2d3 Merge remote-tracking branch 'upstream/pull/5157' 2024-09-08 15:37:23 +01:00
Tom Hughes
0658820d4e Merge remote-tracking branch 'upstream/pull/5173' 2024-09-08 15:29:09 +01:00
Tom Hughes
64c3bd7d19 Merge remote-tracking branch 'upstream/pull/5172' 2024-09-08 15:28:33 +01:00
Tom Hughes
210db7e728 Merge remote-tracking branch 'upstream/pull/5171' 2024-09-08 15:28:30 +01:00
Tom Hughes
c4913d4dae Merge remote-tracking branch 'upstream/pull/5170' 2024-09-08 15:26:46 +01:00
Tom Hughes
1bbe30447b Merge remote-tracking branch 'upstream/pull/5169' 2024-09-08 15:26:15 +01:00
Tom Hughes
6373b079f9 Merge remote-tracking branch 'upstream/pull/5165' 2024-09-08 15:23:58 +01:00
Anton Khorev
2d18a802ef Move ?: operator outside of t() for "Only ... can edit" block messages 2024-09-08 13:40:54 +03:00
Anton Khorev
5b7bc6d0af Remove unused site.search.get_directions string 2024-09-08 13:23:51 +03:00
Anton Khorev
6d7d581de1 Remove unused messages.outbox.actions string 2024-09-08 13:05:42 +03:00
Anton Khorev
1ddcfca371 Remove unused layouts.gps_traces_tooltip string 2024-09-08 12:55:21 +03:00
Anton Khorev
a49c581573 Remove unused layouts.donate string 2024-09-08 12:46:37 +03:00
Anton Khorev
8b024f48c1 Disable redactions with write_api scope
Requires write_redactions scope to redact. Previously it was possible to redact with either write_redactions or write_api.
2024-09-08 12:31:31 +03:00
Emin Kocan
5d17e74d71 Update DOCKER.md with instructions for precompiling assets 2024-09-07 20:53:47 +02:00
Emin Kocan
4b21cdfcf9 Switch from ubuntu to debian 2024-09-07 20:36:06 +02:00
dependabot[bot]
2fa1fa7d3e
Bump eslint from 9.9.1 to 9.10.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.10.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.9.1...v9.10.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-09-07 00:14:30 +00:00
Tom Hughes
1fce0c00f1 Merge remote-tracking branch 'upstream/pull/5164' 2024-09-06 17:05:02 +01:00
Tom Hughes
0473288b14 Merge remote-tracking branch 'upstream/pull/5163' 2024-09-06 17:04:35 +01:00
Tom Hughes
2a80a2eb77 Merge remote-tracking branch 'upstream/pull/5162' 2024-09-06 17:02:45 +01:00
Tom Hughes
ef861715d1 Merge remote-tracking branch 'upstream/pull/5161' 2024-09-06 17:02:13 +01:00
Tom Hughes
6788569211 Merge remote-tracking branch 'upstream/pull/5160' 2024-09-06 17:00:32 +01:00
Anton Khorev
8b0c188841 Remove :edit abilities implied by :update abilities 2024-09-06 09:28:52 +03:00
Anton Khorev
da28c0e561 Remove Oauth::OAUTH2_SCOPES
After OAuth1 was removed, all scopes are OAuth2 scopes. Former OAuth2-only scopes now can be combined with the rest.
2024-09-06 09:14:54 +03:00
Anton Khorev
dcb0369788 Merge branch 'pull/5115' 2024-09-06 06:04:25 +03:00
Anton Khorev
b14342b6f1 Merge branch 'pull/5155' 2024-09-06 01:23:36 +03:00
Anton Khorev
b928f62620 Remove unused site.about.next string 2024-09-06 01:15:08 +03:00
Anton Khorev
6a77a78d19 Remove unnecessary site.about locale scope from About page 2024-09-06 00:49:09 +03:00
Anton Khorev
ad4d4aa2b4 Remove strings unused since Oct 2013 frontpage redesign 2024-09-06 00:21:32 +03:00
Tom Hughes
4c65c3dbfd Merge remote-tracking branch 'upstream/pull/5159' 2024-09-05 22:21:03 +01:00
Tom Hughes
407a5f218c Merge remote-tracking branch 'upstream/pull/5152' 2024-09-05 22:20:29 +01:00
Anton Khorev
5bdb8a43e1 Remove messages.message_summary.reply_button string 2024-09-05 23:42:50 +03:00
Anton Khorev
e7fb89c8d0 Remove nil ApiCapability user branch 2024-09-05 23:21:24 +03:00
Anton Khorev
ccc70fb914 Remove OAuth 1 ApiCapability user branch 2024-09-05 23:16:01 +03:00
translatewiki.net
8389a77611
Localisation updates from https://translatewiki.net. 2024-09-05 14:42:55 +02:00