Bug 4483 - add the Graphical Reports feature
Summary: add the Graphical Reports feature
Status: RESOLVED FIXED
Alias: None
Product: Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: unspecified
Hardware: i586 Linux
Priority: Normal enhancement
Target Milestone: ---
Assignee: Sysadmin Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-11 16:47 CET by Manuel Hiebel
Modified: 2012-04-29 15:28 CEST (History)
5 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Dan Joita 2012-03-07 11:18:25 CET

CC: (none) => djmarian4u
Summary: Add the Graphical Reports feature => add the Graphical Reports feature

Comment 1 Michael Scherer 2012-03-11 22:31:38 CET
That's a rather short explanation. Checksetup.pl will also create databases, etc, so i would not run it just to install some package or see what is missing.

CC: (none) => misc

Comment 2 Manuel Hiebel 2012-03-11 22:54:36 CET
well I don't know how works the bugzilla..

***********************************************************************
* OPTIONAL MODULES                                                    *
***********************************************************************
* Certain Perl modules are not required by Bugzilla, but by           *
* installing the latest version you gain access to additional         *
* features.                                                           *
*                                                                     *
* The optional modules you do not have installed are listed below,    *
* with the name of the feature they enable. Below that table are the  *
* commands to install each module.                                    *
***********************************************************************
*                    MODULE NAME * ENABLES FEATURE(S)                 *
***********************************************************************
*                    Template-GD * Graphical Reports                  *
*                     MIME-tools * Move Bugs Between Installations    *
*                     RadiusPerl * RADIUS Authentication              *
*                      SOAP-Lite * XML-RPC Interface                  *
*                       JSON-RPC * JSON-RPC Interface                 *
*                        JSON-XS * Make JSON-RPC Faster               *
*                     Test-Taint * JSON-RPC Interface, XML-RPC Interface *
*                  HTML-Scrubber * More HTML in Product/Group Descriptions *
* Email-MIME-Attachment-Stripper * Inbound Email                      *
*                    Email-Reply * Inbound Email                      *
*                    TheSchwartz * Mail Queueing                      *
*                 Daemon-Generic * Mail Queueing                      *
*                       mod_perl * mod_perl                           *
*               Apache-SizeLimit * mod_perl                           *
*             Math-Random-Secure * Improve cookie and token security  *
***********************************************************************
COMMANDS TO INSTALL OPTIONAL MODULES:

    Template-GD: urpmi 'perl(Template::Plugin::GD::Image)'
     MIME-tools: urpmi 'perl(MIME::Parser)'
     RadiusPerl: urpmi 'perl(Authen::Radius)'
      SOAP-Lite: urpmi 'perl(SOAP::Lite)'
       JSON-RPC: urpmi 'perl(JSON::RPC)'
        JSON-XS: urpmi 'perl(JSON::XS)'
     Test-Taint: urpmi 'perl(Test::Taint)'
  HTML-Scrubber: urpmi 'perl(HTML::Scrubber)'
Email-MIME-Attachment-Stripper: urpmi 'perl(Email::MIME::Attachment::Stripper)'
    Email-Reply: urpmi 'perl(Email::Reply)'
    TheSchwartz: urpmi 'perl(TheSchwartz)'
 Daemon-Generic: urpmi 'perl(Daemon::Generic)'
       mod_perl: urpmi 'perl(mod_perl2)'
Apache-SizeLimit: urpmi 'perl(Apache2::SizeLimit)'
Math-Random-Secure: urpmi 'perl(Math::Random::Secure)'
Comment 3 Michael Scherer 2012-03-11 23:02:48 CET
Yes, i also did read the source code and was about to commit the installation of the missing rpm. but there is no picture with the test request you gave.

So the error message is gone, but it doesn't work fine on firefox.
Comment 4 Frédéric "LpSolit" Buclin 2012-04-29 14:52:52 CEST
The reason you see no graph is because your graph is way too big (you want all reporters per component, which means a huge array). It's unrelated to some missing Perl module. Bugzilla refuses to display the graph if it's too large (over 2000x2000 pixels). You should rather use the tabular report:

https://bugs.mageia.org/report.cgi?action=wrap&bug_status=ASSIGNED&bug_status=NEW&bug_status=REOPENED&format=table&x_axis_field=component&y_axis_field=reporter


(In reply to comment #1)
> That's a rather short explanation. Checksetup.pl will also create databases,
> etc, so i would not run it just to install some package or see what is missing.

You simply have to run: ./checksetup.pl --check-modules

This will not alter the DB or existing files at all. This will simply display the information you need.

CC: (none) => LpSolit

Comment 5 Manuel Hiebel 2012-04-29 15:28:19 CEST
Yep it's working in fact.
Thanks misc and frédéric for the reminder.
Comment 6 Manuel Hiebel 2012-04-29 15:28:52 CEST
really closing

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.