Note on fix

master
http://www.cse.unsw.edu.au/~willu/ 2008-10-29 20:02:02 -04:00 committed by Joey Hess
parent cb8fb03fc4
commit 1be6b0a627
1 changed files with 6 additions and 0 deletions

View 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]]