MantisBT: master-1.2.x f07480d8

Author Committer Branch Timestamp Parent
Glenn Henshaw Glenn Henshaw master-1.2.x 2009-07-14 20:36 master-1.2.x 03111aa6
Affected Issues  0010694: graph by category broken
Changeset

fixed bug 0010694: graph by category broken

  • select bug category by id and use bug history referencing
    category field in bug_graph_bycategory.
  • fix mapping of category_id in category summary graph

fixed presentation of dates in graph data tables

  • use config variable "date_short_format"

fixed setting of alternate font paths in jpgraph

  • jpgraph will set a constant on first incluse of the class. After
    this, the path can't be changed. Moved this setting to the includes.
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File
mod - plugins/MantisGraph/core/graph_api.php Diff File