]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fixed
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 12 Jul 2008 16:04:10 +0000 (12:04 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 12 Jul 2008 16:04:10 +0000 (12:04 -0400)
debian/changelog
doc/bugs/title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn

index 0694b81907d4afaaeec5e7ef4a3ce19b97e1b712..a60ec3e547151a1bd3b0ca2438a09d26a8cdfa69 100644 (file)
@@ -18,6 +18,7 @@ ikiwiki (2.54) UNRELEASED; urgency=low
   * meta: Support a guid option, to allow forcing a particular url or
     uuid in feeds. (smcv)
   * Move yesno function out of inline and into IkiWiki core, not exported.
+  * meta: fix title() PageSpec (smcv)
 
  -- Josh Triplett <josh@freedesktop.org>  Wed, 09 Jul 2008 21:30:33 -0700
 
index 2f9c10611bc5a7cf2075b4e27f9ca21556eded8d..d81874ed612e62f8a952348dfd21179093912f06 100644 (file)
@@ -23,3 +23,5 @@ Applying the changes shown here to ikiwiki's docwiki, and rebuilding its docwiki
     -  add_plugins => [qw{goodstuff version haiku polygen fortune}],
     +  add_plugins => [qw{goodstuff version haiku polygen fortune meta inline}],
     }
+
+[[done]] thanks!