Search
Results (18291)
- Hello Y'all, I'm looking to see if anyone ... will alert users who would like to close an issue that it cannot be closed due to a blocked issue. Yes, I know that a simple glance at the list of related issues would show this, but I have users who don't seem to remember to look. Thanks! Arin
- Hello, I am new to redmine and rails Tryi ... e me some suggestions ? thanks in advance
- Hi, I've searched the forum and google for ... e_note_images_plugin 0.0.1 redmine_issue_checklist 2.0.5 redmine_ ... ny.com are not being added. Thanks Eileen
- I have installed Redmine CRM plugin(contacts) ... t? Currently I see only one solution to this issue is to delete records related to Redmine CRM ... light redmine_people 0.1.6
- Title says it all... Is it possible to make unopened Redmine issues bold? Thanks in advance.
- Help: RE: Problems with search results and pa ... mine 2.3.2 on Bitnami stack and SQL Server DB
- Thanks for the tip. I did find several issues that where out of sequential order or that ... records and I am still experiencing the same issues. I checked Issues, News, Documents, CHnagesets, Wiki-pages, M ... index the content? Thanks for your help!!!
- Plugins: RE: Time & Expense 1.6
- Hello, I'm having two issues with your Time & Expense plugin: 1. It's ... more positions with the same project, blank issue but different custom field, export to pdf me ... s that needs to be repaired. Regards Adam
- Hi, I am setting up Redmine however i encountered an issue. If a add a new user with all three roles an ... t highlighted. has anyone encountered this?
- I spent all day to installing redmine on fres ... esetsScmid (20100221100219) Migrating to AddIssuesNestedSetsColumns (20100313132032) Migrating to AddIndexOnIssuesNestedSet (20100313171051) Migrating to Cha ... sType (20110401192910) Migrating to AddRolesIssuesVisibility (20110408103312) Migrating to AddIssuesIsPrivate (20110412065600) Migrating to Add ... 0110902000000) Migrating to AddUniqueIndexToIssueRelations (20111201201315) Migrating to AddR ... engthTo255 (20130215073721) Migrating to AddIssuesClosedOn (20130215111127) Migrating to PopulateIssuesClosedOn (20130215111141) Migrating to RemoveIssuesDefaultFkValues (20130217094251) Migrating ... (20130729070143) </pre> What should I do?
- Open discussion: RE: Improving performance
- Etienne Massip wrote: > Did you follow any o ... 194. What's intersting is that the number of issues in the system or total number of users don' ... pful to see what they're doing differently.
- For one of my Redmine projects, I want to be able to create new issues without having to put anything on the subje ... be possible, you think? Thanks in advance.
- Hello, I am trying to create an issue with a relation in Ruby with the RestAPI. Creating the issue following this page (http://www.redmine.org/ ... //www.redmine.org/projects/redmine/wiki/Rest_IssueRelations) like creating a Relation class fro ... url is wrong. Can anyone help me? The issue code <pre><code class="ruby"> require 'rubygems' require 'active_resource' # Issue model on the client side class Issue < ActiveResource::Base self.site = 'http: ... self.password = '...' end # Creating an issue issue = Issue.new( :subject => 'Some subject', :proj ... , :description => 'Some desc', ) if issue.save puts issue.id else puts issue...
- Hi there Im not a ruby(onrails) developer so ... e problem. I want the to add a Link to an Issue to export it as PDF without the history. I ... ion 1.2.1 my changes so far: ./app/views/issues/show.rhtml line 113 changed, and added 1 l ... _history => 'false'} %> ./app/controllers/issues_controller.rb line 121 added: @show_histo ... ' line 126 changed: format.pdf { send_data(issue_to_pdf(@issue, @show_history) ... # added show_history ... he parameter isn't passed from show.rhtml to issues_conrtoller.rb When i set the @show_history in the issues_controller.rb fixed to true or false it wor ... me greez and by the way Redmine rocks :)
- Open discussion: RE: Improving performance
- So it appears that the performance issues directly correlate to number pf members of ... e is some inefficiency in the way updates to issues are processed when evaluating which members are impacted/involved.
- I have integrated Redmine with Gitlab, it's f ... show the commit number link of Gitlab in the issue list of Redmine? I have tried to finding ... reat thought rasied, please guide me, thanks.
- Hi, I've an issue with my redmine,I havn't made any update, ju ... Thanks for your help. Regards, Nicolas
- We use redmine for a few things, but one of t ... ly non-break spaces -- are creeping into the issues that were posted via email. Not a show-stop ... ovide more details if it helps the cause.
- Help: RE: Limit new issue types to certain users
- I worked around this problem by hiding a requ ... he users which are not allowed to create the issue.
- Open discussion: RE: git is in path - but failing with "bad file descriptor"
- Hi Aakash, I have the same problem. I found this issue with these environments: a.1) GNU/Linux D ... K 1.7 + Git 1.7.2.5 There is an important issue here related with *Bad file descriptor* https://github.com/jruby/jruby/issues/781 Regards,
- Hi, I noticed that custom fields are showing ... to make it appear in add filter of "View all issues" page (http://www.redmine.org/issues) in anyway? By the way, here's the versi ... am using. Ruby: 1.9.3 Redmine: 2.3.2.stable
- Plugins: RE: Detailed tabs and time in Issue (v 0.1.0)
- Hi toto, u simply need to go to roles and ... will be selected. let me know how it goes
- Plugins: RE: Detailed tabs and time in Issue (v 0.1.0)
- Hi Mark, Works fine but how do change the permission per role base ? (added in v 0.1.0)
- Open discussion: RE: API issue when attempting to POST custom field
- You may want to use single quotes instead of ... "<?xml version='1.0' encoding='ISO-8859-1'?><issue><subject>MyTest</subject><project_id>1</proj ... Sev2</value></custom_field></custom_fields></issue>" http://4216cd0mykeyhere571938e60:X@my.ip.address.here:8888/redmine/issues.xml </pre>
- I have * Debian GNU/Linux unstable (sid), Li ... applications. How to figure out, where is issue? And how fix it?
- Help: RE: issue generation based on RFP in redmine plugin
- i have been creating RFP plugin in red ... requirement when user fill &submmited it the issues must generate in respective project.All form fields on form must become the issues my question is how each fiels i map with the redmine issue table and generate the respective issue def new @rfp = Rfp.new ... @rfp = Rfp.new(params[:rfp]) issue = Issue.new issue.subject = params[:rfp] issue.tracker = Tracker.find_by_name("Feature") issue.project = Project.find_by_name(params[:project]) issue.start_date = Time.now.localtime.strftime("%Y-%m-%d") issue.priority = IssuePriority.find_by_name("Normal") issue...