]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
response
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 17:31:22 +0000 (13:31 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 17:31:22 +0000 (13:31 -0400)
doc/todo/tracking_bugs_with_dependencies.mdwn

index 997961c408697bcb9d04624a07233e74c3590bb1..5e4bf75e6cf532f0519c781428f1813662604604 100644 (file)
@@ -122,6 +122,10 @@ The following three inlines work for me with this patch:
     
     [ [!inline pages="define(~bugs, bugs/* and ! */Discussion) and define(~openbugs,~bugs and !link(done)) and define(~readybugs,~openbugs and !link(~openbugs)) and ~readybugs" archive="yes"]]
 
+> Nice! Could the specfuncsref be passed in %params? I'd like to avoid
+> needing to change the prototype of every pagespec function, since several
+> plugins define them too. --[[Joey]]
+
 ----
 
 diff --git a/IkiWiki.pm b/IkiWiki.pm