Project

General

Profile

Search

Results (18263)

Open discussion: RE: Contributing code to Redmine
The problem with the above link is that it re ... ated against the trunk and attached to patch issues. This repo seems to get the most use: http://github.com/collectiveidea/redmine/tree/master 2008-06-18 18:05
Help: RE: Various "Internal error" after upgrading from 0.7.1 to 0.7.2
I installed mongrel and I'm having the same issues. I've started a new thread here: http://ww ... d any additional advice you might have. 2008-06-18 16:25
Help: No email when assigned an issue
I have the mail settings set to "only for thi ... involved in." however when I am assigned an issue I don't get an email. I then tried to create a ATOM feed with issues assigned to me, which worked when I display ... ny help would be gratefully received. Adam 2008-06-18 14:23
Help: RE: Display issue estimated hours in gantt chart
I guess the first thing to do is to create a list of all issues starting on a certain date and then total the estimated hours for those issues. Then in app/views/projects/gantt.rhtml add ... lp me in the right direction of doing this? 2008-06-17 21:46
Help: RE: need some help with accessing SVN repository over HTTPS
I did, and the directory <pre> <redmineroot ... . However, I'm still having the same errors/issues when accessing the repo through Redmine. H ... mine root directory? Thanks for your help. 2008-06-17 20:51
Help: RE: need some help with accessing SVN repository over HTTPS
Thanks for the tip. I gave that a try, and n ... ://wush.net:443': - The certificate is not issued by a trusted authority. Use the fingerprint ... GMT until Thu, 14 Aug 2008 23:59:59 GMT - Issuer: (c)2002 Comodo Limited, Terms and Conditio ... ct': Server certificate verification failed: issuer is not trusted (https://wush.net) </pre> ... what's _the non-workaround_ way to fix this? 2008-06-17 18:09
Help: Link to forum message
Is there a way to link an issues to a forum post in a textile way /Redmine link way? like #rev of Issue #12 Thanks in advance. Lars 2008-06-17 10:15
Help: RE: need some help with accessing SVN repository over HTTPS
Execute command with sudoer (person who holds ... . <pre>sudo su www-data</pre> And then issue svn checkout procedure. 2008-06-17 06:40
Help: need some help with accessing SVN repository over HTTPS
I've read the [[FAQ]] and Issue #1235, however I still can't find a solution ... g the Redmin 1586 on Ubuntu Hardy. Thanks! 2008-06-16 21:48
Open discussion: Private issues vs. private projects
I've been testing Redmine to work with privat ... blic projects and grant access by role. Only issue we found out was that if you have public sub ... anagement + customers) So what's the real issue to have a private flag? How does it handle things differently apart from being in same project? 2008-06-16 09:06
Help: Reporting the details of the Issues
Hi all, I'd like to print a report with all details (especially all comments) of the issues, resulting from a query. The report would be like that |Issue# 1|Title|status| |\3. description| |\3. comment1| |\3. comment2| |Issue# 2|Title|status| |\3. description| |\3. co ... the query result display ? cheers gabriel 2008-06-16 08:31
Help: Email notification to other project members
Hello, In Version v0.7.0 you have made th ... an i notify other project memebers about one Issue. Thanks for your help. Ina. 2008-06-15 20:50
Help: Display issue estimated hours in gantt chart
Hi, I am new to redmine, but so far I like ... e number of ours on the starting date of the issue, for example in a row below the days (column ... d if so point me in the right direction?) 2008-06-13 22:03
Open discussion: RE: Dealing with Version/Releases in Redmine
I was also wondering how to handle Trac way version/milestone when reporting issues, specially bug reports. There would real ... that marks when bug is about to be fixed. 2008-06-13 21:28
Open discussion: RE: Contributing code to Redmine
Hopefully Redmine will be running on Rails 2. ... t happens, migrations should no longer be an issue. 2008-06-13 20:25
Help: RE: How to create a link with pre-filled parameters?
Found the way to do that (maybe it will help to somebody): <pre><%= link_to l(:label_issue_new), :controller => 'issues', :project_id => @project, :action => 'new', :issue =>{:assigned_to_id => User.current.id} %></p ... oes not work!!! <pre><%= link_to l(:label_issue_new), :controller => 'issues', :project_id => 1, :action => 'new', :issue =>{:status_id => 2} %></pre> 2008-06-13 17:05
Help: Some problems with svn repository
Hi, The Redmine interface to my svn reposi ... ve me an idea what's wrong? If it is a paths issue, how can I correctly set up the svn path in Redmine? Thanks! 2008-06-13 16:01
Help: RE: New issue url to preload some fields
Well.. I found the way.. <pre>http://myredmine.com/projects/myproject/issues/new?issue[assigned_to_id]=<%= User.current.id %></pre> ... <pre>http://myredmine.com/projects/myproject/issues/new?issue[status_id]=2</pre> does not work.. :-( A ... f there is such a functionality in Redmine). 2008-06-13 15:30
Open discussion: RE: Contributing code to Redmine
hi Clay, The standard way to contributing is to create a patch issue, or a feature request issue and a patch issue, if you think you need discussion around it. ... tor is a grown-up and can modify it :) HTH 2008-06-13 14:33
Help: RE: New issue url to preload some fields
That's exactly what I also wanted.. Can some ... "User.current" into the "assigned_to" field? 2008-06-13 14:25
Help: RE: New issue url to preload some fields
This should work: <pre> http://myredmine.com/projects/myproject/issues/new?issue[tracker_id]=1&issue[description]=Test </pre> 2008-06-13 13:35
Help: RE: What does "Allow cross-project issue relations" do to redmine?
When you are viewing an issue, at the bottom of the yellow box with the issue details is a sub-heading 'related issues'. To the right of that is a little 'add' l ... allows you to enter the number of a related issue and the reason for the relation (duplicates, blocks, related to etc) Cheers Russell 2008-06-13 09:43
Help: New issue url to preload some fields
I just upgraded to 7.1. In the previous versi ... rl like: http://my_redmine.com/projects/add_issue/1?tracker_id=1&description="+escape(data); in javascript to open a new window to the new issue page and fill in some information into the d ... other fun things. Now in 7.1 the url to new issue has changed. How can I get the functionality back that I had before? Thanks Chris Griffiin 2008-06-13 06:56
Help: RE: What does "Allow cross-project issue relations" do to redmine?
You mention the ability to relate an issue of one project to an issue of another project and also to mark things a ... thing like this. Where do you do such tasks? 2008-06-13 00:08
Help: Not allow a customer role to assign
Am trying my best to get Redmine as our organ ... ed a role called Customer, that can only add Issues and few other view fucntions. I am trying t ... assigning" a team member, when creatinga new Issue (Bug, FEature or Support)? As well as not al ... posed to a certain role, when creating a new issue - Right now in _Roles and Permissions_, I can select whether a role can add/edit an issue, but cant really determine what fields are shown in a New Issue page. I'm sorry if this has been asked b ... ht direction, I would be grateful. Thanks 2008-06-12 09:03
(17901-17925/18263)