master
http://smcv.pseudorandom.co.uk/ 2014-03-05 05:03:39 -04:00 committed by admin
parent 3ae5debefc
commit 8b1e67ef67
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
If you have a page like
[[!if test="enabled(smileys)" then=":-P"]]
then enabling or disabling the smileys plugin will not rebuild it.
Unfortunately, I can't think of a good way to solve this without
introducing a special case for `enabled()` in Render.pm, either a
new dependency type `"enabled(smileys)" => $DEPENDS_ENABLED`
or a special case that treats `"enabled(smileys)" => $DEPENDS_PRESENCE`
differently. --[[smcv]]