Search
Results (18264)
- Help: RE: Installation plugins to Redmine 5.0 ... .rb:35:in `require': cannot load such file.."
- I have a similar issue with another plugin, but I got this with you ... re undefined. Note: I am not a Ruby dev.
- Help: RE: difference between author_id and user_id in time_entries
- Hello again, thank you for the answers. There ... ther data analysis, I will likely found more issues trying to identify what some fields represent. allan
- Help: RE: Issue Migration Bitnami Redmine 3.2.0.1 to Redmine(not bitnami)
- Some point to verify come to mind: * Make ... rce code to spot the underlying cause of the issue.
- Hello everyone, i am currently migrating my ... like on a project i get an internal error.
- Help: RE: Error on Issue CSV Export
- I ran into the same issue and ended up hotpatching /usr/share/redmine/ ... str = str.dup.force_encoding('UTF-8') </pre>
- Help: RE: Sub task for each ticket
- That is not possible out of the box. You can however copy existing issues trees including existing subtasks to create new issues from there. This is a different workflow from the "new issue" form though.
- Open discussion: RE: DESCRIPTION field missing in a new issue
- You probably have disabled the description fi ... 2 tracker at *Administration* -> *Trackers*.
- Help: RE: Redmine Checklists isn`t active
- Serguei Okladnikov wrote: > Log in as Admini ... e Administration -> Roles and permissions -> Issue tracking. Grant necessary Checklist permissions to required roles.
- Help: RE: Redmine Checklists isn`t active
- Log in as Administrator, navigate Administration -> Roles and permissions -> Issue tracking and check the fields for a role and ... sary Checklist permissions to required roles.
- Plugins: RE: controller_issues_bulk_edit_before_save => how to make as controller_issues_bulk_edit_after_save
- It's done by another way: +*Controller:*+ < ... ointeHook module Hooks class GeometryIssueHook < Redmine::Hook::Listener def controller_issues_new_before_save_geometries(context = { }) issue = context[:issue] if !issue.project_id.nil? if context[:param ... ] != "0" project = Project.find(issue.project_id) if !project.nil? && ... tination autorise les pointés issue.set_create_pointe_on_save_issue_id_source(context[:params][:copy_from]) ... return '' end def controller_issues_bulk_edit_before_save_geometries(context = ... context[:params][:copy].present? && context[:issue].copy? && context[:params].key?(:copy_geomet ... :copy_geometries] != "0" context[:...
- Help: RE: Installation plugins to Redmine 5.0 ... .rb:35:in `require': cannot load such file.."
- Take a look at "/issues/36519" (for some reason direct link cause r ... </pre> Not a pretty solution, but working!
- I have installed Bitnami Redmine version 4.2.4-0 (Windows). But when I try to create a new issue there is now field DESCRIPTION in it. Everyt ... o fix this problem? !description.jpg! !new_issue — 4_2_4.jpg!
- 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?