From: http://www.cse.unsw.edu.au/~willu/ Date: Thu, 30 Oct 2008 00:02:02 +0000 (-0400) Subject: Note on fix X-Git-Tag: 2.68~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1be6b0a6275917d12fd2a10da7f0d6dceab6f5fb;p=ikiwiki.git Note on fix --- diff --git a/doc/bugs/cannot_preview_shortcuts.mdwn b/doc/bugs/cannot_preview_shortcuts.mdwn index 2e7ef13b7..7c830898d 100644 --- a/doc/bugs/cannot_preview_shortcuts.mdwn +++ b/doc/bugs/cannot_preview_shortcuts.mdwn @@ -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]]