aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-09 14:33:49 -0400
committerJoey Hess <joey@kitenet.net>2010-06-09 14:39:17 -0400
commitcdf4292846e6fe0fb877809ef0906ff6bddf6bf9 (patch)
treec79c9fa5cfe8eee1f44aecd1f0843c6b5d7be319 /doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
parentba9b808c898a556541057ac9f524db2de2a33d77 (diff)
downloadikiwiki-cdf4292846e6fe0fb877809ef0906ff6bddf6bf9.tar
ikiwiki-cdf4292846e6fe0fb877809ef0906ff6bddf6bf9.tar.gz
Fix support for globbing in tagged() pagespecs.
The linktype check was being done on the relativised link target, but %typedlinks uses the same link targets as %links, so that didn't work. I think the bug only appeared when tagbase was not set. This bugfix also let me factor out the common typedlink checking code.
Diffstat (limited to 'doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn')
-rw-r--r--doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn b/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
index 9a55c0673..fba332949 100644
--- a/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
+++ b/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
@@ -29,4 +29,5 @@ I did not yet do any testing to figure out when this broke.
>> --[[tschwinge]]
>>> Only way I can reproduce something like this is if tagbase is not set.
+>>> I have fixed a bug there, see if it works for you?
>>> --[[Joey]]