]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/templates/discussion.mdwn
Added a comment: I have narrowed this problem down.
[git.ikiwiki.info.git] / doc / templates / discussion.mdwn
index 612cced4499ff80df875e0fd57248eb83ed0805a..030a842cde202faa93718bd6d366750b8ca8c474 100644 (file)
@@ -59,6 +59,9 @@ album and img plugins. --[[kjs]]
 >> Thanks, that was the hint I needed to be able to reproduce this bug. It seems
 >> to have been caused by an optimization: please try applying
 >> [commit 5fd863b5](http://source.ikiwiki.branchable.com/?p=source.git;a=commitdiff;h=5fd863b5b05449669ec56c6798d836e3302386e2)
->> to your Render.pm. I'll try to work out a way to have the optimization
->> without the correctness impact, but for now, reverting the optimization
->> seems like the way forward. --s
+>> to your Render.pm. A follow-up commit partially restores the optimization,
+>> only for rebuilds. --[[smcv]]
+
+>>> I've applied both your patches and as far as I can tell it's now working
+>>> as expected. Templates get rendered even if rebuild is triggered by
+>>> comments on another page. --[[kjs]]