diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-06 22:37:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-06 22:37:05 +0000 |
commit | 1202b4fd7b305b223d64f9e9f24424b72c81ab6d (patch) | |
tree | 2cb5344f43eff42b1bdb45bc8ae2c2e2ef3b663b /debian | |
parent | 2f9d9c9ef58af5bc1315e98db147349a2b018cd2 (diff) | |
download | ikiwiki-1202b4fd7b305b223d64f9e9f24424b72c81ab6d.tar ikiwiki-1202b4fd7b305b223d64f9e9f24424b72c81ab6d.tar.gz |
* Add preview parameter to preprocesser calls, use this rather than the
previous ugly hack used to avoid writing rss feeds in previews.
* Fix the img plugin to avoid overwriting images in previews. Instead it
does all the work to make sure the resizing works, and dummys up a resized
image using width and height attributes.
* Also fixes img preview display, the links were wrong in preview before.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 34c36c06e..d266ee829 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,14 @@ ikiwiki (1.45) UNRELEASED; urgency=low * Add "template" option to inline plugin to allow for use of customised templates. * Add titlepage template for inline plugin. - - -- Joey Hess <joeyh@debian.org> Tue, 6 Mar 2007 14:16:21 -0500 + * Add preview parameter to preprocesser calls, use this rather than the + previous ugly hack used to avoid writing rss feeds in previews. + * Fix the img plugin to avoid overwriting images in previews. Instead it + does all the work to make sure the resizing works, and dummys up a resized + image using width and height attributes. + * Also fixes img preview display, the links were wrong in preview before. + + -- Joey Hess <joeyh@debian.org> Tue, 6 Mar 2007 16:41:53 -0500 ikiwiki (1.44) unstable; urgency=low |