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
- 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.
- 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
- 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?
- 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.
- 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?
- 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
- 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.
- I've read the [[FAQ]] and Issue #1235, however I still can't find a solution ... g the Redmin 1586 on Ubuntu Hardy. Thanks!
- 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?
- 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
- Hello, In Version v0.7.0 you have made th ... an i notify other project memebers about one Issue. Thanks for your help. Ina.
- 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?)
- 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.
- Open discussion: RE: Contributing code to Redmine
- Hopefully Redmine will be running on Rails 2. ... t happens, migrations should no longer be an issue.
- 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>
- 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!
- 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).
- 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
- 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?
- 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>
- 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
- 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
- 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?
- 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