diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2008-10-29 20:02:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-10-29 20:02:02 -0400 |
commit | 1be6b0a6275917d12fd2a10da7f0d6dceab6f5fb (patch) | |
tree | 497cf0a5a6c51f7c5b0a8ff5e7006605757e8f3f /doc/bugs | |
parent | cb8fb03fc4a65eacefeb959d9c25a2b09aa68e07 (diff) | |
download | ikiwiki-1be6b0a6275917d12fd2a10da7f0d6dceab6f5fb.tar ikiwiki-1be6b0a6275917d12fd2a10da7f0d6dceab6f5fb.tar.gz |
Note on fix
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/cannot_preview_shortcuts.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
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]] |