aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/depends_simple_mixup.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-22 00:12:15 -0400
committerJoey Hess <joey@kitenet.net>2010-04-22 00:18:20 -0400
commit2b175d7c1fe997277800c0d501332e96de475c6d (patch)
treee022416ed318e339e5ce5b39f9f4037e71afdd14 /doc/bugs/depends_simple_mixup.mdwn
parentbc6d6026093ae6f2bfd72a2c06887358a0e59b6b (diff)
downloadikiwiki-2b175d7c1fe997277800c0d501332e96de475c6d.tar
ikiwiki-2b175d7c1fe997277800c0d501332e96de475c6d.tar.gz
improved fix for depends_simple_mixup
Avoid adding the page matched against as an influence for currently failing pagespec matches, while still adding any other influences. This avoids bloating depends_simple with lots of bogus influences when matching eg, "!link(done)". It's only necessary for the page being tested to be an influence of that if the page matches.
Diffstat (limited to 'doc/bugs/depends_simple_mixup.mdwn')
-rw-r--r--doc/bugs/depends_simple_mixup.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/depends_simple_mixup.mdwn b/doc/bugs/depends_simple_mixup.mdwn
index 79bfa8bdc..a5910d02e 100644
--- a/doc/bugs/depends_simple_mixup.mdwn
+++ b/doc/bugs/depends_simple_mixup.mdwn
@@ -81,4 +81,8 @@ non-$page influences.
Hmm, commit f2b3d1341447cbf29189ab490daae418fbe5d02d seems
thuroughly wrong. So, what about influence info for other matches
like `!author(foo)` etc? Currently, none is returned, but it should
-be a content influence. (Backlink influence data is ok.)
+be a content influence. (Backlink influence data seems ok.)
+
+----
+
+[[done]] again!