]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
graphviz: Fix breakage of the name of the preprocessor directive.
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 14 Aug 2008 18:44:30 +0000 (14:44 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 14 Aug 2008 18:44:30 +0000 (14:44 -0400)
IkiWiki/Plugin/graphviz.pm
debian/changelog
doc/bugs/Graphviz_plug-in_directive_changed_in_2.60.mdwn

index 999edd8ee6d23ce756e13a1a1cf862eec2a86753..20b419413094f5f7dbbbd16ec78efca947da3e01 100644 (file)
@@ -10,7 +10,7 @@ use IPC::Open2;
 
 sub import { #{{{
        hook(type => "getsetup", id => "graphviz", call => \&getsetup);
-       hook(type => "preprocess", id => "graphviz", call => \&graph);
+       hook(type => "preprocess", id => "graph", call => \&graph);
 } # }}}
 
 sub getsetup () { #{{{
index f23d9c56cafcb9793c9818af0dec76bee7b31247..240884cbf75aec833f0ba3ece459b81a030eccdd 100644 (file)
@@ -1,6 +1,7 @@
 ikiwiki (2.61) UNRELEASED; urgency=low
 
   * poll: Fix typo that broke plugin.
+  * graphviz: Fix breakage of the name of the preprocessor directive.
 
  -- Joey Hess <joeyh@debian.org>  Tue, 12 Aug 2008 15:48:36 -0400
 
index b2b66c3f1e96c3e3514b442b6aae56d72796ca54..8dffdf9f83b8bef668254cfe27af9c7fd0a1fe2e 100644 (file)
@@ -5,3 +5,7 @@ If yes, the [[plugins/graphviz]] plug-in documentation needs updating, and a hea
 Personally, I like the new directive name better since it will allow us to add other graph plug-ins later.
 
   -- [[HenrikBrixAndersen]]
+
+> No, that change was not made intentionally. I don't want to bother people
+> with such a transition. Though it would be nice if it had a less generic
+> name. Changed back. [[tag done]] --[[Joey]]