]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - debian/changelog
* Allow dashes in preprocessor directive commands, and shortcuts.
[git.ikiwiki.info.git] / debian / changelog
index 3ebc0b044e76c36f2cf3726256469acab163edef..8c8f4aa9573ba3d8d04777010f9175a64f569d2c 100644 (file)
@@ -18,6 +18,17 @@ ikiwiki (2.16) UNRELEASED; urgency=low
   * calendar: Work around block html parsing bug in markdown 1.0.1 by
     enclosing the calendar in an extra div.
   * Fix file pruning code to work if ikiwiki is run with "." as the srcdir.
+  * Add an edittemplate plugin, allowing registering template pages, that
+    provide default content for new pages created using the web frontend.
+  * Change formbuilder hook to not be responsible for displaying a form,
+    so that more than one plugin can use this hook.
+    I believe this is a safe change, since only passwordauth uses this hook.
+    (If some other plugin already used it, it would have broken passwordauth!)
+  * Ensure that web edited pages always end in a newline.
+  * Avoid unnecessary stat calls to get mtime when rendering pages, use
+    cached value.
+  * Preserve input file modification times in output files.
+  * Allow dashes in preprocessor directive commands, and shortcuts.
 
  -- Joey Hess <joeyh@debian.org>  Mon, 03 Dec 2007 14:47:36 -0500