aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/filecheck_failing_to_find_files.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-25 14:39:09 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-25 14:39:09 -0400
commit3d671ea8c1df4534d8ffa59b235dd6ded99bb13f (patch)
tree32f3d7f75a7422a8c6867d93ce4c7db933624268 /doc/bugs/filecheck_failing_to_find_files.mdwn
parentb19fb349f57e7dd9914aae728c5243dc6640026f (diff)
downloadikiwiki-3d671ea8c1df4534d8ffa59b235dd6ded99bb13f.tar
ikiwiki-3d671ea8c1df4534d8ffa59b235dd6ded99bb13f.tar.gz
filecheck: Fix bug that prevented the pagespecs from matching when not called by attachment plugin.
Diffstat (limited to 'doc/bugs/filecheck_failing_to_find_files.mdwn')
-rw-r--r--doc/bugs/filecheck_failing_to_find_files.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/filecheck_failing_to_find_files.mdwn b/doc/bugs/filecheck_failing_to_find_files.mdwn
index be6cdbb20..e896f2129 100644
--- a/doc/bugs/filecheck_failing_to_find_files.mdwn
+++ b/doc/bugs/filecheck_failing_to_find_files.mdwn
@@ -10,6 +10,11 @@ It turns out that the filecheck plugin couldn't find the file, because it was me
>> But if it is given `/path/to/srcdir/foo/bar.gif` instead, then it *can* find the file, and returns the mime-type correctly.
>> --[[KathrynAndersen]]
+>>> Ok, so it's not removal specific, can in fact be triggered by using
+>>> testpagespec (or really anything besides attachment, which passes
+>>> the filename parameter). Nor is it limited to mimetype, all the tests in
+>>> filecheck have the problem. [[Fixed|done]] --[[Joey]]
+
The following patch fixes the problem:
diff --git a/IkiWiki/Plugin/filecheck.pm b/IkiWiki/Plugin/filecheck.pm