Search
Results (18202)
- Open discussion: RE: Control Redmine from the command line
- Hey Paul, Great minds think alike then? ... ork going around this http://www.redmine.org/issues/show/296. Perhaps that's where we should devote our energy. What do you reckon? Dave
- Open discussion: RE: Enable perforce integration
- I tried a patch here: http://www.redmine.org/issues/show/339 This patch worked for some thin ... being done but just a few things don't work.
- Help: RE: unable to add tasks in redmine
- Hello, I had fixed the issue with upgrading the database. However the err ... tions.rb:106:in `save' /app/controllers/issues_controller.rb:146:in `new' /usr/lib/ru ... ============== Thanks and Regards, Gokul.
- Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Defferrari Suporte Suporte wrote: > Hello, ... the plugins database for your production app issue the command <pre>rake db:migrate_plugins RAI ... data/home/redmine/log/production.log</pre>
- Plugins: RE: Budget plugin - Userwise across projects
- The spec for the next evolution of the budget ... #* Type #** Hourly #** Fixed #* Initial Issues (Phase 50) #** Title #** Due Date #** Estimate #* Initial Issue Template??? #* Cost #** Labor #** Overhea ... tatus ** Fixed rate deliverables should use issue status to deturmine deliverable status ... 2. deliverable status inherit status from issues: * empty -> no issues * new -> all issues are proposed or new * in progress -> any issue is part of the in progress / under review suite * on hold -> all non closed issues are on hold * complete -> all issues closed or rejected h2. history * use exact same history behaviors as issue. * both contract and each deliverable have ... e integrated in table view h2. Additional Issue...
- I define a custom fields about issues. But I didn't find a config option to display it in the Issues page. Is there any way to do it. Thanks!
- Open discussion: RE: How many projects do you use in your website with redmine?
- * 102 users * 85 projects * 3512 issues * a dog pile of financial plugins to add some serious complexity running smooth at the moment.
- Open discussion: RE: How many projects do you use in your website with redmine?
- * 50 users * 60 projects * 900 wiki content versions * 1800 issues * 10000 journal details Still running f ... ne metric will cause another to surprise you.
- Plugins: RE: Redmine Questions plugin v 0.3.0 Released
- Thanks! Thanks for your work on the plugin and the mailer issue.
- I am not sure if these are related, but I recently change the en.yml language file so that "Issues" shows up as "Tasks". I then created some n ... own list for "Assign to". Any suggestions?
- I'm still wrapping my head around system admi ... which is presenting me with some interesting issues (I need to launch the use_redmine command b ... it's not working? I have it working when an issue is responded to but if I use the switches th ... ny ideas would be greatly appreciated! Craig
- Open discussion: RE: Modifying RM Labels?
- Excellent!! and thanks. One follow-up though. After changing "Issues" to "Tasks" all seems fine and so went to a ... g categories does show in the drop down list?
- Redmine version: 0.8-stable (svn) Ruby impl ... stcgi Hi, I am currently setting up an issue tracker for an existing software product and ... ame codebase, which means there will be many issues that are common to both products, as well as issues that are specific to Lite or Pro. I am unsu ... My initial setup has a main project for the issues that are common across both Products. This project then has two sub-projects, for the issues that are specific to the Lite or Pro versio ... hanks in advance for any suggestions. Jack
- Hi, I've recently downloaded the bitnami s ... ks a good fit for my purposes; but the above issues are a concern. How do others deal with what must be the common issue above? Many thanks in advance, Carl
- Help: RE: Schedule Plugin Problem
- namita nair wrote: > I deployed the schedule plugin in my system. > There was an issue where the page was not comming up, I modifie ... this problem. Any words are appreciated!
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- I took my code posted above, and made it comp ... end if (commit_log =~ /^(refs|references|IssueID|fixes|closes)\s*#(\d+)/i) issue_number = $2 sql = "SELECT COUNT(*) AS result FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 'f' AND I.id = #{issue_number};" redmine_issue_open = `echo #{sql} | #{database}`.strip() if (redmine_issue_open.eql?("0")) STDERR.puts("Redmine issue #{issue_number} is not in an open state.") exit ... STDERR.puts("You didn't specify a Redmine issue number on the first line, e.g.: Refs #1 ... goes here...") exit(1) end </code></pre>
- I've just uploaded a new release of the "Redm ... treamsoftware.com/projects/redmine-questions/issues is open to the public and you are welcome t ... sts and patches for the next version. Eric
- Plugins: RE: After updated to redmine devel(a ... template missing exception. Can anyone help?
- I was able to fix this on my Questions plugin ... https://projects.littlestreamsoftware.com/issues/2209 Eric
- I am evaluating a few GW/Collaboration tools ... ge the way some things are labeled, such as "Issues" which might make more sense as "Tasks" in ... coded through the code and not with pointers.
- Plugins: RE: Graphs plugin
- Eric Davis wrote: > Maybe have a graph for the entire project. That would pull in all the issues, even if they are not on a version. Adde ... of the top 6 projects in a Redmine instance.
- Help: RE: Images in attachments don't show in firefox
- I found the problem. There was an error in th ... Fixed in this ticket http://www.redmine.org/issues/show/2670
- Plugins: RE: ToDo lists plugin
- david lyons wrote: > Kaspars Sprogis wrote: ... e right click menu - the same as for redmine issues list - menu could also have some more items ... solution, but too much icons are not so good
- Plugins: RE: My Widgets plugin
- Eric Davis wrote: > Forked. I have a few id ... s. Cool, just note http://www.redmine.org/issues/show/2840#note-5. Seems that plugin widgets ... reproduce that on your side, that'd be great.
- I've just uploaded a new release of the "Redm ... treamsoftware.com/projects/redmine-exception/issues is open to the public and you are welcome t ... sts and patches for the next version. Eric
- Help: RE: unable to add tasks in redmine
- Hrm. Your Stuff To Do plugin isn't correctly installed, it seems. You don't have the next_issues table.