Project

General

Profile

Search

Results (12108)

Defect #41320 (New): Child Tickets / Cross project-child issue
In configuration of redmine I have chosen in the list box "Allow cross-project child issues" the feature "With all projects". Now I ... ject" in list box "Allow cross-project child issues" doesn't make sense and is obsolete. Thanks and Best Regards Stefan 2024-09-27 15:38
Feature #41318 (New): Rest API "Custom Fields" needs administration privileges?
We are using Testrail for test management and ... ks as expected. Unfortunately there is an issue with Custom Fields. Redmine expects that the ... Testrail without having to edit the Redmine issue after it has been pushed from Redmine. At th ... . Please have a look into this. Thank you. 2024-09-27 07:48
Patch #41313 (Closed): Fix test/unit/issue_test.rb to use correct IANA timezone name "Asia/Hong_Kong" instead of deprecated "Hongkong"
I am working on updating the Debian package o ... of that work, I noticed that <code>test/unit/issue_test.rb</code> produces the following failure: <pre><code class="ruby"> Failure: IssueTest#test_issue_overdue_should_respect_user_timezone [/<<PKGBUILDDIR>>/test/unit/issue_test.rb:3410]: Expected false to be truthy. rails test test/unit/issue_test.rb:3388 </code></pre> The root of t ... y using <code>Asia/Hong_Kong</code> directly. 2024-09-24 22:54
Feature #41298 (Resolved): Refine UI with updated box styling and border colors
The attached patch improves the user interfac ... @2x.png -> attachment:overview-new@2x.png * Issues: attachment:issues-list-current@2x.png -> attachment:issues-list-new@2x.png * Single issue: attachment:issue-current@2x.png -> attachment:issue-new@2x.png * Spent time: attachment:spent-t ... .png -> attachment:spent-time-list-new@2x.png 2024-09-23 10:38
Feature #41294 (New): Partial quoting feature for Issues and Forums
h3. Background/Purpose Currently, Redmine allows quoting entire messages in issues and forums. However, it is inconvenient whe ... wn links. For example, @#12@ becomes @[#12](/issues/12)@ !screenshot1-1.png! !screenshot1 ... !screenshot3-1.png! !screenshot3-2.png! 2024-09-22 13:00
Defect #41283 (Needs feedback): Cannot attach file with certain names
We have found that some documents cannot be a ... s time clock.doc error clock time.doc works 2024-09-20 15:23
Defect #41282 (New): Request to csv url should be an @api_request@
We have an access filter plugin implemented i ... ow I do a call to the url @/projects/myproct/issues.csv@ which directly returns a CSV file via ... d @.csv@ should be considered as api calls. 2024-09-20 11:17
Feature #41272 (Closed): Improve tooltip positioning for thumbnails
Currently the tooltip of thumbnails belongs t ... thumbnail image. This leads to the usability issue of an unclickable area where the tooltip was ... tooltip placement above the thumbnail image. 2024-09-19 05:07
Defect #41263 (Closed): Gantt progress line misrendering for 0% progress issues/versions with future start dates beyond chart range
This patch (for trunk r23061) improves the pr ... art by considering the progress rate when an issue and its target version are ahead of schedule ... pplying the patch|!{width:600px}after.png!| 2024-09-18 10:40
Defect #41260 (Closed): PUT /issues is not updating the parent
I'm using this PUT to update the parent and the subject: PUT <url>/redmine/issues/15942.json together with this content: <pre> { "issue": { "id": 15942, "subject" ... lem here? Thanks for your support! 2024-09-17 16:30
Defect #41257 (Closed): Wrong link in password reset email
Hi, The link in the pasword reset email is ... nt and testdata please see attached document. 2024-09-16 08:39
Patch #41254 (Closed): Brazilian Portuguese translation update for 5.1-stable
This is an issue for backporting the Brazilian Portuguese translation update (#41249) to 5.1-stable branch. 2024-09-14 08:30
Defect #41253 (Closed): Barcode Updated but System Provides Another Barcode
The duplicate barcode shows in the system. Bu ... as updated with another barcode. Due to this issue attendance are not syncing. Requesting assistance please. Contact No. 0772277228 2024-09-14 04:01
Patch #41248 (Closed): update pt-br translation
translation of fields that are not updated to pt-br 2024-09-12 17:15
Defect #41247 (Needs feedback): Fields permission
It is not working for "Fields permission" on ... dapter Mailer delivery smtp 2024-09-11 13:32
Patch #41238 (Closed): Fix test failure in IssuesSystemTest due to incorrect attachment count expectation
The following system test is failing in trunk (r23047). <pre> $ bin/rails test test/system/issues_test.rb:260 Run options: --seed 21762 (snip) F Failure: IssuesSystemTest#test_update_issue_with_form_update_should_keep_newly_added_attachments [test/system/issues_test.rb:277]: Expected: 1 Actual: 3 </ ... e><code class="ruby"> # redmine/test/system/issues_test.rb:260 def test_update_issue_with_form_update_should_keep_newly_added_att ... log_user('jsmith', 'jsmith') visit '/issues/2' page.first(:link, 'Edit').click ... ss?('span#attachments_1') page.find("#issue_status_id").select("Closed") # check ... click_on 'Submit' assert_equal 3, Issue.find(2).attachments.count end </code></p ... 1f39539fe1d0d6cb14c26a02944234a5/test/system/... 2024-09-09 20:27
Defect #41234 (Resolved): Forum message's subject field overflows beyond container
At least in Redmine v5.1 and trunk, the width ... ore-reply-form.png! This patch fixes this issue by setting @max-width@ for the message subje ... e fix !{height:80%}after-reply-mobile.png! 2024-09-09 18:34
Defect #41232 (Closed): Attachment-URLs in API not honouring set host name
_Host name and path_ is set in "settings":/settings, nevertheless [[redmine:Rest_Issues|API call]] @/issues/123.json?include=attachments@ lists @conten ... ame and protocol ("https" provided by proxy). 2024-09-09 12:51
Patch #41231 (Closed): Expand the width of the estimated hours input field
In r22977, placeholders were set for the esti ... ><code class="diff"> diff --git a/app/views/issues/_attributes.html.erb b/app/views/issues/_attributes.html.erb index 3ee16fc66..cb28c2c62 100644 --- a/app/views/issues/_attributes.html.erb +++ b/app/views/issues/_attributes.html.erb @@ -84,7 +84,7 @@ <% end %> <% if @issue.safe_attribute? 'estimated_hours' %> -<p><% ... :estimated_hours, :size => 3, :required => @issue.required_attribute?('estimated_hours') %> <% ... :estimated_hours, :size => 6, :required => @issue.required_attribute?('estimated_hours') %> <%= l(:field_hours) %></p> <% end %> <% if @issue.safe_attribute?('done_ratio') && Issue.use_field_for_done_ratio? %> </code></pre> 2024-09-09 08:55
Defect #41223 (Closed): Email sending error
When I sent a test email from redmine setting ... ection to ***.**.***.*:** (exceeds 5 seconds) 2024-09-05 03:21
Feature #41221 (Closed): Custom Field for Time Format / Date Time Format
*Dear Redmine Team,* Warm Greetings !! ... rmat *Kind Regards,* Krish Gopalakrishnan 2024-09-04 14:00
Defect #41220 (Closed): API Access does not require second factor
I have configured a required second factor fo ... @ with the current value to the endpoint. 2024-09-04 13:36
Defect #41218 (Needs feedback): GIT 404 repository issue.
404 The entry or revision was not found in the repository. I facing this issue after proving the proper path to the repo. 2024-09-04 11:37
Defect #41215 (New): Reg: CSV Files could not be export in redmine
dinakaran@redmine-server-26-08-2024:/var/log/ ... er.rb:278:in `query_to_csv' app/controllers/issues_controller.rb:67:in `block (2 levels) in index' app/controllers/issues_controller.rb:47:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode' Started GET "/redmine/issues.csv?utf8=%E2%9C%93&set_filter=1&f%5B%5D=sta ... at 2024-09-03 08:37:19 +0000 Processing by IssuesController#index as CSV Parameters: {"utf ... er.rb:278:in `query_to_csv' app/controllers/issues_controller.rb:67:in `block (2 levels) in index' app/controllers/issues_controller.rb:47:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode 2024-09-03 10:40
Feature #41214 (New): Allow the 'OR' Logical Operator in Query
*Purpose:* Enable users to use the 'OR' logical operator when setting filters in queries for issue lists, Gantt charts, time entries, and more, ... at users cannot create queries to search for issues where, for example, either the author or th ... ch it along with the corresponding test code. 2024-09-03 08:53
(1-25/12108)