Project

General

Profile

Search

Results (18305)

Plugins: RE: Extended Schedules plugin with scheduling issues option
Giuseppe Mazzotta wrote: > What is the statu ... n gone???!! it is no more available online :( 2009-11-01 15:50
Plugins: RE: Extended Schedules plugin with scheduling issues option
What is the status of this plugin? Is it supp ... merge it to the official plugin? Thank you 2009-11-01 15:31
Plugins: RE: Graphs plugin
sunday walker wrote: > Would you please add ... urve of each version > ** Similar to 'Total issues vs. Closed issues' > ** Only count tracker value is 'Bug' > ** Display on the page same as 'Total issues vs. Closed issues' > ** Only count tracker value is 'Bug ... electable (All, 'Bug', 'Fuature' or others) 2009-11-01 03:25
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
A fairly significant update was released toda ... cts/ for project details and release notes. 2009-10-31 00:01
Help: NoMethodError "remove_item" after installing Backlogs plugin
Hello everyone! I've just installed the Ba ... fine. The thing now is that we can't delete issues! We get a 500 Internal Server Error and thi ... ine_backlogs/relaxdiego-backlogs-e724049/lib/issue_patch.rb:28:in `remove_item' app/controllers/issues_controller.rb:340:in `each' app/controllers/issues_controller.rb:340:in `destroy' /usr/loca ... e me a hand? Thanks in advance, Ezequiel. 2009-10-30 13:48
Help: RE: Mongrel stops responding a few times per days. Restarting Mongrel helps.
Done. http://www.redmine.org/issues/4144 2009-10-30 13:43
Help: RE: Mongrel stops responding a few times per days. Restarting Mongrel helps.
No, I don't. Maybe you need to report this issue as bug. 2009-10-30 12:37
Help: RE: Mongrel stops responding a few times per days. Restarting Mongrel helps.
Kirill, do you have progress on this issue? Does anyone else can advise how to chang ... ter a long idle time? Thank you in advance 2009-10-30 12:03
Plugins: RE: Redmine Blog Plugin
Maic Haubitz wrote: > Hi Folks. > > I jus ... texts. Any ideas? > > Reagrds, > Maic Issue solved. Another restart of the redmine services helped in this matter. 2009-10-30 11:58
Plugins: RE: Graphs plugin
ciaran jessup wrote: > I've fixed the issue in this commit : > http://github.com/ciara ... d multiple times then it can cause rendering issues with > the SVG (one of the my blocks appeared twice!) Great !! 2009-10-29 23:22
Plugins: RE: Graphs plugin
sunday walker wrote: > ciaran jessup wrote: ... you think may be related. I've fixed the issue in this commit : http://github.com/ciaranj/r ... d multiple times then it can cause rendering issues with the SVG (one of the my blocks appeared ... equirement (svgweb) is a winner for me :) 2009-10-29 21:02
Help: Handling Multiple Paragraphs With Quoting
In our workflow, we have to update a lot of issues with out-of-band discussion/information (mo ... a way to obtain the more natural formatting? 2009-10-29 18:11
Plugins: RE: Ticket grouping plugin
Hi All nice plugin.....I have a couple of ... ting % complete based upon the status of sub-issues, specifically with estimated hours rather than number of sub-issues complete. 2). It would be good to have a g ... re on the 'update history' of any particular issue, so that peoples questions and responses can ... ). Can we see relations between parent/child issues on the gantt? Regards Chris 2009-10-29 16:00
Plugins: RE: Graphs plugin
Would you please add the following features. ... curve of each version ** Similar to 'Total issues vs. Closed issues' ** Only count tracker value is 'Bug' ** Display on the page same as 'Total issues vs. Closed issues' 2009-10-29 14:55
Help: Status automatically to "assigned" if issue assigned to somebody?
Hi, I want the status change to "assigned" when an issue is assigned to somebody. Right now, we have several issues with status "new" but they have be assigned ... Is this possible? I use Redmine 0.8.5. 2009-10-28 16:28
Open discussion: Automatic re-assignment on new status "Resolved" or "Feedback"
Hi, from other issues tracking systems I know a feature that auto ... planned for future releases? Thanks, ray 2009-10-28 15:01
Plugins: RE: Graphs plugin
The following may become the hint of the usag ... > "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", :width => 720, ... > "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", :width => 720, ... use 'data' <pre> *** app/views/graphs/old_issues.html.erb Sat Jun 13 16:02:58 2009 --- app/views/graphs/old_issues.html.erb Mon Oct 26 22:35:25 2009 *************** *** 1,7 **** <h2><%= l(:label_graphs_old_issues) %></h2> <% unless @issues_by_created_on.empty? %> ! <%= tag("emb ... url_for(:controller => 'graphs', :action => 'issue_age_graph')) if @project.nil? %> ! <%= ... url_for(:controller => 'graphs', :action => 'issue_age_graph', :project_id => @project.id)) unl ... --- 1,7 ---- <h2><%= l(:label_graphs_old_... 2009-10-28 14:55
Plugins: RE: Ticket grouping plugin
Further to that, here's a patch against raldr ... b-task. <pre>diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index e49bbe6..93618df 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -55,6 +55,7 @@ class IssuesController < ApplicationController @issues.each do |issue| issue.init_journal(User.current) issue.subject = params[:new_subject] + issue.description = params[:new_description] #unsaved_issue_ids << issue.id unless i2 = issue.move_to(@target_project, new_tracker, params[:copy_options]) @@ -98,4 +99,4 @@ class ... 2009-10-28 07:56
Plugins: RE: Ticket grouping plugin
raldred's fork at http://github.com/raldred/redmine_issues_group provides some fixes for trunk, and mi ... installs without the re-branching malarkey ;) 2009-10-28 07:53
Help: undefined method 'css_issue_classes'
Hello, I'm developing a plugin to enable live recording of the time spent on issues and projects My idea was to use a grid very much like the *_list.rhtml* of the *issues controller*. But i get this *error undefined method 'css_issue_classes'* at this line: <pre> <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= css_issue_classes(issue) %>"> </pre> In my controller i included ... helper :sort include SortHelper include IssuesHelper </pre> Ruby version ... ldn't find any resource on that. Might be an issue(yes, i know redmine is all about issues :D ) with the way helpers are loaded or i might be missing an include in the controller? 2009-10-28 02:22
Open discussion: Best way to handle issues when spent time passes estimated time
We´re running into this situation lately. In some issues, the spent time is greater than estimated t ... e of how much time is needed to complete the issue. But when spent time is greater than estimat ... loss how much time is needed to complete the issue. How do you advice to approach this situa ... lf clear (english is not my primary language) 2009-10-28 01:08
Help: RE: Status "feedback"
Hi The status feedback is used in my company to comment what's being done on an issue : if i create an issue, someone work on it and explain his work, i ... o you think you will be done" etc. Regards 2009-10-27 16:07
Help: subversion connect issue on windows server, bitnami stack
I cannot get redmine to connect to an existin ... give me a clue as to what is going wrong? 2009-10-27 16:00
Help: RE: Bitnami stack install windows sbs2003 active directory problem
andy copsey wrote: > I'm a newbie to a lot o ... k, adding users works and I can add and edit issues. However I cannot get active directory to w ... been through this pain before and sorted it! 2009-10-27 15:40
Plugins: RE: Graphs plugin
sunday walker wrote: > sunday walker wrote: ... lated (Need SIE) > > http://www.redmine.org/issues/3414#note-2 > > I forgot some changes. ... ox, but the same circle duplicated in Ie6!!? 2009-10-27 15:20
(15751-15775/18305)