Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redmine 2.2 compatibility? #13

Open
cforce opened this issue Dec 19, 2012 · 2 comments
Open

redmine 2.2 compatibility? #13

cforce opened this issue Dec 19, 2012 · 2 comments

Comments

@cforce
Copy link

cforce commented Dec 19, 2012

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)

@andreav
Copy link

andreav commented Dec 19, 2012

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()'

@cforce
Copy link
Author

cforce commented Dec 19, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants