Search
Results (12389)
- Feature #42139 (New): [Suggestion] Add a link ... code, either display on-site or to the email
- I finally purchased a tablet and managed to log into the ruby issue tracker. Unfortunately I forgot to save t ... w the code (I tried these codes but the ruby issue tracker refused them all), and the ruby issue tracker also does not allow for a link to re ... pply to a QR code too. Thanks for reading.
- Feature #42133 (Closed): Refactor thumbnail markup for improved structure and semantics
- This patch, authored by Katsuya HIDAKA (user: ... e @img@ tag, which was the root cause of the issue, is removed while preserving the tooltip pos ... release, Redmine 6.1, I have opened this new issue.
- Defect #42127 (Closed): Restore backup 2.3.3
- I restored version 2.3.3 from backup after hardware failure. But not a single issue opens. @ActionView::Template::Error (unde ... nil:NilClass): 68: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %> 69: </table> 70: 71: 72: 73: <%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> 74: app/views/issues/show.html.erb:71:in `_app_views_issues_show_html_erb___308771374_62894976' app/controllers/issues_controller.rb:119:in `block (2 levels) in show' app/controllers/issues_controller.rb:116:in `show'@ Pls. Help me
- Defect #42126 (Closed): The member table layout breaks due to .icon class on td elements
- Similar to #41873, the member table layout br ... tch.png! The attached patch resolves this issue by wrapping the content with a span element ... ;}default-theme-after-applying-patch.png!
- 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>
- Defect #42114 (Closed): Themes are not working as expected with nginx
- Hello, i've checked this new change: http ... pass http://puma_redmine; } }
- 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
- 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>
- 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
- 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.
- 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>
- 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>