View Issue Details

IDProjectCategoryView StatusLast Update
0013083mantisbtreportspublic2014-09-23 18:05
Reportermame Assigned Torombert  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.5 
Target Version1.2.9Fixed in Version1.2.9 
Summary0013083: Only 50 bugs (default) are shown
Description

On view_all_bug_page.php: When you click on the graph-Link, only the number of the viewing issues (default 50) bugs are shown in the graph.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

mame

mame

2011-06-15 05:42

reporter   ~0028999

I set $t_per_page = -1 on bug_graph_bystatus and bug_graph_bycategory (line 51). Now all bugs for the selected project are shown.

VeMag

VeMag

2011-11-28 09:22

reporter   ~0030350

My first contribution for mantisbt :
https://github.com/mantisbt/mantisbt/pull/26

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036346

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 8867520a

2011-11-28 01:06

VeMag


Details Diff
Fix 0013083: Only 50 bugs (default) are shown

function call filter_api.php, line 1034 it's writen "-1 indicates you want to see all bugs"
Affected Issues
0013083
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File

MantisBT: master-1.2.x 501d30bd

2011-11-28 01:06

VeMag


Details Diff
Fix 0013083: Only 50 bugs (default) are shown

function call filter_api.php, line 1034 it's writen "-1 indicates you want to see all bugs"
Affected Issues
0013083
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File