Project

General

Profile

Search

Results (18019)

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
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
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
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
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 2009-03-10 15:19
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 2009-03-10 09:02
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. 2009-03-10 01:15
Plugins: Redmine Exception Handler v 0.2.0 Released
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 2009-03-10 00:30
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. 2009-03-09 22:33
Help: RE: unable to add tasks in redmine
Hello Brad, Thank you for the response. He ... rs.com/projects/show/puppet] Processing IssuesController#new (for 122.166.42.191 at 2009-0 ... "=>"puppet", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new Completed in 0.06729 (14 reqs/sec) | R ... 200 OK [http://cwleaders.com/projects/puppet/issues/new] Processing IssuesController#new (for 122.166.42.191 at 2009-0 ... ", "project_id"=>"puppet", "action"=>"new", "issue"=>{"start_date"=>"2009-03-09", "estimated_ho ... "=>"test", "status_id"=>"1"}, "controller"=>"issues", "attachments"=>{"1"=>{"file"=>"", "descri ... lid (Mysql::Error: #42S02Table 'redmine.next_... 2009-03-09 22:23
Open discussion: Billable Activities
I'm about to start on a new set of features f ... the other Enumerations (Document Categories, Issue Priorities). So what does everyone think? ... this problem that would be easier? Eric 2009-03-09 18:59
Open discussion: Formatting the New Issues page
Formatting the New Issues page Is there a way to group together items on the new issue page? And add borders, notes, and headers ... to organize it? thanks for the help John 2009-03-09 18:17
Help: Formatting the New Issues page
Formatting the New Issues page Is there a way to group together items on the new issue page? And add borders, notes, and headers to the page to organize it? 2009-03-09 18:16
Help: High Memory usage
Hey All I have searched a lot before posting ... his be the reason why we faced absolutely no issues there even though it was a Shared host account? 2009-03-09 07:32
Open discussion: RE: Ticket relatioin. How can we take relation to ticket?
Thank you for reply. I had experience that function. But I forgot because related issue don't show in list. I think twice. My comfortable reason is related issue showing in list. Can you think about showing related issue in list? 2009-03-09 07:25
Open discussion: RE: Ticket relatioin. How can we take relation to ticket?
http://www.redmine.org/wiki/redmine/FAQ#How-does-Related-issues-work 2009-03-09 06:36
Plugins: RE: Graphs plugin
Jerome Vanthournout wrote: > I have installe ... ly_path => true))</code></pre> solves the issue... HTH and greetings, Mischa. 2009-03-08 23:59
(16826-16850/18019)