id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 575,[patch] digest base on options too,moo,Peter Kropf,"{{{ #!patch @@ -145,7 +146,7 @@ buf.write('

Graphviz macro processor error: requested format (%s) not valid.

' % self.out_format) return buf.getvalue() - sha_key = sha.new(self.processor + content).hexdigest() + sha_key = sha.new(self.processor + content + self.processor_options).hexdigest() img_name = '%s.%s.%s' % (sha_key, self.processor, self.out_format) # cache: hash.. img_path = os.path.join(self.cache_dir, img_name) map_name = '%s.%s.map' % (sha_key, self.processor) # cache: hash..map }}} this should allow user to test graphviz settings in trac.ini much easier",enhancement,closed,lowest,GraphvizPlugin,trivial,fixed,,,0.9