From: fr33domlover Date: Wed, 18 Feb 2015 22:21:13 +0000 (-0400) Subject: Report a bug X-Git-Tag: debian/3.20150329~68 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/66d917d07197139ac18309d0b8d5ba82e837f3c0?ds=inline;hp=7f5cfbf239123b42666cd1cfc4e52d2e71d7edc4 Report a bug --- diff --git a/doc/bugs/trailitems_fails_inside_template.mdwn b/doc/bugs/trailitems_fails_inside_template.mdwn new file mode 100644 index 000000000..477745793 --- /dev/null +++ b/doc/bugs/trailitems_fails_inside_template.mdwn @@ -0,0 +1,28 @@ +In my wiki I have a template page under `/templates` that looks like this: + + \[[!inline + pages="/* and !/*/*" + show=0 + template=titlepage + feeds=no + sort=title]] + + \[[!trailitems + pages="/* and !/*/*" + sort=title]] + +I tested this page with many variations and by trial and error reached a conclusion that +when using `trailitems` with a path that contains TMPL_VAR, or using the inline directive +with `trail=yes` and a `pages` that contains TMPL_VAR, the trail plugin (or something else?) +seems to not resolve the TMPL_VAR and ikiwiki fails to compile the wiki, and I get this: + + syntax error in pagespec "/* and !/*/*" + +on the command line. + +Until I get feedback here I'll try to look at the source and see if I figure it out. +My ikiwiki version: 3.20130904 + +Huge thanks in advance! + +--[[fr33domlover]]