Search
Results (12429)
- 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!
- Defect #42083 (Closed): Page flickers as font size changes while rendering
- tried using latest docker version ``` ... 3000 redmine ``` attached a screen record
- 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.
- 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)
- 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 ...
- 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>
- 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.
- Feature #42061 (Closed): New Project creation
- Hi, Unable to create new project and team formation
- 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.*
- 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!
- Defect #42024 (New): RepositoryBazaarTest fails
- The CI started failing in bin/rails test test ... ggesting that r23408 is not the cause of the issue.
- 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é
- 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?
- 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>
- 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.
- 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
- 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.
- Defect #41977 (New): nested_set move node error
- <pre> 1node6 ---------------------- ... 1 end end </pre>
- Feature #41976 (Closed): Ruby 3.4 support
- Ruby 3.4.0 will be released on December 25, 2024.
- Defect #41975 (Closed): Uniqueness of Project model fields is not checked sufficiently
- In the Project model, :identifier is defined ... queness.A patch for this purpose is attached.
- Patch #41969 (Closed): Add SQLite3 tests to CI
- Since Redmine supports SQLite3, I believe tes ... for SQLite3. Additionally, the following issues are addressed: * Remove a duplicate exec ... /hidakatsuya/redmine/actions/runs/12279612346
- Defect #41965 (Needs feedback): Redmine 5.1.3 and MariaDB 10.6.18 - Queries are slow
- Hi all, Our queries are slow and when we g ... lugins: no plugin installed Thanks,
- Defect #41962 (Closed): Incorrect Path in CSS
- In Redmine 6.0.1, CSS file `application-4cc96 ... che Server 2.4.62 (Passenger), Redmine 6.0.1.
- Patch #41961 (Closed): Use `fixtures :all` to ... istent test data and improve test reliability
- h3. Background In Redmine’s test suite, ea ... occur randomly, as reported in the following issues, among others: * ##41934 * ##41623 For ... ze tests. h3. Proposal To address this issue, I propose setting @fixtures :all@ for all t ... /hidakatsuya/redmine/actions/runs/12218226574
- Defect #41959 (Closed): right click menu item in issues page not left aligned
- database manager version mysql Ver 8.0.26 fo ... 6.0.1 Chrome version 131.0.6778.109