Project

General

Profile

Search

Results (12389)

Defect #42262 (Needs feedback): Tried to edit a simple text to issues_pdf_helper.rb but didn't take effect
Tried to edit a simple text to issues_pdf_helper.rb but didn't take effect, please help 2025-02-13 18:01
Defect #42252 (Closed): Incomplete notifications from the new Redmine release 6.0.2
Hello, Before upgrading to Redmine 6.0.2, ... .0.2* !clipboard-202502121147-zfzxv.png! 2025-02-12 11:49
Defect #42249 (Needs feedback): Help Understanding Database Migration Error in Redmine
Hi All. Hope this issue find you well. I am new to Redmine and ha ... hat is happening? Thanks in advance. 2025-02-11 15:46
Defect #42245 (Closed): 5.1-stable: Redmine f ... apter `"mysql2"` found in config/database.yml
The fix for #42013 made in trunk r23408 was s ... in fact, it was not properly merged, so the issue remains unresolved in version:5.1.6. This issue was reported by ken takahashi (user#649533) in #42013#note-10. 2025-02-10 02:37
Patch #42244 (Closed): Fix random failures in IssuesTest#test_bulk_copy due to StaleElementReferenceError
This patch addresses the issue where IssuesTest#test_bulk_copy fails randomly. <pre> Error: IssuesSystemTest#test_bulk_copy: Selenium::WebDri ... element-reference-exception     test/system/issues_test.rb:510:in `block in test_bulk_copy'     test/system/issues_test.rb:509:in `test_bulk_copy' bin/rails test test/system/issues_test.rb:460 </pre> https://github.com/h ... riting due to project change in @page.find('#issue_project_id').select('OnlineStore')@. <pre ... f test_bulk_copy # ... page.find('#issue_project_id').select('OnlineStore') # wait for ajax response assert page.has_select?('issue_project_id', selected: 'OnlineStore') # ... assert_difference 'Issue.count', 2 do submit_buttons[1].click ... the project change @assert page.has_select?('... 2025-02-09 07:42
Defect #42233 (Closed): Float custom values w ... and cause SQL errors when sorting or summing
If using german language settings redmine sho ... s not possible to put 1,5 to a numeric field. 2025-02-06 20:48
Defect #42229 (Closed): Latest news box on home page misses icons
!clipboard-202502061333-yeuvq.png! The s ... ns: !clipboard-202502061334-psv4i.png! 2025-02-06 13:34
Defect #42226 (Closed): Incorrect links in tr ... essage for projects where tracker is disabled
This patch improves the error message display ... abled for a project, leading to an incorrect issues list. This can lead to incorrect issue lists because when the tracker is disabled for a project, the issues list cannot be filtered to show issues associated with that tracker. In the sug ... is displayed as plain text instead of a link. 2025-02-05 16:10
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
(101-125/12389)