]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
more changelog and bug-closing
[ikiwiki.git] / doc / bugs / editing_gitbranch_template_is_really_slow.mdwn
index 57fdbbf4e953dd8b8ee24d1c20694104c8563541..22733e6fee541487a49e7fdc8185db2949c1acc2 100644 (file)
@@ -33,11 +33,11 @@ of the problem is that it evaluates the pagespec
 > [[!template id=gitbranch branch=smcv/ready/perf
 author="[[Simon McVittie|smcv]]"
 browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/perf]]
-> [[!tag patch]]
+> [[!tag patch users/smcv/ready]]
 >
 > Previously, if a page like `plugins/trail` contained a conditional like
 >
->     [[!if test="backlink(plugins/goodstuff)" all=no]]
+>     \[[!if test="backlink(plugins/goodstuff)" all=no]]
 >
 > (which it gets via `templates/gitbranch`), then the
 > [[plugins/conditional]] plugin would give `plugins/trail` a dependency on
@@ -63,3 +63,5 @@ browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/
 > `bestlink` is still the single most expensive function in this refresh
 > at ~ 9.5s, with `match_glob` at ~ 5.2s as the runner-up.
 > --[[smcv]]
+
+>> [[merged|done]] --[[smcv]]