Project

General

Profile

Search

Results (18300)

Help: How to override the model method visible_condition
I want to override the model method with my p ... <code class="ruby"> require_dependency 'issue' module IssuePatch def self.included(base) # :nod ... .configuration.to_prepare do unless Issue.included_modules.include? IssuePatch # Issue.extend(InstanceMethods) Issue.send(:include, IssuePatch) end end </code></pre> 2015-02-19 10:59
Help: RE: Quick Question
Jasen Burkett wrote: > There is a form that is already being used for other issue creation. A form in redmine? > I am goin ... derstood your question in the first place :-) 2015-02-17 13:08
Help: RE: Не удается загрузить redmine для Windows с сайта
Please use English language so we can help yo ... slate, I get the impression that you have an issue downloading redmine. I verified that this works, please re-check. 2015-02-17 12:48
Help: Quick Question
Here is the situation. There is a form that is already being used for other issue creation. I am going to have an email sen ... c fields that are existing, but there is the issue of who to assign the ticket to, and who are ... m in the from location? Thanks in advance. 2015-02-16 19:58
Help: Unable to activate "(more)" link.
I seem unable to activete Issue editing. I am aware of [[http://www.redmine.org/projects/redmine/wiki/RedmineIssues#Editing-an-existing-issue]], but something is wrong. I am Manager o ... "admin") and I checked it includes the "Edit Issues" permission. In spite of that the "(more)" ... ot@redmine www/redmine# </pre> TiA Mauro 2015-02-15 12:06
Plugins: RE: Organizing a Git Repository for redmine plugin
I've decided to implement a different mechanic. My views/issues/ directory has a show.html.erb for every re ... te show.html.erb.revision as show.html.erb. 2015-02-14 07:45
Open discussion: "Insecure operation" Error when upgrading from 2.4.2 to 2.6.1
Hi All, As I go through the upgrade instru ... ========= I have no idea what caused this issue. I configured redmine 2.4.2 on the target sy ... atly appreciated! Thanks in advance! Kai 2015-02-14 00:13
Open discussion: Redmine not starting after reboot
Dear all, I am struggling with this issue for a long time now but having no experience with Ruby on Rails I cannot identify and solve the issue so far. I would really appreciate if you ca ... ly dissappear. In my attempt to solve the issue, I have then installed thin and configured r ... ards and many thanks in advance, Andrejs 2015-02-13 14:57
Help: RE: Attachments are updated but never shown in issue, images and office docs are being accepted
Just in case someone else faces this problem. ... security settings and its working sweet now. 2015-02-13 14:16
Help: Dumb Question about sidebar
Well, i actually don't know how to show the ... www.redminecrm.com/attachments/download/3668/issues_left_menu.png. ----------------- As s ... gins: sidebar 0.1.2 2015-02-13 13:21
Help: Access key for API not showing, where can i find it?
I am trying to use the API to import projects and issues using curl, i have read you need the access ... the key just a button to reset it. any ideas? 2015-02-13 12:22
Plugins: Redmine Workflow example
Hi! I am working on rails_workflow and yes ... case which I can implement? For example new issue created - engine creates something else, doi ... ple right now I have dummy example: when new issue is created engine start process for it. If issue's tracker is 'Bug' - then it creates child issue for this one. Any advises appreciated. Thanks :) Maxim 2015-02-13 05:50
Open discussion: Redmine samlpe workflow
Hi! I am working on rails_workflow engine ... ht now it's pretty stupid example - when new issue created - it starts process and for some conditions it creates child issue (http://www.youtube.com/watch?v=ocTo0IsYUJM) ... case that I can implement? For example when issue is created then .... or may be when something other happens? Thanks :) 2015-02-13 05:41
Plugins: Organizing a Git Repository for redmine plugin
I'm coming from an SVN background. My plugin is overwriting the Issues Show View. I would organize my repository s ... thub.com/TravisSpangle/redmine_spent_time_in_issue_description 2015-02-13 01:59
Help: RE: Attachments are updated but never shown in issue, only images and office docs are being accepted
Additional data. What I noticed in the files ... that help to figure out what might be wrong? 2015-02-12 18:39
Help: RE: Recieving Email not working
The final steps, or what ended up working for ... n. that is the current challenge, the inital issue is solved. thank you to all who helped. 2015-02-12 17:36
Help: Attachments are updated but never shown in issue, images and office docs are being accepted
Strange issue, when I upload images or office docs as part of the issue I can see the attachment list. If any other ... ever the attachments are never listed in the issue list. I am running the latest 2.6.1 with ... ttpd/passenger. Thanks for the help Srini 2015-02-12 15:26
Open discussion: RE: Wrong links for attachments
I found the same issue, and issue is fixed now. http://www.redmine.org/issues/13564 Thanks. 2015-02-12 15:03
Open discussion: Hiding fileds for some users
Hi, I'm gonna try to explain what I want t ... my customers an access to Redmine to create issues, but I don't want to offer the possibility to assign an issue, viewing estimated time and so forth. Cre ... work with lastest redmine version. Thanks 2015-02-11 17:32
Open discussion: Send Email to any address
Hi, Is there a plug-in or way I could send ... et, to any address? I have a user with an issue, and I need to contact an outside company fo ... rack all those emails in RedMine. Gerald 2015-02-11 17:31
Help: How to Issue Update status on save
Dear all, I'd like to add a ruby onSave ha ... right hook / place? Thank you a lot! Oleh 2015-02-11 10:55
Help: How to manage issue correctly?
For example I have an issue assigned to me. I need some actions from issue author. Do I need to change "asigned to" to author when I post a comment with action request? 2015-02-11 10:21
Open discussion: RE: Wrong links for attachments
Please, say, how I can debug the remote redmine to fix this issue? I really need it. 2015-02-10 19:07
Help: Recieving Email not working
I need someone who knows redmine well to help ... S have permissions to create (administrator) issues, projects, etc. When I run it, this is w ... at would be great. Thank you in advance. 2015-02-10 18:31
Development: redminemanager filter for create_on or filter range date
as you can filter requests by create_on from ... put("create_on", "2015-02-06T11:04:00Z"); issue = mgr.getIssues(params); 2015-02-10 15:51
(5176-5200/18300)