Project

General

Profile

Search

Results (31865)

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> 2009-03-12 19:49
Patch #2960 (Closed): Fix for sidebar calling incorrect action
The issues sidebar calls the wrong controller if a plu ... se of the sidebar. This patch addresses that issue. 2009-03-12 19:16
Patch #2959 (Closed): Only display active versions in context menu submenu
The attached patch removes completed versions from the issues context menu. If a project has some 20 completed versions, this list starts to get awfully long. 2009-03-12 17:53
Feature #2958 (New): Different assignement for different roles
It would be great if it was possible to have ... different roles. Now you can decide if an Issues can be assigned to a role. But it would be very useful decide to which role you can assign issue and the workflow. For example: Tracker:B ... to role1 and role2 ... Could be useful? 2009-03-12 15:59
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... 2009-03-12 15:45
Feature #2957 (New): Workflow/Quality Management
Following feature would be very helpful: Ri ... se the ticket and forget to check the box. 2009-03-12 12:09
Help: Is there any to display custom fields in the Issues pages?
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! 2009-03-12 08:04
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. 2009-03-12 06:05
Feature #2955 (Closed): Filter for blocked issues
It would be nice if one could apply a filter to see which issues are currently blocked by or blocking another issue. This would make it easier to identify and resolve issue dependencies. 2009-03-12 00:38
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. 2009-03-12 00:00
Plugins: RE: Redmine Questions plugin v 0.3.0 Released
Thanks! Thanks for your work on the plugin and the mailer issue. 2009-03-11 22:30
Feature #2954 (Closed): Ability to filter out duplicate issues
I was taking advantage of the new filter from ... I decided I wasn't going to enter times for issues marked "duplicates X" since we were estimat ... where in these cases. As a result, I have issues remaining in my "To Estimate" filter, but I ... e. Ideally, I'd be able to exclude duplicate issues from a filter entirely if I so chose. Gr ... ut. For reference, there's a semi-related issue #1721 which seemed to request the reverse of this issue (namely, the ability to find items "duplicated by X"). 2009-03-11 22:30
Open discussion: Cant Assign Users to Tasks?
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? 2009-03-11 21:15
Help: IMAP Email - Can anyone post an example imap checking cron job?
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 2009-03-11 18:31
Feature #2953 (New): application launch URLs not rendered as link
There are URLs that launch 3rd party applicat ... neral can be distinguished from regular text. 2009-03-11 18:13
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? 2009-03-11 18:02
Help: How can I use Change Log and Roadmap fe ... -synchornised version numbers in sub-projects
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 2009-03-11 13:14
Help: RedMine Test-Driver Backup/Restore/Migration Concerns - how?
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 2009-03-11 13:10
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! 2009-03-11 12:35
Feature #2951 (New): I would like to see Summery filtered on Versions
I think it would be great if in the Summery you can also see all issues filtered on versions. If you have a project ... y based on a specific Version. Now I see all issues for the whole project but if you, let say, push issues forward to another Version, you don't want to see Summery on all issues in all versions ata the same time. 2009-03-11 12:17
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> 2009-03-11 04:43
Plugins: Redmine Questions plugin v 0.3.0 Released
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 2009-03-11 04:14
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 2009-03-11 01:02
Open discussion: Modifying RM Labels?
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. 2009-03-10 23:51
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. 2009-03-10 21:49
(29026-29050/31865)