Project

General

Profile

Search

Results (18047)

Open discussion: RE: Problems to access sqlite database
I've just run the following command to see th ... from c:/Webserver/Redmine/app/models/issue.rb:35 from C:/Webserver/Ruby/Ruby18 ... equire' from script/server:3 </pre> 2022-05-09 16:13
Development: Show and log query about issues
Dear all, I have a simple query about issues that doesn't work for some users. I need t ... nfo@ to log the query? Thank you, Paolo 2022-05-09 15:31
Help: RE: Apply field Validation on Subject & Description fields -Block CSV Injection
I got solution for this issue. issue :- When a spreadsheet program such as Exc ... n user can add subject and description of an issue that can contain malicious spreadsheet formu ... V file and XSLX file. Example: 1. Add a issue with the subject name: =HYPERLINK(sample si ... he best way to mitigate against this type of issue is to make sure all user inputs are filtered ... ======================= Fine Name:= \models\issue.rb line no: 68 You can edit regular expres ... d. Some special characters are not allowed" 2022-04-29 06:08
Plugins: Block CSV injection in Issue creation input fields
When a spreadsheet program such as Excel or ... n user can add subject and description of an issue that can contain malicious spreadsheet formu ... ile and XSLX file. Example: 1. Add a issue with the subject name: =HYPERLINK("<samp ... he best way to mitigate against this type of issue is to make sure all user inputs are filtered ... ======================= Fine Name:= \models\issue.rb line no: 68 You can edit regular expres ... ome special characters are not allowed" 2022-04-29 06:03
Help: 5.0 on Windows - Install problems w/ running webserver
Installing 5.0 or Upgrading from 3.X to 5.0 on windows I tried Ruby 2.7, get lots of small issues during the process, but after working aroun ... run on webrick or thin Ruby 2.6, much less issues during the process, but same issues with webrick or thin. <pre> D:/Ruby26-x ... ils:4:in `<main>' </pre> any suggestions? 2022-04-28 22:03
Open discussion: RE: Is there a way to template Projects? Or create pre-defined sets of Issues which can be added?
Hi, we developed a plugin that does just this ... //www.redmine-x.com/redmine-project-templates 2022-04-28 11:16
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
(776-800/18047)