From: joey Date: Sat, 12 Aug 2006 16:56:04 +0000 (+0000) Subject: releasing version 1.17 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/3fcc926c5f01cfb8c16a83db134eef42b3ac6e7e?ds=sidebyside releasing version 1.17 --- diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index c98888452..66cba027a 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -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})); diff --git a/debian/changelog b/debian/changelog index bd653704b..745678056 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 12 Aug 2006 12:30:48 -0400 + -- Joey Hess Sat, 12 Aug 2006 12:52:13 -0400 ikiwiki (1.16) unstable; urgency=low