Search
Results (18268)
- Hi. Could any body tell me please how to close an issue? Thanks in advance.
- Hi All, I have tried about 5 different col ... ny help appreciated Thanks CottonFizz
- Open discussion: RE: How do you have Ruby and Rails installed?
- To @JohnZ - I found that the BitNami inst ... an annoyance... Aside from the restarting issue - my experience with the bitnami installer has been great! - Andy
- Open discussion: RE: How do you have Ruby and Rails installed?
- I just wanted to report back on this issue. I never found a solution to my home-grown, ... e. We've had it up for a week without any issues. I'm going to expand its usage and we'll se ... t update it to the latest Redmine version :-)
- Hello, First of all, thank you for this ve ... can : - display the estimated time for all issues of a certain tracker. - display the estimated time for all issues assigned to a technician. Is it possible ... or your answer. Regards, Arnaud KLIPFEL
- Open discussion: RE: A few comments and requests for Redmine
- Thanks for the table hint, but I can't see th ... ses through my mind, but I'll go through the issue list first not to make doubles. Should I post an issue myself, or is it better to ask for it in the forum ? Cheers. Ben
- Open discussion: RE: A few comments and requests for Redmine
- |This|Is|A|Table| |With|Many|Cells|In| |I ... er ideas, post them. Better yet, search the issues list and add your vote if your idea has already been presented.
- Before all, I would like to thank Jean-Philip ... so I would like them to be able to view the issues but not to be able to see he news. I kno ... as, feel free to contact me. Cheers. Ben.
- Open discussion: RE: limit access to certain type of issues
- I use a sub-project for this. I have a "Prod ... port requests there. Then I can relate real issues in the master project to those support requ ... the development team. It's worked out well.
- If I run the CLI command to call Repository.f ... user and run it and it works fine (that is, issues pick up the changesets that mention it). B ... cron.out </pre> cron.out is always empty.
- Hello, i have a question. Is it possibile to limit the access to certain type of issues based on role or user? I would like to create something like "Internal bug" issue type and i want that the users with "custome ... ng like that? Thank you very much Francesco
- Open discussion: RE: Translations
- > Are there any page naming conventions ? I ... i'm talking about custom properties for the issues of the project (not the custom proporties o ... you can send me the raw pages if you prefer.
- Help: RE: RE: Trac import into an Existing Redmine Site
- In that case, since it doesn't seem that you have any commits that reference your issue ids, you can probably use the stock trac imp ... s the trac importer figures out what the new issue id will be in redmine, and makes efforts to ... h an empty redmine install is because of the issue id rewriting problem I mentioned earlier. I ... ems (like users) if they don't already exist.
- Help: RE: Trac import into an Existing Redmine Site
- Thanks for the reply! Luckily, my requirem ... m hoping to move the codebase to SVN and the issue/feature tracking for that project from Trac ... dmine+SVN platform and rescue my sanity :)
- Help: RE: how to connect a ticket with a repository-revision
- either you have to mention the issue id in the commit description text when you make the commit, or you can make a comment to the issue and reference the revision with e.g. r1234. ... ds for the commit message (refs, references, IssueID, resolves, fixes) that when combined with the issue id will automatically create a reference bet ... n -> Settings -> Repository for more details.
- Help: RE: Trac import into an Existing Redmine Site
- One of the problems is that the id's of internal issue links, and especially subversion commit mess ... your redmine installation is using the same issue ids, you'll get massive confusion. I had the same issue with importing an existing bugzilla, and I solved it by resetting the current issue id in the redmine database above the last bugzilla issue id, then did the import. Of course, I had t ... myself, so I had control over some of these issues, but if I hadn't set the redmine issue id, it would have been impossible. YMMV
- Help: RE: Internal Error after svn update to upgrade from 0.6.3 to 0.7.0
- Check line 24 in base.rhtml file does not yie ... he forums did not yield anyone with the same issue.
- Open discussion: RE: Import issues from a CSV file
- I would like the same functionality. If some ... product so far and would be willing to help.
- Open discussion: RE: Parent project roadmap shows child projects
- We are using sub-projects and so far everythi ... ation in the roadmap view. In both Gantt and Issue views we are able to view sub-projects, so i ... e project planning tool :) Great work btw.
- Help: RE: Upgrade from v0.6.1 to v0.7.0 RC1 - 500 Error
- Wow, great catch! After updating the records to "Issue", we can view the issue normally. After updating this, I found 53 ... m journals where BINARY journalized_type != 'Issue' </pre> Any idea on how this occurred? Thanks again!
- Help: RE: Upgrade from v0.6.1 to v0.7.0 RC1 - 500 Error
- None of them have "issue" instead of "Issue" ?
- Help: RE: Help with svn repository
- It seems that you have a login issue for the user you are running redmine as. Yo ... once it shouldn't bother you (much) anymore.
- Help: RE: Upgrade from v0.6.1 to v0.7.0 RC1 - 500 Error
- Thanks for the response! The result of the query is 24 rows with the same value of "Issue".
- Help: RE: error throws when testing email
- Redmine version : redmine-0.7.0_RC1 Database ... : Webrick target : Email is sent when issue is added or updated. error occurs when te ... expired) ]. guide please !!!!!!!!!!!
- Help: Confirmed the problem, should it get entered as a bug?
- I believe I have tracked this down to an issue with the IE browsers interacting with redmin ... es. Example of redmine respond_to code in issues_controller.rb: respond_to do |format| format.html { render :template => 'issues/index.rhtml', :layout => !request.xhr? } format.atom { render_feed(@issues, :title => l(:label_issue_plural)) } format.csv { send_data(issues_to_csv(@issues, @project).read, :type => 'text/csv; header ... format.pdf { send_data(render(:template => 'issues/index.rfpdf', :layout => false), :type => ' ... wing troubleshooting code in index method of issues_controller.rb. puts "**** HTTP Request t ... ould be entered as bug? Will