Project

General

Profile

Search

Results (12462)

Defect #42120 (Closed): NameError: uninitiali ... ::LoggerThreadSafeLevel::Logger - Redmine-5.x
Issue with redmine-5.1.5 and redmine-5.0.10 OS ... Linux 8.x ruby: 3.1 I have tested this issue with almost all versions of Redmine-5 today and getting the same error. The issue is happening with the core redmine without a ... ants.each do |severity| ^^^^^^ </pre> 2025-01-17 19:31
Defect #42114 (Closed): Themes are not working as expected with nginx
Hello, i've checked this new change: http ... pass http://puma_redmine; } } 2025-01-17 01:11
Defect #42113 (Closed): Redmine 5.x not starting with ActiveSupport Logger error
When I try to start using the 5.1-stable branch on GitHub, it does not start with the following issue. https://github.com/rails/rails/issues/54272 https://github.com/rails/rails/pull/54264 2025-01-17 00:44
Defect #42106 (Closed): Member roles are incorrectly added when a user's memberships are updated
Member roles are incorrectly added when a use ... rited_from.nil?}.collect(&:role_id) </pre> 2025-01-15 14:17
Defect #42096 (New): ÅÄÖåäö in API body don't work
As stated, it's okay if I need to make them U ... mative about the error, only giving me a 400 2025-01-13 21:51
Feature #42093 (New): Feature combination request: Multiple delete attachments from issue and edit/blacklist attachments
You can delete and blacklist multiple attachments at once in an issue by clicking the green "Edit" button, then sc ... t has it's own icon: !Edit%20icon%20in%20issue%20view%20mode.png! Combining these featur ... delete, blacklist and edit attachments to an issue the attachments would make it much more user friendly. 2025-01-13 12:38
Patch #42089 (Closed): Fix Lint workflow erro ... o unsupported ruby/setup-ruby on Ubuntu 24.04
The Lint workflow on the 6.0-stable branch is ... nd no longer supported). ... </pre> The issue is caused by using a version of ruby/setup-r ... upport Ubuntu 24.04. This patch fixes the issue by updating the workflow to always use the l ... bundler-cache: true </code></pre> 2025-01-12 15:25
Defect #42086 (Closed): Issue can not contain ./ or .\
Hi! When an issue contains ./ or .\ the issue can not be submitted or edited. We have Boomi integration which via API creates issues containing \. When trying to edit these issues the issue can not be saved, it is just waiting to be saved. I also tested to enter an issue with .\ in the subject and it is the same pr ... roblem: !clipboard-202501100856-s6qqk.png! 2025-01-10 08:56
Defect #42083 (Closed): Page flickers as font size changes while rendering
tried using latest docker version ``` ... 3000 redmine ``` attached a screen record 2025-01-08 15:28
Defect #42079 (New): Setting an Out-of-Range ... nal Server Error and Renders Redmine Unusable
h1. Envitonment * Redmine version 5.1.4.st ... r operations impossible. In general, this issue does not occur with normal operations in the ... pdown menu. The conditions that trigger this issue are as follows: Obtain the authenticity_t ... s unusable, this bug is being reported as an issue. h1. Log * production.log(session_life ... ration' </pre> h1. Workaround If this issue occurs, you can restore normal functionality ... ters such as “time_entry_list_defaults” and “issue_list_default_columns” in the administration ... e manner. However, unlike the authentication issue described in this report, Redmine itself doe ... or occurs upon opening the settings menu. 2025-01-07 03:00
Feature #42077 (Closed): Optimize activity vi ... e through association preloading for journals
The current implementation of the Activity vi ... each journal, which can lead to performance issues. The attached two patches mitigate the prob ... al#journalized@ method to use the preloaded @Issue@ association if available. Currently, the @j ... s redundant queries to fetch the associated @Issue@ object, even when the @Issue@ has already been preloaded. The second p ... e @tracker@ association through the related @Issue@, reducing queries against the @trackers@ ta ... with-patches.txt (with the patches applied) 2025-01-06 11:20
Feature #42073 (Closed): Remove navigation parameters from issue detail URLs after updates
This patch removes navigation parameters from the issue detail URL after updating an issue. Before applying the patch: <pre> http://localhost:3000/issues/2?issue_count=8&issue_position=2&next_issue_id=3&prev_issue_id=1 </pre> After applying the patch: <pre> http://localhost:3000/issues/2 </pre> h3. Background/Purpose Currently, the URL of the issue detail screen after updating an issue includes navigation parameters like: <pre> http://localhost:3000/issues/2?issue_count=8&issue_position=2&next_issue_id=3&prev_issue_id=1 </pre> These navigation parameters are used to display navigation in the ... 2025-01-05 16:25
Feature #42072 (Closed): Adjust font size for ... btitle to improve readability and consistency
The patch updates the font size for the @.bre ... ets/application.css @@ -655,8 +655,8 @@ div.issue { border-radius: 3px; box-shadow: 0 ... tl {direction:rtl !important;} </code></pre> 2025-01-05 06:09
Defect #42066 (Closed): NoMethodError exception occurs in IssuePriority#high and #low when both default and active priorities are absent
A NoMethodError exception occurs when there is no default issue priority and all issue priorities are inactive, and @IssuePriority#high@ or @IssuePriority#low@ is called. his issue affects the process of generating the email notification recipients in @Issue#notified_users@. Consequently, the error can ... g displayed in the user’s web browser during issue updates. The attached patch updates IssuePriority#high and IssuePriority#low to return false when self.class.default_or_middle is nil, avoiding exceptions. 2025-01-03 08:35
Feature #42061 (Closed): New Project creation
Hi, Unable to create new project and team formation 2024-12-31 07:01
Defect #42054 (Closed): Not able to Configure CC in Redmine 5.1.3
Dear Redmine Team, Could you please assist ... il notifications? Currently, whenever new issues are created or updates are made, email noti ... o all project members for a single update or issue creation.* We would like to configure not ... g forward to your guidance on resolving this issue.* 2024-12-28 11:08
Defect #42051 (Closed): "Font used for text areas" setting causes inconsistent font size
When you change the "Font used for text areas ... ms with consistency and readability. This issue can be fixed with the attached patch. *Cu ... ey;}.proportional-font-with-patch%402x.png! 2024-12-27 05:21
Defect #42024 (New): RepositoryBazaarTest fails
The CI started failing in bin/rails test test ... ggesting that r23408 is not the cause of the issue. 2024-12-20 03:25
Defect #42020 (Closed): Passenger error when upgrading to Redmine 6
When I upgrade to Redmine 6 I get a Passenger ... or. How do I solve this? Regards, René 2024-12-19 13:46
Defect #42018 (Closed): PDF Export - Compatibility issues between "redmine_ckeditor"
In Redmine, I am using the redmine_ckeditor p ... sed the "Lucida Sans Unicode" font (the same issue occurs with other fonts as well). However ... PDF. Is there a solution to resolve this issue? 2024-12-19 06:25
Defect #42013 (Closed): Redmine fails to star ... apter `"mysql2"` found in config/database.yml
I use Docker. I testet this with "redmine" an ... to your Gemfile. (LoadError) </code></pre> 2024-12-18 16:01
Defect #42004 (Needs feedback): Problem with upgrading Redmine from 5.1.3 to 6.0.2
Hello. I've upgraded my Redmine to verison ... ything I could do to make it work? Thanks. 2024-12-17 09:41
Defect #41991 (New): Project drop down vanishes on parent issue update assignement
Hi, hope, you are doing well today? We ... a project queue. After that, we assign this issue to the correct project and change following settings: * Project * Issue status * Assigned user * Start date * Due date * Parent issue If we type in the name or the id of the parent issue, the project drop down varnishes and we can't save the issue. At the moment, we update all fields except parent issue on the first issue assignement. Then we update the parent issue. Do you have an idea, how to solve this? Thank you very much 2024-12-16 08:36
Feature #41978 (New): Customize the size of text boxes for fields on the Redmine issues editing page
1.Is it possible to customize the size of text boxes for fields on the Redmine issue editing page? For example, when creating cus ... visible when hovering over it with the mouse. 2024-12-13 06:55
Defect #41977 (New): nested_set move node error
<pre> 1node6 ---------------------- ... 1 end end </pre> 2024-12-13 04:00
(201-225/12462)