Open cforce opened 11 years ago
You can use this fork instead:
https://github.com/Rumega/Redmine-Workload-Dnoise.git
I'm currently using it on redmine 2.2 but with one minor fix:
on row 78 inside file:
redmine_dnoise_workload\app\views\work_load\show.html.erb
change this: $("query_form").submit()' with this: $("#query_form").submit()'
THis doesn't help! It look like the query simply takes too long or the response is not returned valid. The browser loads forever until proxy says timeout.
Is ther ane version which is works and tested on redmine 2.1 ior above?
Migrtaion worked and server starts up, i can see plugin in plugin list and when i click on main "workload" menu item after some time the request times out. I can 'T see any errors on server log which look like this
Started GET "/work_load/show" for 172.25.252.99 at 2012-12-19 14:21:08 +0100 Processing by WorkLoadController#show as HTML Current user: 00001276 (id=3) Rendered plugins/redmine_contacts/app/views/issues/_contacts.html.erb (0.0ms) Rendered plugins/redmine_contacts_helpdesk/app/views/issues/_helpdesk_customer_profile.html.erb (0.0ms) Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_template_link.html.erb (0.0ms) [redmine_tags] Unknown sorting option: <:> Rendered plugins/redmine_tags/app/views/issues/_tags_sidebar.html.erb (797.0ms) Rendered plugins/redmine_anonymous_watchers/app/views/issues/_sidebar_anonymous_watchers.html.erb (0.0ms) Rendered issues/_sidebar.html.erb (820.0ms) Rendered plugins/redmine_dnoise_workload/app/views/work_load/show.html.erb within layouts/base (212644.0ms) Rendered plugins/redmine_code_review/app/views/code_review/_html_header.html.erb (1.0ms) Rendered inline template (3.0ms) Rendered plugins/redmine_incoming_mail_log/app/views/hooks/_incoming_mail_log_stylesheet.erb (1.0ms) Rendered plugins/redmine_private_wiki/app/views/hooks/_html_header.html.erb (0.0ms) Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_html_header.html.erb (0.0ms) Rendered plugins/redmine_favourite_projects/app/views/favourite_projects/_favourite_projects_searchbox_partial.html.erb (1.0ms) Rendered plugins/redmine_banner/app/views/banner/_project_body_bottom.html.erb (0.0ms) Rendered plugins/redmine_code_review/app/views/code_review/_body_bottom.html.erb (0.0ms) Rendered plugins/redmine_favourite_projects/app/views/favourite_projects/_update_menu.erb (0.0ms) Rendered plugins/redmine_private_wiki/app/views/hooks/_body_bottom.html.erb (0.0ms) Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_body_bottom.html.erb (0.0ms) Completed 200 OK in 215826ms (Views: 211426.0ms | ActiveRecord: 2100.0ms)