View Issue Details

IDProjectCategoryView StatusLast Update
0010631mantisbtreportspublic2009-10-07 14:20
Reporterj-b-m Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0rc1 
Fixed in Version1.2.0rc2 
Summary0010631: bug_graph_page.php missing from Graph plugin
Description

The Graph plugin adds a "Graph" entry in the "View issues" page. However that leads to a page called "bug_graph_page.php" that does not exist in mantis 1.2.0rc1...

Looks like the page existed before graph was turned to into a plugin. So you should either re-add the missing page (which would be great but probably needs some work) or remove the "Graph" link on the "View issues" page...

Steps To Reproduce

Go to "View issues", click on "Graph" link

TagsNo tags attached.

Activities

grangeway

grangeway

2009-06-26 20:32

reporter   ~0022284

Both the locations where we link to this call plugin_page() to do a relative link ( the file was moved). As per below it works for me:

Do you have any custom plugins loaded?

http://127.0.0.1:81/plugin.php?page=MantisGraph/bug_graph_page.php

C:\mantis\git\mantisbt\plugins\MantisGraph\MantisGraph.php (1 hits)
Line 82: return array( '<a href="' . plugin_page( 'bug_graph_page.php' ) . '">' . plugin_lang_get( 'graph_bug_page_link' ) . '</a>', );
C:\mantis\git\mantisbt\plugins\MantisGraph\pages\bug_graph_page.php (1 hits)
Line 61: <form name="graph_form" method="post" action="<?php echo plugin_page( 'bug_graph_page.php' ); ?>">

grangeway

grangeway

2009-06-26 20:32

reporter   ~0022285

Reminder sent to: jreese

John, can you share some ideas on this?

j-b-m

j-b-m

2009-06-27 02:47

reporter   ~0022286

I have no custom plugins loaded.

In the 1.2rc1 release, there is no bug_graph_page.php in plugins\MantisGraph\pages

Neither does the page appear on mantis's git repository:

http://git.mantisforge.org/w/mantisbt.git?a=tree;f=plugins/MantisGraph/pages;h=9a09ab077c74fe8ea6ec8e11bbb2d25e6e72d1e3;hb=HEAD

grangeway

grangeway

2009-06-27 07:10

reporter   ~0022287

sigh, we git ignore the plugin dir

Related Changesets

MantisBT: master ab73c517

2009-06-27 07:08

Paul Richards


Details Diff
Fix 0010631: bug_graph_page.php missing from Graph plugin Affected Issues
0010631
add - plugins/MantisGraph/pages/bug_graph_page.php Diff File
add - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File
add - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File

MantisBT: master-1.2.x 87dcaa16

2009-06-27 07:08

Paul Richards


Details Diff
Fix 0010631: bug_graph_page.php missing from Graph plugin Affected Issues
0010631
add - plugins/MantisGraph/pages/bug_graph_page.php Diff File
add - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File
add - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File