Note on fix
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>
Thu, 30 Oct 2008 00:02:02 +0000 (20:02 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 30 Oct 2008 00:02:02 +0000 (20:02 -0400)
doc/bugs/cannot_preview_shortcuts.mdwn

index 2e7ef13b78b7ca0c6917b40fd9d359b5c28d7fc5..7c830898da6099aa8e6b9c3454ce4ae0591fee1f 100644 (file)
@@ -2,3 +2,9 @@ Shortcuts such as \[[!google foo]] do not work when previewing pages.
 --[[JasonBlevins]]
 
 > Broken during the setup dumping changes, now fixed. --[[Joey]] [[done]]
+
+>> Just a quick note that this fix interacts with the way the `listdirectives`
+>> directive gets its list of non-shortcut directives.  At the moment it
+>> still works, but it relies on the fact that the `listdirectives` `checkconfig`
+>> hook is called before the `shortcut` `checkconfig` hook.
+>> -- [[Will]]