releasing version 1.17

master
joey 2006-08-12 16:56:04 +00:00
parent fc7283c623
commit 3fcc926c5f
2 changed files with 3 additions and 3 deletions

View 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}));

4
debian/changelog vendored
View 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