MantisBT: master 629a6760

Author Committer Branch Timestamp Parent
grangeway grangeway master 2010-08-14 14:17 master e7ee768d
Affected Issues  0005037: No more rel. graphs with PHP 4.3.10 and Win2K
 0006178: relationship graph is empty
 0006620: Relationgraph is not displayed
 0008694: Relationship/Dependency graphs fail
Changeset

Fix: 0005037
Fix: 0006620
Fix: 0006178
Fix: 0008694

Remove support for wingraphviz. If people don't want to allow IIS to access cmd.exe, it would probably
be more sensible to write a dotnet wrapper around graphviz (e.g. http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html)

However, that still needs a medium/full trust environment in asp.net I believe.

Windows users can install graphviz by downloading, the MSI from graphviz.org, allowing access to cmd.exe to the php application pool in IIS, and modifying the dot/neato paths.

mod - core/graphviz_api.php Diff File
mod - config_defaults_inc.php Diff File