Mantis Bug Tracker
 

View Issue Details Jump to Notes ] Wiki ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010631mantisbtgraphspublic2009-06-26 20:072009-10-07 14:20
Reporterj-b-m 
Assigned Tograngeway 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.2.0rc1 
Target VersionFixed in Version1.2.0rc2 
Summary0010631: bug_graph_page.php missing from Graph plugin
DescriptionThe 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 ReproduceGo to "View issues", click on "Graph" link
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (0022284)
grangeway (developer)
2009-06-26 20:32

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( '' . plugin_page( 'bug_graph_page.php' ) . '', );
  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' ); ?>">
User avatar (0022285)
grangeway (developer)
2009-06-26 20:32

Reminder sent to: jreese

John, can you share some ideas on this?
User avatar (0022286)
j-b-m (reporter)
2009-06-27 02:47

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 [^]
User avatar (0022287)
grangeway (developer)
2009-06-27 07:10

*sigh*, we git ignore the plugin dir

- Related Changesets
MantisBT: master ab73c517
Timestamp: 2009-06-27 11:08:37
Author: Paul Richards
Details ] Diff ]
Fix 0010631: bug_graph_page.php missing from Graph plugin
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
Timestamp: 2009-06-27 11:08:37
Author: Paul Richards
Details ] Diff ]
Fix 0010631: bug_graph_page.php missing from Graph plugin
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 ]

- Issue History
Date Modified Username Field Change
2009-06-26 20:07 j-b-m New Issue
2009-06-26 20:32 grangeway Note Added: 0022284
2009-06-26 20:32 grangeway Issue Monitored: jreese
2009-06-26 20:32 grangeway Note Added: 0022285
2009-06-27 02:47 j-b-m Note Added: 0022286
2009-06-27 07:10 Changeset attached master ab73c517 =>
2009-06-27 07:10 grangeway Note Added: 0022287
2009-06-27 07:10 grangeway Status new => resolved
2009-06-27 07:10 grangeway Resolution open => fixed
2009-06-27 07:10 grangeway Assigned To => grangeway
2009-06-27 07:11 grangeway Fixed in Version => 1.2.x
2009-06-28 07:10 Changeset attached master-1.2.x 87dcaa16 =>
2009-10-07 14:20 jreese Status resolved => closed


MantisBT 1.2.2 git master-1.2.x[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.2280 seconds.
memory usage: 1,960 KB
Powered by Mantis Bugtracker