Project

General

Profile

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. 2022-04-27 22:19
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 2022-04-22 13:26
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. 2022-04-21 12:16
Help: Issue Migration Bitnami Redmine 3.2.0.1 to Redmine(not bitnami)
Hello everyone, i am currently migrating my ... like on a project i get an internal error. 2022-04-20 22:05
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> 2022-04-20 14:14
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. 2022-04-20 13:01
Open discussion: RE: DESCRIPTION field missing in a new issue
You probably have disabled the description fi ... 2 tracker at *Administration* -> *Trackers*. 2022-04-19 17:46
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. 2022-04-16 10:27
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. 2022-04-16 10:26
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[:... 2022-04-15 16:39
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! 2022-04-14 18:18
Open discussion: DESCRIPTION field missing in a new issue
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! 2022-04-12 16:16
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
(1001-1025/18264)