]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/po:_plugin_should_not_override_the_title_on_the_homepage.mdwn
properly encode and decode from/to utf8 when sending rpc to ikiwiki
[ikiwiki.git] / doc / bugs / po:_plugin_should_not_override_the_title_on_the_homepage.mdwn
index 1d163d3000faee53e797df0c2bd3c90ef99700f2..8f9374707cd8c352666ac4ff95231895783b962a 100644 (file)
@@ -40,3 +40,19 @@ 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]]
+
+>>>> All merged, [[done]]. --[[Joey]]