Hi - Trac Graphviz Plugin v0.6 Release Notes ======================================= Mar 22, 2006
Graphviz plugin v0.6 for Trac is now available. The Graphviz wiki processor is a plugin for Trac that allows the the dynamic generation of diagrams by the various graphviz programs. The text of a wiki page can contain the source text for graphviz and the web browser will show the resulting image. Changes for release v0.6 ------------------------ * In render_macro, corrected the self.log.debug statements that were printing out the req.args and req.base_url. They are not always available. Removed the reference to req.base_url since it was not being used and may not always be an attribute to req. Resolves issue http://trac-hacks.org/ticket/193. * Added import for the inspect module. Resolves issue http://trac-hacks.org/ticket/236. The graphviz plugin macro home page can be found at: https://trac-hacks.swapoff.org/wiki/GraphvizPlugin The plugin has been tested on a Linux x86 system running python 2.4 with the 0.9.4 and latest subversion release of trac. Testing on other platforms would be appreciated. Bugs and enhancement requests can be submitted at: http://trac-hacks.swapoff.org/newticket?component=GraphvizPlugin&owner=pkropf My apologizes to all for the delays in getting these issues resolved. I will endeavor to be more proactive in monitoring the bugs and maintaining the graphviz code base. - Peter _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
