Open GoogleCodeExporter opened 8 years ago
Manual @ http://www.mediawiki.org/wiki/Extension:Bugzilla_Reports. Pie charts
not
supported yet, although I've been thinking about doing that, so if there is
demand
I'll take a look at it.
Original comment by ian.homer@gmail.com
on 29 Jul 2009 at 7:44
yes it would be great if we could have vertical bar graphs and pie charts ...
like in
bugzilla itself on the media wiki page
I would be more than glad to help .. If required. Thank you for responding to
may query
Original comment by dhairy...@gmail.com
on 29 Jul 2009 at 9:31
hello I was going through the code of your extension and I was hoping to add the
functionality myself. Since you know your extension the best It would be great
if you
could tell me broadly what additions/modifications do I need to make to and what
would be the shortest way to achieve it
Original comment by dhairy...@gmail.com
on 10 Aug 2009 at 4:12
Good to you'll give it a go, quick high level overview:
* parameters defined in BugzillaQuery.php - you may want to use the "format"
parameter to drive the generation of charts, perhaps format=charts to generate a
chart. If you need to define other parameters add them to the list
* BugzillaQuery.php also builds up the SQL - the logic to create the SQL could
be
updated to support the chart format
* BugzillaQueryRenderer.php does the rendering of the markup. Create a branch
in
this logic to handle the chart format rendering
* You might want to separate the SQL building and the Chart rendering into new
PHP
files, because I guess they would be substantial pieces of logic and it might be
clearer to the logic in a separate class - up to you on this, depending what
you feel
is best
Original comment by ian.homer@gmail.com
on 10 Aug 2009 at 6:49
If you feel you've done the integration I can give it a test and give you SVN
write
access as appropriate
Original comment by ian.homer@gmail.com
on 10 Aug 2009 at 6:51
Original comment by ian.homer@gmail.com
on 12 Dec 2009 at 9:59
Hi there!
Does bugzillareports supports charts now? I want to use it on my corporate
wiki. Also I can help with development this feature.
Original comment by vladimir...@gmail.com
on 28 Nov 2011 at 11:02
No, sorry, never got the chance to get it in place. I'd appreciate the
assistance with the dev if you have time. Connect to me @
https://twitter.com/ianhomer and I'll get you set up.
Original comment by ian.homer@gmail.com
on 28 Nov 2011 at 5:58
Original issue reported on code.google.com by
dhairy...@gmail.com
on 24 Jul 2009 at 12:11