releasing version 1.17
parent
fc7283c623
commit
3fcc926c5f
|
@ -96,7 +96,7 @@ sub preprocess_inline (@) { #{{{
|
||||||
# TODO: if $params{archive} eq "no", the only reason to do this
|
# TODO: if $params{archive} eq "no", the only reason to do this
|
||||||
# is to let the meta plugin get page title info; so stop
|
# is to let the meta plugin get page title info; so stop
|
||||||
# calling this next line then once the meta plugin can
|
# 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(content => get_inline_content($page, $params{page}));
|
||||||
$template->param(ctime => displaytime($pagectime{$page}));
|
$template->param(ctime => displaytime($pagectime{$page}));
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ikiwiki (1.17) UNRELEASED; urgency=low
|
ikiwiki (1.17) unstable; urgency=low
|
||||||
|
|
||||||
* Disable tidy generator tag.
|
* Disable tidy generator tag.
|
||||||
* Move tidy back to sanitize hook, found out how to only show body.
|
* 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
|
* 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.
|
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
|
ikiwiki (1.16) unstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue