Search
Results (18203)
- Help: RE: Is it possible to show project custom field on tracker ?
- We are facing the same issues in Redmine 3.4. Custom field (for user) is ... to show its values (available_columns).
- Help: RE: Change projects default page
- It works. I change for : get '/projects/:project_id/', :to => 'issues#index'
- Help: RE: Change projects default page
- Hello All, Sorry to dig up this old thread. I'm trying to define "Issues list" as default projet page. I've add f ... . > > get '/projects/:project_id/', :to => 'issues#show' I've also try > > get '/projects/:project_id/', :to => 'issues#show', as => 'projet_issues' But when I try to access it, I get a 40 ... ideas to mke it works ? Thanks, Cédric
- Help: RE: Migration JIRA to Redmine
- I have recently moved our company Jira to Red ... years), ~500 users, ~100 projects, ~100 000 issues. https://gitlab.com/rk86/redmine-jira-im ... ad if it helps anybody. Regards, Alex
- Do Redmine developers currently accept paym ... to the date fields: https://www.redmine.org/issues/5458 I personally developed one of the h ... te funds to have an official implementation
- Hi, i just finished upgrading my redmine ... , all the description of the projets and the issues subject are being rendered in html5 as show ... inux] Mysql version: 5.7.38 Regards.
- Hello, I'm new to Redmine. I looked into Redmine-Wiki [[HowTo_import_issues]], but is there a way to also import commen ... Jira. !Snip_Commentary.PNG! Thank you!
- 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>
- 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
- 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"
- 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"
- 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?
- 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
- 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!