]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - debian/changelog
Error handling improvement for preprocess hooks. It's now safe to call error() from...
[www/ikiwiki.git] / debian / changelog
index f1f002cf081f045873cb362390749c8254f96cef..d5b64df346378545c0f237068f0655501579721d 100644 (file)
@@ -12,6 +12,17 @@ ikiwiki (2.54) UNRELEASED; urgency=low
   [ Joey Hess ]
   * template: Add support for a BASENAME variable.
   * Fixes creation of pages when clicking on WikiLinks starting with "/".
+  * Change deb dependencies to list Text::Markdown before markdown, since
+    the former, while slower, has a much better html parser that avoids
+    numerous bugs.
+  * meta, inline: Support guid options, 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)
+  * Some footer style changes. (smcv)
+  * Error handling improvement for preprocess hooks. It's now safe to call
+    error() from such hooks; it will cause a nicely formatted error message
+    to be inserted into the page.
 
  -- Josh Triplett <josh@freedesktop.org>  Wed, 09 Jul 2008 21:30:33 -0700