Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Jeferson Oliveira <jefersonfoliveira@gm...> - 2009-09-21 15:06:54
Attachments:
Message as HTML
|
On Mon, Sep 21, 2009 at 12:04 PM, Gianluca Sforna wrote: > I believe this was fixed lately by David > Ok. I will try to find time to test this in some of the nightly builds. Thank you! |
From: Jeferson Oliveira <jefersonfoliveira@gm...> - 2009-09-17 01:21:41
|
Hi! Could someone point to some document (manual, wiki, issues, ...) that explain how to use graphs in Mantis 1.2.0rc1? I found some bugs like http://www.mantisbt.org/bugs/view.php?id=10761 but I must confess I didn't get what must be set up to get the graphs working. I also noticed the variables related to jpgraph marked as obsolete in core/obsolete.php: #changes in 1.2.0rc config_obsolete( 'jpgraph_path', '' ); config_obsolete( 'use_jpgraph', '' ); config_obsolete( 'jpgraph_antialias', '' ); Any help is appreciated. -- Regards, Jeferson Oliveira Brazil |
From: Gianluca Sforna <giallu@gm...> - 2009-09-17 06:50:53
|
Disclaimer: I don'ìt use the feature due to the jpgraph license, so I can verify some of the statements below. YMMV On Thu, Sep 17, 2009 at 3:21 AM, Jeferson Oliveira <jefersonfoliveira@...> wrote: > Could someone point to some document (manual, wiki, issues, ...) that > explain how to use graphs in Mantis 1.2.0rc1? I'm not sure if the change was documented but the jpgraph based feature was moved to a plugin; that means you will need to install and activate it in manage_plugin_page.php, making sure you also install jpgraph in a reachable place; that means you need to either set $g_jpgraph_path appropriately or copy it in a library/jpgraph directory. > > I found some bugs like http://www.mantisbt.org/bugs/view.php?id=10761 > but I must confess I didn't get what must be set up to get the graphs > working. > > I also noticed the variables related to jpgraph marked as obsolete in > core/obsolete.php: > #changes in 1.2.0rc > config_obsolete( 'jpgraph_path', '' ); > config_obsolete( 'use_jpgraph', '' ); > config_obsolete( 'jpgraph_antialias', '' ); > correct, that's surely a side effect of moving the code to a plugin; OTH, if jpgraph_path is still marked as obsotete that looks like a bug given we reference it in the commit linked in the bug report. Cheers G. -- Gianluca Sforna http://morefedora.blogspot.com http://www.linkedin.com/in/gianlucasforna |
From: Jeferson Oliveira <jefersonfoliveira@gm...> - 2009-09-17 13:14:24
|
Hi Gianluca! I have installed and configured that graph plugin, via the plugin manager (great new feature! congratulations to the dev team!). Thank you for your answers! As you don't use jpGraph (but you use any other graph library?) maybe my questions are for others. I need graphs, and not necessarily jpgraph. The path for jpgraph is correctly defined. Tried also selecting "Use bundled" in the plugin configuration settings. In both situations the graph screen (with only the arrows) are displayed. No errors, but also no graphs. Any tips are welcome! -- Regards Jeferson Oliveira Brazil On Thu, Sep 17, 2009 at 3:50 AM, Gianluca Sforna <giallu@...> wrote: > Disclaimer: I don'ìt use the feature due to the jpgraph license, so I > can verify some of the statements below. YMMV > > On Thu, Sep 17, 2009 at 3:21 AM, Jeferson Oliveira > <jefersonfoliveira@...> wrote: >> Could someone point to some document (manual, wiki, issues, ...) that >> explain how to use graphs in Mantis 1.2.0rc1? > > I'm not sure if the change was documented but the jpgraph based > feature was moved to a plugin; that means you will need to install and > activate it in manage_plugin_page.php, making sure you also install > jpgraph in a reachable place; that means you need to either set > $g_jpgraph_path appropriately or copy it in a library/jpgraph > directory. > >> >> I found some bugs like http://www.mantisbt.org/bugs/view.php?id=10761 >> but I must confess I didn't get what must be set up to get the graphs >> working. >> >> I also noticed the variables related to jpgraph marked as obsolete in >> core/obsolete.php: >> #changes in 1.2.0rc >> config_obsolete( 'jpgraph_path', '' ); >> config_obsolete( 'use_jpgraph', '' ); >> config_obsolete( 'jpgraph_antialias', '' ); >> > correct, that's surely a side effect of moving the code to a plugin; > OTH, if jpgraph_path is still marked as obsotete that looks like a bug > given we reference it in the commit linked in the bug report. > > Cheers > > G. > > -- > Gianluca Sforna > > http://morefedora.blogspot.com > http://www.linkedin.com/in/gianlucasforna > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > mantisbt-dev mailing list > mantisbt-dev@... > https://lists.sourceforge.net/lists/listinfo/mantisbt-dev > |
From: John Reese <jreese@le...> - 2009-09-17 15:22:03
|
Jeferson Oliveira wrote: > Hi Gianluca! > > I have installed and configured that graph plugin, via the plugin > manager (great new feature! congratulations to the dev team!). Thanks for the feedback. :) > As you don't use jpGraph (but you use any other graph library?) maybe > my questions are for others. > I need graphs, and not necessarily jpgraph. > The path for jpgraph is correctly defined. > Tried also selecting "Use bundled" in the plugin configuration settings. > In both situations the graph screen (with only the arrows) are > displayed. No errors, but also no graphs. I think Paul is probably the best dev for you to talk with, as he's the one who made all the changes to graphs recently. But seeing as he doesn't like reading his email very often, you probably will have better lucky catching him on IRC (#mantishelp on irc.freenode.net). He goes by paulr, paul_, paul__, etc Cheers -- John Reese LeetCode.net |
From: Jeferson Oliveira <jefersonfoliveira@gm...> - 2009-09-21 14:38:46
Attachments:
Message as HTML
|
On Thu, Sep 17, 2009 at 12:21 PM, John Reese wrote: > I think Paul is probably the best dev for you to talk with, as he's the one > who > made all the changes to graphs recently. But seeing as he doesn't like > reading > his email very often, you probably will have better lucky catching him on > IRC > (#mantishelp on irc.freenode.net). He goes by paulr, paul_, paul__, etc > I will try contact Paul there later today. Thank you John! |
From: Jeferson Oliveira <jefersonfoliveira@gm...> - 2009-09-21 14:37:54
Attachments:
Message as HTML
|
On Thu, Sep 17, 2009 at 3:50 AM, Gianluca Sforna wrote: > if jpgraph_path is still marked as obsotete that looks like a bug > given we reference it in the commit linked in the bug report. > $g_jpgraph_path is being ignored. plugins/MantisGraph/core/graph_api.php requires that jpgraph files are in a subdirectory called jpgraph, as we can see at line 27: require_once( 'jpgraph/jpgraph.php' ); I just move the jpgraph "src" folder to "plugins/MantisGraph/core/" and rename it to "jpgraph" ant now all the summary graphs work properly. :-) But the dependencies graph are still not working. Is there any new setting for enable the dependencies graph? |
From: Jeferson Oliveira <jefersonfoliveira@gm...> - 2009-09-21 15:02:12
Attachments:
Message as HTML
|
On Mon, Sep 21, 2009 at 11:37 AM, Jeferson Oliveira wrote: > > But the dependencies graph are still not working. Is there any new setting > for enable the dependencies graph? > > Understood! Dindn't find any doc, but I just installed GraphViz in my Ubuntu server to get the relations graph to work and now the dependencies graph are also up and running! :-) If I recall correctly, in the past the dependencies graphs used to use jpgraph and only the relations graph were rendered by GraphViz. But, anyway, now the graph problem is solved, and I hope this conclusions I wrote here can help others. Thank you all for the attention! |
From: Gianluca Sforna <giallu@gm...> - 2009-09-21 15:04:17
|
On Mon, Sep 21, 2009 at 4:37 PM, Jeferson Oliveira <jefersonfoliveira@...> wrote: > $g_jpgraph_path is being ignored. I believe this was fixed lately by David -- Gianluca Sforna http://morefedora.blogspot.com http://www.linkedin.com/in/gianlucasforna |
From: Jeferson Oliveira <jefersonfoliveira@gm...> - 2009-09-21 15:06:54
Attachments:
Message as HTML
|
On Mon, Sep 21, 2009 at 12:04 PM, Gianluca Sforna wrote: > I believe this was fixed lately by David > Ok. I will try to find time to test this in some of the nightly builds. Thank you! |
From: David Hicks <hickseydr@op...> - 2009-09-22 00:50:13
|
Actually not yet - it is currently in my git working copy pending a few last minute changes. Basically I'm moving these configuration options from the core config to the plugin config where they belong. Regards, David On Mon, 2009-09-21 at 17:04 +0200, Gianluca Sforna wrote: > On Mon, Sep 21, 2009 at 4:37 PM, Jeferson Oliveira > <jefersonfoliveira@...> wrote: > > $g_jpgraph_path is being ignored. > > I believe this was fixed lately by David > |