Project

General

Profile

Search

Results (18335)

Plugins: RE: Issue Vote Plugin
Hi, Andrey! I tried to install your plugin ... ! Object is not missing constant Changeset!@ 2009-11-02 01:19
Help: RE: Mongrel stops responding a few times per days. Restarting Mongrel helps.
I have played with this parametered as advised "here":http://www.redmine.org/issues/4144 but this does not help. Mongrel stops working after some time and requires restart. 2009-11-01 23:53
Help: RE: accept issues via mail from anonymous on non-public project
I am having these issues as well. The email is coming from an anonym ... Entity [https://my_redmine_host/mail_handler] 2009-11-01 23:51
Help: RE: Redmine and SVN: comment encoding and auto-filling issues
Fixed first issue by loading default config ru. Still, second question remains. 2009-11-01 22:47
Help: Redmine and SVN: comment encoding and auto-filling issues
I installed trunk version of redmine and poin ... h", redmine adds 2h to time tracking for the Issue #2? 2009-11-01 20:06
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
(15776-15800/18335)