Project

General

Profile

Search

Results (18260)

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
Development: Get Redmine user details by user email id
I tried executing the API request to get the ... e parameters. Is there a solution to this issue? 2024-08-30 14:34
Help: Get Redmine user details by user email id
I tried executing the API request to get the ... e parameters. Is there a solution to this issue? 2024-08-30 14:33
Open discussion: Get Redmine user details by user email id
I tried executing the API request to get the ... e parameters. Is there a solution to this issue? 2024-08-30 14:33
Open discussion: Using Redmine Issues to manage Google Docs
We are considering using Redmine Issues to keep track of Google Docs. Each Googl ... As a result, each time a user creates a new issue in Redmine, I would want that issue would be populated with the next URL in the ... example, if a user named Ben were to create Issue 1, then Issue 1 would be populated with the first URL in t ... equently, if a user named Joe were to create Issue 2, then Issue 2 would be populated with the second URL in ... day, it I failed to make it do what we want. 2024-08-26 21:23
Open discussion: Issue with Uploading File via Make.com(Integromat) - 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 ... o be adjusted. Thank you for your support. 2024-08-26 12:06
Help: Issue with Uploading File via Make.com(Integromat) - 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 ... o be adjusted. Thank you for your support. 2024-08-26 12:05
Open discussion: Released Rexer, a command-line tool for managing Redmine plugins and themes
I have released "Rexer":https://github.com/hi ... theme_farend_bleuclair" } plugin :redmine_issues_panel, github: { repo: "redmica/redmine_issues_panel", tag: "v1.0.2" } </code></pre> I ... Install bleuclair ... done Install redmine_issues_panel ... done </pre> That's all. Re ... appreciate it if you could give it a try! 2024-08-26 05:49
Help: Watchers/Observer - Outside project teams - View issue + notified
Dear community, I would like to have Watch ... ct teams to be able to see the content of an issue and be notified when an evolution is done to the issues. Based on my research I have found sever ... able Database adapter Mysq 2024-08-23 15:52
Plugins: Modify user list in assign user field
I'm writing a plugin in Redmine and want to a ... ks < Redmine::Hook::ViewListener def view_issues_form_details_bottom(context = {}) issue = context[:issue] assignable_users = issue.assignable_users users_points = assign ... n you suggest what I might be doing wrong? :) 2024-08-19 13:04
Help: Redmine REST API to fetch details for a specific user by passing the user's email
Hi Everyone, I've been trying to use the R ... headers. Is anyone else experiencing this issue? 2024-08-14 19:22
Development: Not able to use optional filter to get user API.
Hi Everyone, I've been trying to use the R ... headers. Is anyone else experiencing this issue? 2024-08-14 19:21
Help: [view-customize plugin] I want to control the items displayed in the pull-down menu
I want to use the redmine-view-customize plug ... g how to check the logs. path-pattern /issues/[0-9]+ project-pattern /sandbox <pre ... .ready(function () { var parentField = 'issue_custom_field_values_1'; var childField = 'issue_custom_field_values_2'; var narrowChi ... } }); if (typeof replaceIssueFormWith === 'function') { var _replaceIssueFormWith = replaceIssueFormWith; replaceIssueFormWith = function(html){ _replaceIssueFormWith(html); narrowChildField ... e> Thank you in advance for your help. 2024-08-14 03:55
Help: RE: Custom field filter for user records via the REST API?
The /users endpoint actually supports more sp ... eir custom field values similarly to how the issues filters work. 2024-08-12 21:15
Plugins: Webinar on ERPmine – Time & Expense, Aug 27, 2024, 5 PM India (11:30 AM GMT)
*Title* : ERPmine – Time & Expense *Date* : ... * Minimum maximum validation on holidays * Issue logger on /off * Map on timesheet * Start ... ime entries * Timesheet Report * Mobile App 2024-08-12 08:30
Open discussion: RE: Expected behavior of filter on custom field of format list with multiple values
Hi! It looks like you're dealing with a cu ... r than an AND operation. This results in all issues that have either "a" or "b" (or both) appea ... For your expected behavior, where you want issues to only be returned if they have all the sp ... manually filter the results to only include issues that meet the AND condition using additiona ... for Manual Post-Filtering: If you retrieve issues with either "a" or "b", you can then proces ... : python Copy code # Example in Python issues = [1, 2, 3, 4, 5] # IDs from the query fl ... ues required_flags = {'a', 'b'} # Filter issues to match all required flags result_issues = [issue for issue in issues if required_flags.issubset(set(flags[issue... 2024-08-08 14:29
Help: Custom field filter for user records via the REST API?
The /issues endpoint in the REST API provides a optional filter for custom fields: > cf_x: get issues with the given value for custom field with ... ndexed by custom field, just for that lookup. 2024-08-08 03:08
Help: RE: Incorrect MySQL client library ver ... ed for 10.8.8 but the client library is 3.3.8
production: adapter: mysql2 database: r ... on_isolation` for MySQL to avoid concurrency issues is # `READ-COMMITTED`. # In case ... transaction_isolation: "READ-COMMITTED" 2024-08-05 16:55
(226-250/18260)