Search
Results (18298)
- Issues can filter by author but unable to group by it. I don't know why? Help me please?
- Help: RE: Unable to browse/view contents in cvs repository
- By the way, I am able to perform all cvs operations from the shell without any issues.
- Help: RE: trac 2 redmine, wiki migration issue.
- Felix Schäfer wrote: > I don't know how good ... nt languages their symbols - not the decision
- Help: RE: trac 2 redmine, wiki migration issue.
- Also look the previous discussion here: http://www.redmine.org/boards/1/topics/12273
- Help: RE: trac 2 redmine, wiki migration issue.
- Please look issue #5035. Also try to use the version change ... ithub.com/landy2005/Redmine-migrate-from-Trac
- Hello, Here is my environment. Redmine ... w/repository] Can any one help me in this issue?
- Hi! I am looking for a way to create custo ... can add new list items (litte plus in create issue dialog) and the items are managed at a centr ... administrator settings they do not update in issues that are related to them. Thx for your help. :)
- Hi guys, I'm not sure that the bug is in r ... e). Can you say to me if it is a ruby 1.9 issue ? redmine ? other ? ruby 1.9 full support i ... n ? Thanks. (Sorry for my bad english :))
- Help: RE: How to remove issue status from workflow?
- Felix Schäfer wrote: > No, you have a misund ... ng the table properly. Thanks for your help.
- Help: RE: How to remove issue status from workflow?
- Please ignore, I realized my mistake. The wo ... s) as well as the horizontal (rows). My bad!
- Help: RE: How to remove issue status from workflow?
- No, you have a misunderstanding of the workfl ... d the columns are the _new statuses allowed_.
- Help: RE: internal error 500
- HI I post here the LOG of redmine. I believe ... [POST] Parameters: {"enabled_modules"=>["issue_tracking", "time_tracking", "news", "documen ... 00.html (500 Internal Server Error) </pre>
- Help: RE: How to remove issue status from workflow?
- Is there some kind of cache I need to delete? ... rver but didn't see any change. Thanks guys.
- Help: RE: How to remove issue status from workflow?
- Sorry, some trouble here attaching the images. !http://www.redmine.org/attachments/3966/issue_status_2.jpg! !http://www.redmine.org/attachments/3967/issue_status_3.jpg!
- Help: RE: How to remove issue status from workflow?
- !http://www.redmine.org/attachments/3965/issue_status_1.jpg! !http://www.redmine.org/attachments/3965/issue_status_2.jpg! !http://www.redmine.org/attachments/3965/issue_status_3.jpg!
- Help: RE: How to remove issue status from workflow?
- Sorry, I am trying to remove the "Deployed to Dev" issue status from the Feature tracker.
- Help: RE: How to remove issue status from workflow?
- !issue_status_1.jpg! !issue_status_2.jpg! !issue_status_3.jpg!
- Hello, I am using version 0.9.4 (Redmine 0 ... 31 (MySQL)) and am having a problem removing issue statuses from tracker workflows. I create ... ow want to remove one of them. There are no issues in the system with that tracker-status comb ... t the status when making updates to existing issues or creating new issues. Is this a known defect? I searched but ... er in the system, if that matters. Thanks.
- Soon this weekend I will start writing a quer ... eld>) * Additional search selection such as Issue last updated by [Anyone|assignee|list of sel ... onth] * Additional search selection such as Issue last status change by [Anyone|assignee|list ... that I will use with combination of redmine_issue_reminder plugin. example usage will be: * Every 6am (by cron), checks if issue on feedback for longer than 2 days and send assignee to follow up with the issue (days value can be adjustable as it is custo ... n large database * Query function complexity
- Hello, The Eclipse foundation is doing a c ... y among Eclipse users each year. Among other issues, there was a question regarding issue trackers. Although Redmine wasn't an optio ... community-survey-2010.html. Cheers, Zviki
- Help: RE: NetBeans connection
- Probably need to wait until the issues REST API is up and running in a released ve ... ill need someone to write the netbeans plugin
- Help: RE: Hiding issues by status
- No. Your best options are to either take the ... its mails to said private project in redmine.
- Hello, I'm using redmine for some web projects, and I'm trying to let people post "hidden" issues, for security flaws. We don't want people ... r way to achieve this ? Thanks, Bastien
- Help: RE: Disable file uploading
- The _Files_ tab yes, the uploading of attachments to wiki pages or issues no.
- Help: RE: Executing scripts on command line to send out email
- I tried to send email out with @rake redmine: ... l to me at all. I can confirm that there are issues returned by the Issue.find statement within that function as I man ... nders method: <pre><code class="ruby"> issues_by_assignee.each do |assignee, issues| puts "Sending to #{assignee.mail}" deliver_reminder(assignee, issues, days) unless assignee.nil? end </cod ... an someone tell me why is email sending fail?