Project

General

Profile

Search

Results (18307)

Help: massive startup delays
Hi all We are using redmine under apache2. ... 00% and sits there for a good few mins. Our issues database is pretty small (maybe 300-400 issues) and all the CPU load seems to be on the ru ... nformation I can find is this: Processing IssuesController#index (for 10.0.0.58 at 2011-04-1 ... aamobjob", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml Completed in 132043ms (View: 4 ... ) | 200 OK [http://ssaosvn/projects/aamobjob/issues] We had SVN integration turned on, but I ... loaded super fast, but a few mins later the issue had returned. I'm not sure how to debug this issue. The server is a ubuntu 10.4 LTS, happy to ... t up the redmine install originally Thanks 2011-04-13 06:39
Help: RE: hebrew language problem
Hi Eyal Did you ever get this issue solved. Would really be nice if someone has a solution Jonathan 2011-04-12 23:02
Help: RE: Unable to delete track
Go to the global issue list and filter according to that tracker and show _all_ issues, not just closed ones. 2011-04-12 22:12
Help: RE: How to fill 'lft' and 'rg' fields in table 'issues'
You should have a look at the other importers and draw inspiration from there. 2011-04-12 22:08
Help: RE: How to fill 'lft' and 'rg' fields in table 'issues'
Etienne, thank you for your quick response. H ... know of any such tool ? Thank you. Arnald 2011-04-12 17:49
Development: IssuePatch, belongs_to works once
Hello, I have a issue_patch.rb file with the following code : <pre> require_dependency 'issue' module IssuePatch def self.included(base) # :nodoc: ... d module InstanceMethods end end Issue.send(:include, IssuePatch) </pre> When I go the issue page, I can access to the 'issue.analytic_code'. The problem is that I can ac ... pre> undefined method `analytic_code' for #<Issue:0x1076d16d8> Extracted source (around l ... 3: </tr> 44: <%= render_custom_fields_rows(@issue) %> 45: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %> 46: </table> 47: 48: <% if @issue.description? || @... 2011-04-12 16:53
Help: RE: How to fill 'lft' and 'rg' fields in table 'issues'
You should have a look at migration file source:trunk/db/migrate/20100313132032_add_issues_nested_sets_columns.rb, the rule has not ch ... t_id = NULL, root_id = id, lft = 1, rgt = 2@. 2011-04-12 16:28
Help: How to fill 'lft' and 'rg' fields in table 'issues'
Hi all, I am trying to migrate to redmine ... opulate the lft and rgt fields in the table 'issues'. Can anybody help me on how to solve this ... Thank you very much in advance, arnald 2011-04-12 16:19
Help: Unable to delete track
Hi, I am trying to delete a track and recieve the following Error: "This tracker contains issues and can't be deleted" i understand that is has some issues that i need to delete first, how can i do this? as far as i can tell that issue is not accessible from the web gui at all. can i somhow delete the issues directly from the database? About your a ... 686 GNU/Linux rails --version Rails 2.3.5 2011-04-12 15:48
Help: RE: Install problems. rake generate_session_store fails
I am facing the same issue. Ruby: 1.87, Gems: 1.7.2, Redmine: 1.1.2 ... ils -v=2.3.5' and 'gem install rack -v=1.0.1' 2011-04-12 14:28
Help: RE: Version Sharing
I had the same problem. Have a look at the issue where this functionality is described. I hope it helps http://www.redmine.org/issues/465 2011-04-12 14:06
Help: Can't install redMine
Hi I have been directed to post a message ... the error to Object is not missing constant Issue! Does anyone have any idea on how to solv ... p as I need redMine for my project. Thanks 2011-04-12 10:39
Plugins: RE: Default columns plugin
I just tried the following fix and now get this error: <pre> NoMethodError in Issues#index Showing vendor/plugins/redmine_default_columns_plus/app/views/issues/index.rhtml where line #15 raised: undef ... if User.current.allowed_to_globally?(:filter_issues_option, issues = nil) %> 16: <%# VVK changes start %> 17 ... sed" %>"> 18: <%# VVK changes end %> </pre> 2011-04-12 09:29
Help: RE: How to make a project issue histogram?
Ben Martinek wrote: > I have looked in to the Issue history, but this seems a terribly inefficie ... hink the only way currently to find how many issues where closed is to find all @IssueJournal@ containing a state change from an open to a closed state and find the corresponding issues, removing duplicates and looking if the issues are still closed or have been reopened since. 2011-04-12 08:24
Help: How to make a project issue histogram?
Hi All, I have been modifying the Whining ... loves that kinda stuff). I have run into an issue though... I want to make a histogram of a ... day of a project. I have looked in to the Issue history, but this seems a terribly inefficie ... uld love some advice. Thanks in advance! 2011-04-12 02:10
Plugins: RE: Default columns plugin
Put in the line 15 or something similar <% if User.current.allowed_to_globally?(:filter_issues_option, issues = nil) %> 2011-04-11 23:29
Plugins: RE: Contacts plugin
Hans Bangkok wrote: > I tried to register fo ... st that it be possible to associate existing issues with contacts rather than being forced to r ... all the other changes required to integrate issues with contacts (custom fields, search, queries etc.) > > Thanks. It is already possible in issue show page in sidebar 2011-04-11 21:57
Help: RE: Creating issues with email - 422 Unprocessable Entity
I mean line 253 2011-04-11 17:29
Help: RE: Creating issues with email - 422 Unprocessable Entity
Looks like app/models/mail_handler.rb#258 is ... ject identifier, but I was never getting one. 2011-04-11 17:29
Help: RE: Creating issues with email - 422 Unprocessable Entity
Guess that it should be in @MailHander#receiv ... app/controllers/mail_handler_controller.rb@). 2011-04-11 16:10
Help: RE: Creating issues with email - 422 Unprocessable Entity
Nevermind... I can't spell my own project ide ... can try to patch in some more useful errors. 2011-04-11 15:45
Help: RE: Creating issues with email - 422 Unprocessable Entity
bump, still no progress here 2011-04-11 14:36
Plugins: RE: Default columns plugin
After installing v0.0.7 in Redmine v1.1.2 I recieve the following error when trying to view the issues tab for a project: <pre> ArgumentError in Issues#index Showing vendor/plugins/redmine_default_columns/app/views/issues/index.rhtml where line #15 raised: wrong ... if User.current.allowed_to_globally?(:filter_issues_option) %> 16: <%# VVK changes start %> 1 ... <%# VVK changes end %> </pre> Any ideas? 2011-04-11 11:13
Plugins: RE: ToDo lists plugin
david lyons wrote: > @ivan and ricardo... > ... can think of - that its a javascript/browser issue. The last words are true :) And it helps ... [parent_object,:todo], :parent_id => todo, :issue_id => todo_issue), :method => :get, + :url => new_polym ... o], :only_path => true, :parent_id => todo, :issue_id => todo_issue), :method => :get, #{ :c ... ect.identifier.to_s + '/' if todo.project}#{'issues/' + todo_issue.to_s + '/' if todo_issue}#{todos_controller}/#{todo.id}", :action ... do_status_updated: Обновлено </code></pre> 2011-04-10 15:12
Plugins: RE: Sidebar Issue Control
Thomas Ruffler wrote: > Hello, > > I have ... hope someone can help me. > > @Processing IssuesController#show (for 94.217.59.239 at 2011-0 ... "action"=>"show", "id"=>"19", "controller"=>"issues"} > Rendering template within layouts/base > Rendering issues/show.rhtml > > ActionView::TemplateError ... _url_options[:host]) on line #6 of app/views/issues/_sidebar.rhtml: > 3: <% if @project %> > ... mary), :controller => 'reports', :action => 'issue_report', :id => @project %><br /> > 5: <% end %> > 6: <%= call_hook(:view_issues_sidebar_issues_bottom) %> > 7: > 8: <% if User.current.a ... status section [*] Show reassignee section 2011-04-09 19:07
(11826-11850/18307)