]> source.dussan.org Git - redmine.git/log
redmine.git
2 weeks agoFixed an issue where Redmine would not start due to an error in Propshaft (#39111).
Marius Balteanu [Tue, 5 Nov 2024 16:01:27 +0000 (16:01 +0000)]
Fixed an issue where Redmine would not start due to an error in Propshaft (#39111).

Patch by user:hidakatsuya.

git-svn-id: https://svn.redmine.org/redmine/trunk@23212 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoAdd missing fixture `:enumerations` to TrackersControllerTest (#12521).
Go MAEDA [Mon, 4 Nov 2024 04:55:46 +0000 (04:55 +0000)]
Add missing fixture `:enumerations` to TrackersControllerTest (#12521).

git-svn-id: https://svn.redmine.org/redmine/trunk@23210 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoFix project links in tracker deletion error message to set the status_id filter to...
Go MAEDA [Mon, 4 Nov 2024 04:50:25 +0000 (04:50 +0000)]
Fix project links in tracker deletion error message to set the status_id filter to "all" (#12521).

git-svn-id: https://svn.redmine.org/redmine/trunk@23209 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoFix RuboCop Layout/TrailingEmptyLines in test/helpers/icons_helper_test.rb (#23980).
Go MAEDA [Mon, 4 Nov 2024 01:29:05 +0000 (01:29 +0000)]
Fix RuboCop Layout/TrailingEmptyLines in test/helpers/icons_helper_test.rb (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23207 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoAdds tests for @IconsHelper@ (#23980).
Marius Balteanu [Sun, 3 Nov 2024 23:05:04 +0000 (23:05 +0000)]
Adds tests for @IconsHelper@ (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23205 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoUpdates for 5.1.4 release.
Marius Balteanu [Sun, 3 Nov 2024 22:03:10 +0000 (22:03 +0000)]
Updates for 5.1.4 release.

git-svn-id: https://svn.redmine.org/redmine/trunk@23200 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoReverts bad change (#37072).
Marius Balteanu [Sun, 3 Nov 2024 19:22:53 +0000 (19:22 +0000)]
Reverts bad change (#37072).

git-svn-id: https://svn.redmine.org/redmine/trunk@23199 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoSet builtin and new roles' user visibility to members_of_visible_projects (#38853).
Marius Balteanu [Sun, 3 Nov 2024 18:48:58 +0000 (18:48 +0000)]
Set builtin and new roles' user visibility to members_of_visible_projects (#38853).

Patch by Holger Just (user:hjust).

git-svn-id: https://svn.redmine.org/redmine/trunk@23198 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoReverts r23190-r23187 because the CI build fails with error "ERROR: Failed to build...
Marius Balteanu [Sun, 3 Nov 2024 18:34:06 +0000 (18:34 +0000)]
Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to build gem native extension" (#40197).

git-svn-id: https://svn.redmine.org/redmine/trunk@23197 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoRaises length of settings value for MySQL (#34218).
Marius Balteanu [Sun, 3 Nov 2024 15:05:39 +0000 (15:05 +0000)]
Raises length of settings value for MySQL (#34218).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23196 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoFixes duplicate spacer id in jsToolBar (#38915).
Marius Balteanu [Sun, 3 Nov 2024 12:57:58 +0000 (12:57 +0000)]
Fixes duplicate spacer id in jsToolBar (#38915).

Patch by Yasu Saku (user:skys).

git-svn-id: https://svn.redmine.org/redmine/trunk@23192 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoUse @.capitalize@ for button_save_object, button_edit_object, and button_delete_objec...
Marius Balteanu [Sun, 3 Nov 2024 12:42:10 +0000 (12:42 +0000)]
Use @.capitalize@ for button_save_object, button_edit_object, and button_delete_object labels in order to ensure that only the first character is converted to uppercase and the rest to lowercase (#37072).

git-svn-id: https://svn.redmine.org/redmine/trunk@23191 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoDisable syntax_highlighter plugin shipped by commonmark (#40197).
Marius Balteanu [Sun, 3 Nov 2024 12:05:27 +0000 (12:05 +0000)]
Disable syntax_highlighter plugin shipped by commonmark (#40197).

git-svn-id: https://svn.redmine.org/redmine/trunk@23190 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoSimplify code (#40197).
Marius Balteanu [Sun, 3 Nov 2024 12:03:32 +0000 (12:03 +0000)]
Simplify code (#40197).

git-svn-id: https://svn.redmine.org/redmine/trunk@23189 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoUpdates commonmark gem version to 1.1.5 which switches from libcmark-gfm to comrak...
Marius Balteanu [Sun, 3 Nov 2024 12:02:39 +0000 (12:02 +0000)]
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to comrak/Rust.

git-svn-id: https://svn.redmine.org/redmine/trunk@23188 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks ago@ProjectQuery#results_scope@ should return @Project::ActiveRecord_Relation@ to keep...
Marius Balteanu [Sun, 3 Nov 2024 11:56:23 +0000 (11:56 +0000)]
@ProjectQuery#results_scope@ should return @Project::ActiveRecord_Relation@ to keep the backward compatibility (#41678, #23954).

Patch by Nishida Yuya (user:nishidayuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23187 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoAdds test for #41678 (#23954).
Marius Balteanu [Sun, 3 Nov 2024 11:53:53 +0000 (11:53 +0000)]
Adds test for #41678 (#23954).

Patch by Mizuki ISHIKAWA (user:ishikawa999).

git-svn-id: https://svn.redmine.org/redmine/trunk@23186 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoUpdate docs to use HTTPS links instead of HTTP (#41469).
Go MAEDA [Sun, 3 Nov 2024 09:50:55 +0000 (09:50 +0000)]
Update docs to use HTTPS links instead of HTTP (#41469).

git-svn-id: https://svn.redmine.org/redmine/trunk@23183 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoUpdate locales (#12521).
Go MAEDA [Sun, 3 Nov 2024 07:12:53 +0000 (07:12 +0000)]
Update locales (#12521).

git-svn-id: https://svn.redmine.org/redmine/trunk@23182 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoImprove tracker deletion error message to display projects containing issues under...
Go MAEDA [Sun, 3 Nov 2024 07:11:07 +0000 (07:11 +0000)]
Improve tracker deletion error message to display projects containing issues under the tracker (#12521).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23181 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoFix: "Import issues" and "Import time entries" pages are visible to users without...
Go MAEDA [Sun, 3 Nov 2024 05:41:19 +0000 (05:41 +0000)]
Fix: "Import issues" and "Import time entries" pages are visible to users without "Add issues" and "Log spent time" permissions (#41465).

Patch by Kenta Kumojima (user:kumojima).

git-svn-id: https://svn.redmine.org/redmine/trunk@23178 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoUpdate RuboCop to 1.68 (#39887).
Go MAEDA [Sat, 2 Nov 2024 04:21:19 +0000 (04:21 +0000)]
Update RuboCop to 1.68 (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@23177 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoFix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced in r23173...
Go MAEDA [Sat, 2 Nov 2024 04:07:22 +0000 (04:07 +0000)]
Fix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced in r23173 (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@23176 e93f8b46-1217-0410-a6f0-8f06a7374b81

2 weeks agoAdd stylesheet fixture for ThemesTest#test_old_theme_compatibility added in r23173...
Go MAEDA [Sat, 2 Nov 2024 03:58:15 +0000 (03:58 +0000)]
Add stylesheet fixture for ThemesTest#test_old_theme_compatibility added in r23173 (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@23175 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoUpgrades propshaft to 1.1.0 (#39111).
Marius Balteanu [Thu, 31 Oct 2024 08:17:01 +0000 (08:17 +0000)]
Upgrades propshaft to 1.1.0 (#39111).

Patch by Takashi Kato (user:tohosaku).

git-svn-id: https://svn.redmine.org/redmine/trunk@23174 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoAdds asset path to default to support old style theme (#39111).
Marius Balteanu [Thu, 31 Oct 2024 08:15:57 +0000 (08:15 +0000)]
Adds asset path to default to support old style theme (#39111).

Patch by Takashi Kato (user:tohosaku).

git-svn-id: https://svn.redmine.org/redmine/trunk@23173 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoPrevents 'blinking' tooltips in the rare case where the browser places the tooltip...
Marius Balteanu [Thu, 31 Oct 2024 08:14:37 +0000 (08:14 +0000)]
Prevents 'blinking' tooltips in the rare case where the browser places the tooltip under the cursor (#41624).

Patch by Jens Krämer (user:jkraemer).

git-svn-id: https://svn.redmine.org/redmine/trunk@23172 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoUpdate Rails to 7.2.2 (#36320).
Go MAEDA [Thu, 31 Oct 2024 04:25:15 +0000 (04:25 +0000)]
Update Rails to 7.2.2 (#36320).

git-svn-id: https://svn.redmine.org/redmine/trunk@23171 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoAdd a migration to update existing journals where `updated_by_id` points to a deleted...
Go MAEDA [Tue, 29 Oct 2024 01:11:29 +0000 (01:11 +0000)]
Add a migration to update existing journals where `updated_by_id` points to a deleted user (#41572).

git-svn-id: https://svn.redmine.org/redmine/trunk@23170 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoFix: `updated_by_id` in Journal points to a deleted user instead of an anonymous...
Go MAEDA [Tue, 29 Oct 2024 01:02:04 +0000 (01:02 +0000)]
Fix: `updated_by_id` in Journal points to a deleted user instead of an anonymous user (#41572).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23169 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoFix RuboCop Style/MultilineIfModifier in ReportsHelper by using safe navigation opera...
Go MAEDA [Sun, 27 Oct 2024 06:30:10 +0000 (06:30 +0000)]
Fix RuboCop Style/MultilineIfModifier in ReportsHelper by using safe navigation operator (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@23166 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoUpdate RuboCop Rails to 2.27 (#39889).
Go MAEDA [Sun, 27 Oct 2024 05:38:44 +0000 (05:38 +0000)]
Update RuboCop Rails to 2.27 (#39889).

git-svn-id: https://svn.redmine.org/redmine/trunk@23165 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoRegenerate .rubocop_todo.yml to reflect the removal of Redcarpet-based Markdown forma...
Go MAEDA [Sun, 27 Oct 2024 05:30:22 +0000 (05:30 +0000)]
Regenerate .rubocop_todo.yml to reflect the removal of Redcarpet-based Markdown formatter in r23153 (#40149).

git-svn-id: https://svn.redmine.org/redmine/trunk@23164 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoAdd column totals to Issues Summary Report (#691).
Go MAEDA [Sat, 26 Oct 2024 06:38:43 +0000 (06:38 +0000)]
Add column totals to Issues Summary Report (#691).

Contributed by David Petersen (user:petersendidit).

git-svn-id: https://svn.redmine.org/redmine/trunk@23163 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoFix tests for the partial quoting feature that randomly fail (#41294).
Go MAEDA [Sat, 26 Oct 2024 02:29:09 +0000 (02:29 +0000)]
Fix tests for the partial quoting feature that randomly fail (#41294).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23162 e93f8b46-1217-0410-a6f0-8f06a7374b81

3 weeks agoFix missing deletion of custom field attachments upon issue deletion (#38966).
Go MAEDA [Sat, 26 Oct 2024 02:14:09 +0000 (02:14 +0000)]
Fix missing deletion of custom field attachments upon issue deletion (#38966).

Patch by Takenori TAKAKI (user:takenory).

git-svn-id: https://svn.redmine.org/redmine/trunk@23161 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoFix failing system test for keyboard shortcuts to reflect CommonMark toolbar's output...
Go MAEDA [Thu, 24 Oct 2024 06:14:51 +0000 (06:14 +0000)]
Fix failing system test for keyboard shortcuts to reflect CommonMark toolbar's output (#40149, #40939).

Patch by Mizuki ISHIKAWA (user:ishikawa999).

git-svn-id: https://svn.redmine.org/redmine/trunk@23160 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoIntroduce `--fonts-main` CSS variable for easier customization of main fonts (#41321...
Go MAEDA [Thu, 24 Oct 2024 04:24:27 +0000 (04:24 +0000)]
Introduce `--fonts-main` CSS variable for easier customization of main fonts (#41321, #41569).

Patch by Takashi Kato (user:tohosaku).

git-svn-id: https://svn.redmine.org/redmine/trunk@23159 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoUpdate Rails to Rails 7.2.1.2 (#36320).
Go MAEDA [Wed, 23 Oct 2024 23:48:36 +0000 (23:48 +0000)]
Update Rails to Rails 7.2.1.2 (#36320).

git-svn-id: https://svn.redmine.org/redmine/trunk@23156 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoTraditional Chinese translation update (#41514).
Go MAEDA [Mon, 21 Oct 2024 07:48:21 +0000 (07:48 +0000)]
Traditional Chinese translation update (#41514).

Patch by ChunChang (Nagaharu) Lo (user:shortie).

git-svn-id: https://svn.redmine.org/redmine/trunk@23155 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoFix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdown::HtmlP...
Go MAEDA [Mon, 21 Oct 2024 05:45:37 +0000 (05:45 +0000)]
Fix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdown::HtmlParser class by porting the HtmlParser class for the CommonMark formatter (#40149, #41513).

git-svn-id: https://svn.redmine.org/redmine/trunk@23154 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoDrop deprecated Redcarpet based Markdown formatter (#40149).
Go MAEDA [Sun, 20 Oct 2024 07:51:38 +0000 (07:51 +0000)]
Drop deprecated Redcarpet based Markdown formatter (#40149).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoSwap odd and even table row background colors (#41500).
Go MAEDA [Sun, 20 Oct 2024 07:08:05 +0000 (07:08 +0000)]
Swap odd and even table row background colors (#41500).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23152 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoReplace "even" and "odd" CSS classes with "this-month" and "other-month" for calendar...
Go MAEDA [Sun, 20 Oct 2024 07:02:22 +0000 (07:02 +0000)]
Replace "even" and "odd" CSS classes with "this-month" and "other-month" for calendar days (#41509).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23151 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoFix CSV import file encoding auto-detection failure with multibyte characters (#41464).
Go MAEDA [Sun, 20 Oct 2024 06:47:28 +0000 (06:47 +0000)]
Fix CSV import file encoding auto-detection failure with multibyte characters (#41464).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23150 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoUpdate locales (#41450).
Go MAEDA [Sun, 20 Oct 2024 04:53:40 +0000 (04:53 +0000)]
Update locales (#41450).

git-svn-id: https://svn.redmine.org/redmine/trunk@23149 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoInclude attachment filename in "File added" email notification subject (#41450).
Go MAEDA [Sun, 20 Oct 2024 04:46:37 +0000 (04:46 +0000)]
Include attachment filename in "File added" email notification subject (#41450).

Patch by minoura makoto (user:minoura).

git-svn-id: https://svn.redmine.org/redmine/trunk@23148 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoFixes rubocop offenses (#23980).
Marius Balteanu [Sat, 19 Oct 2024 10:51:53 +0000 (10:51 +0000)]
Fixes rubocop offenses (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23147 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks ago@sprite_icon@ accepts plugin name as parameter to render an icon from a sprite provid...
Marius Balteanu [Sat, 19 Oct 2024 10:08:14 +0000 (10:08 +0000)]
@sprite_icon@ accepts plugin name as parameter to render an icon from a sprite provided by a plugin (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23146 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoRenames and improves methods provided by @IconsHelper@ (#23980).
Marius Balteanu [Sat, 19 Oct 2024 10:06:26 +0000 (10:06 +0000)]
Renames and improves methods provided by @IconsHelper@ (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23145 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoFix invalid "theme-*" CSS class in body element when theme name contains spaces ...
Go MAEDA [Sat, 19 Oct 2024 08:21:18 +0000 (08:21 +0000)]
Fix invalid "theme-*" CSS class in body element when theme name contains spaces (#26778).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23144 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoItalian translation update (#41420).
Go MAEDA [Sat, 19 Oct 2024 02:20:27 +0000 (02:20 +0000)]
Italian translation update (#41420).

Patch by Nicola Danese (user:darkfrank_it).

git-svn-id: https://svn.redmine.org/redmine/trunk@23142 e93f8b46-1217-0410-a6f0-8f06a7374b81

4 weeks agoBulgarian translation update (#41504).
Go MAEDA [Fri, 18 Oct 2024 10:17:12 +0000 (10:17 +0000)]
Bulgarian translation update (#41504).

Patch by Ivan Cenov (user:jwalker).

git-svn-id: https://svn.redmine.org/redmine/trunk@23141 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoAdjust line-height and margin for `div.wiki li` for better readability and spacing...
Go MAEDA [Thu, 17 Oct 2024 09:47:41 +0000 (09:47 +0000)]
Adjust line-height and margin for `div.wiki li` for better readability and spacing consistency (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23140 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoIncrease line-height to 1.5 in email notifications for better readability (#41321).
Go MAEDA [Thu, 17 Oct 2024 04:34:10 +0000 (04:34 +0000)]
Increase line-height to 1.5 in email notifications for better readability (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23139 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoReplace Verdana with Noto Sans in responsive.css for consistency with the new default...
Go MAEDA [Thu, 17 Oct 2024 03:46:52 +0000 (03:46 +0000)]
Replace Verdana with Noto Sans in responsive.css for consistency with the new default theme (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23138 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoRemove Verdana and Trebuchet MS fonts in email notifications (#41321).
Go MAEDA [Thu, 17 Oct 2024 03:11:48 +0000 (03:11 +0000)]
Remove Verdana and Trebuchet MS fonts in email notifications (#41321).

This change ensures consistency with the new default theme, which no longer uses these fonts.

git-svn-id: https://svn.redmine.org/redmine/trunk@23137 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoChange CSS font-size units from px to rem in wiki_syntax.css (#2499).
Go MAEDA [Thu, 17 Oct 2024 00:59:11 +0000 (00:59 +0000)]
Change CSS font-size units from px to rem in wiki_syntax.css (#2499).

git-svn-id: https://svn.redmine.org/redmine/trunk@23136 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoUpdate RuboCop to 1.67 (#39887).
Go MAEDA [Wed, 16 Oct 2024 23:53:46 +0000 (23:53 +0000)]
Update RuboCop to 1.67 (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@23135 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoFix RuboCop offense Lint/SafeNavigationConsistency (#39887).
Go MAEDA [Wed, 16 Oct 2024 23:46:53 +0000 (23:46 +0000)]
Fix RuboCop offense Lint/SafeNavigationConsistency (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@23134 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoFix separator lines cutting off in Activity view caused by inline-flex shrinking...
Go MAEDA [Wed, 16 Oct 2024 13:33:16 +0000 (13:33 +0000)]
Fix separator lines cutting off in Activity view caused by inline-flex shrinking (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23133 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoChange CSS font-size units from px to rem in scm.css (#2499).
Go MAEDA [Wed, 16 Oct 2024 12:44:02 +0000 (12:44 +0000)]
Change CSS font-size units from px to rem in scm.css (#2499).

git-svn-id: https://svn.redmine.org/redmine/trunk@23132 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoRight-align "Hours" column in spent time details table (#41401).
Go MAEDA [Wed, 16 Oct 2024 11:35:02 +0000 (11:35 +0000)]
Right-align "Hours" column in spent time details table (#41401).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23131 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoApply `proportional-nums` for wiki text and `tabular-nums` for `table.list` (#41321).
Go MAEDA [Wed, 16 Oct 2024 11:32:17 +0000 (11:32 +0000)]
Apply `proportional-nums` for wiki text and `tabular-nums` for `table.list` (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23130 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoUpgrade to Rails 7.2.1.1 (#36320).
Go MAEDA [Wed, 16 Oct 2024 09:06:39 +0000 (09:06 +0000)]
Upgrade to Rails 7.2.1.1 (#36320).

git-svn-id: https://svn.redmine.org/redmine/trunk@23127 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoAlign the `#time-report tbody tr.total` row border styling with the table header...
Go MAEDA [Tue, 15 Oct 2024 15:22:21 +0000 (15:22 +0000)]
Align the `#time-report tbody tr.total` row border styling with the table header (#41475).

git-svn-id: https://svn.redmine.org/redmine/trunk@23126 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoEmphasize the border between table header and body to improve appearance (#41475).
Go MAEDA [Tue, 15 Oct 2024 14:59:37 +0000 (14:59 +0000)]
Emphasize the border between table header and body to improve appearance (#41475).

git-svn-id: https://svn.redmine.org/redmine/trunk@23125 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoImprove visual clarity of issue grouping separators in issues list by increasing...
Go MAEDA [Tue, 15 Oct 2024 10:20:26 +0000 (10:20 +0000)]
Improve visual clarity of issue grouping separators in issues list by increasing the border thickness (#41475).

git-svn-id: https://svn.redmine.org/redmine/trunk@23124 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoRemove the border override for tr.entry as it is no longer necessary (#41475).
Go MAEDA [Tue, 15 Oct 2024 09:31:47 +0000 (09:31 +0000)]
Remove the border override for tr.entry as it is no longer necessary (#41475).

git-svn-id: https://svn.redmine.org/redmine/trunk@23123 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoReplaces icons on the syntax help page with SVG icons (#23980).
Marius Balteanu [Mon, 14 Oct 2024 20:32:57 +0000 (20:32 +0000)]
Replaces icons on the syntax help page with SVG icons (#23980).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23122 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoAlign #sidebar h3 color with content headers (#41298).
Go MAEDA [Mon, 14 Oct 2024 07:22:24 +0000 (07:22 +0000)]
Align #sidebar h3 color with content headers (#41298).

git-svn-id: https://svn.redmine.org/redmine/trunk@23121 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoImprove table readability by adding row borders (#41475).
Go MAEDA [Sun, 13 Oct 2024 07:38:56 +0000 (07:38 +0000)]
Improve table readability by adding row borders (#41475).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23120 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoItalian translation update (#41420).
Go MAEDA [Sat, 12 Oct 2024 22:30:02 +0000 (22:30 +0000)]
Italian translation update (#41420).

Patch by Nicola Danese (user:darkfrank_it).

git-svn-id: https://svn.redmine.org/redmine/trunk@23119 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoRestore missing too_simple in config/locales/it.yml (#41420).
Go MAEDA [Sat, 12 Oct 2024 22:25:37 +0000 (22:25 +0000)]
Restore missing too_simple in config/locales/it.yml (#41420).

git-svn-id: https://svn.redmine.org/redmine/trunk@23118 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoUpdate Wiki Syntax Help to use HTTPS links instead of HTTP (#41469).
Go MAEDA [Fri, 11 Oct 2024 09:03:20 +0000 (09:03 +0000)]
Update Wiki Syntax Help to use HTTPS links instead of HTTP (#41469).

git-svn-id: https://svn.redmine.org/redmine/trunk@23117 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoSet line-height for body and code blocks in Wiki Syntax Help (#41321).
Go MAEDA [Fri, 11 Oct 2024 08:14:54 +0000 (08:14 +0000)]
Set line-height for body and code blocks in Wiki Syntax Help (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23116 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoUpdate Code Highlighting Help font and font size to match the new default theme ...
Go MAEDA [Fri, 11 Oct 2024 07:50:09 +0000 (07:50 +0000)]
Update Code Highlighting Help font and font size to match the new default theme (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23115 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoFixes tests after r23104 (#23980).
Marius Balteanu [Fri, 11 Oct 2024 06:48:26 +0000 (06:48 +0000)]
Fixes tests after r23104 (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23114 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoUpdate Wiki Syntax Help font to Noto Sans to match the new default theme (#41321).
Go MAEDA [Fri, 11 Oct 2024 04:59:27 +0000 (04:59 +0000)]
Update Wiki Syntax Help font to Noto Sans to match the new default theme (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23113 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoItalian translation update (#41420).
Go MAEDA [Fri, 11 Oct 2024 02:22:31 +0000 (02:22 +0000)]
Italian translation update (#41420).

Patch by Nicola Danese (user:darkfrank_it).

git-svn-id: https://svn.redmine.org/redmine/trunk@23111 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoFix unclosed td tags in CommonMark Markdown help pages (#41467).
Go MAEDA [Thu, 10 Oct 2024 23:57:58 +0000 (23:57 +0000)]
Fix unclosed td tags in CommonMark Markdown help pages (#41467).

git-svn-id: https://svn.redmine.org/redmine/trunk@23110 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoRemove duplicate DOCTYPE (#41467).
Go MAEDA [Thu, 10 Oct 2024 23:48:51 +0000 (23:48 +0000)]
Remove duplicate DOCTYPE (#41467).

git-svn-id: https://svn.redmine.org/redmine/trunk@23109 e93f8b46-1217-0410-a6f0-8f06a7374b81

5 weeks agoFix font size issue in CommonMark Markdown help pages caused by missing DOCTYPE ...
Go MAEDA [Thu, 10 Oct 2024 22:02:01 +0000 (22:02 +0000)]
Fix font size issue in CommonMark Markdown help pages caused by missing DOCTYPE (#41467).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23108 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoPartial quoting feature for Issues and Forums (#41294).
Go MAEDA [Wed, 9 Oct 2024 21:51:52 +0000 (21:51 +0000)]
Partial quoting feature for Issues and Forums (#41294).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23107 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoAdd underline button to CommonMark Markdown toolbar (#40939).
Go MAEDA [Wed, 9 Oct 2024 14:04:57 +0000 (14:04 +0000)]
Add underline button to CommonMark Markdown toolbar (#40939).

Contributed by Yasu Saku (user:skys).

git-svn-id: https://svn.redmine.org/redmine/trunk@23106 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoAdds rake task to download SVG icons from Tabler Github repository using config/icon_...
Marius Balteanu [Tue, 8 Oct 2024 21:53:53 +0000 (21:53 +0000)]
Adds rake task to download SVG icons from Tabler Github repository using config/icon_source.yml as source and to generate a sprite file with all the SVG icons (#23980):
* @icons:download@: downloads the default icons
* @icons:sprite@: generates the SVG sprite file for the default icons
* @icons:generate@: runs @icons:download@ and @icons:sprite@ tasks
* @icons:plugin:download@: downloads the icons for a specific plugin if the plugin provides a @icon_source.yaml@ in plugin config directory.
* @icons:plugin:sprite@: generates the SVG sprite for the plugin.
* @icons:plugin:generate@: runs @icons:plugin:download@ and @icons:plugin:sprite@ tasks

git-svn-id: https://svn.redmine.org/redmine/trunk@23105 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoFixes gantt collapse/expand buttons are not available after switching to SVG icons...
Marius Balteanu [Tue, 8 Oct 2024 21:19:29 +0000 (21:19 +0000)]
Fixes gantt collapse/expand buttons are not available after switching to SVG icons (#41447, #23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23104 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoRemove Internet Explorer-specific CSS rules and vendor prefixes (#41402).
Go MAEDA [Thu, 3 Oct 2024 22:49:18 +0000 (22:49 +0000)]
Remove Internet Explorer-specific CSS rules and vendor prefixes (#41402).

git-svn-id: https://svn.redmine.org/redmine/trunk@23103 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoReplace `for` loops with `forEach` in `buildFilterRow` function (#32523).
Go MAEDA [Thu, 3 Oct 2024 22:36:56 +0000 (22:36 +0000)]
Replace `for` loops with `forEach` in `buildFilterRow` function (#32523).

Patch by Yuichi HARADA (user:yui.har).

git-svn-id: https://svn.redmine.org/redmine/trunk@23102 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoFixes SVG margin in projects board view (#23980).
Marius Balteanu [Thu, 3 Oct 2024 16:47:26 +0000 (16:47 +0000)]
Fixes SVG margin in projects board view (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23101 e93f8b46-1217-0410-a6f0-8f06a7374b81

6 weeks agoRaplaces old del icon with SVG in repository settings (#23980).
Marius Balteanu [Thu, 3 Oct 2024 16:34:22 +0000 (16:34 +0000)]
Raplaces old del icon with SVG in repository settings (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23100 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoUpdate MiniMagick to 5.0 (#41312).
Go MAEDA [Wed, 2 Oct 2024 23:46:17 +0000 (23:46 +0000)]
Update MiniMagick to 5.0 (#41312).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23099 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoUpdate `.filecontent.wiki` style with the new border color and box shadow (#41298).
Go MAEDA [Wed, 2 Oct 2024 09:07:31 +0000 (09:07 +0000)]
Update `.filecontent.wiki` style with the new border color and box shadow (#41298).

git-svn-id: https://svn.redmine.org/redmine/trunk@23098 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoReduce badge font size to 0.6875rem (#41321).
Go MAEDA [Wed, 2 Oct 2024 02:22:50 +0000 (02:22 +0000)]
Reduce badge font size to 0.6875rem (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23097 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoImprove readability by refining font sizes and switching to Noto Sans font (#41321).
Go MAEDA [Tue, 1 Oct 2024 02:42:55 +0000 (02:42 +0000)]
Improve readability by refining font sizes and switching to Noto Sans font (#41321).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@23096 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoAdd Noto Sans font (#41321).
Go MAEDA [Tue, 1 Oct 2024 02:33:44 +0000 (02:33 +0000)]
Add Noto Sans font (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23095 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoRemoves box-shadown from issue_tree and relations issues tables (#41298).
Marius Balteanu [Sun, 29 Sep 2024 22:06:26 +0000 (22:06 +0000)]
Removes box-shadown from issue_tree and relations issues tables (#41298).

git-svn-id: https://svn.redmine.org/redmine/trunk@23094 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoFixes some align issues on Calendar, Gantt, Files section from issue page and on...
Marius Balteanu [Sun, 29 Sep 2024 21:58:43 +0000 (21:58 +0000)]
Fixes some align issues on Calendar, Gantt, Files section from issue page and on mobile version (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23093 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoDrops icon-error and style the error icon from CSS (#23980).
Marius Balteanu [Sun, 29 Sep 2024 19:19:53 +0000 (19:19 +0000)]
Drops icon-error and style the error icon from CSS (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23092 e93f8b46-1217-0410-a6f0-8f06a7374b81

7 weeks agoFixes for projects index (#23980).
Marius Balteanu [Sun, 29 Sep 2024 19:18:16 +0000 (19:18 +0000)]
Fixes for projects index (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23091 e93f8b46-1217-0410-a6f0-8f06a7374b81