]> sipb.mit.edu Git - ikiwiki.git/commitdiff
releasing version 1.17
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 12 Aug 2006 16:56:04 +0000 (16:56 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 12 Aug 2006 16:56:04 +0000 (16:56 +0000)
IkiWiki/Plugin/inline.pm
debian/changelog

index c98888452b43ec79e302109b38c402174750935d..66cba027a210ec18727339c765360c808935b796 100644 (file)
@@ -96,7 +96,7 @@ sub preprocess_inline (@) { #{{{
                # TODO: if $params{archive} eq "no", the only reason to do this
                # is to let the meta plugin get page title info; so stop
                # calling this next line then once the meta plugin can
-               # store that accross runs.
+               # store that accross runs (also tags plugin).
                $template->param(content => get_inline_content($page, $params{page}));
                $template->param(ctime => displaytime($pagectime{$page}));
 
index bd653704b9f12e8ebe9b47914564e8fe601ccc08..7456780569ee8e81a551e1283afd7ea3540155cb 100644 (file)
@@ -1,4 +1,4 @@
-ikiwiki (1.17) UNRELEASED; urgency=low
+ikiwiki (1.17) unstable; urgency=low
 
   * Disable tidy generator tag.
   * Move tidy back to sanitize hook, found out how to only show body.
@@ -19,7 +19,7 @@ ikiwiki (1.17) UNRELEASED; urgency=low
   * Suck in the page content when generating an inline archive page, to work
     around the meta plugin's lack of caching of title metadata across runs.
 
- -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 12:30:48 -0400
+ -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 12:52:13 -0400
 
 ikiwiki (1.16) unstable; urgency=low