Search
Results (18203)
- 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(...
- 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>
- 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).
- 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 ;-)
- 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
- 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.
- 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.
- 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!
- Hi, The command below create issues in the Redmine using fetched e-mail message ... dmine plugins: no plugin installed </pre>
- 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
- 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?
- 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.
- Is it possible to limit activities to appear only for certain issues?
- 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
- 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
- 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
- Hello good: For a few days my Redmine does ... file system Redmine plugins: parent_issue_filter 1.0.2 Thanks
- 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.
- 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
- 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).
- Help: RE: Got 500 error when enabling 2FA.
- Yes you are right, I executed the upgrade and solved all issues. Thank you.
- 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
- 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
- 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
- Hi, When I copy an issue, I get a notification for the old one as wel ... etting that notification? Thanks, Richard