Project

General

Profile

Search

Results (18203)

Plugins: controller_issues_bulk_edit_before_save => how to make as controller_issues_bulk_edit_after_save
For a plugin, I create geometries to be able to georeference issues. The goal of my problem is to be able to copy these geometries when creating issues. It's done by hooking *controller_issues_new_after_save* like this: <pre> module xPointeHook module Hooks class GeometryIssueHook < Redmine::Hook::Listener def controller_issues_new_after_save_geometries(context = { }) issue = context[:issue] if !issue.id.nil? && !issue.project_id.nil? if context[:param ... om].nil? project = Project.find(issue.project_id) if !p ... ect.name) #Rails.logger.info("issue source = " + context[:params][:copy_from].to ... e les pointés Pointes.where(... 2022-04-12 11:35
Help: RE: redmine:email:receive_pop3 uses 100% cpu
It turned out there was a problem with the VP ... ith parameter 19 to definetly get rid of the issue. <pre> nice 19 bundle exec rake... </pre> 2022-04-11 12:36
Help: RE: Admininistration>Information page Internal error
Thanks for the feedback. I've reported this issue as #36932 with a proposed fix. FWIW: G ... ternally represented with a @nil@ value). 2022-04-11 08:21
Open discussion: [Solved] Redmine 5.0.0 crash on issues and projects view
Hello, maybe someone might find this helpful ... he 5 branch... In a case when you view an issue or just try to list projects and you get internal server error about undefined method _default_issue_query_ or _default_project_query_, then be s ... values, feels like a strongly typed code ;-) 2022-04-10 15:28
Help: Email reminder not sent for the new projects
Hi I have multiple projects on my Redmine whi ... nd reminders after 24 hours as well Now the issue when I add new projects/trackers the notific ... rs reminders are not working Redmine V 3.4.4 2022-04-09 10:36
Help: RE: Admininistration>Information page Internal error
Hi, I am the author of the code that causes your issue. I see effectively only one edge-case where this issue can occur and that is when you upgrade an ex ... to use the custom theme any longer, then the issue can be solved with the following steps: * N ... cripts) moved to _bin/_ several years ago. 2022-04-09 07:52
Help: Solved: thumbnail macro not working
Hi there, I just upgraded my redmine insta ... gain. However now I realized, that existing issues that make use of the `thumbnail` macro in t ... HDRI\convert.exe </pre> and you are fine. 2022-04-08 17:36
Help: REST API: Error 404 when sending POST (cURL)
Hello Redmine-Professionals, I'm always ge ... ement: <pre> curl "https://[Path to XML]/issues.xml" \ -X POST \ -d "[XML-Code]" \ ... st</error> </hash> </pre> Thank you! 2022-04-08 12:21
Help: redmine:email:receive_pop3 uses 100% cpu
Hi, The command below create issues in the Redmine using fetched e-mail message ... dmine plugins: no plugin installed </pre> 2022-04-08 10:54
Help: Admininistration>Information page Internal error
Hi, Redmine newbie but trying to learn and he ... t/about" I get command not found (is this an issue?) but here are the running versions: Redm ... 2.7.5p203 Rails 6.1.4.7 Gem 3.1.6 2022-04-08 01:36
Open discussion: Redmine Plugin - Module Unselected
I have written a plugin that adds a new funct ... dmine. The functionality allows users to add issues to projects by retrieving data from third p ... given user submission the plugin creates the issues as expected but then un-selects the project ... plays the new tab. Has anyone experienced an issue with a plugin where a selected module is destroyed or unselected? 2022-04-01 15:31
Help: awesome_nested_set error when running rake during upgrade to 5.0 from 4.2.3
Greetings, I am currently running Redmine 4.2.3 on MacOS 12.1 with no issues, and went to upgrade to 5.0 today. I am usi ... me_nested_set` I read the FAQ and install issues wiki and I couldn't find the issue in there. When I attempted to follow the ins ... grateful for any assistance here, thank you. 2022-03-29 10:42
Help: Activity limitation to specific issue
Is it possible to limit activities to appear only for certain issues? 2022-03-29 09:06
Help: RE: Change the word "Issues" to "Processes", How?
You can just <pre> sed -r 's/(^.*)\: Issue/\1\: Task/g' en.yml > en.new.yml </pre> As I described here: https://www.redmine.org/issues/3068 2022-03-28 22:53
Help: How to remove/where to look for informa ... p using open id? (trying to set up localhost)
I am relatively new to redmine and I am not sure where to look for information regarding my current issue. I hope someone can help me solve my issue or point me where I can read about it. I ... Almost everything works perfectly, the only issue is authentication - it redirects me to outsi ... 2 event_notifications 3.2.1 issue_charts 1.3.0 redmine_ba ... tes 0.0.2 redmine_xlsx_format_issue_exporter 0.1.3 ucms ... .0.21 view_customize 1.1.4 2022-03-28 16:17
Help: RE: CSV Export not working
Alan MacK wrote: > Hi Guys, > > I am runn ... > > For some reason if I go Projects -> Issues and try to export all my issues to csv, I get this page: > > _The page c ... //cscredmine.cisco.com/projects/meotamericas/issues?set_filter=1&status_id=%2A&tracker_id=44 [ ... te server returned by /projects/meotamericas/issues.csv, referer: https://cscredmine.cisco.com/projects/meotamericas/issues?set_filter=1&status_id=%2A&tracker_id=44 2022-03-28 15:13
Open discussion: Ha ocurrido un error mientra ... r. [MRXP264CA0019.FRAP264.PROD.OUTLOOK.COM] )
Hello good: For a few days my Redmine does ... file system Redmine plugins: parent_issue_filter 1.0.2 Thanks 2022-03-24 14:14
Open discussion: RE: Vulnerability available in your API.
The Java-based Taskadapter client is not main ... ps://github.com/taskadapter/redmine-java-api/issues with your findings. Please be sure to sende ... ou are using and any messages you are seeing. 2022-03-23 18:30
Help: Notification when other user edited News
Hello all! We are using the News feature i ... d it. Is there any solution to work like the Issue editing (redmine warns user before saveing issue when other user already changed it). thx ... gw32] Rails version 5.2.2 2022-03-23 08:58
Help: RE: Error occurs when migrating from Mantis to Redmine.
Unfortunately, those migration scripts are no longer maintained, there is an issue to delete them from the core (#32399). 2022-03-18 19:48
Help: RE: Got 500 error when enabling 2FA.
Yes you are right, I executed the upgrade and solved all issues. Thank you. 2022-03-18 18:45
Help: RE: Redmine LDAPS Authentication
Hi Paul Did you ever resolve this issue? I have ldapsearch working and I can authent ... o authenticate requests. Regards Warren 2022-03-15 12:15
Help: RE: Get issues by Custom Field Failed / RM 4.2.3
Hello, this is the desired behaviour. When yo ... e GUI you obtain the same outcome that is an issue list... Than you can use the id to perform a GET /issues/:id.xml Thanks Lorenzo 2022-03-13 17:42
Help: Get issues by Custom Field Failed / RM 4.2.3
Hi there, as described here Rest_Issues I defined a custom field and marked it as ' ... alues for my custom field. When I run GET /issues.xml?cf_1=value1 I get all issues, not only the one I expected. Any ideas? /Daradaal 2022-03-10 11:21
Help: Don't notify for copied issue?
Hi, When I copy an issue, I get a notification for the old one as wel ... etting that notification? Thanks, Richard 2022-03-02 00:47
(951-975/18203)