Project

General

Profile

Search

Results (12474)

Defect #41283 (Closed): 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 (Closed): 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 (Closed): 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 (Closed): 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 (Closed): 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
Feature #41203 (Closed): RGPD Compliance
I'm trying to figure out how to be RGPD compl ... /field list that I can use to perform this ?) 2024-08-29 11:29
Defect #41196 (Closed): Error in official Redmine installation instructions
Redmine environment ・redmine 5.1.3 ・ruby 2. ... ror: undefined method `custom_values=' for #<IssuePriority:0x000056237ddea750> 2024-08-28 10:27
Defect #41193 (Closed): Incorrect time calculation in subproject
When calculating time, tasks from the main pr ... 2.0.2 redmine_zenedit 2.0.6 2024-08-27 08:54
Defect #41190 (Closed): X accel redirect
# Disable serving static files from the `/p ... a real path to the internal location ... } 2024-08-25 22:34
Defect #41189 (Closed): Issue with Uploading File via Make.com(Integromat) to Redmine API
Hello, I am experiencing an issue when attempting to upload a file to Redmine ... any assistance or guidance on resolving this issue. Please let me know if there are any specifi ... adjusted. Thank you for your support. 2024-08-25 22:22
(351-375/12474)