]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Improve templates testing. Thanks, smcv
authorJoey Hess <joey@kitenet.net>
Sun, 23 Feb 2014 18:32:18 +0000 (14:32 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 23 Feb 2014 18:32:18 +0000 (14:32 -0400)
debian/changelog
doc/bugs/template__95__syntax_test_is_incomplete.mdwn

index 7fa1cbdf7632f5f061e9ddcca1d96a2cae3ba9fc..ff2fe8220efa7e68dba25d77df5dbbabcd7b3dc8 100644 (file)
@@ -19,6 +19,8 @@ ikiwiki (3.20140126) UNRELEASED; urgency=medium
   * Cleanup of the openid login widget, including replacing of hotlinked
     images from openid providers with embedded, freely licensed artwork.
     Thanks, smcv
+  * Improve templates testing.
+    Thanks, smcv
   * Special thanks to Simon McVittie for being the patchmeister for this
     release.
 
index f9e3bf362c0b5f448fe08c9bf55ff51f4ee18352..d50b727e808ef8633133be3cf0c347f22f040a8c 100644 (file)
@@ -6,3 +6,5 @@
 `t/template_syntax.t` looks as though it's meant to check the syntax of
 `doc/templates/*.mdwn` as well as `templates/*.tmpl`, but it doesn't.
 Patch in my git repository. --[[smcv]]
+
+> [[merged|done]] --[[Joey]]