Search
Results (12389)
- 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.
- 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
- Patch #41248 (Closed): update pt-br translation
- translation of fields that are not updated to pt-br
- Defect #41247 (Closed): Fields permission
- It is not working for "Fields permission" on ... dapter Mailer delivery smtp
- 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/...
- 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!
- 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).
- 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>
- Defect #41223 (Closed): Email sending error
- When I sent a test email from redmine setting ... ection to ***.**.***.*:** (exceeds 5 seconds)
- Feature #41221 (Closed): Custom Field for Time Format / Date Time Format
- *Dear Redmine Team,* Warm Greetings !! ... rmat *Kind Regards,* Krish Gopalakrishnan
- 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.
- 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.
- 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
- 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.
- 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 ?)
- 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>
- Defect #41193 (Closed): Incorrect time calculation in subproject
- When calculating time, tasks from the main pr ... 2.0.2 redmine_zenedit 2.0.6
- Defect #41190 (Closed): X accel redirect
- # Disable serving static files from the `/p ... a real path to the internal location ... }
- 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.
- Feature #41180 (Closed): Tracker 'closed' -> Status 'closed' automatically
- Hi I use several Trackers that indicate that the issue is 'done/finished'. Is there an option that the Status automatically switch to a 'closed' issue Status? The reason is simple: * I don't want to modify always to fields in the issue * the Overview remains issues that are already solved It would be great if somebody has an idea.
- Patch #41173 (New): Default project in generic new issue page is the oldest created one
- As @spaluc told in ##16067-5: > The only issue with current solution is that when navigated to https://redmine.host/issues/new the issue Project is defaulted to > @issue.project ||= @issue.allowed_target_projects.first > This is not ... lass="diff"> diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb --- a/app/controllers/issues_controller.rb (revision 41804:94cb08cd65eb27ef693ca8144836553a3c3183ab) +++ b/app/controllers/issues_controller.rb (revision 41804+:94cb08cd65eb+) @@ -571,7 +571,7 @@ end @issue.project = @project if request.get? - @issue.project ||= @issue.allowed_target_projects.first + @issue...
- Defect #41170 (Closed): redmine5.1.3 can not send mail after issue update
- 1. redmine5.1.3 test mail is ok 2. redmine5. ... r false 3. redmine5.1.3 cannot send mail if issue create or update. I had config all send cond ... 2.0 easy_gantt_pro 2.0 issue_charts 1.3.0_4 mega_cal ... ine_indicator 0.2.16 redmine_issue_dynamic_edit 0.9.2 redmine_issue_hierarchy_filter 0.1.1 redmine_issue_templates 1.1.2 redmine_issue_trash 1.0.2 redmine_issue_view_columns 2.0.3 redmine_kanban ... d 3.0.2 redmine_xlsx_format_issue_exporter 0.2.1 Powered by Redmine © 2006-2024 Jean-Philippe Lang
- Defect #41153 (Closed): {{collapse(custom text)}} macro cuts off at first comma
- I'm trying to use the @{{collapse}}@ macro in ... e to write grammatically incorrect sentences.
- Feature #41151 (Closed): [view-customize plug ... ol the items displayed in the pull-down menu.
- I want to use the redmine-view-customize plug ... ow to check the logs. *path-pattern* >/issues/[0-9]+ *project-pattern* >/sandbox < ... nt).ready(function () { var parentField = 'issue_custom_field_values_1'; var childField = 'issue_custom_field_values_2'; var narrowChil ... d(); } }); if (typeof replaceIssueFormWith === 'function') { var _replaceIssueFormWith = replaceIssueFormWith; replaceIssueFormWith = function(html){ _replaceIssueFormWith(html); narrowChildField(); ... pre> Thank you in advance for your help.
- Feature #41143 (Closed): Project Menu Module Access Configuration
- Dear Redmine Team, I would like to propose ... cuss further details if needed. Sincerely,