PS. I still use ikiwiki 1.50 backported for Debian 'sarge'.
---Pawel
+--[[Paweł|ptecza]]
---
+ }
+
+ return eval $newpagespec;
- } #}}}
+ }
package IkiWiki::PageSpec;
Could you please fix that patch? I guess how to do it, but I don't want
to break the code I distribute in my backport ;)
---Pawel
+--[[Paweł|ptecza]]
> It's not my patch.. IIRC my suggestion was simply to do this: --[Joey]]
+ my $ret=eval possibly_foolish_untaint(pagespec_translate($spec));
return IkiWiki::FailReason->new("syntax error") if $@;
return $ret;
- } #}}}
+ }
>> Thanks a lot, Joey! It works :)
>>
>> BTW, I was quite sure that you sent me the old patch via e-mail long time ago.
>> Maybe I found it at old ikiwiki home page? I don't remember it now.
>>
->> --Pawel
\ No newline at end of file
+>> --[[Paweł|ptecza]]
+
+----
+
+I'm marking this [[done]] since it only affects sarge. Sarge users should
+use the patch above. --[[Joey]]