Project

General

Profile

Activity

From 2024-11-29 to 2024-12-01

2024-12-01

09:07 Feature #41906: Enhance font consistency by inheriting font-family in input and select elements
Hi @maeda, I have tested your patch. Thanks!
It works for Start-date, Due-date and Estimated-time, Subject but not f...
pasquale [:dedalus]
07:53 Feature #41906: Enhance font consistency by inheriting font-family in input and select elements
The following patch applies the font-family and font-size defined in application.css to the @input@ and @select@ elem... Go MAEDA
08:28 Feature #38504 (Closed): Display pasted images in appropriate size on HiDPI displays
Committed the patch in r23344. Go MAEDA
07:22 Defect #41895: Spent time CSV report returning `hours` as Rational instead of Float
The attached patch fixes this issue. Go MAEDA
05:52 Patch #41914: Fix random test failure in UserTest#test_validate_password_complexity due to missing explicit language setting
To address the occasional test failures, I replaced @assert@ with @assert_includes@ in r23343.
@assert_includes@ pro...
Go MAEDA
05:36 Patch #41914 (Closed): Fix random test failure in UserTest#test_validate_password_complexity due to missing explicit language setting
... Go MAEDA

2024-11-30

19:49 Defect #41880 (Confirmed): Plugin activity icons broken after switching to SVG icons
Is your plugin open source to run a test? Marius BĂLTEANU
15:33 Feature #41913 (New): Additional non-PayPal donation methods
Is PayPal the only way to donate to Redmine?
From my location in Japan, it is not possible to donate overseas via ...
Hirokazu Onozato
11:38 Patch #41902 (Closed): Fix class name to match file name in keyboard_shortcuts_test.rb
Marius BĂLTEANU
11:38 Patch #41901 (Closed): Fix random test failure in DestroyProjectsJobTest due to unsorted @projects
Marius BĂLTEANU
11:38 Patch #41861 (Closed): Add License URLs to Icons Credits
Marius BĂLTEANU
11:33 Patch #41861 (Resolved): Add License URLs to Icons Credits
Committed, thanks! Marius BĂLTEANU
10:26 Feature #41910 (Closed): Bold current user's name in Assignee and Author columns on issues list
It would be a nice improvement on the UI side if, in each query (custom or not), the issues assigned to me were highl... pasquale [:dedalus]
09:34 Feature #41906: Enhance font consistency by inheriting font-family in input and select elements
!clipboard-202411300934-5rcsn.png!
pasquale [:dedalus]
08:04 Defect #41883 (Closed): Download button in issue comments still uses deprecated raster icon
Merged the fix into the 6.0-stable branch in r23335. Go MAEDA
08:02 Defect #41873 (Closed): Table layout breaks due to .icon class on td elements
Merged the fix into the 6.0-stable branch in r23334. Go MAEDA
07:59 Defect #41864 (Closed): Report tab of Spent time page still displays deprecated raster icons instead of SVGs
Merged the fix into the 6.0-stable branch in r23333. Go MAEDA
07:55 Patch #41889 (Closed): Fix random test failures in Redmine::Acts::MentionableTest due to unsorted mentioned_users
Meged the fix into stable branches in r23331 and r23332. Go MAEDA

2024-11-29

22:00 Feature #41906 (Closed): Enhance font consistency by inheriting font-family in input and select elements
After ##41321, the font was changed to enhance the readability, but when the user enable *Edit* mode the text change ... pasquale [:dedalus]
19:31 Defect #41853: Group icons in watchers and membership modals are using a mix of legacy and SVG icons
I have found the following issues in the current implementation:
* The @principals_check_box_tag@ labels (user and g...
Katsuya HIDAKA
08:59 Defect #41853 (Resolved): Group icons in watchers and membership modals are using a mix of legacy and SVG icons
Committed, thanks! Marius BĂLTEANU
08:46 Defect #41853: Group icons in watchers and membership modals are using a mix of legacy and SVG icons
I reviewed the patch and tested the affected features with avatars enabled and disabled on the latest master. Everyth... Katsuya HIDAKA
04:33 Defect #41853 (Confirmed): Group icons in watchers and membership modals are using a mix of legacy and SVG icons
Go MAEDA
02:52 Defect #41853: Group icons in watchers and membership modals are using a mix of legacy and SVG icons
I made a patch to fix the problem reported in this issue.
Additionally, this patch fixes the problem where old group...
Takenori TAKAKI
17:55 Patch #41902 (Resolved): Fix class name to match file name in keyboard_shortcuts_test.rb
Marius BĂLTEANU
16:36 Patch #41902 (Closed): Fix class name to match file name in keyboard_shortcuts_test.rb
This patch fixes the class name from @InlineAutocompleteSystemTest@ to @KeyboardShortcutsTest@ to match the file name... Katsuya HIDAKA
17:54 Patch #41901 (Resolved): Fix random test failure in DestroyProjectsJobTest due to unsorted @projects
Committed, thanks! Marius BĂLTEANU
15:25 Patch #41901 (Closed): Fix random test failure in DestroyProjectsJobTest due to unsorted @projects
The test "schedule should enqueue job" fails randomly because @@projects@ is not sorted. The query @Project.where(id:... Katsuya HIDAKA
11:36 Patch #24623: Implements CRUD permissions and restrictions to issue attachments
Frederico, is it possible to update this patch for redmine 6? Peter Volkov
10:54 Defect #41878 (Closed): Sign Out button missing in redmine 6.0.1
Marius BĂLTEANU
09:38 Defect #41878: Sign Out button missing in redmine 6.0.1
Thanks guys for your feedback, I think my plugins have something to do with that, I will start a fresh instance witho... Mohamed Lahssini
09:36 Defect #41878: Sign Out button missing in redmine 6.0.1
I also use redmine 6.0.1 with LDAP and the Sign-Out button displays normally Łukasz Szczepański
09:15 Defect #41895 (Closed): Spent time CSV report returning `hours` as Rational instead of Float
Same issues as in Defect #41819 only for CSV report, the patch does not help.
Before Redmine 6, the hours field re...
Thomas Stollorcz
08:54 Patch #41894 (Closed): Fix random test failure by ensuring WatchersController#find_objects_from_params returns results in consistent order
Marius BĂLTEANU
05:22 Patch #41894 (Closed): Fix random test failure by ensuring WatchersController#find_objects_from_params returns results in consistent order
@WatchersController#find_objects_from_params@ does not explicitly order its results. This leads to inconsistent order... Go MAEDA
08:49 Defect #41791 (Closed): Projects endpoint returns list of all projects
Marius BĂLTEANU
04:32 Defect #41883 (Resolved): Download button in issue comments still uses deprecated raster icon
Committed the fix in r23323. Thank you. Go MAEDA
02:15 Patch #41889 (Resolved): Fix random test failures in Redmine::Acts::MentionableTest due to unsorted mentioned_users
Committed the fix in r23322. Go MAEDA
 

Also available in: Atom