Search
Results (31865)
- Help: RE: bundle exec rake db:migrate RAILS_E ... ingify_keys' for nil:NilClass (NoMethodError)
- Thanks for the help! The source is https: ... on_isolation` for MySQL to avoid concurrency issues is # `READ-COMMITTED`. # In case ... <main>' Tasks: TOP => db:migrate </pre>
- 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!
- ERPmine v4.7.5 Version Released We are ... Bug fixes: - Fixed month wise date sorting issue in Accounting module - Fixed monthly closing balance total issue in Accounting module - Fixed unable to save ... pmine.org/projects/erpmine/wiki/Resources
- 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.
- 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.
- Open discussion: RE: Issue with Uploading File via Make.com(Integromat) - Redmine API
- The error "Service is not reachable" suggests ... Redmine instance, or there could be network issues or incorrect configurations. Here are some things to check and try to resolve the issue: 1. Check Redmine URL Ensure the URL you ... e could be firewall or network configuration issues blocking the connection. 3. API Key Permis ... he upload with Postman or curl to see if the issue is specific to Integromat. Postman Test: ... . Logs can reveal network errors, permission issues, or malformed requests. 8. Integromat Ti ... so, confirm that no timeouts are causing the issue.
- 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
- Open discussion: RE: Sidekiq and windows
- Sidekiq's performance and compatibility issues under Windows are indeed a common challenge ... Would any of these approaches fit your needs?
- Patch #41248 (Closed): update pt-br translation
- translation of fields that are not updated to pt-br
- Recently, as I am learning LLM, I tried to us ... ation. Just want to share it here, since the issue data I got from redmine really helps. I thin ... ue.com/lansetianxie/atpb5x/sdknm94vugb4k488
- Defect #41247 (Closed): Fields permission
- It is not working for "Fields permission" on ... dapter Mailer delivery smtp
- Help: RE: Migration from mantis
- Wow! 2011! So I have some notes that I'll ... y, but maybe it's helpful): <pre> UPDATE issues SET updated_on='2008-01-03 11:38:59' WHERE created_on='2007-11-30 14:40:05'; UPDATE issues SET updated_on='2007-12-03 14:18:22' WHERE created_on='2007-12-03 09:34:45'; UPDATE issues SET updated_on='2011-04-05 16:53:56' WHERE created_on='2007-12-03 11:28:58'; UPDATE issues SET updated_on='2007-12-10 11:37:12' WHERE created_on='2007-12-03 23:46:42'; UPDATE issues SET updated_on='2007-12-04 16:50:51' WHERE created_on='2007-12-04 15:41:59'; UPDATE issues SET updated_on='2011-04-05 16:53:44' WHERE ... fferent version of both mantis and redmine...
- Plugins: RE: Plugin redmine stealth is unsupported for v5.x. something is existing to replace it ?
- Hi Loïc, This is a small patch for https:/ ... | 8 ++--- lib/redmine_stealth/issue_stealth_patch.rb | 30 ++++++++++--------- ... ne_stealth/hooks' -require 'redmine_stealth/issue_stealth_patch' -require 'redmine_stealth/jo ... le.dirname(__FILE__) + '/lib/redmine_stealth/issue_stealth_patch' +require File.dirname(__FILE ... alth do diff --git a/lib/redmine_stealth/issue_stealth_patch.rb b/lib/redmine_stealth/issue_stealth_patch.rb index 9b9413c..be7cbb2 100644 --- a/lib/redmine_stealth/issue_stealth_patch.rb +++ b/lib/redmine_stealth/issue_stealth_patch.rb @@ -1,20 +1,22 @@ -module IssueStealthPatch - def self.included(base) - ... h_stealth +module RedmineStealth + module IssueStealthPatch + def self.included(base) + ... ie - config.before_initialize do - Issue...
- 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).
- Hi everyone, I want to know that is it po ... branch automatically in Gitlab based on the issue(task) created in Redmine, my Redmine is alre ... n my redmine, now i want to do is create new issue(task) and based on that new branch will be c ... help in that direction will be helpful.Thanks
- 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>
- Gantt Chart Plugin by Redmine X
- h1. A revolutionary Interactive Redmine Gantt ... th zero effort * filter the same way as in /issues * zoom to a day, week, month, or year * ... ed canvas moving * visual representation of issue priorities is a priceless feature for precis ... ttps://www.redmine-x.com/redmine-inline-edit-issue-list h2. Explore FREE RedmineX Plugins ... /www.redmine-x.com/redminex-ck-editor-free
- Resource Management Plugin By Redmine X
- h1. Redmine Resource Management - A Complete ... ttps://www.redmine-x.com/redmine-inline-edit-issue-list h2. Explore FREE RedmineX Plugins ... /www.redmine-x.com/redminex-ck-editor-free
- Project Templates Plugin By Redmine X
- h1. Redmine Project Templates To Save Time Wh ... e creating a project, including all members, issues, custom fields, etc. Or, you can save any existing project as a template. The issue within a template don't mix up with existing issues and project templates don't interfere with ... -using a project is a click away * template issues, members, custom fields, etc. don't mix up with existing issues * you can't see project templates in any p ... ttps://www.redmine-x.com/redmine-inline-edit-issue-list h2. Explore FREE RedmineX Plugins ... .redmine-x.com/redminex-ck-editor-free
- Hello everyone, I have a problem when I want to show all watchers on an issue and add one. In my project I have around 500 ... s. !Observateur.png! !Observateur2.png!
- Help: RE: upgrade to 5.1.0 fail
- please show me method to fix this issue
- 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