Project

General

Profile

Graphs plugin

Added by Brad Beattie about 15 years ago

Hey folks, I'm working on a graphs plugin for Redmine that augments the exiting SVG use (like in repository statistics). Attached is the first instance I've implemented: a graph of issues over time for a given target version.

Is there anything else anyone wants? These things seem relatively easy to implement.


Replies (104)

RE: Graphs plugin - Added by Steve Overton about 14 years ago

Thanks Kevin. Looks good.

RE: Graphs plugin - Added by Victor Gaydov over 13 years ago

Russian locale

ru.yml (491 Bytes) ru.yml

RE: Graphs plugin - Added by Gusts Kaksis over 13 years ago

Hey, there seems to be a problem in Graphs plugin on RedMine 1.0.1. I Just did a migration 0.8.6 -> 1.0.1 and installed a graphs plugin as shown in Wiki, but there seems to be some problem while loading Issue view. Apache error log was silent about it, but when I tried WEBrick it showed me this:

Processing IssuesController#index (for 192.168.1.10 at 2010-09-22 20:02:26) [GET]
  Parameters: {"action"=>"index", "query_id"=>"2", "controller"=>"issues"}
Rendering template within layouts/base
Rendering issues/index.rhtml

ActionView::TemplateError (There is no key called 'label_graphs' in the en strings.) on line #6 of app/views/issues/_sidebar.rhtml:
3: <% if @project %>
4: <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br />
5: <% end %>
6: <%= call_hook(:view_issues_sidebar_issues_bottom) %>
7:
8: <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
9:      <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br />

    lib/redmine/hook.rb:63:in `send'
    lib/redmine/hook.rb:63:in `call_hook'
    lib/redmine/hook.rb:63:in `each'
    lib/redmine/hook.rb:63:in `call_hook'
    lib/redmine/hook.rb:60:in `call_hook'
    lib/redmine/hook.rb:144:in `call_hook'
    app/views/issues/_sidebar.rhtml:6:in `_run_rhtml_app47views47issues47_sidebar46rhtml_locals_object_sidebar'
    app/views/issues/index.rhtml:76:in `_run_rhtml_app47views47issues47index46rhtml'
    app/helpers/application_helper.rb:797:in `content_for'
    app/views/issues/index.rhtml:75:in `_run_rhtml_app47views47issues47index46rhtml'
    app/controllers/issues_controller.rb:83:in `index'
    app/controllers/issues_controller.rb:82:in `index'
    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering /var/www/redmine/public/500.html (500 Internal Server Error)

It does not actually show anything about Graphs plugin, but once I remove it from vendors/plugins directory, the error goes away.

Any ideas?

RE: Graphs plugin - Added by Rafael Munhoz over 10 years ago

Do not worked on the 2.3.3 stable version. When installed the tabs of Issues, Calendar and Gantt disappear.

(101-104/104)