Project

General

Profile

Search

Results (18202)

Open discussion: Redline-ballcourt: a script to email users about the issues assigned to them
Hello All - I've done a quick Python scri ... t says, "The ball's in your court" for these issues... hence the name! In our team, the idea ... ! So nobody _else_ is likely to work on the issue while this is the case. The person receivin ... GitHub for those. All the best, Quentin 2024-10-08 11:26
Open discussion: All of the issue's due dates are showing as late and in red
Hi, could you please help me with the following question? 1. I closed or resolved the issue on the correct due date, but all of the issue's due dates are showing as late and in red. ... m is displaying this? I already resolved the issue on time, but it still shows late and in red. ... m is that the link doesn't open in a new tab. 2024-10-04 09:50
Help: RE: Delete thousands of issues created by email loop
Sorry, I forgot to inform my details: ... gs: Redmine theme Default 2024-10-02 09:55
Help: Delete thousands of issues created by email loop
Hello! I have a problem. An email loop created thousands of issue at Redmine. They all have the same subject ... please teach me how can I bulk delete these issues? 2024-10-02 07:59
Open discussion: RE: Issues Atom feeds - change fields/columns
Hello, Unfortunately, it's not possible to ... ize the fields displayed in an Atom feed for issues. Atom feeds typically display a predefined ... splay the specific data you're interested in. 2024-10-02 04:01
Development: RE: Restriction on ticket deletion
Administrators have all permission in a Redmi ... llows you to remove the permission to delete issues. It is generally a good idea to not use an ... er account for daily use of a Redmine system. 2024-10-01 13:55
Open discussion: Issues Atom feeds - change fields/columns
Hello, Regarding the Atom feed for Issues, I'd like to change the fields displayed by ... e time spent, for example. Is this possible? 2024-10-01 09:42
Plugins: RE: rmplus plugins
you can use plugin hot_buttons https://github.com/apsmir/issue_hot_buttons 2024-09-27 21:59
Open discussion: RE: Issue with Uploading File via Make.com(Integromat) - Redmine API
Have you tested the upload using Postman or cURL yet? 2024-09-27 08:58
Help: Permissions to edit fields in issues
Hi! Currently Redmine has an ability to restrict editing fileds of issues (feature implemented #3521) but it does not ... editing without a way to allow editing by an issue's creator. Is there any way of doing it or there is a plugin that extends current functionality? 2024-09-23 08:03
Open discussion: RE: Romanian community
Si cateva mici sfaturi si cu asta iti doresc ... i 10-20 de proiectele mici, te vei pierde in issues si alte lucruri (ceea ce se va dovedi inuti ... e foarte puternic asa cum e. Mult succes! 2024-09-19 16:11
Open discussion: RE: Is it possible to update notes via API?
Hello, It looks like you’re interested in editing existing notes through the issue API, but it seems that the current documenta ... ssistance, feel free to ask! Best regards, 2024-09-18 23:14
Help: RE: bundle exec rake db:migrate RAILS_E ... ingify_keys' for nil:NilClass (NoMethodError)
Okay, the cause of the error is Rails which r ... on_isolation` for MySQL to avoid concurrency issues is # # `READ-COMMITTED`. # # In c ... isolation: "READ-COMMITTED" </code></pre> 2024-09-17 22:23
Help: RE: bundle exec rake db:migrate RAILS_E ... ingify_keys' for nil:NilClass (NoMethodError)
Also, poking a bit more: <pre> /usr/local/w ... attributes || {}).stringify_keys app/models/issue.rb: attrs.stringify_keys! lib/plugins/ac ... n.rb: settings.stringify_keys! </pre> 2024-09-17 18:28
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> 2024-09-17 18:23
Plugins: ERPmine v4.7.5 Released
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 2024-09-17 16:30
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. 2024-09-14 06:02
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? 2024-09-13 11:39
Open discussion: Share: Auto requirement deduplication tool
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 2024-09-12 05:08
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... 2024-09-11 05:44
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... 2024-09-09 22:16
Help: Create branch in Gitlab by creating issue in Redmin
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 2024-09-09 09:28
Help: Long loading of the observer window
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! 2024-09-05 10:30
Help: RE: upgrade to 5.1.0 fail
please show me method to fix this issue 2024-09-05 10:06
Help: RE: HowTo for Redmine installation in LAMP shared hosting environment....
Did you get the 505 issue solved? 2024-08-31 21:17
(151-175/18202)