diff options
author | intrigeri <intrigeri@boum.org> | 2010-12-22 19:59:07 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-12-22 19:59:07 +0100 |
commit | 64d4a4ab9c2ffe2d87fb604a431513d06c916aa2 (patch) | |
tree | 1da7c86ccce090abdbcc8e5817e40a92e4ed157b /doc/bugs | |
parent | 724f29373613518a75c653bbc695848d2f83f47b (diff) | |
download | ikiwiki-64d4a4ab9c2ffe2d87fb604a431513d06c916aa2.tar ikiwiki-64d4a4ab9c2ffe2d87fb604a431513d06c916aa2.tar.gz |
Hunt the bug => workaround. Please review.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/po:_plugin_should_not_override_the_title_on_the_homepage.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/po:_plugin_should_not_override_the_title_on_the_homepage.mdwn b/doc/bugs/po:_plugin_should_not_override_the_title_on_the_homepage.mdwn index 1d163d300..ed26a5a3f 100644 --- a/doc/bugs/po:_plugin_should_not_override_the_title_on_the_homepage.mdwn +++ b/doc/bugs/po:_plugin_should_not_override_the_title_on_the_homepage.mdwn @@ -40,3 +40,17 @@ Thanks. > --[[intrigeri]] >> Commit 406485917 looks fine to me, FWIW --[[smcv]] + +>>> I tracked the HTML::Template bug (or missing documentation?) a bit +>>> more. This lead to commit b2a2246ba in my po branch, that enables +>>> HTML::Template's parent_global_vars option which makes +>>> title_overridden work. +>>> +>>> OTOH I feel this workaround is a bit ugly as this option is not +>>> documented. IMHO being forced to use it reveals a bug in +>>> HTML::Template. I reported this: +>>> https://rt.cpan.org/Public/Bug/Display.html?id=64158. +>>> +>>> But still, I think we need to apply the workaround as +>>> HTML::Template's author has not updated any dist on CPAN for more +>>> than one year. --[[intrigeri]] |