MantisBT: master 3b73bef9

Author Committer Branch Timestamp Parent
dregad dregad master 2023-09-29 12:58 master 9e914788
Affected Issues  0034609: Redundant config settings $g_dot_tool and $g_neato_tool
Changeset

New $g_graphviz_path config

Replaces $g_dot_tool and $g_neato_tool which are now obsolete.

Define new constants in Graph class to specify the individual tool to
use when instantiating the class; the graphviz tool path is built
by the constructor.

Adapted usage in relationship graph API and workflow graph.

Updated documentation

Fixes 0034609

mod - config_defaults_inc.php Diff File
mod - core/graphviz_api.php Diff File
mod - core/obsolete.php Diff File
mod - core/relationship_graph_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/relationship.xml Diff File
mod - workflow_graph_img.php Diff File