Project

General

Profile

Search

Results (12486)

Feature #42225 (New): Question to ask for creating a link to a copied issue could default to false
We like the feature to link copied issues to their source (implemented with r13668), ... would be great if the checkbox "Link copied issue" would be unchecked by default or if a global/project configuration option existed. 2025-02-05 14:39
Feature #42219 (New): Request for Time parameter in Start Date & Due Date
Hello, I am currently using Redmine 5.1.1 ... he parameters Start Date and Due Date in the issue page. However, I would like to have the time ... Rails version 6.1.7.6 Thanks in advance. 2025-02-04 11:01
Defect #42203 (Closed): Time entry details fetch query load issue
Time entry details fetch query load issue. when, i remove where clause query gets ... ject). In JOIN clauses, The query validates issue_tracking module is enabled or not. again in ... filtered when exec move to LEFT OUTER JOIN, issue_tracking module validation. 1181 rows get fi ... es`.`user_id` AS t0_r3, `time_entries`.`issue_id` AS t0_r4, `time_entries`.`hours` AS ... User', 'AnonymousUser') LEFT OUTER JOIN issues ON issues.id = time_entries.issue_id AND ( projects.status IN (1 ... projects.id AND em.name = 'issue_tracking' ) ) WHERE ( ... Mysql : 8.0.37 Ruby : 3.2.4 Raile: 7.2.2 2025-02-03 04:56
Defect #42202 (Closed): SUM of time entries query load issue
SUM of time entries query loading issue when, i remove where clause query gets exec ... ject). In JOIN clauses, The query validates issue_tracking module is enabled or not. again in ... filtered when exec move to LEFT OUTER JOIN, issue_tracking module validation. 1181 rows get fi ... User', 'AnonymousUser') LEFT OUTER JOIN issues ON issues.id = time_entries.issue_id AND ( projects.status IN (1 ... projects.id AND em.name = 'issue_tracking' ) ) WHERE ( ... racking' ) ) </code></pre> 2025-02-03 04:47
Defect #42200 (Closed): InlineAutocompleteSystemTest login test fails randomly
Currently, the following test in the @log_use ... test, but it can also occur in other tests. 2025-02-01 10:06
Defect #42199 (Closed): Stay logged in option ... ers from logging in on Apache + mod passenger
I've just verified on a clear installation of ... g. Puma, *Stay logged in* works as expected. 2025-02-01 09:29
Defect #42192 (Closed): Project settings memb ... rgumentError if orphaned member records exist
Hi, after upgrading to 6.0.2, trying to op ... /sudo_mode.rb:78:in `sudo_mode' </pre> 2025-01-30 09:28
Defect #42183 (Closed): Legacy icons on button.tab-left and button.tab-right on small screens
!clipboard-202501281616-aj0fh.png! !clipbo ... .png! !clipboard-202501281617-pqfr3.png! 2025-01-28 16:17
Defect #42182 (Closed): Poor color contrast of icons on flyout menu
!clipboard-202501281613-sjahh.png! 2025-01-28 16:13
Defect #42173 (Closed): getting "include"-data via REST-API doesn't work
When calling the api, all "include"-data ist ... api like: /projects/12.xml?include=trackers,issue_categories Checking xml and json, checkin ... 1.0.5 redmine_shady 0.7.0 2025-01-27 17:00
Defect #42172 (Closed): `format_hours` method ... s when `Setting.timespan_format` is "minutes"
Following on from #36897 we've spotted a strange formatting issue with time that is negative. In our use-ca ... e than 40 hours of work however, this causes issues, specifically, assume that we've done 40 ho ... es much more sense, I think, for a time span. 2025-01-27 16:00
Defect #42170 (Closed): Fix Turkish translation of field_assignable
Current translation of the string "field_assignable" is not good. It should be: "İş atanabilir" 2025-01-27 12:11
Feature #42150 (Closed): Optimize TimeEntryAc ... troducing early returns to reduce SQL queries
The @TimeEntryActivity#default_activity_id@ method, which is called even when displaying a single issue, determines the default time entry activity ... 1], ["id", 10], ["LIMIT", 1]] => 10 </pre> 2025-01-23 12:38
Feature #42147 (New): Add some view action hooks
Hello, While developing the plugin, I noti ... for the action button in the dropdown on the issue show and issue index pages. I need this hook to display t ... many possible button placement options. 2025-01-23 09:20
Defect #42145 (Closed): MiniMagick (> 5) remo ... ash when supplied imagemagick_convert_command
h1. Summary MiniMagick (> 5) removed cli_p ... ms/mini_magick/5.0.1/MiniMagick/Configuration 2025-01-23 01:18
Feature #42144 (Closed): Optimize IssuesController#show by skipping time tracking queries when disabled
Currently, when the time_tracking module is disabled, the @IssuesController#show@ action still attempts to lo ... n below. The attached patch improves the @IssuesController#show@ action by ensuring that que ... time_entry_activity.rb:87:in `detect' </pre> 2025-01-22 23:30
Feature #42143 (New): Add some view action hooks
Hello, While developing the plugin, I noti ... for the action button in the dropdown on the issue show and issue index pages. I need this hook to display t ... many possible button placement options. 2025-01-22 18:01
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. 2025-01-21 23:01
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. 2025-01-21 10:44
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 2025-01-20 10:02
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! 2025-01-20 08:29
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
(201-225/12486)